Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2018-01-19 11:49:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmpi (Old)
 and      /work/SRC/openSUSE:Factory/.openmpi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmpi"

Fri Jan 19 11:49:35 2018 rev:71 rq:566629 version:1.10.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2018-01-16 
09:30:31.810935365 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes     2018-01-19 
11:49:37.109804889 +0100
@@ -1,0 +2,5 @@
+Wed Jan 17 09:49:13 UTC 2018 - [email protected]
+
+- Only build openmpi-config in the standard flavor
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openmpi.spec ++++++
--- /var/tmp/diff_new_pack.n3hqOb/_old  2018-01-19 11:49:37.885768308 +0100
+++ /var/tmp/diff_new_pack.n3hqOb/_new  2018-01-19 11:49:37.889768118 +0100
@@ -272,6 +272,7 @@
 the dynamic library and headers.
 %endif
 
+%if %{without hpc}
 %package        -n %{pname}-config
 Summary:        Runtime configuration files for openMPI %{?with_hpc:HPC} 
version %{version}
 Group:          Development/Libraries/Parallel
@@ -286,6 +287,7 @@
 such as latency or throughput.
 
 This RPM contains the configuration files for OpenMPI runtime (Version 1 or 2).
+%endif
 
 %if %{with hpc}
 %{hpc_master_package -L -a}
@@ -503,6 +505,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}
@@ -724,10 +731,12 @@
 %{mpi_libdir}/openmpi/*.a
 %endif
 
+%if %{without hpc}
 %files -n %{pname}-config
 %config %{_sysconfdir}/openmpi-default-hostfile
 %config %{_sysconfdir}/openmpi-mca-params.conf
 %{_sysconfdir}/openmpi-totalview.tcl
+%endif
 
 %endif # !?testsuite
 


Reply via email to