Hello community, here is the log from the commit of package form for openSUSE:Factory checked in at 2017-10-25 17:48:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/form (Old) and /work/SRC/openSUSE:Factory/.form.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "form" Wed Oct 25 17:48:04 2017 rev:3 rq:536485 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/form/form.changes 2017-07-12 19:36:47.557681392 +0200 +++ /work/SRC/openSUSE:Factory/.form.new/form.changes 2017-10-25 17:48:04.565852890 +0200 @@ -1,0 +2,5 @@ +Wed Oct 25 08:41:35 UTC 2017 - [email protected] + +- Setup MPI environment before building. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ form.spec ++++++ --- /var/tmp/diff_new_pack.BmLOKn/_old 2017-10-25 17:48:05.161824919 +0200 +++ /var/tmp/diff_new_pack.BmLOKn/_new 2017-10-25 17:48:05.165824731 +0200 @@ -92,6 +92,10 @@ 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 +fi + autoreconf -fvi %configure --enable-parform make %{?_smp_mflags}
