SuiteSparse: don't build against tbb.
tbb build dependency removed because of reliance on deprecated behavior. DrTimothyAldenDavis/SuiteSparse#10.
This commit is contained in:
parent
bc24497a40
commit
f5711a0566
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'SuiteSparse'
|
||||
pkgname=SuiteSparse
|
||||
version=5.10.1
|
||||
revision=1
|
||||
make_build_args="BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB"
|
||||
revision=2
|
||||
# XXX: re-enable TBB=-ltbb -DSPQR_CONFIG=-DHAVE_TBB when updating, if possible
|
||||
make_build_args="BLAS=-lblas LAPACK=-llapack"
|
||||
hostmakedepends="cmake chrpath"
|
||||
makedepends="tbb-devel libgomp-devel lapack-devel mpfr-devel"
|
||||
makedepends="libgomp-devel lapack-devel mpfr-devel"
|
||||
short_desc="Suite of sparse matrix software"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="custom:multiple"
|
||||
|
|
Loading…
Reference in a new issue