mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[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 ```
This commit is contained in:
parent
dc363588f4
commit
b406a50914
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "653ab9ede4c3c8b556b5d1b8b7d98d6abab8ef9d",
|
||||
"version": "0.3.27",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f97eabf45b244d0c7cc374e23b818627fc82ffae",
|
||||
"version": "0.3.26",
|
||||
|
Loading…
x
Reference in New Issue
Block a user