[packages/libfabric] - updated to 1.6.2 - updated cpu patch

qboosh qboosh at pld-linux.org
Thu Dec 13 20:17:35 CET 2018


commit 1cbe203e36ee911115bf3788a4601fa60a2face3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Dec 13 20:22:08 2018 +0100

    - updated to 1.6.2
    - updated cpu patch

 libfabric-cpu.patch | 8 ++++----
 libfabric.spec      | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/libfabric.spec b/libfabric.spec
index 785e458..e51388a 100644
--- a/libfabric.spec
+++ b/libfabric.spec
@@ -11,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.6.0
+Version:	1.6.2
 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:	03482ff7db8b4760228a858c404e58aa
+# Source0-md5:	f0e7c6062e91706f9326e78a62bacd77
 Patch0:		%{name}-sh.patch
 Patch1:		%{name}-cpu.patch
 URL:		https://github.com/ofiwg/libfabric
diff --git a/libfabric-cpu.patch b/libfabric-cpu.patch
index a113e15..cb9ba48 100644
--- a/libfabric-cpu.patch
+++ b/libfabric-cpu.patch
@@ -1,11 +1,11 @@
---- libfabric-1.6.0/prov/psm2/configure.m4.orig	2018-02-12 17:32:15.000000000 +0100
-+++ libfabric-1.6.0/prov/psm2/configure.m4	2018-04-27 22:32:17.177370643 +0200
+--- libfabric-1.6.2/prov/psm2/configure.m4.orig	2018-12-13 19:41:32.489157106 +0100
++++ libfabric-1.6.2/prov/psm2/configure.m4	2018-12-13 19:48:42.749152193 +0100
 @@ -9,7 +9,7 @@
  dnl
  AC_DEFUN([FI_PSM2_CONFIGURE],[
  	 # Determine if we can support the psm2 provider
--	 psm2_ARCH=`uname -p | sed -e 's,\(i[456]86\|athlon$$\),i386,'`
-+	 psm2_ARCH=$(echo $host_cpu | sed -e 's,\(i[456]86\|athlon$$\),i386,')
+-	 psm2_ARCH=`uname -m | sed -e 's,\(i[456]86\|athlon$$\),i386,'`
++	 psm2_ARCH=$(echo $host_cpu | sed -e 's,\(i[[456]]86\|athlon$$\),i386,')
  	 AM_CONDITIONAL([HAVE_PSM2_X86_64], [test x$psm2_ARCH = xx86_64])
  	 AC_SUBST([HAVE_PSM2_X86_64])
  	 AC_SUBST([psm2_ARCH])
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libfabric.git/commitdiff/1cbe203e36ee911115bf3788a4601fa60a2face3



More information about the pld-cvs-commit mailing list