Hello community,

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

Package is "mpich"

Wed Jan 31 19:54:43 2018 rev:7 rq:571421 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpich/mpich.changes      2018-01-22 
16:20:42.475789536 +0100
+++ /work/SRC/openSUSE:Factory/.mpich.new/mpich.changes 2018-01-31 
19:54:44.289534868 +0100
@@ -1,0 +2,6 @@
+Tue Jan 30 20:05:19 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:
------------------
++++++ mpich.spec ++++++
--- /var/tmp/diff_new_pack.TBVBJi/_old  2018-01-31 19:54:45.041499897 +0100
+++ /var/tmp/diff_new_pack.TBVBJi/_new  2018-01-31 19:54:45.045499711 +0100
@@ -415,10 +415,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
 
 find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'


Reply via email to