diff options
author | maho <maho@FreeBSD.org> | 2015-05-12 14:27:59 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2015-05-12 14:27:59 +0800 |
commit | 32dd4038ca8640e9c2962da3c5acb2ac048e2b52 (patch) | |
tree | 68aca76037b7f36b6a14fff4f806bec9b62d4b1f /math | |
parent | 464dc78ba73dfbab82a84a82f5d2a33a53f323b8 (diff) | |
download | freebsd-ports-gnome-32dd4038ca8640e9c2962da3c5acb2ac048e2b52.tar.gz freebsd-ports-gnome-32dd4038ca8640e9c2962da3c5acb2ac048e2b52.tar.zst freebsd-ports-gnome-32dd4038ca8640e9c2962da3c5acb2ac048e2b52.zip |
Descriptions from bsd.options.desc.mk is used, and openblas is now default.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 25b29dfeb981..1d637a7cf4ed 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -61,15 +61,13 @@ CONFIGURE_ARGS= --host=${GNU_HOST} \ OPTIONS_DEFINE= DOCS -OPTIONS_RADIO= BLAS -OPTIONS_RADIO_BLAS= REFERENCE OBLAS -OPTIONS_DEFAULT= REFERENCE +OPTIONS_RADIO= BLAS +OPTIONS_RADIO_BLAS= OPENBLAS NETLIB ATLAS +OPTIONS_DEFAULT= OPENBLAS -REFERENCE_DESC= Blas / Lapack -REFERENCE_USES= blaslapack:netlib - -OBLAS_DESC= Openblas -OBLAS_USES= blaslapack:openblas +OPENBLAS_USES= blaslapack:openblas +NETLIB_USES= blaslapack:netlib +ATLAS_USES= blaslapack:atlas INFO= octave liboctave |