diff options
| author | Sean Warren <s.warren@garvan.org.au> | 2019-05-25 02:39:59 +1000 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-05-24 09:39:59 -0700 |
| commit | 65c02123a4b8b99dad2a20013c2b4f29ffb58dbf (patch) | |
| tree | 5d98681ea3d708fafc661e5db3b9e5cb3ffb8755 /ports/dlib/CONTROL | |
| parent | e37cc662ee29852f45e85961124f62d91acb488a (diff) | |
| download | vcpkg-65c02123a4b8b99dad2a20013c2b4f29ffb58dbf.tar.gz vcpkg-65c02123a4b8b99dad2a20013c2b4f29ffb58dbf.zip | |
[dlib] Update to v19.17 and fix static lapack linkage (#6520)
* [dlib] Update to v19.17 and fix static lapack linkage
* [dlib] Update patchs for new dlib version
Diffstat (limited to 'ports/dlib/CONTROL')
| -rw-r--r-- | ports/dlib/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL index 02560b26d..43c689bc4 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,6 +1,6 @@ Source: dlib -Version: 19.16-3 -Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3, openblas (!osx), clapack +Version: 19.17 +Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3, openblas (!osx), clapack (!osx) Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ Feature: cuda |
