Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 00:48:42 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515313 - head/math/py-numpy
Message-ID:  <201910240048.x9O0mgcb021984@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Oct 24 00:48:41 2019
New Revision: 515313
URL: https://svnweb.freebsd.org/changeset/ports/515313

Log:
  math/py-numpy: switch to OpenBLAS by default
  
  Besides being faster consistently using the same BLAS implementation
  should improve stability in case of accidental ABI mismatch.
  
  PR:		240937
  Approved by:	maintainer timeout (2 weeks)
  MFH:		2019Q4

Modified:
  head/math/py-numpy/Makefile   (contents, props changed)

Modified: head/math/py-numpy/Makefile
==============================================================================
--- head/math/py-numpy/Makefile	Thu Oct 24 00:48:33 2019	(r515312)
+++ head/math/py-numpy/Makefile	Thu Oct 24 00:48:41 2019	(r515313)
@@ -3,6 +3,7 @@
 
 PORTNAME=	numpy
 PORTVERSION=	1.16.5
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP \
@@ -34,7 +35,7 @@ PORTDOCS=	*
 OPTIONS_DEFINE=		DOCS SUITESPARSE
 OPTIONS_SINGLE=		BLASLIB
 OPTIONS_SINGLE_BLASLIB=	ATLAS NETLIB OPENBLAS
-OPTIONS_DEFAULT=	NETLIB SUITESPARSE
+OPTIONS_DEFAULT=	OPENBLAS SUITESPARSE
 SUITESPARSE_DESC=	Use AMD and UMFPACK in SuiteSparse
 
 ATLAS_USES=		blaslapack:atlas



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