Date: Tue, 12 May 2015 06:27:59 +0000 (UTC) From: Maho Nakata <maho@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386122 - head/math/octave Message-ID: <201505120627.t4C6RxkO058872@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: maho Date: Tue May 12 06:27:59 2015 New Revision: 386122 URL: https://svnweb.freebsd.org/changeset/ports/386122 Log: Descriptions from bsd.options.desc.mk is used, and openblas is now default. Modified: head/math/octave/Makefile Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Tue May 12 05:48:40 2015 (r386121) +++ head/math/octave/Makefile Tue May 12 06:27:59 2015 (r386122) @@ -61,15 +61,13 @@ CONFIGURE_ARGS= --host=${GNU_HOST} \ OPTIONS_DEFINE= DOCS -OPTIONS_RADIO= BLAS -OPTIONS_RADIO_BLAS= REFERENCE OBLAS -OPTIONS_DEFAULT= REFERENCE - -REFERENCE_DESC= Blas / Lapack -REFERENCE_USES= blaslapack:netlib - -OBLAS_DESC= Openblas -OBLAS_USES= blaslapack:openblas +OPTIONS_RADIO= BLAS +OPTIONS_RADIO_BLAS= OPENBLAS NETLIB ATLAS +OPTIONS_DEFAULT= OPENBLAS + +OPENBLAS_USES= blaslapack:openblas +NETLIB_USES= blaslapack:netlib +ATLAS_USES= blaslapack:atlas INFO= octave liboctave
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505120627.t4C6RxkO058872>