[packages/libfabric] - updated to 1.4.1 - updated sh patch

qboosh qboosh at pld-linux.org
Sat Apr 15 19:22:19 CEST 2017


commit 65414b4acc923cf639664e8778e64d1cbe00710f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Apr 15 19:22:28 2017 +0200

    - updated to 1.4.1
    - updated sh patch

 libfabric-sh.patch | 15 +++++++++------
 libfabric.spec     | 15 +++++++++++----
 2 files changed, 20 insertions(+), 10 deletions(-)
---
diff --git a/libfabric.spec b/libfabric.spec
index 70a7dc3..bd19c38 100644
--- a/libfabric.spec
+++ b/libfabric.spec
@@ -1,4 +1,6 @@
-# TODO: proprietary providers (cray/gni, mxm)
+# TODO:
+# - proprietary providers (cray/gni, mxm)
+# - psm2
 #
 # Conditional build:
 %bcond_with	psm	# infinipath-psm provider
@@ -9,13 +11,13 @@
 Summary:	User-space RDMA Fabric interface library
 Summary(pl.UTF-8):	Biblioteka interfejsu przestrzeni użytkownika RDMA Fabric
 Name:		libfabric
-Version:	1.3.0
+Version:	1.4.1
 Release:	1
 License:	BSD or GPL v2
 Group:		Libraries
 #Source0Download: https://github.com/ofiwg/libfabric/releases
 Source0:	https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5:	fa678d57a93796a59f618a1cd79ac1a7
+# Source0-md5:	017a4b9d88ebdf3944c6e7ae22fed398
 Patch0:		%{name}-sh.patch
 URL:		https://github.com/ofiwg/libfabric
 BuildRequires:	autoconf >= 2.60
@@ -95,10 +97,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING README
+%doc AUTHORS COPYING NEWS.md README
 %attr(755,root,root) %{_bindir}/fi_info
+%attr(755,root,root) %{_bindir}/fi_pingpong
+%attr(755,root,root) %{_bindir}/fi_strerror
 %attr(755,root,root) %{_libdir}/libfabric.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libfabric.so.1
+%{_mandir}/man1/fi_info.1*
+%{_mandir}/man1/fi_pingpong.1*
+%{_mandir}/man1/fi_strerror.1*
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/libfabric-sh.patch b/libfabric-sh.patch
index 32d06ed..f29567f 100644
--- a/libfabric-sh.patch
+++ b/libfabric-sh.patch
@@ -1,9 +1,12 @@
---- libfabric-1.3.0/prov/gni/configure.m4.orig	2016-04-18 20:16:46.672463044 +0200
-+++ libfabric-1.3.0/prov/gni/configure.m4	2016-04-18 20:18:22.455792357 +0200
-@@ -45,7 +45,7 @@
-                                   gni_LDFLAGS="$CRAY_ALPS_UTIL_LIBS $gni_LDFLAGS"
-                                  ],
-                                  [alps_util_happy=0])
+--- libfabric-1.4.1/prov/gni/configure.m4.orig	2017-04-15 18:30:07.926608137 +0200
++++ libfabric-1.4.1/prov/gni/configure.m4	2017-04-15 18:33:35.529939101 +0200
+@@ -71,10 +71,7 @@
+                       [AC_DEFINE_UNQUOTED([HAVE_XPMEM], [0], [Define to 1 if xpmem available])
+                       ])
+ 
+-               gni_path_to_gni_pub=${CRAY_GNI_HEADERS_CFLAGS:2}
+-dnl looks like we need to get rid of some white space
+-               gni_path_to_gni_pub=${gni_path_to_gni_pub%?}/gni_pub.h
 -               gni_path_to_gni_pub=${CRAY_GNI_HEADERS_CFLAGS:2}
 +               gni_path_to_gni_pub=${CRAY_GNI_HEADERS_CFLAGS#-I}
  dnl looks like we need to get rid of some white space
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libfabric.git/commitdiff/65414b4acc923cf639664e8778e64d1cbe00710f



More information about the pld-cvs-commit mailing list