mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
69e12e7461
* Update libsvm to 3.2.5 * Update CI baseline * Fix version * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com>
22 lines
405 B
JSON
22 lines
405 B
JSON
{
|
|
"name": "libsvm",
|
|
"version": "3.25",
|
|
"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."
|
|
}
|
|
}
|
|
}
|