Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2017-07-30 11:24:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmpi (Old)
 and      /work/SRC/openSUSE:Factory/.openmpi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmpi"

Sun Jul 30 11:24:32 2017 rev:63 rq:510960 version:1.10.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmpi/openmpi-testsuite.changes        
2017-07-12 19:34:07.632270352 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi-testsuite.changes   
2017-07-30 11:24:34.281174200 +0200
@@ -1,0 +2,10 @@
+Thu Jul 13 08:00:03 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Disable rpath in pkgconfig files
+
+-------------------------------------------------------------------
+Tue Jul 11 09:44:34 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Do not require openucx libs for suse_version < 1320
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2017-07-12 
19:34:08.516145646 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes     2017-07-30 
11:24:35.892946766 +0200
@@ -1,0 +2,15 @@
+Mon Jul 17 10:53:05 UTC 2017 - dmuel...@suse.com
+
+- disable ucx on all ARM platform variants (all of them are 32bit)
+
+-------------------------------------------------------------------
+Thu Jul 13 08:00:03 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Disable rpath in pkgconfig files
+
+-------------------------------------------------------------------
+Tue Jul 11 09:44:34 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Do not require openucx libs for suse_version < 1320
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openmpi-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.PSpbyr/_old  2017-07-30 11:24:36.988792134 +0200
+++ /var/tmp/diff_new_pack.PSpbyr/_new  2017-07-30 11:24:36.996791006 +0200
@@ -26,9 +26,11 @@
 # To enable them, simply uncomment:
 # % define build_static_devel 1
 
+%if 0%{?suse_version} >= 1320
 %ifnarch s390 armv7hl %{ix86}
 %define with_ucx 1
 %endif
+%endif
 
 Name:           openmpi-testsuite
 Version:        1.10.7
@@ -195,6 +197,7 @@
            %{!?build_static_devel:--disable-static}  \
            --with-libltdl=%{_prefix} \
            --with-verbs \
+                  --disable-wrapper-rpath \
 %if 0%{?with_ucx}
            --with-ucx \
            --with-ucx-libdir=/usr/%_lib \

++++++ openmpi.spec ++++++
--- /var/tmp/diff_new_pack.PSpbyr/_old  2017-07-30 11:24:37.032785926 +0200
+++ /var/tmp/diff_new_pack.PSpbyr/_new  2017-07-30 11:24:37.036785362 +0200
@@ -26,9 +26,11 @@
 # To enable them, simply uncomment:
 # % define build_static_devel 1
 
-%ifnarch s390 armv7hl %{ix86}
+%if 0%{?suse_version} >= 1320
+%ifnarch s390 %arm %ix86
 %define with_ucx 1
 %endif
+%endif
 
 Name:           openmpi
 Version:        1.10.7
@@ -195,6 +197,7 @@
            %{!?build_static_devel:--disable-static}  \
            --with-libltdl=%{_prefix} \
            --with-verbs \
+                  --disable-wrapper-rpath \
 %if 0%{?with_ucx}
            --with-ucx \
            --with-ucx-libdir=/usr/%_lib \


Reply via email to