aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2019-10-02 13:03:22 +0800
committertobik <tobik@FreeBSD.org>2019-10-02 13:03:22 +0800
commitc005a30d5f9ce9c5760bba28425c7df1583b609d (patch)
tree0ccdf05d11b2d5e3fc635067137497f31938af9c /math
parent57742fc3db4e6c7b965345fc589eed4b2b15e08f (diff)
downloadfreebsd-ports-gnome-c005a30d5f9ce9c5760bba28425c7df1583b609d.tar.gz
freebsd-ports-gnome-c005a30d5f9ce9c5760bba28425c7df1583b609d.tar.zst
freebsd-ports-gnome-c005a30d5f9ce9c5760bba28425c7df1583b609d.zip
math/superlu: Spell opt_CMAKE_ON correctly
Unbreak ATLAS, GOTOBLAS, OPENBLAS, REFERENCE options.
Diffstat (limited to 'math')
-rw-r--r--math/superlu/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile
index 442899d5eed0..dd0e484a625c 100644
--- a/math/superlu/Makefile
+++ b/math/superlu/Makefile
@@ -3,7 +3,7 @@
PORTNAME= superlu
PORTVERSION= 5.2.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= math
MASTER_SITES= http://crd-legacy.lbl.gov/~xiaoye/SuperLU/ \
http://crd-legacy.lbl.gov/~xiaoye/:doc
@@ -33,19 +33,19 @@ OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS OPENBLAS REFERENCE
OPTIONS_DEFAULT= REFERENCE
ATLAS_USES= blaslapack:atlas
-ATLAS_CMAKE_ARGS= -DBLA_VENDOR:STRING="ATLAS"
+ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS"
DOCS_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${SLU_DOCS:S/$/:doc/}
DOCS_EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
GOTOBLAS_DESC= GotoBLAS blas implementation
GOTOBLAS_USES= blaslapack:gotoblas
-GOTOBLAS_CMAKE_ARGS= -DBLA_VENDOR:STRING="Goto"
+GOTOBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="Goto"
OPENBLAS_DESC= OpenBLAS blas implementation
OPENBLAS_USES= blaslapack:openblas
-OPENBLAS_CMAKE_ARGS= -DBLA_VENDOR:STRING="OpenBLAS"
+OPENBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="OpenBLAS"
REFERENCE_DESC= Reference blas implementation
REFERENCE_USES= blaslapack
-REFERENCE_CMAKE_ARGS= -DBLA_VENDOR:STRING="Generic"
+REFERENCE_CMAKE_ON= -DBLA_VENDOR:STRING="Generic"
SLU_DOCS= SLU_general.ps.gz simax-29176.pdf