From 8e50c86f0a100b1949982eb83349ed64647b2e14 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Sun, 7 May 2017 00:39:01 -0700 Subject: [dlib] Explicitly enable and disable dependencies. --- ports/dlib/CONTROL | 2 +- ports/dlib/portfile.cmake | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL index edb4b4e85..952e267ae 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,4 +1,4 @@ Source: dlib -Version: 19.4-1 +Version: 19.4-2 Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3 Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ diff --git a/ports/dlib/portfile.cmake b/ports/dlib/portfile.cmake index 4763c5613..47fbb7ea7 100644 --- a/ports/dlib/portfile.cmake +++ b/ports/dlib/portfile.cmake @@ -23,6 +23,13 @@ vcpkg_configure_cmake( OPTIONS -DDLIB_LINK_WITH_SQLITE3=ON -DDLIB_USE_FFTW=ON + -DDLIB_PNG_SUPPORT=ON + -DDLIB_JPEG_SUPPORT=ON + -DDLIB_USE_BLAS=OFF + -DDLIB_USE_LAPACK=OFF + -DDLIB_USE_CUDA=OFF + -DDLIB_GIF_SUPPORT=OFF + -DDLIB_USE_MKL_FFT=OFF #-DDLIB_USE_CUDA=ON OPTIONS_DEBUG -DDLIB_ENABLE_ASSERTS=ON -- cgit v1.2.3