diff options
author | maho <maho@FreeBSD.org> | 2015-04-04 17:37:43 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2015-04-04 17:37:43 +0800 |
commit | ba01de98401aaa7ca1cf39d0f1b94b3374fe38c0 (patch) | |
tree | 624f440e83d62c7f05b771a1aa42f6596df03bec /math | |
parent | d4061e8c2d29e4c145c3ab604f6e10ddf1a8cdfd (diff) | |
download | freebsd-ports-graphics-ba01de98401aaa7ca1cf39d0f1b94b3374fe38c0.tar.gz freebsd-ports-graphics-ba01de98401aaa7ca1cf39d0f1b94b3374fe38c0.tar.zst freebsd-ports-graphics-ba01de98401aaa7ca1cf39d0f1b94b3374fe38c0.zip |
Fix typo for OpenBLAS option (1), and remove gotoblas option.
Submitted by: demon (1)
Diffstat (limited to 'math')
-rw-r--r-- | math/suitesparse/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 95ceaa05cf1..320c29bacde 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -17,11 +17,11 @@ LICENSE_COMB= multi USES= fortran gmake OPTIONS_RADIO= BLAS -OPTIONS_RADIO_BLAS= OPENBLAS REFERENCE ATLAS GOTO +OPTIONS_RADIO_BLAS= OPENBLAS REFERENCE ATLAS OPTIONS_DEFAULT= OPENBLAS OPENBLAS_DESC= Openblas -OPENBLAS_USES= blaslapack +OPENBLAS_USES= blaslapack:openblas REFERENCE_DESC= Blas / Lapack REFERENCE_USES= blaslapack:netlib @@ -29,9 +29,6 @@ REFERENCE_USES= blaslapack:netlib ATLAS_DESC= ATLAS ATLAS_USES= blaslapack:atlas -GOTO_DESC= GOTO -GOTO_USES= blaslapack:gotoblas - .if defined (WITH_METIS) LIB_DEPENDS= libmetis.so:${PORTSDIR}/math/metis4 |