File tree Expand file tree Collapse file tree 2 files changed +2
-24
lines changed
tur-pypi-312/python3.12-tflite-runtime Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.tensorflow.org/lite
22TERMUX_PKG_DESCRIPTION=" TensorFlow Lite Python bindings"
33TERMUX_PKG_LICENSE=" Apache-2.0"
44TERMUX_PKG_MAINTAINER=" @termux-user-repository"
5- TERMUX_PKG_VERSION=" 2.18 .0"
5+ TERMUX_PKG_VERSION=" 2.19 .0"
66TERMUX_PKG_SRCURL=git+https://github.com/tensorflow/tensorflow
77TERMUX_PKG_AUTO_UPDATE=true
88TERMUX_PKG_DEPENDS=" python, python-numpy, python-pip"
@@ -37,7 +37,7 @@ termux_step_pre_configure() {
3737 # Copied from tensorflow/lite/tools/pip_package/build_pip_package_with_cmake.sh
3838 export TENSORFLOW_DIR=" $TERMUX_PKG_SRCDIR "
3939 local TENSORFLOW_LITE_DIR=" $TENSORFLOW_DIR /tensorflow/lite"
40- local TENSORFLOW_VERSION=$( grep " _VERSION = " " $TENSORFLOW_DIR /tensorflow/tools/pip_package/setup.py" | cut -d= -f2 | sed " s/[ '-]//g" )
40+ local TENSORFLOW_VERSION=$( grep -E ' ^_VERSION.*$ ' " $TENSORFLOW_DIR /tensorflow/tools/pip_package/setup.py" | cut -d= -f2 | sed " s/[ '-]//g" )
4141 export PACKAGE_VERSION=" $TENSORFLOW_VERSION "
4242 export PROJECT_NAME=" tflite_runtime"
4343 TFLITE_BUILD_DIR=" $TERMUX_PKG_BUILDDIR /build-wheel"
You can’t perform that action at this time.
0 commit comments