aboutsummaryrefslogtreecommitdiff
path: root/math/openblas
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-24 00:56:50 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-24 00:56:50 +0000
commit14691bf6d3291b0976a0d8328e7f4309f6528ee2 (patch)
tree3c96e794b7ced6b5a23ab5fe7d9cb14361aaf821 /math/openblas
parent194e9952b44056a61004e7134592392bd36b9117 (diff)
downloadports-14691bf6d3291b0976a0d8328e7f4309f6528ee2.tar.gz
ports-14691bf6d3291b0976a0d8328e7f4309f6528ee2.zip
math/openblas: update to 0.3.12
Remove one patch that was committed to upstream. PR: 251338 Approved by: phd_kimberlite@yahoo.co.jp (maintainer)
Notes
Notes: svn path=/head/; revision=556140
Diffstat (limited to 'math/openblas')
-rw-r--r--math/openblas/Makefile2
-rw-r--r--math/openblas/distinfo6
-rw-r--r--math/openblas/files/patch-cpuid__arm64.c11
3 files changed, 4 insertions, 15 deletions
diff --git a/math/openblas/Makefile b/math/openblas/Makefile
index 2a7f62f19e13..3bb2735f5aa5 100644
--- a/math/openblas/Makefile
+++ b/math/openblas/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openblas
DISTVERSIONPREFIX= v
-DISTVERSION= 0.3.10
+DISTVERSION= 0.3.12
PORTEPOCH= 1
CATEGORIES= math
MASTER_SITES= NL/lapack/timing/:lapack_tmg
diff --git a/math/openblas/distinfo b/math/openblas/distinfo
index 42f5a411146a..aa1d1d1d6609 100644
--- a/math/openblas/distinfo
+++ b/math/openblas/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1592213495
+TIMESTAMP = 1606163641
SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1
SIZE (openblas/large.tgz) = 2595
SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af
SIZE (openblas/timing.tgz) = 1059485
-SHA256 (openblas/xianyi-OpenBLAS-v0.3.10_GH0.tar.gz) = 0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693
-SIZE (openblas/xianyi-OpenBLAS-v0.3.10_GH0.tar.gz) = 12246979
+SHA256 (openblas/xianyi-OpenBLAS-v0.3.12_GH0.tar.gz) = 65a7d3a4010a4e3bd5c0baa41a234797cd3a1735449a4a5902129152601dc57b
+SIZE (openblas/xianyi-OpenBLAS-v0.3.12_GH0.tar.gz) = 12325103
diff --git a/math/openblas/files/patch-cpuid__arm64.c b/math/openblas/files/patch-cpuid__arm64.c
deleted file mode 100644
index 592272acf705..000000000000
--- a/math/openblas/files/patch-cpuid__arm64.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- cpuid_arm64.c.orig 2019-04-29 17:22:19 UTC
-+++ cpuid_arm64.c
-@@ -180,6 +180,8 @@ int detect(void)
-
-
- }
-+#else
-+ return CPU_ARMV8;
- #endif
-
- return CPU_UNKNOWN;