[suitesparse] Update to 3.6.0 Fix undefine symbols in libspqr

Deji Akingunola deji at fedoraproject.org
Fri Sep 23 22:21:49 UTC 2011


commit 1015d055cf00e131a9186428e4ec9cb2a581c6ad
Author: Deji Akingunola <dakingun at mail.com>
Date:   Fri Sep 23 18:24:27 2011 -0400

    Update to 3.6.0
    Fix undefine symbols in libspqr

 .gitignore       |    1 +
 sources          |    2 +-
 suitesparse.spec |   10 +++++++---
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e45ca9..7792052 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 SuiteSparse-3.4.0.tar.gz
 /SuiteSparse-3.6.0.tar.gz
+/SuiteSparse-3.6.1.tar.gz
diff --git a/sources b/sources
index 5342f78..139c4ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ccb9e90b478b5d55b1d9a794e8ed676  SuiteSparse-3.6.0.tar.gz
+88a44890e8f61cdbb844a76b7259d876  SuiteSparse-3.6.1.tar.gz
diff --git a/suitesparse.spec b/suitesparse.spec
index 6872f20..6a21bdf 100644
--- a/suitesparse.spec
+++ b/suitesparse.spec
@@ -1,6 +1,6 @@
 Name:           suitesparse
-Version:        3.6.0
-Release:        3%{?dist}
+Version:        3.6.1
+Release:        1%{?dist}
 Summary:        A collection of sparse matrix libraries
 
 Group:          System Environment/Libraries
@@ -315,7 +315,7 @@ pushd SPQR
   pushd ../Lib
     g++ -shared -Wl,-soname,libspqr.so.%{spqr_version_major} -o \
         libspqr.so.%{spqr_version} ../SPQR/Lib/*.o \
-        -L%{_libdir}/atlas -lcblas -llapack \
+        -L%{_libdir}/atlas -L%{_libdir} -lcblas -llapack -ltbb -ltbbmalloc \
         libcholmod.so.%{cholmod_version_major} -lm
     ln -sf libspqr.so.%{spqr_version} libspqr.so.%{spqr_version_major}
     ln -sf libspqr.so.%{spqr_version} libspqr.so
@@ -397,6 +397,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %doc Doc/*
 
 %changelog
+* Fri Sep 23 2011 Deji Akingunola <dakingun at gmail.com> - 3.6.1-1
+- Update to 3.6.0
+- Fix undefine symbols in libspqr
+
 * Sun Feb 13 2011 Deji Akingunola <dakingun at gmail.com> - 3.6.0-3
 - Fix a couple of undefined reference errors in umfpack and Rbio (#677061)
 


More information about the scm-commits mailing list