Hello community,

here is the log from the commit of package openmpi3 for openSUSE:Factory 
checked in at 2018-01-31 19:54:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmpi3 (Old)
 and      /work/SRC/openSUSE:Factory/.openmpi3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmpi3"

Wed Jan 31 19:54:45 2018 rev:5 rq:571424 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmpi3/openmpi3.changes        2018-01-17 
21:59:52.102834699 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi3.new/openmpi3.changes   2018-01-31 
19:54:46.957410796 +0100
@@ -1,0 +2,6 @@
+Tue Jan 30 20:03:24 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:
------------------
++++++ openmpi3.spec ++++++
--- /var/tmp/diff_new_pack.mgy525/_old  2018-01-31 19:54:47.741374336 +0100
+++ /var/tmp/diff_new_pack.mgy525/_new  2018-01-31 19:54:47.749373965 +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