vcpkg/ports/libsvm/vcpkg.json
Carl Mueller-Roemer 77cb26919d
Don't copy svm-toy if not on Windows (#16501)
* 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>
2021-03-10 14:02:20 -06:00

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."
}
}
}