Accepting request 516219 from home:NMoreyChaisemartin:branches:science:HPC
- Fix rpmbuild warnings - libfabric-devel requires libfabric1, not libfabric - Fix baselibs.conf OBS-URL: https://build.opensuse.org/request/show/516219 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=17
This commit is contained in:
parent
077af6fa82
commit
649ad16658
@ -1,4 +1,4 @@
|
||||
libfabric
|
||||
libfabric1
|
||||
libfabric-devel
|
||||
requires -libibmad-<targettype>
|
||||
requires "libfabric-<targettype> = <version>"
|
||||
|
@ -65,7 +65,9 @@ Thu Aug 10 08:29:42 UTC 2017 - nmoreychaisemartin@suse.com
|
||||
context sizes than default it wasn't honored.
|
||||
* Introduce env variables for setting default tx, rx context sizes and iov limits.
|
||||
* Report correct completion ordering supported by MSG endpoints.
|
||||
* Fix rpmbuild warnings
|
||||
- Fix rpmbuild warnings
|
||||
- libfabric-devel requires libfabric1, not libfabric
|
||||
- Fix baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 09:21:35 UTC 2017 - nmoreychaisemartin@suse.com
|
||||
|
@ -62,7 +62,7 @@ services, such as RDMA. This package contains the runtime library.
|
||||
%package devel
|
||||
Summary: Development files for the libfabric library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libfabric = %{version}
|
||||
Requires: libfabric%{lib_major} = %{version}
|
||||
|
||||
%description devel
|
||||
libfabric provides a user-space API to access high-performance fabric
|
||||
|
Loading…
x
Reference in New Issue
Block a user