summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/tensorflow-lite-unbundle.patch
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-08-30 03:24:20 +0200
committerAndreas Enge <andreas@enge.fr>2025-09-20 13:13:33 +0200
commit8f57e6c9960a490072276b197e04d8858ff1ea68 (patch)
treea1f0db02f9aff736ae687914b2ee6e38370705e1 /gnu/packages/patches/tensorflow-lite-unbundle.patch
parent14e0bca6ddb2f30e943962d6bee50a6da5df4c67 (diff)
gnu: tensorflow-lite: Update to 2.14.0.
* gnu/packages/patches/tensorflow-lite-unbundle.patch: Remove it. * gnu/local.mk: De-register patch. * gnu/packages/machine-learning.scm (tensorflow-lite): Update to 2.14.0. [source]: De-register patch. [inputs]: Improve style. Add python-ml-dtypes. Replace flatbuffers-23.1 by flatbuffers-23.5. [arguments]<#:configure-flags>: Refresh them. <#:phases>: Add phases 'unbundle and 'gemmlowp-fix. Refresh phases 'install-extra and 'copy-sources. * gnu/packages/serialization.scm (flatbuffers-23.5): Update comment. Change-Id: Ifeadfaa9173df4e0be08ce4f0dc13a4cd5297c0e Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/patches/tensorflow-lite-unbundle.patch')
-rw-r--r--gnu/packages/patches/tensorflow-lite-unbundle.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/patches/tensorflow-lite-unbundle.patch b/gnu/packages/patches/tensorflow-lite-unbundle.patch
deleted file mode 100644
index efd7d5bbc6..0000000000
--- a/gnu/packages/patches/tensorflow-lite-unbundle.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Disable local CMake build code for bundled 3rdparty components.
-
-diff --git a/tensorflow/lite/CMakeLists.txt b/tensorflow/lite/CMakeLists.txt
-index 0476170e075..90abea00e8c 100644
---- a/tensorflow/lite/CMakeLists.txt
-+++ b/tensorflow/lite/CMakeLists.txt
-@@ -564,7 +564,7 @@ set(_ALL_TFLITE_HDRS ${_ALL_TFLITE_SRCS})
- list(FILTER _ALL_TFLITE_HDRS INCLUDE REGEX ".*\\.h$")
- target_include_directories(tensorflow-lite
- PUBLIC $<BUILD_INTERFACE:${TENSORFLOW_SOURCE_DIR}> $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
-- ${CMAKE_BINARY_DIR}/gemmlowp
-+ ${gemmlowp_ROOT}/include/gemmlowp
- )
- target_link_libraries(tensorflow-lite
- PUBLIC
-diff --git a/tensorflow/lite/tools/cmake/modules/Findgemmlowp.cmake b/tensorflow/lite/tools/cmake/modules/Findgemmlowp.cmake
-index 70331ad0a69..a9bd8a0f3bd 100644
---- a/tensorflow/lite/tools/cmake/modules/Findgemmlowp.cmake
-+++ b/tensorflow/lite/tools/cmake/modules/Findgemmlowp.cmake
-@@ -18,7 +18,6 @@
- include(gemmlowp)
- if(gemmlowp_POPULATED)
- set(GEMMLOWP_FOUND TRUE)
-- get_target_property(GEMMLOWP_INCLUDE_DIRS gemmlowp INTERFACE_DIRECTORIES)
- set(GEMMLOWP_LIBRARIES
- gemmlowp
- gemmlowp_fixedpoint