mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/suitesparse to 4.4.5-1
This commit is contained in:
parent
585ce5a28e
commit
06b7fc5224
1 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@
|
|||
# - drop intel-tbb depend, remove -DHAVE_TBB
|
||||
|
||||
pkgname=suitesparse
|
||||
pkgver=4.4.4
|
||||
pkgver=4.4.5
|
||||
pkgrel=1
|
||||
pkgdesc="A collection of sparse matrix libraries"
|
||||
url="http://www.cise.ufl.edu/research/sparse/SuiteSparse/"
|
||||
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
|
||||
arch=('i686' 'x86_64')
|
||||
conflicts=('umfpack')
|
||||
provides=('umfpack')
|
||||
|
@ -18,7 +18,7 @@ makedepends=('gcc-fortran')
|
|||
license=('GPL')
|
||||
options=('staticlibs')
|
||||
source=("http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-$pkgver.tar.gz")
|
||||
sha1sums=('13f5d8caa8df92a4d704426781365e55c09baf01')
|
||||
sha1sums=('7666883423f56de760546a8be8795d5ac9d66c19')
|
||||
|
||||
prepare() {
|
||||
export CFLAGS=" ${CFLAGS} -DNPARTITION -fPIC"
|
||||
|
|
Loading…
Reference in a new issue