1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Fix typo for OpenBLAS option (1), and remove gotoblas option.

Submitted by:	demon (1)
This commit is contained in:
Maho Nakata 2015-04-04 09:37:43 +00:00
parent 008587af9e
commit e44e837f5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383195

View File

@ -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