Update to release 3.1.0.
This commit is contained in:
parent
a0c57947d4
commit
fb9f9367e3
@ -1 +1 @@
|
||||
SuiteSparse-3.0.0.tar.gz
|
||||
SuiteSparse-3.1.0.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
4eecd769cf236be413699b2984c39f97 SuiteSparse-3.0.0.tar.gz
|
||||
58d90444feef92fc7c265cbd11a757c6 SuiteSparse-3.1.0.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: suitesparse
|
||||
Version: 3.0.0
|
||||
Release: 4%{?dist}
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A collection of sparse matrix libraries
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -62,25 +62,25 @@ version of the suitesparse libraries.
|
||||
%build
|
||||
%define amd_version 2.2
|
||||
%define amd_version_major 2
|
||||
%define btf_version 1.0
|
||||
%define btf_version 1.0.1
|
||||
%define btf_version_major 1
|
||||
%define camd_version 2.2
|
||||
%define camd_version_major 2
|
||||
%define ccolamd_version 2.7
|
||||
%define ccolamd_version 2.7.1
|
||||
%define ccolamd_version_major 2
|
||||
%define cholmod_version 1.5
|
||||
%define cholmod_version 1.6
|
||||
%define cholmod_version_major 1
|
||||
%define colamd_version 2.7
|
||||
%define colamd_version_major 2
|
||||
%define csparse_version 2.2.0
|
||||
%define csparse_version 2.2.1
|
||||
%define csparse_version_major 2
|
||||
%define cxsparse_version 2.2.0
|
||||
%define cxsparse_version 2.2.1
|
||||
%define cxsparse_version_major 2
|
||||
%define klu_version 1.0
|
||||
%define klu_version_major 1
|
||||
%define ldl_version 2.0
|
||||
%define ldl_version_major 2
|
||||
%define umfpack_version 5.0.2
|
||||
%define umfpack_version 5.2.0
|
||||
%define umfpack_version_major 5
|
||||
### 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.
|
||||
@ -224,7 +224,7 @@ pushd UMFPACK
|
||||
popd
|
||||
cp Lib/*.a Lib/*.so* ../Lib
|
||||
cp Include/*.h ../Include
|
||||
cp README.txt Doc/License Doc/ChangeLog Doc/lesser.txt ../Doc/UMFPACK
|
||||
cp README.txt Doc/License Doc/ChangeLog Doc/gpl.txt ../Doc/UMFPACK
|
||||
cp Doc/*.pdf ../Devel/UMFPACK
|
||||
popd
|
||||
|
||||
@ -298,6 +298,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/lib*.a
|
||||
|
||||
%changelog
|
||||
* Mon Mar 3 2008 Quentin Spencer <qspencer@users.sourceforge.net> 3.1.0-1
|
||||
- Update to release 3.1.0.
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.0.0-4
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user