Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2015 03:26:22 +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: r386116 - head/math/suitesparse
Message-ID:  <201505120326.t4C3QMfl071334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maho
Date: Tue May 12 03:26:22 2015
New Revision: 386116
URL: https://svnweb.freebsd.org/changeset/ports/386116

Log:
  Use bsd.options.desc.mk for descriptions
  
  Suggested by: demon@

Modified:
  head/math/suitesparse/Makefile

Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile	Tue May 12 02:41:12 2015	(r386115)
+++ head/math/suitesparse/Makefile	Tue May 12 03:26:22 2015	(r386116)
@@ -17,16 +17,11 @@ LICENSE_COMB=	multi
 USES=		fortran gmake
 
 OPTIONS_RADIO=	BLAS
-OPTIONS_RADIO_BLAS=	OPENBLAS REFERENCE ATLAS
+OPTIONS_RADIO_BLAS=	OPENBLAS NETLIB ATLAS
 OPTIONS_DEFAULT=	OPENBLAS
 
-OPENBLAS_DESC=	Openblas
 OPENBLAS_USES=	blaslapack:openblas
-
-REFERENCE_DESC=	Blas / Lapack
-REFERENCE_USES=	blaslapack:netlib
-
-ATLAS_DESC=	ATLAS
+NETLIB_USES=	blaslapack:netlib
 ATLAS_USES=	blaslapack:atlas
 
 .if defined (WITH_METIS)



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