diff options
author | maho <maho@FreeBSD.org> | 2015-05-12 12:53:42 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2015-05-12 12:53:42 +0800 |
commit | 464dc78ba73dfbab82a84a82f5d2a33a53f323b8 (patch) | |
tree | 8a823b0943508bef4c4d4351a3b4660ccf58735c /math | |
parent | 946ab367ec18aefcdb9a58b31999d19766afd6dd (diff) | |
download | freebsd-ports-gnome-464dc78ba73dfbab82a84a82f5d2a33a53f323b8.tar.gz freebsd-ports-gnome-464dc78ba73dfbab82a84a82f5d2a33a53f323b8.tar.zst freebsd-ports-gnome-464dc78ba73dfbab82a84a82f5d2a33a53f323b8.zip |
Shared descriptions for blas-related options.
Diffstat (limited to 'math')
-rw-r--r-- | math/lapack++/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile index 8790dc8b245f..ef171c25f037 100644 --- a/math/lapack++/Makefile +++ b/math/lapack++/Makefile @@ -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 |