mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:39:06 +08:00
c985d753ce
* [dlib] add more feature selection * [dlib] replace custom with check_features * [dlib] bump version in CONTROL
19 lines
517 B
Plaintext
19 lines
517 B
Plaintext
Source: dlib
|
|
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
|