diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-02 05:03:22 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-02 05:03:22 +0000 |
| commit | 959afff1bb28f6cb21911a8ce3df5e333930826c (patch) | |
| tree | 0ccdf05d11b2d5e3fc635067137497f31938af9c /math/superlu | |
| parent | f5d285ce70a4fbafc909c59ff2e2e464863069fc (diff) | |
Notes
Diffstat (limited to 'math/superlu')
| -rw-r--r-- | math/superlu/Makefile | 10 |
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 |
