Skip to content

Commit

Permalink
[openblas] Update Git repository URL (#37385)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtz0607 committed Mar 14, 2024
1 parent 7f9f0e4 commit f4acfd5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ports/openblas/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xianyi/OpenBLAS
REPO OpenMathLib/OpenBLAS
REF "v${VERSION}"
SHA512 01d3a536fbfa62f276fd6b1ad0e218fb3d91f41545fc83ddc74979fa26372d8389f0baa20334badfe0adacd77bd944c50a47ac920577373fcc1d495553084373
HEAD_REF develop
Expand Down
4 changes: 2 additions & 2 deletions ports/openblas/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "openblas",
"version": "0.3.26",
"port-version": 1,
"port-version": 2,
"description": "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.",
"homepage": "https://github.com/xianyi/OpenBLAS",
"homepage": "https://github.com/OpenMathLib/OpenBLAS",
"license": "BSD-3-Clause",
"supports": "!arm | arm64 | !uwp",
"dependencies": [
Expand Down
10 changes: 5 additions & 5 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4308,10 +4308,6 @@
"baseline": "1.2.6",
"port-version": 2
},
"libfuse": {
"baseline": "3.16.2",
"port-version": 0
},
"libenvpp": {
"baseline": "1.4.0",
"port-version": 0
Expand Down Expand Up @@ -4392,6 +4388,10 @@
"baseline": "1.5",
"port-version": 4
},
"libfuse": {
"baseline": "3.16.2",
"port-version": 0
},
"libgcrypt": {
"baseline": "1.10.2",
"port-version": 0
Expand Down Expand Up @@ -6354,7 +6354,7 @@
},
"openblas": {
"baseline": "0.3.26",
"port-version": 1
"port-version": 2
},
"opencascade": {
"baseline": "7.8.0",
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": "e4543de7cb4becef05c5da248b647730031bd0c1",
"version": "0.3.26",
"port-version": 2
},
{
"git-tree": "162536c889250c48f1c0aaa8c7cae66806f467b3",
"version": "0.3.26",
Expand Down

0 comments on commit f4acfd5

Please sign in to comment.