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: 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