Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2018-01-13 21:47:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/armadillo (Old)
 and      /work/SRC/openSUSE:Factory/.armadillo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "armadillo"

Sat Jan 13 21:47:26 2018 rev:118 rq:563543 version:8.300.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes      2017-12-19 
10:58:43.972639589 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2018-01-13 
21:47:27.266614807 +0100
@@ -1,0 +2,6 @@
+Tue Jan  9 15:02:12 UTC 2018 - badshah...@gmail.com
+
+- Update to version 8.300.3:
+  + Misc bug fixes.
+
+-------------------------------------------------------------------

Old:
----
  armadillo-8.300.2.tar.xz

New:
----
  armadillo-8.300.3.tar.xz

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

Other differences:
------------------
++++++ armadillo.spec ++++++
--- /var/tmp/diff_new_pack.uctyIT/_old  2018-01-13 21:47:28.226570054 +0100
+++ /var/tmp/diff_new_pack.uctyIT/_new  2018-01-13 21:47:28.230569868 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package armadillo
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,7 +18,7 @@
 
 %define soname libarmadillo8
 Name:           armadillo
-Version:        8.300.2
+Version:        8.300.3
 Release:        0
 Summary:        C++ matrix library with interfaces to LAPACK and ATLAS
 License:        Apache-2.0

++++++ armadillo-8.300.2.tar.xz -> armadillo-8.300.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-8.300.2/README.txt 
new/armadillo-8.300.3/README.txt
--- old/armadillo-8.300.2/README.txt    2016-06-16 18:17:22.000000000 +0200
+++ new/armadillo-8.300.3/README.txt    2016-06-16 18:17:23.000000000 +0200
@@ -336,17 +336,13 @@
 10: Support for ATLAS
 =====================
 
-Armadillo can use the ATLAS library for faster versions of
-certain LAPACK and BLAS functions. Not all ATLAS functions are
-currently used, and as such LAPACK should still be installed.
-
-The minimum recommended version of ATLAS is 3.8.
-Old versions (eg. 3.6) can produce incorrect results
-as well as corrupting memory, leading to random crashes.
-
-Users of older Ubuntu and Debian based systems should explicitly
-check that ATLAS 3.6 is not installed. It's better to
-remove the old version and use the standard LAPACK library.
+Armadillo can use the ATLAS library for faster versions of a subset
+of LAPACK and BLAS functions. LAPACK should still be installed to
+obtain full functionality.
+
+Caveat: the minimum recommended version of ATLAS is 3.10;
+earlier versions (such as 3.6 and 3.8) can produce incorrect
+results and/or corrupt memory, leading to random crashes.
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-8.300.2/include/armadillo_bits/SpMat_bones.hpp 
new/armadillo-8.300.3/include/armadillo_bits/SpMat_bones.hpp
--- old/armadillo-8.300.2/include/armadillo_bits/SpMat_bones.hpp        
2016-06-16 18:17:22.000000000 +0200
+++ new/armadillo-8.300.3/include/armadillo_bits/SpMat_bones.hpp        
2016-06-16 18:17:23.000000000 +0200
@@ -606,7 +606,7 @@
   // 1: CSC needs to be updated from cache
   // 2: no update required
   
-  #if !defined(_OPENMP) && defined(ARMA_USE_CXX11)
+  #if !defined(ARMA_USE_OPENMP) && defined(ARMA_USE_CXX11)
   arma_aligned mutable std::mutex cache_mutex;
   #endif
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-8.300.2/include/armadillo_bits/arma_version.hpp 
new/armadillo-8.300.3/include/armadillo_bits/arma_version.hpp
--- old/armadillo-8.300.2/include/armadillo_bits/arma_version.hpp       
2016-06-16 18:17:22.000000000 +0200
+++ new/armadillo-8.300.3/include/armadillo_bits/arma_version.hpp       
2016-06-16 18:17:23.000000000 +0200
@@ -21,7 +21,7 @@
 
 #define ARMA_VERSION_MAJOR 8
 #define ARMA_VERSION_MINOR 300
-#define ARMA_VERSION_PATCH 2
+#define ARMA_VERSION_PATCH 3
 #define ARMA_VERSION_NAME  "Tropical Shenanigans"
 
 


Reply via email to