Hello community,

here is the log from the commit of package scalapack for openSUSE:Factory 
checked in at 2017-11-18 00:22:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scalapack (Old)
 and      /work/SRC/openSUSE:Factory/.scalapack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scalapack"

Sat Nov 18 00:22:20 2017 rev:7 rq:542676 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/scalapack/scalapack.changes      2017-11-13 
14:06:31.492875704 +0100
+++ /work/SRC/openSUSE:Factory/.scalapack.new/scalapack.changes 2017-11-18 
00:22:24.408682337 +0100
@@ -1,0 +2,5 @@
+Tue Nov 14 13:49:06 UTC 2017 - [email protected]
+
+- changed location of test files in order to make tests functional 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ scalapack.spec ++++++
--- /var/tmp/diff_new_pack.LkxsHR/_old  2017-11-18 00:22:25.332648695 +0100
+++ /var/tmp/diff_new_pack.LkxsHR/_new  2017-11-18 00:22:25.336648550 +0100
@@ -311,9 +311,9 @@
 cd %{pname}-%{version};
 %if %{without hpc}
 echo $PATH | grep -q %{mpi_flavor} || 
PATH=/usr/%_lib/mpi/gcc/%{mpi_flavor}/bin:$PATH
-%define makeargs  CC=/usr/%_lib/mpi/gcc/%{mpi_flavor}/bin/mpicc 
FC=/usr/%_lib/mpi/gcc/%{mpi_flavor}/bin/mpif90
+%define makeargs  CC=/usr/%_lib/mpi/gcc/%{mpi_flavor}/bin/mpicc 
FC=/usr/%_lib/mpi/gcc/%{mpi_flavor}/bin/mpif90 %{?_smp_flags}
 %else
-%define makeargs FCFLAGS+="$(pkg-config --cflags openblas)" LIBS="$(pkg-config 
--libs openblas)"
+%define makeargs FCFLAGS+="$(pkg-config --cflags openblas)" LIBS="$(pkg-config 
--libs openblas)" %{?_smp_flags}
 %endif
 make lib CFLAGS="$RPM_OPT_FLAGS -fPIC" FCFLAGS="$RPM_OPT_FLAGS -fPIC" %makeargs
 cd TESTING/EIG;
@@ -324,13 +324,14 @@
 %install
 
 mkdir -p %{buildroot}%{installdir}/%_lib
-mkdir -p %{buildroot}%{installdir}/bin/
+mkdir -p %{buildroot}%{installdir}/%{_lib}/TESTING
 
 pushd %{pname}-%{version}
 for f in *.a *.so*; do
     cp -f $f %{buildroot}%{installdir}/%_lib/$f
 done
-cp -f TESTING/x* %{buildroot}%{installdir}/bin
+cp -f TESTING/x* TESTING/*.dat %{buildroot}%{installdir}/%{_lib}/TESTING
+
 popd
 pushd %{buildroot}%{installdir}/%_lib
 ln -fs libscalapack.so.%{version} libscalapack.so.%{so_ver}
@@ -413,8 +414,7 @@
 
 %files test
 %defattr(-,root,root,-)
-%doc scalapack-%{version}/TESTING/*.dat
-%{installdir}/bin/
+%{installdir}/%_lib/TESTING
 
 %files -n %{libname %_vers}-devel
 %defattr(-,root,root,-)


Reply via email to