summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-02-02 08:07:34 +0100
committerCayetano Santos <csantosb@inventati.org>2026-02-02 08:08:08 +0100
commit82d22e717c4c99f939dd7ebd9faf8ab248e354ce (patch)
tree45f4296c69c4e9830a351ab315027e7c18f0f124 /gnu
parenteab8eace46998f4d1f79943d3a17cd579da179fd (diff)
gnu: salmon: Update dependency on tbb.
* gnu/packages/bioinformatics.scm (salmon)[inputs]: Remove tbb; add onetbb. Change-Id: I6b18757e62cffafc65fcf7f79590d0c1bada7c83
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c9c8c87c020..2e7d485e185 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -31,6 +31,7 @@
;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2026 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2025-2026 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2026 Cayetano Santos <csantosb@inventati.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -17086,7 +17087,7 @@ The following file formats are supported:
"-DCMAKE_CXX_FLAGS=\"-DHAVE_NUMERIC_LIMITS128=1\""
"-Dlibgff_FOUND=TRUE"
"-DTBB_FOUND=TRUE"
- #$(string-append "-DTBB_VERSION=" (package-version tbb))
+ #$(string-append "-DTBB_VERSION=" (package-version onetbb))
"-DFETCHED_PUFFERFISH=TRUE"
"-DUSE_SHARED_LIBS=TRUE")
#:phases
@@ -17173,7 +17174,7 @@ The following file formats are supported:
htscodecs
jemalloc
libgff
- tbb
+ onetbb
libstadenio-for-salmon
xz
zlib))