From b406a50914f0d6869251344053dcd17467ade88f Mon Sep 17 00:00:00 2001 From: jim wang <122244446+jimwang118@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:14:03 +0000 Subject: [PATCH] [openblas] Update to 0.3.27 (#38341) Update based on [comments](https://github.com/microsoft/vcpkg/pull/36415#:~:text=port%27s%20versions%20file.-,Update%20to%20to%200.3.27%3F,-Add%20a%20comment). - [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [X] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file. Usage test pass with following triplets: ``` x86-windows x64-windows x64-windows-static ``` --- ports/openblas/portfile.cmake | 2 +- ports/openblas/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/o-/openblas.json | 5 +++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ports/openblas/portfile.cmake b/ports/openblas/portfile.cmake index 06a9de36e3..a075530596 100644 --- a/ports/openblas/portfile.cmake +++ b/ports/openblas/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO OpenMathLib/OpenBLAS REF "v${VERSION}" - SHA512 01d3a536fbfa62f276fd6b1ad0e218fb3d91f41545fc83ddc74979fa26372d8389f0baa20334badfe0adacd77bd944c50a47ac920577373fcc1d495553084373 + SHA512 4accc5282244946157b7940211181e011940154ff47855702c68f57a0af2fa5a306f49e47b8c22c02eeff61760c6c220465f05a316a33ee3265bfce65ca4cb84 HEAD_REF develop PATCHES uwp.patch diff --git a/ports/openblas/vcpkg.json b/ports/openblas/vcpkg.json index aeb836cf23..d79eb99a34 100644 --- a/ports/openblas/vcpkg.json +++ b/ports/openblas/vcpkg.json @@ -1,7 +1,6 @@ { "name": "openblas", - "version": "0.3.26", - "port-version": 3, + "version": "0.3.27", "description": "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.", "homepage": "https://github.com/OpenMathLib/OpenBLAS", "license": "BSD-3-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index 97f6c3a40c..d6495536b7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6385,8 +6385,8 @@ "port-version": 0 }, "openblas": { - "baseline": "0.3.26", - "port-version": 3 + "baseline": "0.3.27", + "port-version": 0 }, "opencascade": { "baseline": "7.8.1", diff --git a/versions/o-/openblas.json b/versions/o-/openblas.json index 4f70b42caf..fc14587212 100644 --- a/versions/o-/openblas.json +++ b/versions/o-/openblas.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "653ab9ede4c3c8b556b5d1b8b7d98d6abab8ef9d", + "version": "0.3.27", + "port-version": 0 + }, { "git-tree": "f97eabf45b244d0c7cc374e23b818627fc82ffae", "version": "0.3.26",