SuiteSparse: don't build against tbb.

tbb build dependency removed because of reliance
on deprecated behavior.

DrTimothyAldenDavis/SuiteSparse#10.
This commit is contained in:
cinerea0 2022-01-27 19:16:58 -05:00 committed by Érico Nogueira
parent bc24497a40
commit f5711a0566

View file

@ -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"