mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 13:53:58 +08:00
e7e328cf9d
* [many ports] call vcpkg_fixup_pkgconfig() The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files * Update port-version for armadillo and polyclipping. * Update version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
39 lines
772 B
JSON
39 lines
772 B
JSON
{
|
|
"name": "dlib",
|
|
"version": "19.21",
|
|
"port-version": 6,
|
|
"description": "Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++",
|
|
"homepage": "https://github.com/davisking/dlib",
|
|
"dependencies": [
|
|
"blas",
|
|
"lapack",
|
|
"libjpeg-turbo",
|
|
"libpng"
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|