forked from pool/openucx
Accepting request 567915 from science:HPC
- Use right documentation path. - Update to 1.2.2 OBS-URL: https://build.opensuse.org/request/show/567915 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openucx?expand=0&rev=6
This commit is contained in:
commit
c5d83e6e59
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 20 15:40:43 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Use right documentation path.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 10:12:04 UTC 2018 - nmoreychaisemartin@suse.com
|
||||
|
||||
- Update to 1.2.2
|
||||
- Support including UCX API headers from C++ code
|
||||
- UD transport to handle unicast flood on RoCE fabric
|
||||
- Compilation fixes for gcc 7.1.1, clang 3.6, clang 5
|
||||
- When UD transport is used with RoCE, packets intended for other peers may
|
||||
arrive on different adapters (as a result of unicast flooding).
|
||||
- This change adds packet filtering based on destination GIDs. Now the packet
|
||||
is silently dropped, if its destination GID does not match the local GID.
|
||||
- Added a new device ID for InfiniBand HCA
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 21:19:11 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openucx
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@ Name: openucx
|
||||
Summary: Unifieid Communication X
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Url: http://openucx.org/
|
||||
|
||||
@ -137,7 +137,7 @@ export UCX_CFLAGS="$UCX_CFLAGS -mno-avx"
|
||||
%ifarch %ix86
|
||||
export UCX_CFLAGS="$UCX_CFLAGS -mno-sse -mno-sse2"
|
||||
%endif
|
||||
%configure --disable-static --without-avx
|
||||
%configure --disable-static --without-avx --docdir="%_docdir/%name"
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%post -n libucp0 -p /sbin/ldconfig
|
||||
@ -156,7 +156,7 @@ rm -fv "%buildroot/%_libdir"/*.la
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%_bindir/ucx_*
|
||||
%_datadir/ucx/
|
||||
%_docdir/%name/
|
||||
%_libdir/pkgconfig/ucx.pc
|
||||
%doc LICENSE
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc63760601c03ff60a2531ec3c6637e98f5b743576eb410f245839c84a0ad617
|
||||
size 1582971
|
3
ucx-1.2.2.tar.gz
Normal file
3
ucx-1.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:914d10fee8f970d4fb286079dd656cf8a260ec7d724d5f751b3109ed32a6da63
|
||||
size 1513611
|
Loading…
x
Reference in New Issue
Block a user