Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion onnxruntime.sh
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions treelite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading