diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-01-02 23:22:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-02 23:22:58 +0200 |
| commit | 9dbe454385cb78ea98a205eefd2c578414e3cefd (patch) | |
| tree | ece41c5c1010afe4fab021def5e1c7bb41529b3b /ports/dlib/CONTROL | |
| parent | 0b1fa2834e79eeaecedadb4594f2243e382ce0f8 (diff) | |
| parent | cc99ad6ee41630007cd253b3d9e7f4d1cdaa160b (diff) | |
| download | vcpkg-9dbe454385cb78ea98a205eefd2c578414e3cefd.tar.gz vcpkg-9dbe454385cb78ea98a205eefd2c578414e3cefd.zip | |
Merge pull request #2489 from seanwarren/dlib-use-clapack-openblas
[dlib] Use vcpkg version of BLAS and LAPACK
Diffstat (limited to 'ports/dlib/CONTROL')
| -rw-r--r-- | ports/dlib/CONTROL | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL index 4d0a72f50..51f4d1e03 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,11 +1,8 @@ Source: dlib Version: 19.8 -Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3 +Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3, openblas, clapack Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ -Feature: blas -Description: BLAS support for dlib - Feature: cuda Build-Depends: cuda Description: CUDA support for dlib |
