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'
|
# Template file for 'SuiteSparse'
|
||||||
pkgname=SuiteSparse
|
pkgname=SuiteSparse
|
||||||
version=5.10.1
|
version=5.10.1
|
||||||
revision=1
|
revision=2
|
||||||
make_build_args="BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB"
|
# XXX: re-enable TBB=-ltbb -DSPQR_CONFIG=-DHAVE_TBB when updating, if possible
|
||||||
|
make_build_args="BLAS=-lblas LAPACK=-llapack"
|
||||||
hostmakedepends="cmake chrpath"
|
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"
|
short_desc="Suite of sparse matrix software"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="custom:multiple"
|
license="custom:multiple"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue