diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-06-22 04:32:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-21 13:32:55 -0700 |
| commit | c527fabf35507e8e8a09654825101d3382f2f7a0 (patch) | |
| tree | 3013883315c878a705facac8f55267c5f8366435 /versions | |
| parent | 88a341b21557574962ddc6ebf78ef674794827be (diff) | |
| download | vcpkg-c527fabf35507e8e8a09654825101d3382f2f7a0.tar.gz vcpkg-c527fabf35507e8e8a09654825101d3382f2f7a0.zip | |
[openblas] Fix the macro collision with Windows 10 SDK (#18530)
* [openblas] Fix the macro collision with Windows 10 SDK
* Update version files
* Update feature thread as threads in vcpkg.json
* Update versions/o-/openblas.json
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/o-/openblas.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 4dcd94b2a..8a36bfc9d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4490,7 +4490,7 @@ }, "openblas": { "baseline": "0.3.10", - "port-version": 1 + "port-version": 2 }, "opencascade": { "baseline": "7.5.0", diff --git a/versions/o-/openblas.json b/versions/o-/openblas.json index 3f9a0ca49..fcc607ec4 100644 --- a/versions/o-/openblas.json +++ b/versions/o-/openblas.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "510adc011214327468768aa22c1f08a2d2d632ab", + "version": "0.3.10", + "port-version": 2 + }, + { "git-tree": "b2beefd63c302b41dc5699ea88b825659c86ac2d", "version": "0.3.10", "port-version": 1 |
