mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:39:30 +08:00
77cb26919d
* Don't copy svm-toy if not on Windows svm-toy is only compiled on Windows, so should only be copied on Windows. * Bump port version on libsvm. Switch to new manifest file format. * [libsvm] Format manifest * update version record Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
13 lines
279 B
JSON
13 lines
279 B
JSON
{
|
|
"name": "libsvm",
|
|
"version-string": "323",
|
|
"port-version": 2,
|
|
"description": "A library for Support Vector Machines.",
|
|
"homepage": "https://www.csie.ntu.edu.tw/~cjlin/libsvm/",
|
|
"features": {
|
|
"tools": {
|
|
"description": "build libsvm CLI tools."
|
|
}
|
|
}
|
|
}
|