Hello community,

here is the log from the commit of package openmpi3 for openSUSE:Factory 
checked in at 2018-01-17 21:58:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmpi3 (Old)
 and      /work/SRC/openSUSE:Factory/.openmpi3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmpi3"

Wed Jan 17 21:58:59 2018 rev:4 rq:566630 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmpi3/openmpi3.changes        2018-01-09 
14:54:45.691390860 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi3.new/openmpi3.changes   2018-01-17 
21:59:52.102834699 +0100
@@ -1,0 +2,5 @@
+Wed Jan 17 09:54:18 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Only build openmpi3-config for the standard flavor
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openmpi3.spec ++++++
--- /var/tmp/diff_new_pack.uX2fcj/_old  2018-01-17 21:59:53.038790829 +0100
+++ /var/tmp/diff_new_pack.uX2fcj/_new  2018-01-17 21:59:53.042790642 +0100
@@ -328,6 +328,7 @@
 the dynamic library and headers.
 %endif
 
+%if %{without hpc}
 %package        -n %{pname}%{m_f_ver}-config
 Summary:        Runtime configuration files for openMPI %{?with_hpc:HPC} 
version %{version}
 Group:          Development/Libraries/Parallel
@@ -342,6 +343,7 @@
 such as latency or throughput.
 
 This RPM contains the configuration files for OpenMPI runtime (Version 3).
+%endif
 
 %if %{with hpc}
 %{hpc_master_package -L -a}
@@ -533,6 +535,11 @@
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 cp %{S:3} %{buildroot}%{_sysconfdir}/rpm
 
+# Drop the files that should go into %{pname}-config as we only package them
+# in the non HPC build
+rm -f %{buildroot}%{_sysconfdir}/openmpi-default-hostfile
+rm -f %{buildroot}%{_sysconfdir}/openmpi-mca-params.conf
+rm -f %{buildroot}%{_sysconfdir}/openmpi-totalview.tcl
 %endif
 
 %if %{without hpc}
@@ -675,10 +682,12 @@
 %{mpi_libdir}/openmpi/*.a
 %endif
 
+%if %{without hpc}
 %files -n %{pname}%{m_f_ver}-config
 %config %{_sysconfdir}/openmpi-default-hostfile
 %config %{_sysconfdir}/openmpi-mca-params.conf
 %{_sysconfdir}/openmpi-totalview.tcl
+%endif
 
 %endif # !?testsuite
 


Reply via email to