Skip to content

Commit a617558

Browse files
authored
python3.12-onnxruntime: bump to 1.20.2 (#209)
1 parent 75715a9 commit a617558

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--- a/cmake/CMakeLists.txt
2+
+++ b/cmake/CMakeLists.txt
3+
@@ -593,6 +593,7 @@
4+
if (onnxruntime_REQUIRE_PYTHON_EMBED_LIB)
5+
find_package(Python 3.8 COMPONENTS Interpreter Development NumPy)
6+
else()
7+
+ find_package(Python 3.8 COMPONENTS Development)
8+
find_package(Python 3.8 COMPONENTS Interpreter Development.Module NumPy)
9+
endif()
10+
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.1"
5+
TERMUX_PKG_VERSION="1.20.2"
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)