Hello community,

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

Package is "mvapich2"

Wed Jan 31 19:54:47 2018 rev:6 rq:571425 version:2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mvapich2/mvapich2.changes        2018-01-09 
14:54:43.311502425 +0100
+++ /work/SRC/openSUSE:Factory/.mvapich2.new/mvapich2.changes   2018-01-31 
19:54:47.993362618 +0100
@@ -1,0 +2,6 @@
+Tue Jan 30 20:04:01 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:
------------------
++++++ mvapich2.spec ++++++
--- /var/tmp/diff_new_pack.t7cfA6/_old  2018-01-31 19:54:49.061312951 +0100
+++ /var/tmp/diff_new_pack.t7cfA6/_new  2018-01-31 19:54:49.077312207 +0100
@@ -406,9 +406,13 @@
 family "MPI"
 EOF
 cat <<EOF >  %{buildroot}/%{p_bindir}/mpivars.sh
-module load %{hpc_compiler_family}/%{hpc_cf_full_version} 
%{hpc_mpi_family}%{?pack_suff}/%{version}
+%hpc_setup_compiler
+module load %{hpc_mpi_family}%{?pack_suff}/%{version}
 EOF
-ln -s mpivars.sh %{buildroot}/%{p_bindir}/mpivars.csh
+sed -e "s/export/setenv/" -e "s/=/ /" \
+    %{buildroot}/%{p_bindir}/mpivars.sh > \
+    %{buildroot}/%{p_bindir}/mpivars.csh
+mkdir -p %{buildroot}%{_sysconfdir}/rpm
 
 %endif # with hpc
 


Reply via email to