Hello community,

here is the log from the commit of package form for openSUSE:Factory checked in 
at 2019-11-06 14:05:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/form (Old)
 and      /work/SRC/openSUSE:Factory/.form.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "form"

Wed Nov  6 14:05:49 2019 rev:6 rq:745380 version:4.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/form/form.changes        2019-03-26 
22:31:21.881721100 +0100
+++ /work/SRC/openSUSE:Factory/.form.new.2990/form.changes      2019-11-06 
14:05:53.516772590 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 14:03:58 UTC 2019 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Switch to using the newer openmpi2 instead of openmpi(1).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ form.spec ++++++
--- /var/tmp/diff_new_pack.InOxwA/_old  2019-11-06 14:05:54.864774001 +0100
+++ /var/tmp/diff_new_pack.InOxwA/_new  2019-11-06 14:05:54.868774005 +0100
@@ -12,13 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 # Documentation building fails due to LaTeX errors; disable for now
 %define with_doc 0
 
+%define omp_ver openmpi2
+
 %define reldate 20190212
 Name:           form
 Version:        4.2.1
@@ -29,6 +31,7 @@
 Url:            https://github.com/vermaseren/form/
 Source0:        https://github.com/vermaseren/form/archive/v%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
+BuildRequires:  %{omp_ver}-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
@@ -37,7 +40,6 @@
 BuildRequires:  git
 BuildRequires:  gmp-devel
 BuildRequires:  libtool
-BuildRequires:  openmpi-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(zlib)
 %if %{with_doc}
@@ -97,8 +99,8 @@
 sed -i "s/PRODUCTIONDATE __DATE__/PRODUCTIONDATE %{reldate}/" configure.ac
 
 %build
-if [ -f %{_libdir}/mpi/gcc/openmpi/bin/mpivars.sh ]; then
-  source %{_libdir}/mpi/gcc/openmpi/bin/mpivars.sh
+if [ -f %{_libdir}/mpi/gcc/%{omp_ver}/bin/mpivars.sh ]; then
+  source %{_libdir}/mpi/gcc/%{omp_ver}/bin/mpivars.sh
 fi
 
 sed -i "s|-march=native||g" configure.ac


Reply via email to