mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/suitesparse to 5.8.0-1
This commit is contained in:
parent
ef3e152b10
commit
92d84c0c75
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# - patch from debian to link with libatomic
|
||||
|
||||
pkgname=suitesparse
|
||||
pkgver=5.7.2
|
||||
pkgver=5.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="A collection of sparse matrix libraries"
|
||||
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
|
||||
|
@ -12,14 +12,14 @@ arch=('x86_64')
|
|||
conflicts=('umfpack')
|
||||
provides=('umfpack')
|
||||
replaces=('umfpack')
|
||||
depends=('metis' 'lapack' 'intel-tbb')
|
||||
depends=('metis' 'lapack' 'tbb')
|
||||
makedepends=('gcc-fortran' 'cmake' 'chrpath')
|
||||
license=('GPL')
|
||||
options=('staticlibs')
|
||||
source=($pkgname-$pkgver.tar.gz::"https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$pkgver.tar.gz"
|
||||
suitesparse-no-demo.patch
|
||||
libatomic.patch)
|
||||
sha256sums=('fe3bc7c3bd1efdfa5cffffb5cebf021ff024c83b5daf0ab445429d3d741bd3ad'
|
||||
sha256sums=('5ce343444c589d5c46d1ef2b4dde625fdb287e1838f24bc5a5f7054149145fc3'
|
||||
'f80488bb076753d38ea21d207bd682bdc97e21220c733da025f518a5b7e8e030'
|
||||
'b91e5ee92c027a5b216debccee2d37712b31a4fb2a544d7721060ccf2f60a7da')
|
||||
|
||||
|
|
Loading…
Reference in a new issue