vcpkg/ports/libsvm/vcpkg.json
Jia Yue Hua 311ae71f1e
[libsvm] update to 3.32 (#34526)
* [libsvm] update to 3.32

* [libsvm] update to 3.32
2023-10-17 10:38:18 -07:00

23 lines
431 B
JSON

{
"name": "libsvm",
"version": "3.32",
"description": "A library for Support Vector Machines.",
"homepage": "https://www.csie.ntu.edu.tw/~cjlin/libsvm/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "build libsvm CLI tools.",
"supports": "!uwp"
}
}
}