diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2020-11-18 22:55:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 13:55:25 -0800 |
| commit | 3e2120fe2b46d903628224bc2f0c229d99521b78 (patch) | |
| tree | 30dbb848ee1474e9cd211c4217239d8427ef7b65 /ports/shogun | |
| parent | 3217e2559619d0a6b1d2a78e2a944f2aba84e8ce (diff) | |
| download | vcpkg-3e2120fe2b46d903628224bc2f0c229d99521b78.tar.gz vcpkg-3e2120fe2b46d903628224bc2f0c229d99521b78.zip | |
[BLAS] add metaport (#13448)
* [BLAS] add metaport
* [openblas] enable also on macOS to allow lapack-reference previous setup
* [clapack] bump port version
* [blas, lapack] Remove incorrect comments about "outside vcpkg"
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/shogun')
| -rw-r--r-- | ports/shogun/CONTROL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/shogun/CONTROL b/ports/shogun/CONTROL index e274c9d3f..485efd9df 100644 --- a/ports/shogun/CONTROL +++ b/ports/shogun/CONTROL @@ -1,6 +1,6 @@ Source: shogun Version: 6.1.4 -Port-Version: 3 -Build-Depends: bzip2, eigen3, liblzma, libxml2, openblas, nlopt, rxcpp, snappy, zlib, protobuf, curl, lzo, dirent +Port-Version: 4 +Build-Depends: bzip2, eigen3, liblzma, libxml2, blas, nlopt, rxcpp, snappy, zlib, protobuf, curl, lzo, dirent Homepage: https://github.com/shogun-toolbox/shogun -Description: Unified and efficient Machine Learning
\ No newline at end of file +Description: Unified and efficient Machine Learning |
