guix_mirror_bot pushed a commit to branch master in repository guix. commit e507899e66b5b274e583671b1bc00d7e6cf8f8c0 Author: Andreas Enge <andr...@enge.fr> AuthorDate: Sun Jul 20 12:43:24 2025 +0200
gnu: flatbuffers: Rename from flatbuffers-next. * gnu/packages/serialization.scm (flatbuffers-next): Rename to... (flatbuffers): ...this. (flatbuffers-23.1, go-github-com-google-flatbuffers): Adapt references. * gnu/packages/kodi.scm (kodi): Adapt reference. * gnu/packages/machine-learning.scm (python-pytorch): Adapt reference. Change-Id: Ibac4837f6bec0a11e1afc146fddcec72001eab8f --- gnu/packages/kodi.scm | 2 +- gnu/packages/machine-learning.scm | 2 +- gnu/packages/serialization.scm | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index 064f000199..6e2c2c9a5e 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm @@ -436,7 +436,7 @@ secondary errors.") eudev ffmpeg flac - flatbuffers-next + flatbuffers fmt fontconfig freetype diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 6fc4610720..7ad25e80c6 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -5304,7 +5304,7 @@ PyTorch.") clog cpp-httplib eigen - flatbuffers-next + flatbuffers fmt fp16 fxdiv diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 47fde87020..89d362c52f 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -952,7 +952,7 @@ to generate and parse. The two primary functions are @code{cbor.loads} and @code{cbor.dumps}.") (license license:asl2.0))) -(define-public flatbuffers-next +(define-public flatbuffers (package (name "flatbuffers") (version "24.12.23") @@ -986,7 +986,7 @@ game development and other performance-critical applications.") (define-public flatbuffers-23.1 ;; needed explicitly by tensorflow-lite 2.13.1 (package - (inherit flatbuffers-next) + (inherit flatbuffers) (version "23.1.21") (source (origin (method git-fetch) @@ -998,12 +998,12 @@ game development and other performance-critical applications.") (base32 "1z3a6l8g2y53i5xzraswfs2i0i3kk52zv7nzc2q3fgisbyiri3pz")))) (arguments - (substitute-keyword-arguments (package-arguments flatbuffers-next) + (substitute-keyword-arguments (package-arguments flatbuffers) ((#:configure-flags flags #~'()) #~(append #$flags '("-DCMAKE_POSITION_INDEPENDENT_CODE=ON"))))))) (define-public go-github-com-google-flatbuffers - (package/inherit flatbuffers-next + (package/inherit flatbuffers (name "go-github-com-google-flatbuffers") (build-system go-build-system) (arguments