diff options
| author | Ilya Arzhannikov <iarzhannikov@artec-group.com> | 2021-07-26 02:26:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-25 17:26:55 -0700 |
| commit | ce91faf83e55a386ce6d767fc7d39a4574add9af (patch) | |
| tree | 72d897b071e153d103e9eb1b8e6150977528ab00 /versions/o- | |
| parent | f894a2f39a22eed720059055c634be329c86eac2 (diff) | |
| download | vcpkg-ce91faf83e55a386ce6d767fc7d39a4574add9af.tar.gz vcpkg-ce91faf83e55a386ce6d767fc7d39a4574add9af.zip | |
[openblas] update to 0.3.15 version and add dynamic arch feature (#15238)
* [openblas] dynamic arch feature
* remove debug output
* Update ports/openblas/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* update version to 0.3.13
* osx build
* fix CONTROL, add FEATURES keyword to vcpkg_check_features
* x-add-version
* bump openblas version to 0.3.14
* ./vcpkg x-add-version openblas
* apply format.diff from ci
* ./vcpkg x-add-version openblas --overwrite-version
* Update versions/o-/openblas.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* update port to version 0.3.15
* ./vcpkg x-add-version openblas
* vcpkg_check_linkage
* ./vcpkg x-add-version openblas --overwrite-version
* ./vcpkg x-add-version openblas --overwrite-version
* Update versions/o-/openblas.json
Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'versions/o-')
| -rw-r--r-- | versions/o-/openblas.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/o-/openblas.json b/versions/o-/openblas.json index 5b2fde684..b7a541443 100644 --- a/versions/o-/openblas.json +++ b/versions/o-/openblas.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "2a214e1bac47c70d932caef7d74771c8658b1f7a", + "version": "0.3.15", + "port-version": 0 + }, + { "git-tree": "20d57360e6e7afa4e4f033a87e1ded91571ee462", "version": "0.3.10", "port-version": 3 |
