Skip to content

Commit b473729

Browse files
authored
python3.12-onnxruntime: bump to 1.21.0 (#219)
1 parent ae4a2df commit b473729

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
--- a/cmake/CMakeLists.txt
22
+++ b/cmake/CMakeLists.txt
3-
@@ -593,6 +593,7 @@
3+
@@ -673,6 +673,7 @@
44
if (onnxruntime_REQUIRE_PYTHON_EMBED_LIB)
5-
find_package(Python 3.8 COMPONENTS Interpreter Development NumPy)
5+
find_package(Python 3.10 COMPONENTS Interpreter Development NumPy)
66
else()
7-
+ find_package(Python 3.8 COMPONENTS Development)
8-
find_package(Python 3.8 COMPONENTS Interpreter Development.Module NumPy)
7+
+ find_package(Python 3.10 COMPONENTS Development)
8+
find_package(Python 3.10 COMPONENTS Interpreter Development.Module NumPy)
99
endif()
1010
message("Numpy version: ${Python_NumPy_VERSION}")

tur-pypi-312/python3.12-onnxruntime/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://onnxruntime.ai/
22
TERMUX_PKG_DESCRIPTION="Cross-platform, high performance ML inferencing and training accelerator"
33
TERMUX_PKG_LICENSE="MIT"
44
TERMUX_PKG_MAINTAINER="@termux"
5-
TERMUX_PKG_VERSION="1.20.2"
5+
TERMUX_PKG_VERSION="1.21.0"
66
TERMUX_PKG_SRCURL=git+https://github.com/microsoft/onnxruntime
77
TERMUX_PKG_DEPENDS="libc++, python"
88
TERMUX_PKG_BUILD_DEPENDS="python-numpy"

0 commit comments

Comments
 (0)