FreeBSD Bugzilla – Attachment 207958 Details for
Bug 240937
math/py-numpy: enable OPENBLAS by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
bug240937.diff (text/plain), 930 bytes, created by
Jan Beich
on 2019-09-30 10:31:57 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2019-09-30 10:31:57 UTC
Size:
930 bytes
patch
obsolete
>From f556dc0994c1cf7fa2ea2eb3261dde37447ab285 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Mon, 30 Sep 2019 10:13:00 +0000 >Subject: [PATCH] math/py-numpy: switch to OpenBLAS by default > >PR: 240937 >Approved by: python (?) >--- > math/py-numpy/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile >index 3bdd3bbeeba8..a69a69eef9eb 100644 >--- a/math/py-numpy/Makefile >+++ b/math/py-numpy/Makefile >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240937
: 207958