git: 977730c0c177 - main - math/suitesparse: do not force OpenBLAS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Nov 2022 18:42:36 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=977730c0c177a5636383a925a0b471283078b365 commit 977730c0c177a5636383a925a0b471283078b365 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-11-28 18:38:21 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-11-28 18:42:30 +0000 math/suitesparse: do not force OpenBLAS The different implementations of BLAS may be choosen by an option radio and it was a mistake to force it (a remainder of some test…). Do not bump PORTREVISION since this is the default. PR: 268023 Reported by: alt2600 (at) icloud.com --- math/suitesparse/bsd.suitesparse.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk index 1357cd83f010..6e3b542a3f14 100644 --- a/math/suitesparse/bsd.suitesparse.mk +++ b/math/suitesparse/bsd.suitesparse.mk @@ -37,7 +37,7 @@ LIB_DEPENDS+= libsuitesparseconfig.so:math/suitesparse-config OPTIONS_DEFINE+=DEMOS .endif -USES+= blaslapack:openblas cmake:insource fortran gmake +USES+= cmake:insource fortran gmake DOCSDIR= ${PREFIX}/share/doc/${SSPNAME} MAKE_ENV= JOBS="${MAKE_JOBS_NUMBER}" \