[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/32: gnu: Remove flatbuffers-next-shared.
From: |
guix-commits |
Subject: |
11/32: gnu: Remove flatbuffers-next-shared. |
Date: |
Tue, 18 Jun 2024 06:26:46 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 207174b69e297eb7f3252bc81e8f07c48a4ee26b
Author: David Elsing <david.elsing@posteo.net>
AuthorDate: Sat Mar 23 22:04:50 2024 +0000
gnu: Remove flatbuffers-next-shared.
* 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 afa4254160..7646572aa4 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.
;;;
@@ -3387,7 +3388,7 @@ advanced research.")
(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")
@@ -3474,7 +3475,7 @@ advanced research.")
("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 7c00303fbf..755852806c 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -913,17 +913,6 @@ game development and other performance-critical
applications.")
(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")
- 07/32: gnu: Add python-pytest-rerunfailures-13., (continued)
- 07/32: gnu: Add python-pytest-rerunfailures-13., guix-commits, 2024/06/18
- 17/32: gnu: oneapi-dnnl: Update to 3.3.5., guix-commits, 2024/06/18
- 06/32: gnu: Add python-expecttest., guix-commits, 2024/06/18
- 13/32: gnu: pthreadpool: Update to commit 178e3e0., guix-commits, 2024/06/18
- 09/32: gnu: Add miniz-for-pytorch., guix-commits, 2024/06/18
- 10/32: gnu: Add libnop., guix-commits, 2024/06/18
- 04/32: gnu: Add python-pytest-flakefinder., guix-commits, 2024/06/18
- 19/32: gnu: Add fbgemm., guix-commits, 2024/06/18
- 22/32: gnu: Add ideep-pytorch., guix-commits, 2024/06/18
- 31/32: gnu: Add qnnpack-pytorch-for-r-torch., guix-commits, 2024/06/18
- 11/32: gnu: Remove flatbuffers-next-shared.,
guix-commits <=
- 18/32: gnu: Add tensorpipe., guix-commits, 2024/06/18
- 15/32: gnu: clog: Add "-DUSE_SYSTEM_LIBS=ON" configure flag., guix-commits, 2024/06/18
- 12/32: gnu: python-flatbuffers-next: Update to 23.5.26., guix-commits, 2024/06/18
- 05/32: gnu: Add python-pytest-shard., guix-commits, 2024/06/18
- 20/32: gnu: Add qnnpack., guix-commits, 2024/06/18
- 21/32: gnu: Add foxi., guix-commits, 2024/06/18
- 27/32: gnu: Add python-pytorch-avx., guix-commits, 2024/06/18
- 32/32: gnu: python-pytorch-for-r-torch: Adjust to new python-pytorch., guix-commits, 2024/06/18
- 29/32: gnu: Add ideep-pytorch-for-r-torch., guix-commits, 2024/06/18
- 26/32: gnu: python-pytorch: Update to 2.2.1 and unbundle dependencies., guix-commits, 2024/06/18