Hello community,

here is the log from the commit of package llcbench for openSUSE:Factory 
checked in at 2016-11-14 20:16:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llcbench (Old)
 and      /work/SRC/openSUSE:Factory/.llcbench.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llcbench"

Changes:
--------
--- /work/SRC/openSUSE:Factory/llcbench/llcbench.changes        2016-11-05 
21:24:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.llcbench.new/llcbench.changes   2016-11-14 
20:16:21.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Nov 13 12:04:46 UTC 2016 - [email protected]
+
+- Apply optflags everywhere
+- Install mpi_bench
+- Install helper/example scripts
+- Update dependencies
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ llcbench.spec ++++++
--- /var/tmp/diff_new_pack.zMVyOS/_old  2016-11-14 20:16:23.000000000 +0100
+++ /var/tmp/diff_new_pack.zMVyOS/_new  2016-11-14 20:16:23.000000000 +0100
@@ -29,9 +29,11 @@
 BuildRequires:  blas-devel
 BuildRequires:  gcc-fortran
 BuildRequires:  openmpi-devel
-Provides:       mpbench
-Provides:       cachebench
 Provides:       blasbench
+Provides:       cachebench
+Provides:       mpbench
+Suggests:       gnuplot
+Requires:       openmpi
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,13 +46,17 @@
 
 %build
 ln -sf conf/sys.linux-lam sys.def
-sed -i "s|g77|gfortran|g" sys.def
-sed -i "s|-O3|%{optflags}|g" sys.def
+sed -i \
+  -e "s|gcc|cc %{optflags}|g" \
+  -e "s|g77|gfortran|g" \
+  -e "s|-O3|-O2|g" \
+  sys.def
 make %{?_smp_mflags} compile
 
 %install
-install -D -p -m 0755 cachebench/cachebench \
-  %{buildroot}%{_bindir}/mpbench
+chmod -x cachebench/scripts/run_em
+install -D -p -m 0755 mpbench/mpi_bench \
+  %{buildroot}%{_bindir}/mpi_bench
 install -D -p -m 0755 cachebench/cachebench \
   %{buildroot}%{_bindir}/cachebench
 install -D -p -m 0755 blasbench/vblasbench \
@@ -60,9 +66,13 @@
 %defattr(-,root,root)
 %doc CHANGES COPYING README
 %doc doc/mpbench/mpbench.README
+%doc mpbench/make_graphs.sh
+%doc mpbench/make_templates.sh
 %doc doc/cachebench/cachebench.README
+%doc cachebench/cachegraph.gp
+%doc cachebench/scripts/run_em
 %doc doc/blasbench/blasbench.README
-%{_bindir}/mpbench
+%{_bindir}/mpi_bench
 %{_bindir}/cachebench
 %{_bindir}/vblasbench
 


Reply via email to