Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2018-02-03 15:41:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmpi (Old)
 and      /work/SRC/openSUSE:Factory/.openmpi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmpi"

Sat Feb  3 15:41:41 2018 rev:72 rq:571422 version:1.10.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2018-01-19 
11:49:37.109804889 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes     2018-02-03 
15:41:43.431553330 +0100
@@ -1,0 +2,6 @@
+Tue Jan 30 19:50:52 UTC 2018 - e...@suse.com
+
+- Use macro in mpivars.(c)sh to be independent of changes to the module 
+  setup for the compiler (boo#1078364).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openmpi.spec ++++++
--- /var/tmp/diff_new_pack.kcrQhr/_old  2018-02-03 15:41:44.423506999 +0100
+++ /var/tmp/diff_new_pack.kcrQhr/_new  2018-02-03 15:41:44.427506812 +0100
@@ -499,9 +499,12 @@
 family "MPI"
 EOF
 cat <<EOF >  %{buildroot}/%{mpi_bindir}/mpivars.sh
-module load %{hpc_compiler_family}/%{hpc_cf_full_version} 
%{hpc_mpi_family}/%{version}
+%hpc_setup_compiler
+module load %{hpc_mpi_family}/%{version}
 EOF
-ln -s mpivars.sh %{buildroot}/%{mpi_bindir}/mpivars.csh
+sed -e "s/export/setenv/" -e "s/=/ /" \
+    %{buildroot}/%{mpi_bindir}/mpivars.sh > \
+    %{buildroot}/%{mpi_bindir}/mpivars.csh
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 cp %{S:3} %{buildroot}%{_sysconfdir}/rpm
 


Reply via email to