Hello community,

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

Package is "openmpi2"

Sat Feb  3 15:41:47 2018 rev:12 rq:571423 version:2.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmpi2/openmpi2.changes        2018-01-19 
11:49:43.093522792 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi2.new/openmpi2.changes   2018-02-03 
15:41:49.075289730 +0100
@@ -1,0 +2,6 @@
+Tue Jan 30 20:12:31 UTC 2018 - [email protected]
+
+- Use macro in mpivars.(c)sh to be independent of changes to the module
+  setup for the compiler (boo#1078364).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openmpi2.spec ++++++
--- /var/tmp/diff_new_pack.JRnYZn/_old  2018-02-03 15:41:50.095242092 +0100
+++ /var/tmp/diff_new_pack.JRnYZn/_new  2018-02-03 15:41:50.099241905 +0100
@@ -529,9 +529,13 @@
 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}%{?pack_suff}/%{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
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 cp %{S:3} %{buildroot}%{_sysconfdir}/rpm
 


Reply via email to