[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69591] [PATCH v3 11/32] gnu: Remove flatbuffers-next-shared.
From: |
David Elsing |
Subject: |
[bug#69591] [PATCH v3 11/32] gnu: Remove flatbuffers-next-shared. |
Date: |
Wed, 20 Mar 2024 22:38:36 +0000 |
* gnu/packages/serialization.scm (flatbuffers-next-shared): Delete variable.
* gnu/packages/machine-learning.scm (tensorflow-lite)[arguments]: Use
flatbuffers-next instead of flatbuffers-next-shared.
---
gnu/packages/machine-learning.scm | 5 +++--
gnu/packages/serialization.scm | 11 -----------
2 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 5c18a2e9d5..6da189616d 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -27,6 +27,7 @@
;;; Copyright © 2024 David Pflug <david@pflug.io>
;;; Copyright © 2024 Timothee Mathieu <timothee.mathieu@inria.fr>
;;; Copyright © 2024 Spencer King <spencer.king@geneoscopy.com>
+;;; Copyright © 2024 David Elsing <david.elsing@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3337,7 +3338,7 @@ (define-public tensorflow-lite
(string-append "-DEigen3_DIR=" #$(this-package-input "eigen")
"/share/eigen3/cmake")
(string-append "-DFlatBuffers_DIR="
- #$(this-package-input "flatbuffers-shared")
+ #$(this-package-input "flatbuffers")
"/lib/cmake/flatbuffers")
(string-append "-DNEON_2_SSE_DIR=" #$(this-package-input "neon2sse")
"/lib/cmake/NEON_2_SSE")
@@ -3424,7 +3425,7 @@ (define-public tensorflow-lite
("cpuinfo" ,cpuinfo)
("eigen" ,eigen)
("fp16" ,fp16)
- ("flatbuffers-shared" ,flatbuffers-next-shared)
+ ("flatbuffers" ,flatbuffers-next)
("gemmlowp" ,gemmlowp)
("mesa-headers" ,mesa-headers)
("neon2sse" ,neon2sse)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index bfee0dbfc6..405c4211da 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -890,17 +890,6 @@ (define-public flatbuffers-next
(base32
"1z3a6l8g2y53i5xzraswfs2i0i3kk52zv7nzc2q3fgisbyiri3pz"))))))
-(define-public flatbuffers-next-shared
- (package
- (inherit flatbuffers-next)
- (name "flatbuffers-shared")
- (version "23.1.21")
- (arguments
- (substitute-keyword-arguments (package-arguments flatbuffers-next)
- ((#:configure-flags flags)
- ;; Compile with -fPIC, needed for shared lib.
- #~(cons "-DFLATBUFFERS_CXX_FLAGS=-fPIC" #$flags))))))
-
(define-public python-flatbuffers
(package
(name "python-flatbuffers")
--
2.41.0
- [bug#69591] [PATCH v2 20/31] gnu: Add qnnpack., (continued)
- [bug#69591] [PATCH v2 20/31] gnu: Add qnnpack., David Elsing, 2024/03/12
- [bug#69591] [PATCH v3 00/32] Unbundle and update python-pytorch, David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 01/32] gnu: asmjit: Update to commit 3ca5c18., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 02/32] gnu: Add python-typing-extensions-4.10., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 04/32] gnu: Add python-pytest-flakefinder., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 03/32] gnu: Add python-optree., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 05/32] gnu: Add python-pytest-shard., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 07/32] gnu: Add python-pytest-rerunfailures-13., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 06/32] gnu: Add python-expecttest., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 08/32] gnu: Add miniz., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 11/32] gnu: Remove flatbuffers-next-shared.,
David Elsing <=
- [bug#69591] [PATCH v3 10/32] gnu: Add libnop., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 09/32] gnu: Add miniz-for-pytorch., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 12/32] gnu: python-flatbuffers-next: Update to 23.5.26., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 15/32] gnu: clog: Add "-DUSE_SYSTEM_LIBS=ON" configure flag., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 17/32] gnu: oneapi-dnnl: Update to 3.3.5., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 29/32] gnu: Add ideep-pytorch-for-r-torch., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 13/32] gnu: pthreadpool: Update to commit 178e3e0., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 18/32] gnu: Add tensorpipe., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 16/32] gnu: nnpack: Update to commit 70a77f4., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 20/32] gnu: Add qnnpack., David Elsing, 2024/03/20