git: ec82c98536cf - main - math/openblas: Fix build on aarch64
Mikael Urankar
mikael at FreeBSD.org
Thu May 27 15:06:56 UTC 2021
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ec82c98536cf13791f30544f1976299b038e566c
commit ec82c98536cf13791f30544f1976299b038e566c
Author: Mikael Urankar <mikael at FreeBSD.org>
AuthorDate: 2021-05-27 15:04:49 +0000
Commit: Mikael Urankar <mikael at FreeBSD.org>
CommitDate: 2021-05-27 15:06:54 +0000
math/openblas: Fix build on aarch64
Yet another upstream patch to fix the previous broken patch.
PR: 255908
Approved by: portmgr (build fix blanket)
---
math/openblas/Makefile | 3 ++-
math/openblas/distinfo | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/math/openblas/Makefile b/math/openblas/Makefile
index 52b30a56739f..f26bc3cfd41d 100644
--- a/math/openblas/Makefile
+++ b/math/openblas/Makefile
@@ -11,7 +11,8 @@ DISTFILES= large.tgz:lapack_tmg \
DIST_SUBDIR= openblas
PATCH_SITES= https://github.com/xianyi/OpenBLAS/commit/
-PATCHFILES= e1911b2e6056efcafe77beebc80c8e8bb8c8a5a9.patch:-p1
+PATCHFILES= e1911b2e6056efcafe77beebc80c8e8bb8c8a5a9.patch:-p1 \
+ 42f048cf6c04e51de6c7a3ade5af71b0c4dcea0d.patch:-p1
MAINTAINER= phd_kimberlite at yahoo.co.jp
COMMENT= Optimized BLAS library based on GotoBLAS2
diff --git a/math/openblas/distinfo b/math/openblas/distinfo
index bb38ca4384ab..a5f7f262c600 100644
--- a/math/openblas/distinfo
+++ b/math/openblas/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1621354016
+TIMESTAMP = 1622123189
SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1
SIZE (openblas/large.tgz) = 2595
SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af
@@ -7,3 +7,5 @@ SHA256 (openblas/xianyi-OpenBLAS-v0.3.15_GH0.tar.gz) = 30a99dec977594b387a17f499
SIZE (openblas/xianyi-OpenBLAS-v0.3.15_GH0.tar.gz) = 12498434
SHA256 (openblas/e1911b2e6056efcafe77beebc80c8e8bb8c8a5a9.patch) = f040409ed5a81e918fc5812fefce5153a07827e226c481830584ccbf9faa6f0a
SIZE (openblas/e1911b2e6056efcafe77beebc80c8e8bb8c8a5a9.patch) = 644
+SHA256 (openblas/42f048cf6c04e51de6c7a3ade5af71b0c4dcea0d.patch) = b71a37a8921bb2c5fc95fd3c56a0a2d735f1adeec390591132a79e25c156c9d5
+SIZE (openblas/42f048cf6c04e51de6c7a3ade5af71b0c4dcea0d.patch) = 577
More information about the dev-commits-ports-all
mailing list