1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

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)
This commit is contained in:
Piotr Kubaj 2020-11-24 00:56:50 +00:00
parent 194e9952b4
commit 14691bf6d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556140
3 changed files with 4 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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;