1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: salmon: Update dependency on tbb.

* gnu/packages/bioinformatics.scm (salmon)[inputs]: Remove tbb; add
onetbb.

Change-Id: I6b18757e62cffafc65fcf7f79590d0c1bada7c83
This commit is contained in:
Cayetano Santos
2026-02-02 08:07:34 +01:00
parent eab8eace46
commit 82d22e717c

View File

@@ -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))