From c40aaddb43c2caaa3974a4612ce5cdb9f1703ffc Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:02:50 +0200 Subject: [PATCH 1/2] Make sure we install in lib, not lib64 --- treelite.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/treelite.sh b/treelite.sh index 8a8314e4ad..d1c5623a01 100644 --- a/treelite.sh +++ b/treelite.sh @@ -29,6 +29,7 @@ popd cmake src \ ${CMAKE_GENERATOR:+-G "$CMAKE_GENERATOR"} \ -DCMAKE_POLICY_VERSION_MINIMUM=3.27 \ + -DCMAKE_INSTALL_LIBDIR:PATH=lib \ -DCMAKE_INSTALL_PREFIX="$INSTALLROOT" \ -DUSE_OPENMP=OFF From 0dd59ee4e2d6ece1f29522fe3e43dbd9f6dc8ecb Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:02:50 +0200 Subject: [PATCH 2/2] Bump ONNXRuntime to 1.24.4 --- onnxruntime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime.sh b/onnxruntime.sh index 33f9340978..a632cecc42 100644 --- a/onnxruntime.sh +++ b/onnxruntime.sh @@ -1,6 +1,6 @@ package: ONNXRuntime version: "%(tag_basename)s" -tag: v1.22.0 +tag: v1.24.4 license: MIT source: https://github.com/microsoft/onnxruntime requires: