Hello community,

here is the log from the commit of package libfabric for openSUSE:Factory 
checked in at 2017-07-12 19:34:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfabric (Old)
 and      /work/SRC/openSUSE:Factory/.libfabric.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfabric"

Wed Jul 12 19:34:13 2017 rev:4 rq:508469 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfabric/libfabric.changes      2017-06-02 
10:31:42.085731409 +0200
+++ /work/SRC/openSUSE:Factory/.libfabric.new/libfabric.changes 2017-07-12 
19:34:13.807399108 +0200
@@ -1,0 +2,11 @@
+Tue Jul  4 09:21:35 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Enable build on all archs
+- Enable mlx build
+
+-------------------------------------------------------------------
+Fri Jun 30 07:42:15 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Add x86 build without libpsm2
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libfabric.spec ++++++
--- /var/tmp/diff_new_pack.Wl9fvo/_old  2017-07-12 19:34:14.599287381 +0200
+++ /var/tmp/diff_new_pack.Wl9fvo/_new  2017-07-12 19:34:14.603286817 +0200
@@ -32,15 +32,17 @@
 Prefix:         ${_prefix}
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  infinipath-psm-devel
 BuildRequires:  libibverbs-devel
 BuildRequires:  libnl3-devel
+%ifarch x86_64
 BuildRequires:  libpsm2-devel
+%endif
+%ifarch x86_64 %{ix86}
+BuildRequires:  infinipath-psm-devel
+%endif
 BuildRequires:  librdmacm-devel
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-#Currently *only* builds on x86_64 as it is dependent on libpsm2
-ExclusiveArch:  x86_64
 %define lib_major 1
 
 %description
@@ -73,8 +75,14 @@
 autoreconf -fi
 # defaults: with-dlopen and without-valgrind can be over-rode:
 %configure %{?_without_dlopen} %{?_with_valgrind} \
-       --enable-sockets --enable-verbs --enable-usnic --enable-psm \
-        --disable-static  --enable-psm2
+       --enable-sockets --enable-verbs --enable-usnic --enable-mlx \
+%ifarch x86_64 %{ix86}
+    --enable-psm \
+%endif
+%ifarch x86_64
+    --enable-psm2 \
+%endif
+    --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -224,8 +232,12 @@
 %{_mandir}/man7/fi_sockets.7.gz
 %{_mandir}/man7/fi_verbs.7.gz
 %{_mandir}/man7/fi_usnic.7.gz
+%ifarch x86_64 %{ix86}
 %{_mandir}/man7/fi_psm.7.gz
+%endif
+%ifarch x86_64
 %{_mandir}/man7/fi_psm2.7.gz
+%endif
 %{_mandir}/man3/fi_trywait.3.gz
 %{_mandir}/man7/fi_udp.7.gz
 


Reply via email to