Hello community,

here is the log from the commit of package mpich for openSUSE:Factory checked 
in at 2017-08-30 16:23:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpich (Old)
 and      /work/SRC/openSUSE:Factory/.mpich.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpich"

Wed Aug 30 16:23:29 2017 rev:2 rq:519489 version:3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpich/mpich.changes      2017-08-24 
18:38:09.757718913 +0200
+++ /work/SRC/openSUSE:Factory/.mpich.new/mpich.changes 2017-08-30 
16:23:48.644362068 +0200
@@ -1,0 +2,5 @@
+Thu Jul 13 14:59:53 UTC 2017 - [email protected]
+
+- Add LD_LIBRARY_PATH to mpivars.sh and mpivars.csh
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mpich.spec ++++++
--- /var/tmp/diff_new_pack.u79vFG/_old  2017-08-30 16:23:49.668218045 +0200
+++ /var/tmp/diff_new_pack.u79vFG/_new  2017-08-30 16:23:49.696214107 +0200
@@ -136,8 +136,8 @@
 
 %install
 make DESTDIR=%{buildroot} install
-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
 
 %if 0%{?testsuite}
 # Remove everything from testsuite package

++++++ mpivars.csh ++++++
--- /var/tmp/diff_new_pack.u79vFG/_old  2017-08-30 16:23:49.772203418 +0200
+++ /var/tmp/diff_new_pack.u79vFG/_new  2017-08-30 16:23:49.776202855 +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.u79vFG/_old  2017-08-30 16:23:49.796200042 +0200
+++ /var/tmp/diff_new_pack.u79vFG/_new  2017-08-30 16:23:49.800199480 +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