[openblas] update to 0.3.25 (#35149)

* [openblas] update to 0.3.25

* [openblas] update to 0.3.25

* CI [skip actions]
This commit is contained in:
Jia Yue Hua 2023-11-17 11:44:55 +08:00 committed by GitHub
parent 7a1e53592c
commit 5b0e5e9605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO xianyi/OpenBLAS REPO xianyi/OpenBLAS
REF "v${VERSION}" REF "v${VERSION}"
SHA512 fe66e3a258ca1720764ed243f6d61017d6ef14bd33b76f20b19b34754096ec2be9fbeb1a78743f38ee71381746d6af9a1c16a8f3982e423afec422fcb50852d0 SHA512 69bcf8082575b01ce1734fc9d33454314964a7e81ff29a7c1a764af3083ac0dc24289fd72bbe22c9583398bda7b658d6e4ab1d5036e43412745f0be3c2185b3c
HEAD_REF develop HEAD_REF develop
PATCHES PATCHES
uwp.patch uwp.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "openblas", "name": "openblas",
"version": "0.3.24", "version": "0.3.25",
"description": "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.", "description": "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.",
"homepage": "https://github.com/xianyi/OpenBLAS", "homepage": "https://github.com/xianyi/OpenBLAS",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",

View File

@ -6173,7 +6173,7 @@
"port-version": 0 "port-version": 0
}, },
"openblas": { "openblas": {
"baseline": "0.3.24", "baseline": "0.3.25",
"port-version": 0 "port-version": 0
}, },
"opencascade": { "opencascade": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "4c2a355bc21475a2a4a69f6a3c227f54efc5c425",
"version": "0.3.25",
"port-version": 0
},
{ {
"git-tree": "c876665c0fa5b8d427ee9cadd4185a1a08d008da", "git-tree": "c876665c0fa5b8d427ee9cadd4185a1a08d008da",
"version": "0.3.24", "version": "0.3.24",