Skip to content

Commit

Permalink
math/suitesparse: do not force OpenBLAS
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thierry-FreeBSD committed Nov 28, 2022
1 parent ab33924 commit 977730c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/suitesparse/bsd.suitesparse.mk
Expand Up @@ -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}" \
Expand Down

0 comments on commit 977730c

Please sign in to comment.