svn commit: r386116 - head/math/suitesparse

Maho Nakata maho at FreeBSD.org
Tue May 12 03:26:23 UTC 2015


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)


More information about the svn-ports-head mailing list