svn commit: r383195 - head/math/suitesparse
Maho Nakata
maho at FreeBSD.org
Sat Apr 4 09:37:44 UTC 2015
Author: maho
Date: Sat Apr 4 09:37:43 2015
New Revision: 383195
URL: https://svnweb.freebsd.org/changeset/ports/383195
Log:
Fix typo for OpenBLAS option (1), and remove gotoblas option.
Submitted by: demon (1)
Modified:
head/math/suitesparse/Makefile
Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile Sat Apr 4 08:28:22 2015 (r383194)
+++ head/math/suitesparse/Makefile Sat Apr 4 09:37:43 2015 (r383195)
@@ -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
More information about the svn-ports-all
mailing list