svn commit: r386119 - head/math/suitesparse

Maho Nakata maho at FreeBSD.org
Tue May 12 04:48:02 UTC 2015


Author: maho
Date: Tue May 12 04:48:01 2015
New Revision: 386119
URL: https://svnweb.freebsd.org/changeset/ports/386119

Log:
  Backout previous commit; actually it was not a typo.

Modified:
  head/math/suitesparse/Makefile

Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile	Tue May 12 04:39:45 2015	(r386118)
+++ head/math/suitesparse/Makefile	Tue May 12 04:48:01 2015	(r386119)
@@ -16,7 +16,7 @@ LICENSE_COMB=	multi
 
 USES=		fortran gmake
 
-OPTIONS_RADIO=	OPENBLAS
+OPTIONS_RADIO=	BLAS
 OPTIONS_RADIO_BLAS=	OPENBLAS NETLIB ATLAS
 OPTIONS_DEFAULT=	OPENBLAS
 


More information about the svn-ports-all mailing list