Skip to content

Commit

Permalink
[openblas] Update to 0.3.27 (#38341)
Browse files Browse the repository at this point in the history
Update based on
[comments](#36415).

- [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
```
  • Loading branch information
jimwang118 authored Apr 24, 2024
1 parent dc36358 commit b406a50
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/openblas/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions ports/openblas/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openblas.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "653ab9ede4c3c8b556b5d1b8b7d98d6abab8ef9d",
"version": "0.3.27",
"port-version": 0
},
{
"git-tree": "f97eabf45b244d0c7cc374e23b818627fc82ffae",
"version": "0.3.26",
Expand Down

0 comments on commit b406a50

Please sign in to comment.