diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-02-02 08:07:34 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-02 08:08:08 +0100 |
| commit | 82d22e717c4c99f939dd7ebd9faf8ab248e354ce (patch) | |
| tree | 45f4296c69c4e9830a351ab315027e7c18f0f124 | |
| parent | eab8eace46998f4d1f79943d3a17cd579da179fd (diff) | |
gnu: salmon: Update dependency on tbb.
* gnu/packages/bioinformatics.scm (salmon)[inputs]: Remove tbb; add
onetbb.
Change-Id: I6b18757e62cffafc65fcf7f79590d0c1bada7c83
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 5 |
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 @@ | |||
| 31 | ;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org> | 31 | ;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org> |
| 32 | ;;; Copyright © 2026 Hartmut Goebel <h.goebel@crazy-compilers.com> | 32 | ;;; Copyright © 2026 Hartmut Goebel <h.goebel@crazy-compilers.com> |
| 33 | ;;; Copyright © 2025-2026 Sharlatan Hellseher <sharlatanus@gmail.com> | 33 | ;;; Copyright © 2025-2026 Sharlatan Hellseher <sharlatanus@gmail.com> |
| 34 | ;;; Copyright © 2026 Cayetano Santos <csantosb@inventati.org> | ||
| 34 | ;;; | 35 | ;;; |
| 35 | ;;; This file is part of GNU Guix. | 36 | ;;; This file is part of GNU Guix. |
| 36 | ;;; | 37 | ;;; |
| @@ -17086,7 +17087,7 @@ The following file formats are supported: | |||
| 17086 | "-DCMAKE_CXX_FLAGS=\"-DHAVE_NUMERIC_LIMITS128=1\"" | 17087 | "-DCMAKE_CXX_FLAGS=\"-DHAVE_NUMERIC_LIMITS128=1\"" |
| 17087 | "-Dlibgff_FOUND=TRUE" | 17088 | "-Dlibgff_FOUND=TRUE" |
| 17088 | "-DTBB_FOUND=TRUE" | 17089 | "-DTBB_FOUND=TRUE" |
| 17089 | #$(string-append "-DTBB_VERSION=" (package-version tbb)) | 17090 | #$(string-append "-DTBB_VERSION=" (package-version onetbb)) |
| 17090 | "-DFETCHED_PUFFERFISH=TRUE" | 17091 | "-DFETCHED_PUFFERFISH=TRUE" |
| 17091 | "-DUSE_SHARED_LIBS=TRUE") | 17092 | "-DUSE_SHARED_LIBS=TRUE") |
| 17092 | #:phases | 17093 | #:phases |
| @@ -17173,7 +17174,7 @@ The following file formats are supported: | |||
| 17173 | htscodecs | 17174 | htscodecs |
| 17174 | jemalloc | 17175 | jemalloc |
| 17175 | libgff | 17176 | libgff |
| 17176 | tbb | 17177 | onetbb |
| 17177 | libstadenio-for-salmon | 17178 | libstadenio-for-salmon |
| 17178 | xz | 17179 | xz |
| 17179 | zlib)) | 17180 | zlib)) |
