Accepting request 345152 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/345152 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
a46d569de7
commit
18c2253479
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 21:43:05 UTC 2015 - foss@grueninger.de
|
||||
|
||||
- Package forgotten C++ includes (*.hpp), too.
|
||||
- Adjust download link
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 23 08:26:49 UTC 2015 - foss@grueninger.de
|
||||
|
||||
|
@@ -22,7 +22,7 @@ License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: Development/Libraries
|
||||
Version: 4.4.5
|
||||
Release: 0
|
||||
Url: http://www.cise.ufl.edu/research/sparse/SuiteSparse
|
||||
Url: http://faculty.cse.tamu.edu/davis/SuiteSparse/
|
||||
Source: SuiteSparse-%{version}.tar.gz
|
||||
Source2: %{name}-rpmlintrc
|
||||
Patch0: no-removal-of-suitesparse_config-output.patch
|
||||
@@ -494,7 +494,10 @@ for dir in AMD BTF CAMD CCOLAMD CHOLMOD COLAMD CSparse CXSparse KLU LDL RBio SPQ
|
||||
pushd $dir
|
||||
ver=$(grep -E "^VERSION =" Makefile | sed "s:VERSION = ::")
|
||||
cp -a Lib/*.a %{buildroot}/%{_libdir}
|
||||
cp -a Include/*.h %{buildroot}%{_includedir}/%{name}
|
||||
cp -a Include/*\.h %{buildroot}%{_includedir}/%{name}
|
||||
if ls Include/*\.hpp 1> /dev/null 2>&1; then
|
||||
cp -a Include/*\.hpp %{buildroot}%{_includedir}/%{name}
|
||||
fi
|
||||
mkdir %{buildroot}%{_docdir}/%{name}/$dir-$ver
|
||||
mkdir %{buildroot}%{_docdir}/%{name}-devel/$dir
|
||||
cp -a README.txt Doc/{License,ChangeLog,*.txt} %{buildroot}%{_docdir}/%{name}/$dir-$ver > /dev/null 2>&1 | true
|
||||
|
Reference in New Issue
Block a user