diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-08-31 00:10:30 +0800 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-08-30 09:10:30 -0700 |
| commit | 49313b8bbab7baa12ffa1f2cbd6e95cef2c6c910 (patch) | |
| tree | e29ef4d098c9926444a99f06fa61af2019ab2e55 /ports/openblas/CONTROL | |
| parent | fdbd3b5ee89c06b47d33e30a3bd31f55e8fb1a39 (diff) | |
| download | vcpkg-49313b8bbab7baa12ffa1f2cbd6e95cef2c6c910.tar.gz vcpkg-49313b8bbab7baa12ffa1f2cbd6e95cef2c6c910.zip | |
[openblas]Enable x86 build and fix usage errors. (#7888)
* [openblas]Enable x86 build.
* [openblas]Fix include openblas_config.h path.
* [openblas]
* [openblas]fix typo error.
Diffstat (limited to 'ports/openblas/CONTROL')
| -rw-r--r-- | ports/openblas/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/openblas/CONTROL b/ports/openblas/CONTROL index 47b9430a9..14efa12f9 100644 --- a/ports/openblas/CONTROL +++ b/ports/openblas/CONTROL @@ -1,5 +1,5 @@ Source: openblas -Version: 0.3.6-5 +Version: 0.3.6-6 Homepage: https://github.com/xianyi/OpenBLAS Build-Depends: pthread (linux) Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. |
