aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2015-04-04 09:37:43 +0000
committerMaho Nakata <maho@FreeBSD.org>2015-04-04 09:37:43 +0000
commite44e837f5f40dd43819616298ba44150a4604df3 (patch)
tree624f440e83d62c7f05b771a1aa42f6596df03bec /math/suitesparse
parent008587af9ea12fd507089396475bf5a47af5a1c2 (diff)
downloadports-e44e837f5f40dd43819616298ba44150a4604df3.tar.gz
ports-e44e837f5f40dd43819616298ba44150a4604df3.zip
Fix typo for OpenBLAS option (1), and remove gotoblas option.
Submitted by: demon (1)
Notes
Notes: svn path=/head/; revision=383195
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 95ceaa05cf1f..320c29bacde0 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