Hello community,

here is the log from the commit of package openblas for openSUSE:Factory 
checked in at 2015-05-06 07:48:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openblas (Old)
 and      /work/SRC/openSUSE:Factory/.openblas.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openblas"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openblas/openblas.changes        2014-12-10 
23:43:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openblas.new/openblas.changes   2015-05-06 
07:48:48.000000000 +0200
@@ -1,0 +2,16 @@
+Wed Mar 25 08:05:20 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 0.2.14
+  * Improve ger and gemv for small matrices by stack allocation.
+    e.g. make -DMAX_STACK_ALLOC=2048
+  * Introduce openblas_get_num_threads and openblas_get_num_procs.
+  * Add ATLAS-style ?geadd function.
+  * Fix c/zsyr bug with negative incx.
+  * Fix race condition during shutdown causing a crash in
+    gotoblas_set_affinity().
+  x86/x86-64:
+  * Support AMD Streamroller.
+  ARM:
+  * Add Cortex-A9 and Cortex-A15 targets.
+
+-------------------------------------------------------------------

Old:
----
  openblas-0.2.13.tar.gz

New:
----
  openblas-0.2.14.tar.gz

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

Other differences:
------------------
++++++ openblas.spec ++++++
--- /var/tmp/diff_new_pack.B7Fvb4/_old  2015-05-06 07:48:49.000000000 +0200
+++ /var/tmp/diff_new_pack.B7Fvb4/_new  2015-05-06 07:48:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openblas
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:           openblas
-Version:        0.2.13
+Version:        0.2.14
 Release:        0
 Summary:        An optimized BLAS library based on GotoBLAS2
 License:        BSD-3-Clause
@@ -112,8 +112,8 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-
 cd ..
+
 # prepare build for serial, threaded and OpenMP versions
 cp -ar OpenBLAS-%{version} openmp
 cp -ar OpenBLAS-%{version} threaded
@@ -123,7 +123,7 @@
 # Make serial, threaded and OpenMP versions
 make -C serial DYNAMIC_ARCH=1 USE_THREAD=0 USE_OPENMP=0 \
         FC=gfortran CC=gcc COMMON_OPT="%{optflags}" NUM_THREADS=64
-make -C openmp DYNAMIC_ARCH=1 USE_THREAD=0 USE_OPENMP=1 LIBNAMESUFFIX=o \
+make -C openmp DYNAMIC_ARCH=1 USE_THREAD=1 USE_OPENMP=1 LIBNAMESUFFIX=o \
         FC=gfortran CC=gcc COMMON_OPT="%{optflags}" NUM_THREADS=64
 make -C threaded DYNAMIC_ARCH=1 USE_THREAD=1 USE_OPENMP=0 LIBNAMESUFFIX=p \
         FC=gfortran CC=gcc COMMON_OPT="%{optflags}" NUM_THREADS=64
@@ -170,7 +170,7 @@
 # done
 
 # Remove Config.cmake (we use custom libraries configuration)
-rm %{buildroot}%{_prefix}/cmake/OpenBLASConfig.cmake
+rm -rf %{buildroot}%{_libdir}/cmake/openblas/
 
 %post -n libopenblas0
 "%_sbindir/update-alternatives" --install \

++++++ openblas-0.2.13.tar.gz -> openblas-0.2.14.tar.gz ++++++
/work/SRC/openSUSE:Factory/openblas/openblas-0.2.13.tar.gz 
/work/SRC/openSUSE:Factory/.openblas.new/openblas-0.2.14.tar.gz differ: char 
13, line 1


Reply via email to