From b546101b7330c555ccbb952efc307e8820cd9a06 Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Tue, 27 Sep 2011 10:08:23 -0400 Subject: [PATCH] Update to 3.6.1 Fix undefine symbols in libspqr --- sources | 2 +- suitesparse.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) 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..ce170e7 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 - 3.6.1-1 +- Update to 3.6.1 +- Fix undefine symbols in libspqr + * Sun Feb 13 2011 Deji Akingunola - 3.6.0-3 - Fix a couple of undefined reference errors in umfpack and Rbio (#677061)