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 | |
| 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')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libsvm.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index f6bf334d0..a72bc630e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3445,8 +3445,8 @@ "port-version": 0 }, "libsvm": { - "baseline": "323-1", - "port-version": 0 + "baseline": "323", + "port-version": 2 }, "libtheora": { "baseline": "1.2.0alpha1-20170719", 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 |
