[libsvm] update to 3.35 (#41385)

This commit is contained in:
Jia Yue Hua 2024-10-08 03:07:37 +08:00 committed by GitHub
parent 26ce0e53e9
commit 5e1886d5e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 6 deletions

View File

@ -1,8 +1,10 @@
string(REPLACE "." "" LIBSVM_VERSION "${VERSION}")
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO cjlin1/libsvm REPO cjlin1/libsvm
REF v332 REF "v${LIBSVM_VERSION}"
SHA512 1b649e6baa7b23a082d510921d0be7b75c04331844c3057587db36b0f5a5a0a6a44ae3f187c2ffa19d70bc1bf25ea8c724ac2cd5c1842d684747469b5c99b9f6 SHA512 b05d1153c17bb585495785372810807ff695afbda23dd88ecb67a282d7c752068e2a0f6fa779aca2132c6bf3396bdf10b97665849e4aae4c76de98c2f095beab
HEAD_REF master HEAD_REF master
) )

View File

@ -1,7 +1,6 @@
{ {
"name": "libsvm", "name": "libsvm",
"version": "3.32", "version": "3.35",
"port-version": 1,
"description": "A library for Support Vector Machines.", "description": "A library for Support Vector Machines.",
"homepage": "https://www.csie.ntu.edu.tw/~cjlin/libsvm/", "homepage": "https://www.csie.ntu.edu.tw/~cjlin/libsvm/",
"dependencies": [ "dependencies": [

View File

@ -5137,8 +5137,8 @@
"port-version": 3 "port-version": 3
}, },
"libsvm": { "libsvm": {
"baseline": "3.32", "baseline": "3.35",
"port-version": 1 "port-version": 0
}, },
"libsystemd": { "libsystemd": {
"baseline": "256.4", "baseline": "256.4",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "7b115a3d0c7ca2b5a5ad8b610b5488d7f46b30ee",
"version": "3.35",
"port-version": 0
},
{ {
"git-tree": "d4da9c9b61dde9237ef3eed114e812e46a923e1a", "git-tree": "d4da9c9b61dde9237ef3eed114e812e46a923e1a",
"version": "3.32", "version": "3.32",