Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2015 09:37:44 +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: r383195 - head/math/suitesparse
Message-ID:  <201504040937.t349birB041136@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maho
Date: Sat Apr  4 09:37:43 2015
New Revision: 383195
URL: https://svnweb.freebsd.org/changeset/ports/383195

Log:
  Fix typo for OpenBLAS option (1), and remove gotoblas option.
  
  Submitted by:	demon (1)

Modified:
  head/math/suitesparse/Makefile

Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile	Sat Apr  4 08:28:22 2015	(r383194)
+++ head/math/suitesparse/Makefile	Sat Apr  4 09:37:43 2015	(r383195)
@@ -17,11 +17,11 @@ LICENSE_COMB=	multi
 USES=		fortran gmake
 
 OPTIONS_RADIO=	BLAS
-OPTIONS_RADIO_BLAS=	OPENBLAS REFERENCE ATLAS GOTO
+OPTIONS_RADIO_BLAS=	OPENBLAS REFERENCE ATLAS
 OPTIONS_DEFAULT=	OPENBLAS
 
 OPENBLAS_DESC=	Openblas
-OPENBLAS_USES=	blaslapack
+OPENBLAS_USES=	blaslapack:openblas
 
 REFERENCE_DESC=	Blas / Lapack
 REFERENCE_USES=	blaslapack:netlib
@@ -29,9 +29,6 @@ REFERENCE_USES=	blaslapack:netlib
 ATLAS_DESC=	ATLAS
 ATLAS_USES=	blaslapack:atlas
 
-GOTO_DESC=	GOTO
-GOTO_USES=	blaslapack:gotoblas
-
 .if defined (WITH_METIS)
 LIB_DEPENDS=	libmetis.so:${PORTSDIR}/math/metis4
 



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