diff options
| author | Sean Warren <s.warren@garvan.org.au> | 2018-01-03 07:58:20 +1100 |
|---|---|---|
| committer | Sean Warren <s.warren@garvan.org.au> | 2018-01-03 07:58:20 +1100 |
| commit | cc99ad6ee41630007cd253b3d9e7f4d1cdaa160b (patch) | |
| tree | ece41c5c1010afe4fab021def5e1c7bb41529b3b /ports/dlib/CONTROL | |
| parent | 0b1fa2834e79eeaecedadb4594f2243e382ce0f8 (diff) | |
| download | vcpkg-cc99ad6ee41630007cd253b3d9e7f4d1cdaa160b.tar.gz vcpkg-cc99ad6ee41630007cd253b3d9e7f4d1cdaa160b.zip | |
Use vcpkg version of BLAS and LAPACK in dlib
dlib v19.8 detects these packages correctly
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 |
