update to 4.4.1 [release 4.4.1-1mamba;Sun Nov 23 2014]
This commit is contained in:
parent
7c0ae0752c
commit
ad33698714
@ -1,19 +1,19 @@
|
|||||||
Name: libsuitesparse
|
Name: libsuitesparse
|
||||||
Version: 4.2.1
|
Version: 4.4.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A collection of sparse matrix libraries
|
Summary: A collection of sparse matrix libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cise.ufl.edu/research/sparse/SuiteSparse
|
URL: http://faculty.cse.tamu.edu/davis/suitesparse.html
|
||||||
Source: http://www.cise.ufl.edu/research/sparse/SuiteSparse/SuiteSparse-%{version}.tar.gz
|
Source: http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-%{version}.tar.gz
|
||||||
License: GPL, LGPL
|
License: GPL, LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libatlas-devel
|
||||||
BuildRequires: libblas-devel
|
BuildRequires: libblas-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: liblapack-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Provides: libumfpack
|
Provides: libumfpack
|
||||||
@ -337,7 +337,7 @@ pushd Lib
|
|||||||
popd
|
popd
|
||||||
pushd Include
|
pushd Include
|
||||||
for f in *.h; do
|
for f in *.h; do
|
||||||
cp -a $f ${RPM_BUILD_ROOT}%{_includedir}/suitesparse/$f
|
install -D -m0644 $f %{buildroot}%{_includedir}/suitesparse/$f
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -396,6 +396,18 @@ popd
|
|||||||
#%doc README.txt
|
#%doc README.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 23 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.1-1mamba
|
||||||
|
- update to 4.4.1
|
||||||
|
|
||||||
|
* Tue Aug 26 2014 Automatic Build System <autodist@mambasoft.it> 4.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat May 24 2014 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.1-2mamba
|
||||||
|
- fixed read permission of include files
|
||||||
|
|
||||||
* Sat May 11 2013 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
* Sat May 11 2013 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user