|
@@ -1,6 +1,6 @@
|
|
Name: suitesparse
|
|
Name: suitesparse
|
|
-Version: 3.1.0
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Version: 3.7.0
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: A collection of sparse matrix libraries
|
|
Summary: A collection of sparse matrix libraries
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -53,27 +53,35 @@ version of the suitesparse libraries.
|
|
%setup -q -n SuiteSparse
|
|
%setup -q -n SuiteSparse
|
|
|
|
|
|
%build
|
|
%build
|
|
-%define amd_version 2.2
|
|
|
|
|
|
+%define amd_version 2.2.3
|
|
%define amd_version_major 2
|
|
%define amd_version_major 2
|
|
-%define btf_version 1.0
|
|
|
|
|
|
+%define btf_version 1.1.3
|
|
%define btf_version_major 1
|
|
%define btf_version_major 1
|
|
-%define camd_version 2.2
|
|
|
|
|
|
+%define camd_version 2.2.3
|
|
%define camd_version_major 2
|
|
%define camd_version_major 2
|
|
-%define ccolamd_version 2.7
|
|
|
|
|
|
+%define ccolamd_version 2.7.4
|
|
%define ccolamd_version_major 2
|
|
%define ccolamd_version_major 2
|
|
-%define cholmod_version 1.6
|
|
|
|
|
|
+%define cholmod_version 1.7.4
|
|
%define cholmod_version_major 1
|
|
%define cholmod_version_major 1
|
|
-%define colamd_version 2.7
|
|
|
|
|
|
+%define colamd_version 2.7.4
|
|
%define colamd_version_major 2
|
|
%define colamd_version_major 2
|
|
-%define csparse_version 2.2.0
|
|
|
|
|
|
+%define csparse_version 2.2.6
|
|
%define csparse_version_major 2
|
|
%define csparse_version_major 2
|
|
-%define cxsparse_version 2.2.0
|
|
|
|
|
|
+%define csparse3_version 3.0.2
|
|
|
|
+%define csparse3_version_major 3
|
|
|
|
+%define cxsparse_version 2.2.6
|
|
%define cxsparse_version_major 2
|
|
%define cxsparse_version_major 2
|
|
-%define klu_version 1.0
|
|
|
|
|
|
+%define klu_version 1.1.3
|
|
%define klu_version_major 1
|
|
%define klu_version_major 1
|
|
-%define ldl_version 2.0
|
|
|
|
|
|
+%define ldl_version 2.0.4
|
|
%define ldl_version_major 2
|
|
%define ldl_version_major 2
|
|
-%define umfpack_version 5.2.0
|
|
|
|
|
|
+%define spqr_version 1.2.3
|
|
|
|
+%define spqr_version_major 1
|
|
|
|
+%define rbio_version 2.0.2
|
|
|
|
+%define rbio_version_major 2
|
|
|
|
+%define ufconfig_version 3.7.0
|
|
|
|
+%define ufconfig_version_major 3
|
|
|
|
+%define umfpack_version 5.5.2
|
|
%define umfpack_version_major 5
|
|
%define umfpack_version_major 5
|
|
### CHOLMOD can also be compiled to use the METIS library, but it is not
|
|
### CHOLMOD can also be compiled to use the METIS library, but it is not
|
|
### used here because its licensing terms exclude it from Fedora Extras.
|
|
### used here because its licensing terms exclude it from Fedora Extras.
|
|
@@ -291,6 +299,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
%{_libdir}/lib*.a
|
|
%{_libdir}/lib*.a
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Mar 15 2012 NAKAMURA Kenta <kenta@vinelinux.org> 3.7.0-1
|
|
|
|
+- Updated to 3.7.0
|
|
|
|
+
|
|
|
|
+* Mon Dec 01 2008 NAKAMURA Kenta <kenta@vinelinux.org> 3.6.1-1
|
|
|
|
+- Updated to 3.6.1
|
|
|
|
+
|
|
* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 3.1.0-3vl5
|
|
* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 3.1.0-3vl5
|
|
- applied new versioning policy
|
|
- applied new versioning policy
|
|
|
|
|