Hello community,

here is the log from the commit of package mvapich2 for openSUSE:Factory 
checked in at 2017-08-10 14:03:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mvapich2 (Old)
 and      /work/SRC/openSUSE:Factory/.mvapich2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mvapich2"

Thu Aug 10 14:03:05 2017 rev:2 rq:510127 version:2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mvapich2/mvapich2.changes        2017-07-07 
10:17:30.845937662 +0200
+++ /work/SRC/openSUSE:Factory/.mvapich2.new/mvapich2.changes   2017-08-10 
14:11:39.488212965 +0200
@@ -1,0 +2,10 @@
+Thu Jul 13 14:59:13 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Add LD_LIBRARY_PATH to mpivars.sh and mpivars.csh
+
+-------------------------------------------------------------------
+Thu Jul 13 07:54:38 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Disable rpath in pkgconfig files
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mvapich2.spec ++++++
--- /var/tmp/diff_new_pack.XovE5b/_old  2017-08-10 14:11:40.644050227 +0200
+++ /var/tmp/diff_new_pack.XovE5b/_new  2017-08-10 14:11:40.656048538 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global flavor @BUILD_FLAVOR@%nil
 
 %if "%{flavor}" != ""
@@ -126,6 +127,7 @@
 %build
 #./autogen.sh
 %configure \
+   --disable-wrapper-rpath      \
 %if "%{flavor}" == "psm"
    --with-device=ch3:psm \
    --with-psm=/usr \
@@ -145,8 +147,8 @@
 %install
 make DESTDIR=%{buildroot} V=1 install
 # make and install mpivars files
-sed 's,prefix,%_prefix,g' %{S:1} > %{buildroot}%{_bindir}/mpivars.sh
-sed 's,prefix,%_prefix,g' %{S:2} > %{buildroot}%{_bindir}/mpivars.csh
+sed -e 's,prefix,%_prefix,g' -e 's,libdir,%{_libdir},g' %{S:1} > 
%{buildroot}%{_bindir}/mpivars.sh
+sed -e 's,prefix,%_prefix,g' -e 's,libdir,%{_libdir},g' %{S:2} > 
%{buildroot}%{_bindir}/mpivars.csh
 rm -f %{buildroot}%{_libdir}/libfmpich.la \
       %{buildroot}%{_libdir}/libmpich.la \
       %{buildroot}%{_libdir}/libmpichcxx.la \

++++++ mpivars.csh ++++++
--- /var/tmp/diff_new_pack.XovE5b/_old  2017-08-10 14:11:40.808027140 +0200
+++ /var/tmp/diff_new_pack.XovE5b/_new  2017-08-10 14:11:40.808027140 +0200
@@ -7,3 +7,9 @@
 else
     setenv MANPATH prefix/man:
 endif
+
+if ($?LD_LIBRARY_PATH) then
+    setenv LD_LIBRARY_PATH libdir:$LD_LIBRARY_PATH
+else
+    setenv LD_LIBRARY_PATH libdir
+endif

++++++ mpivars.sh ++++++
--- /var/tmp/diff_new_pack.XovE5b/_old  2017-08-10 14:11:40.892015315 +0200
+++ /var/tmp/diff_new_pack.XovE5b/_new  2017-08-10 14:11:40.892015315 +0200
@@ -13,4 +13,19 @@
         ;;
         *)
         MANPATH=prefix/share/man:$MANPATH
+        export MANPATH
+esac
+
+
+case $LD_LIBRARY_PATH in
+        *libdir*)
+        true
+        ;;
+        *)
+        if [ -z "$LD_LIBRARY_PATH" ]; then
+          LD_LIBRARY_PATH=libdir
+        else
+          LD_LIBRARY_PATH="libdir:$LD_LIBRARY_PATH"
+        fi
+        export LD_LIBRARY_PATH
 esac


Reply via email to