Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2015 04:53:42 +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: r386120 - head/math/lapack++
Message-ID:  <201505120453.t4C4rggV015110@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maho
Date: Tue May 12 04:53:42 2015
New Revision: 386120
URL: https://svnweb.freebsd.org/changeset/ports/386120

Log:
  Shared descriptions for blas-related options.

Modified:
  head/math/lapack++/Makefile

Modified: head/math/lapack++/Makefile
==============================================================================
--- head/math/lapack++/Makefile	Tue May 12 04:48:01 2015	(r386119)
+++ head/math/lapack++/Makefile	Tue May 12 04:53:42 2015	(r386120)
@@ -16,15 +16,14 @@ COMMENT=	Linear Algebra PACKage in C++, 
 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
-
-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
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505120453.t4C4rggV015110>