diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2019-05-03 20:43:35 +0200 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-05-03 11:43:35 -0700 |
| commit | 5b2759be83d06c8089c6067c408dc946452d772d (patch) | |
| tree | c49d9440a347bab81dd54705fdbff95b1adc16c9 /ports/dlib/CONTROL | |
| parent | df482edfd946958dc4bad5ce6b9a8ad3a0d2bee4 (diff) | |
| download | vcpkg-5b2759be83d06c8089c6067c408dc946452d772d.tar.gz vcpkg-5b2759be83d06c8089c6067c408dc946452d772d.zip | |
[dlib] port patch from #5169 (#6292)
Diffstat (limited to 'ports/dlib/CONTROL')
| -rw-r--r-- | ports/dlib/CONTROL | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL index 1de246923..638391c61 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,8 +1,8 @@ -Source: dlib
-Version: 19.16-2
-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: cuda
-Build-Depends: cuda
-Description: CUDA support for dlib
+Source: dlib +Version: 19.16-2 +Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3, openblas (!osx), clapack +Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ + +Feature: cuda +Build-Depends: cuda +Description: CUDA support for dlib |
