1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Shared descriptions for blas-related options.

This commit is contained in:
Maho Nakata 2015-05-12 04:53:42 +00:00
parent b10ffea619
commit 43f18f95ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386120

View File

@ -16,15 +16,14 @@ COMMENT= Linear Algebra PACKage in C++, a wrapper for LAPACK
USES= fortran gmake pathfix libtool
OPTIONS_DEFINE= DOCS
OPTIONS_RADIO= BLAS
OPTIONS_RADIO_BLAS= REFERENCE OBLAS
OPTIONS_DEFAULT= REFERENCE
REFERENCE_DESC= Blas / Lapack
REFERENCE_USES= blaslapack:netlib
OPTIONS_RADIO= BLAS
OPTIONS_RADIO_BLAS= OPENBLAS NETLIB ATLAS
OPTIONS_DEFAULT= OPENBLAS
OBLAS_DESC= Openblas
OBLAS_USES= blaslapack:openblas
OPENBLAS_USES= blaslapack:openblas
NETLIB_USES= blaslapack:netlib
ATLAS_USES= blaslapack:atlas
GNU_CONFIGURE= yes
USE_LDCONFIG= yes