diff options
| author | Erwan BERNARD <edmBernard@users.noreply.github.com> | 2020-05-08 08:33:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 23:33:16 -0700 |
| commit | c985d753ce9a747461c884e357e4b9095fad5753 (patch) | |
| tree | ca804c5dcb37b9cb18c4a0dbeaa148da0703e0f8 /ports/dlib/CONTROL | |
| parent | 147f02caffdf854cb53e2a023c894615a224f356 (diff) | |
| download | vcpkg-c985d753ce9a747461c884e357e4b9095fad5753.tar.gz vcpkg-c985d753ce9a747461c884e357e4b9095fad5753.zip | |
[dlib] add more granularity in features (#11195)
* [dlib] add more feature selection
* [dlib] replace custom with check_features
* [dlib] bump version in CONTROL
Diffstat (limited to 'ports/dlib/CONTROL')
| -rw-r--r-- | ports/dlib/CONTROL | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL index bd82421fc..9828f9726 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,9 +1,18 @@ Source: dlib -Version: 19.19 -Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3, openblas (!osx), clapack (!osx) +Version: 19.19-1 +Build-Depends: libjpeg-turbo, libpng, openblas (!osx), clapack (!osx) Homepage: https://github.com/davisking/dlib Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ +Default-Features: fftw3, sqlite3 Feature: cuda Build-Depends: cuda Description: CUDA support for dlib + +Feature: fftw3 +Build-Depends: fftw3 +Description: fftw3 support for dlib + +Feature: sqlite3 +Build-Depends: sqlite3 +Description: sqlite3 support for dlib |
