File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
tur-pypi-312/python3.12-onnxruntime Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11--- a/cmake/onnxruntime_providers_cpu.cmake
22+++ b/cmake/onnxruntime_providers_cpu.cmake
3- @@ -225 ,7 +225 ,6 @@
3+ @@ -218 ,7 +218 ,6 @@
44
55 if (NOT onnxruntime_MINIMAL_BUILD AND NOT onnxruntime_EXTENDED_MINIMAL_BUILD
6- AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin|iOS|visionOS"
6+ AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin|iOS|visionOS|tvOS "
77- AND NOT CMAKE_SYSTEM_NAME STREQUAL "Android"
88 AND NOT CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
99 file(GLOB onnxruntime_providers_shared_cc_srcs CONFIGURE_DEPENDS
1010 "${ONNXRUNTIME_ROOT}/core/providers/shared/*.h"
1111--- a/cmake/onnxruntime_python.cmake
1212+++ b/cmake/onnxruntime_python.cmake
13- @@ -707 ,7 +707 ,6 @@
13+ @@ -740 ,7 +740 ,6 @@
1414
1515 if (NOT onnxruntime_MINIMAL_BUILD AND NOT onnxruntime_EXTENDED_MINIMAL_BUILD
16- AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin|iOS|visionOS"
16+ AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin|iOS|visionOS|tvOS "
1717- AND NOT CMAKE_SYSTEM_NAME STREQUAL "Android"
1818 AND NOT onnxruntime_USE_ROCM
1919 AND NOT CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://onnxruntime.ai/
22TERMUX_PKG_DESCRIPTION=" Cross-platform, high performance ML inferencing and training accelerator"
33TERMUX_PKG_LICENSE=" MIT"
44TERMUX_PKG_MAINTAINER=" @termux"
5- TERMUX_PKG_VERSION=" 1.21.1 "
5+ TERMUX_PKG_VERSION=" 1.22.0 "
66TERMUX_PKG_SRCURL=git+https://github.com/microsoft/onnxruntime
77TERMUX_PKG_DEPENDS=" libc++, python"
88TERMUX_PKG_BUILD_DEPENDS=" python-numpy"
You can’t perform that action at this time.
0 commit comments