- Fix dependency to libfabric1 for libfabric-devel in baselibs.conf

OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=22
This commit is contained in:
Nicolas Morey-Chaisemartin 2017-10-11 13:00:38 +00:00 committed by Git OBS Bridge
parent db51c4fa52
commit 9d33a72309
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
libfabric1
libfabric-devel
requires -libibmad-<targettype>
requires "libfabric-<targettype> = <version>"
requires "libfabric1-<targettype> = <version>"

View File

@ -32,6 +32,7 @@ Thu Oct 5 07:10:28 UTC 2017 - nmoreychaisemartin@suse.com
- Allow modifying rnr retry timout to improve performance
- Add checks to handle out of memory errors
- Fix crash using atomic operations for MSG EPs
- Fix dependency to libfabric1 for libfabric-devel in baselibs.conf
-------------------------------------------------------------------
Tue Sep 5 09:56:19 UTC 2017 - nmoreychaisemartin@suse.com