Skip to content

Commit

Permalink
math/suitesparse: upgrade to v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-FreeBSD committed Sep 20, 2023
1 parent 5040120 commit 96bcf26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion math/suitesparse/Makefile
@@ -1,5 +1,5 @@
PORTNAME= suitesparse
PORTVERSION= 7.1.0
PORTVERSION= 7.2.0
CATEGORIES= math

MAINTAINER= fortran@FreeBSD.org
Expand Down
7 changes: 6 additions & 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+= cmake:insource
USES+= cmake:insource pathfix

DOCSDIR= ${PREFIX}/share/doc/${SSPNAME}
MAKE_ENV= JOBS="${MAKE_JOBS_NUMBER}" \
Expand All @@ -57,6 +57,10 @@ DISTINFO_FILE= ${.CURDIR}/../../math/suitesparse/distinfo
OPTIONS_DEFINE+= DOCS OPTIMIZED_CFLAGS
OPTIONS_DEFAULT+= OPTIMIZED_CFLAGS

.if ${MPORTNAME} == config || \
${MPORTNAME} == CHOLMOD || \
${MPORTNAME} == SPQR || \
${MPORTNAME} == UMFPACK
OPTIONS_RADIO+= BLAS
OPTIONS_RADIO_BLAS+= ATLAS GOTOBLAS NETLIB OPENBLAS
OPTIONS_DEFAULT+= OPENBLAS
Expand All @@ -66,6 +70,7 @@ GOTOBLAS_DESC= Goto blas implementation
GOTOBLAS_USES= blaslapack:gotoblas
NETLIB_USES= blaslapack:netlib
OPENBLAS_USES= blaslapack:openblas
.endif

OPTIONS_DEFINE+= OPENMP
OPTIONS_EXCLUDE_aarch64= OPENMP
Expand Down

0 comments on commit 96bcf26

Please sign in to comment.