diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-04-05 17:49:15 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-04-05 17:49:15 -0700 |
| commit | 497b8fc91cdfa514e86acdb4f2f516b73c1b760f (patch) | |
| tree | c61eba65c031949974413c69572f3d1c834a652d /ports/shogun/CONTROL | |
| parent | 3baf583934f3077070e9ed4e7684f743ecced577 (diff) | |
| download | vcpkg-497b8fc91cdfa514e86acdb4f2f516b73c1b760f.tar.gz vcpkg-497b8fc91cdfa514e86acdb4f2f516b73c1b760f.zip | |
[shogun] Disable openblas in x86 to enable builds
Diffstat (limited to 'ports/shogun/CONTROL')
| -rw-r--r-- | ports/shogun/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/shogun/CONTROL b/ports/shogun/CONTROL index 6a05a331e..56b6250d6 100644 --- a/ports/shogun/CONTROL +++ b/ports/shogun/CONTROL @@ -1,4 +1,4 @@ Source: shogun Version: 6.1.3 -Build-Depends: bzip2, eigen3, liblzma, libxml2, openblas, nlopt, rxcpp, snappy, zlib, protobuf, curl, lzo, dirent +Build-Depends: bzip2, eigen3, liblzma, libxml2, openblas (x64), nlopt, rxcpp, snappy, zlib, protobuf, curl, lzo, dirent Description: Unified and efficient Machine Learning |
