Hello community,

here is the log from the commit of package llcbench for openSUSE:Factory 
checked in at 2019-10-22 15:44:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llcbench (Old)
 and      /work/SRC/openSUSE:Factory/.llcbench.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llcbench"

Tue Oct 22 15:44:32 2019 rev:5 rq:741481 version:1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/llcbench/llcbench.changes        2017-10-27 
14:00:39.218170649 +0200
+++ /work/SRC/openSUSE:Factory/.llcbench.new.2352/llcbench.changes      
2019-10-22 15:44:46.217670532 +0200
@@ -1,0 +2,6 @@
+Thu Oct 10 07:06:51 UTC 2019 - Nicolas Morey-Chaisemartin 
<[email protected]>
+
+- Use openmpi-macros-devel to automatically pick the default OpenMPI version
+- Use new setup_openmpi macro to pick the right mpicc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ llcbench.spec ++++++
--- /var/tmp/diff_new_pack.Ucv0qw/_old  2019-10-22 15:44:46.717671102 +0200
+++ /var/tmp/diff_new_pack.Ucv0qw/_new  2019-10-22 15:44:46.717671102 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package llcbench
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,7 +20,7 @@
 Version:        1.10
 Release:        0
 Summary:        Low Level Architectural Characterization Benchmark Suite
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/Benchmark
 Url:            http://icl.cs.utk.edu/llcbench/
 Source:         http://icl.cs.utk.edu/llcbench/llcbench.tar.gz
@@ -30,8 +30,8 @@
 Patch1:         llcbench-noinline.patch
 BuildRequires:  blas-devel
 BuildRequires:  gcc-fortran
-BuildRequires:  openmpi2-devel
-Requires:       openmpi2
+BuildRequires:  openmpi-macros-devel
+%openmpi_requires
 Suggests:       gnuplot
 Provides:       blasbench
 Provides:       cachebench
@@ -47,12 +47,12 @@
 %patch1 -p1
 
 %build
+%setup_openmpi
 ln -sf conf/sys.linux-lam sys.def
 sed -i \
   -e "s|gcc|cc %{optflags}|g" \
   -e "s|g77|gfortran|g" \
   -e "s|-O3|-O2|g" \
-  -e "s|mpicc|%{_libdir}/mpi/gcc/openmpi2/bin/mpicc|g" \
   sys.def
 make %{?_smp_mflags} compile
 


Reply via email to