diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-10-09 14:00:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-08 23:00:18 -0700 |
| commit | 256d8a497a77f000168fe5a5b7c90a1962fa76ff (patch) | |
| tree | 6525501b2298119bbaa79e4042f83f1f9a4e4695 /ports/openblas/CONTROL | |
| parent | 63cc8c0d8a83bf1efb6b0e92cf1f0c7b589e5e1c (diff) | |
| download | vcpkg-256d8a497a77f000168fe5a5b7c90a1962fa76ff.tar.gz vcpkg-256d8a497a77f000168fe5a5b7c90a1962fa76ff.zip | |
[openblas] Update to the 0.3.10 (#13587)
* [Many ports] Update to the latest version
* [rhash] Update ci.baseline.txt
* [update] Remove change of rhash
* [update] Revert ci.baseline.txt
* [update] Revert ci.baseline.txt
* [update] Remove change of poco and paho-mqtt
* [sqlpp11] Revert change
* [openblas] Fix uwp error
* Update CONTROL
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/openblas/CONTROL')
| -rw-r--r-- | ports/openblas/CONTROL | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/openblas/CONTROL b/ports/openblas/CONTROL index a5240e2b4..898b74eba 100644 --- a/ports/openblas/CONTROL +++ b/ports/openblas/CONTROL @@ -1,6 +1,5 @@ Source: openblas -Version: 0.3.9 -Port-Version: 3 +Version: 0.3.10 Homepage: https://github.com/xianyi/OpenBLAS -Build-Depends: pthread (linux&osx) +Build-Depends: pthread (!windows&!uwp) Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. |
