mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
49 lines
947 B
JSON
49 lines
947 B
JSON
{
|
|
"name": "dlib",
|
|
"version": "19.24",
|
|
"port-version": 3,
|
|
"description": "Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++",
|
|
"homepage": "https://github.com/davisking/dlib",
|
|
"license": "BSL-1.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"blas",
|
|
"lapack",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"fftw3",
|
|
"sqlite3"
|
|
],
|
|
"features": {
|
|
"cuda": {
|
|
"description": "CUDA support for dlib",
|
|
"dependencies": [
|
|
"cuda",
|
|
"cudnn"
|
|
]
|
|
},
|
|
"fftw3": {
|
|
"description": "fftw3 support for dlib",
|
|
"dependencies": [
|
|
"fftw3"
|
|
]
|
|
},
|
|
"sqlite3": {
|
|
"description": "sqlite3 support for dlib",
|
|
"dependencies": [
|
|
"sqlite3"
|
|
]
|
|
}
|
|
}
|
|
}
|