From 5e1886d5e30a7a3cbd0dd05ca0647dde979cd8f6 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:07:37 +0800 Subject: [PATCH] [libsvm] update to 3.35 (#41385) --- ports/libsvm/portfile.cmake | 6 ++++-- ports/libsvm/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/l-/libsvm.json | 5 +++++ 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ports/libsvm/portfile.cmake b/ports/libsvm/portfile.cmake index d1b222a33b..347c288506 100644 --- a/ports/libsvm/portfile.cmake +++ b/ports/libsvm/portfile.cmake @@ -1,8 +1,10 @@ + +string(REPLACE "." "" LIBSVM_VERSION "${VERSION}") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO cjlin1/libsvm - REF v332 - SHA512 1b649e6baa7b23a082d510921d0be7b75c04331844c3057587db36b0f5a5a0a6a44ae3f187c2ffa19d70bc1bf25ea8c724ac2cd5c1842d684747469b5c99b9f6 + REF "v${LIBSVM_VERSION}" + SHA512 b05d1153c17bb585495785372810807ff695afbda23dd88ecb67a282d7c752068e2a0f6fa779aca2132c6bf3396bdf10b97665849e4aae4c76de98c2f095beab HEAD_REF master ) diff --git a/ports/libsvm/vcpkg.json b/ports/libsvm/vcpkg.json index 437ea43743..9914a29758 100644 --- a/ports/libsvm/vcpkg.json +++ b/ports/libsvm/vcpkg.json @@ -1,7 +1,6 @@ { "name": "libsvm", - "version": "3.32", - "port-version": 1, + "version": "3.35", "description": "A library for Support Vector Machines.", "homepage": "https://www.csie.ntu.edu.tw/~cjlin/libsvm/", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 60d409e1ae..118b6e3cb5 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5137,8 +5137,8 @@ "port-version": 3 }, "libsvm": { - "baseline": "3.32", - "port-version": 1 + "baseline": "3.35", + "port-version": 0 }, "libsystemd": { "baseline": "256.4", diff --git a/versions/l-/libsvm.json b/versions/l-/libsvm.json index 56e1d93b48..d0ff3dde95 100644 --- a/versions/l-/libsvm.json +++ b/versions/l-/libsvm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7b115a3d0c7ca2b5a5ad8b610b5488d7f46b30ee", + "version": "3.35", + "port-version": 0 + }, { "git-tree": "d4da9c9b61dde9237ef3eed114e812e46a923e1a", "version": "3.32",