diff options
| author | Carl Mueller-Roemer <SoftwareApe@users.noreply.github.com> | 2021-03-10 21:02:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 14:02:20 -0600 |
| commit | 77cb26919d240fd3cc8c6f008207f76b80716a68 (patch) | |
| tree | c27cc1f587e6794d03e8bf70b0f15db01a266ec3 /versions/l- | |
| parent | d3c432d955df8768f9c3b88f2fb96dd10644a305 (diff) | |
| download | vcpkg-77cb26919d240fd3cc8c6f008207f76b80716a68.tar.gz vcpkg-77cb26919d240fd3cc8c6f008207f76b80716a68.zip | |
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>
Diffstat (limited to 'versions/l-')
| -rw-r--r-- | versions/l-/libsvm.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/l-/libsvm.json b/versions/l-/libsvm.json index d3fe0a9f5..8f919ee33 100644 --- a/versions/l-/libsvm.json +++ b/versions/l-/libsvm.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "14f75f50d38f27beddb27fb54bf0927942db9954", + "version-string": "323", + "port-version": 2 + }, + { "git-tree": "81c8a12b8a8abcbfe0eefa7ea1643ea3118b49a2", "version-string": "323-1", "port-version": 0 |
