guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 82d22e717c4c99f939dd7ebd9faf8ab248e354ce
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Feb 2 08:07:34 2026 +0100

    gnu: salmon: Update dependency on tbb.
    
    * gnu/packages/bioinformatics.scm (salmon)[inputs]: Remove tbb; add
    onetbb.
    
    Change-Id: I6b18757e62cffafc65fcf7f79590d0c1bada7c83
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c9c8c87c02..2e7d485e18 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -31,6 +31,7 @@
 ;;; Copyright © 2025 Janneke Nieuwenhuizen <[email protected]>
 ;;; Copyright © 2026 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2025-2026 Sharlatan Hellseher <[email protected]>
+;;; Copyright © 2026 Cayetano Santos <[email protected]>
 ;;;
 ;;; 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))

Reply via email to