From ff18f87e58e453cc7a92bc59f24cf37dfaa486e4 Mon Sep 17 00:00:00 2001 From: wuguangzhao Date: Wed, 5 Feb 2025 11:38:30 +0800 Subject: [PATCH] =?UTF-8?q?OpenBLAS=5F0.3.23=E4=B8=8B=E8=BD=BD=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=A4=B1=E6=95=88=EF=BC=8C=E4=BF=AE=E6=94=B9OpenBLAS?= =?UTF-8?q?=5F0.3.23=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuguangzhao --- community/OpenBLAS_0.3.23/HPKBUILD | 7 +++---- community/OpenBLAS_0.3.23/SHA512SUM | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/community/OpenBLAS_0.3.23/HPKBUILD b/community/OpenBLAS_0.3.23/HPKBUILD index 199d5c1b..cb70ddcb 100644 --- a/community/OpenBLAS_0.3.23/HPKBUILD +++ b/community/OpenBLAS_0.3.23/HPKBUILD @@ -24,15 +24,14 @@ license=("BSD-3-Clause license") depends=() makedepends=() -# 源source="https://github.com/xianyi/${pkgname:0:8}/releases/download/v$pkgver/${pkgname:0:8}-$pkgver.tar.gz" -source="https://gitee.com/mirrors/${pkgname:0:8}/repository/archive/v${pkgver}.zip" +source="https://github.com/xianyi/${pkgname:0:8}/archive/refs/tags/v$pkgver.tar.gz" autounpack=true downloadpackage=true buildtools="cmake" -builddir=${pkgname:0:8}-v${pkgver} -packagename=v$pkgver.zip +builddir=${pkgname:0:8}-${pkgver} +packagename=$builddir.tar.gz patchflag=true prepare() { diff --git a/community/OpenBLAS_0.3.23/SHA512SUM b/community/OpenBLAS_0.3.23/SHA512SUM index 7bd6c589..95db73f3 100644 --- a/community/OpenBLAS_0.3.23/SHA512SUM +++ b/community/OpenBLAS_0.3.23/SHA512SUM @@ -1,2 +1,2 @@ -c2233d52788b9e88abe406bb3fc7c1ffa78a6952aa5316941199fd17ca5df4419e7f47da0e1f38c515bd7781928e9dfebf7690f8845b050882dd0602e6c48ae2 v0.3.23.zip +ea64c693e57eb63cc2a88e4d6ab2d8cf9ab84ae6a15048fb12090a3570dd41053e62e99c1ff9d3e02dd67ca93233591ab41b8c017d06585d0a69222e1ad3023f OpenBLAS-0.3.23.tar.gz da16c3cffc285f7fdd15fb6bd1672a3840d2e728f059b592ba488413f618a34cf8c43f47f32daadea9e1c8fb2a9d1ec1aa5374983e78f979e046608e2047d993 OpenBLAS_oh_pkg.patch -- Gitee