Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libquo for openSUSE:Factory checked in at 2021-10-04 18:39:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libquo (Old) and /work/SRC/openSUSE:Factory/.libquo.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libquo" Mon Oct 4 18:39:41 2021 rev:10 rq:922660 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libquo/libquo.changes 2021-03-30 21:09:22.501309526 +0200 +++ /work/SRC/openSUSE:Factory/.libquo.new.2443/libquo.changes 2021-10-04 18:40:50.578143097 +0200 @@ -1,0 +2,5 @@ +Fri Oct 1 06:09:22 UTC 2021 - Nicolas Morey-Chaisemartin <[email protected]> + +- Use openmpi macros to always build with the default openmpi version. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libquo.spec ++++++ --- /var/tmp/diff_new_pack.lVCZyD/_old 2021-10-04 18:40:50.986143760 +0200 +++ /var/tmp/diff_new_pack.lVCZyD/_new 2021-10-04 18:40:50.990143767 +0200 @@ -17,21 +17,6 @@ # -# Build with OpenMPI -%if 0%{?sle_version} == 0 -%define mpiver openmpi2 -%else -%if 0%{?sle_version} <= 120300 -%define mpiver openmpi -%else - %if 0%{?sle_version} <= 150000 - %define mpiver openmpi2 - %else - %define mpiver openmpi3 - %endif -%endif -%endif - Name: libquo Version: 1.3.1 Release: 0 @@ -40,10 +25,9 @@ Group: Development/Libraries/C and C++ URL: https://lanl.github.io/libquo/ Source: https://lanl.github.io/libquo/dists/%{name}-%{version}.tar.gz -BuildRequires: %{mpiver} -BuildRequires: %{mpiver}-devel BuildRequires: hwloc BuildRequires: numactl +BuildRequires: openmpi-macros-devel BuildRequires: pkgconfig %description @@ -83,7 +67,7 @@ %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects -source %{_libdir}/mpi/gcc/%{mpiver}/bin/mpivars.sh +%setup_openmpi DATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S') %configure --disable-silent-rules --enable-shared CC=mpicc USER="Opensuse-builder" HOSTNAME="Opensuse" DATE="$DATE"
