git: 031493b9d6e4 - main - math/openblas: fix build on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Feb 2025 16:09:07 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=031493b9d6e48f727de0c94fc32c29112d9ce055
commit 031493b9d6e48f727de0c94fc32c29112d9ce055
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-02-12 13:00:08 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-02-12 16:08:31 +0000
math/openblas: fix build on powerpc64le
OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./test_sbgemm > SBBLAT3.SUMM
FATAL ERROR SBGEMV - Return code: 16862
---
math/openblas/Makefile | 3 +++
math/openblas/distinfo | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/math/openblas/Makefile b/math/openblas/Makefile
index 31b786267c0d..ec7ca0b735b6 100644
--- a/math/openblas/Makefile
+++ b/math/openblas/Makefile
@@ -9,6 +9,9 @@ DISTFILES= large.tgz:lapack_tmg \
timing.tgz:lapack_tmg
DIST_SUBDIR= openblas
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= e8b11a126bbbcabdfa0ca06bbf4dcca44b8e650f.patch:-p1
+
MAINTAINER= phd_kimberlite@yahoo.co.jp
COMMENT= Optimized BLAS library based on GotoBLAS2
WWW= https://github.com/OpenMathLib/OpenBLAS
diff --git a/math/openblas/distinfo b/math/openblas/distinfo
index 879c89bd5465..ffc4f3fbbb67 100644
--- a/math/openblas/distinfo
+++ b/math/openblas/distinfo
@@ -1,7 +1,9 @@
-TIMESTAMP = 1738246955
+TIMESTAMP = 1739364458
SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1
SIZE (openblas/large.tgz) = 2595
SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af
SIZE (openblas/timing.tgz) = 1059485
SHA256 (openblas/OpenMathLib-OpenBLAS-v0.3.29_GH0.tar.gz) = 38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb
SIZE (openblas/OpenMathLib-OpenBLAS-v0.3.29_GH0.tar.gz) = 24671913
+SHA256 (openblas/e8b11a126bbbcabdfa0ca06bbf4dcca44b8e650f.patch) = fba556c4c0f254570d9d53d556e9fe8af1d6cdfd6daf461a523579b3e59650cf
+SIZE (openblas/e8b11a126bbbcabdfa0ca06bbf4dcca44b8e650f.patch) = 4797