aboutsummaryrefslogtreecommitdiff
path: root/ports/dlib/CONTROL
diff options
context:
space:
mode:
authorErwan BERNARD <edmBernard@users.noreply.github.com>2020-05-08 08:33:16 +0200
committerGitHub <noreply@github.com>2020-05-07 23:33:16 -0700
commitc985d753ce9a747461c884e357e4b9095fad5753 (patch)
treeca804c5dcb37b9cb18c4a0dbeaa148da0703e0f8 /ports/dlib/CONTROL
parent147f02caffdf854cb53e2a023c894615a224f356 (diff)
downloadvcpkg-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/CONTROL13
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