guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/15: gnu: bowtie1: Use TBB 2020.


From: guix-commits
Subject: 04/15: gnu: bowtie1: Use TBB 2020.
Date: Sun, 24 Oct 2021 16:39:07 -0400 (EDT)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 724972bcca1312667da94c4341427deeca76a3fd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 18:47:45 2021 +0000

    gnu: bowtie1: Use TBB 2020.
    
    * gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Replace tbb with
    tbb-2020.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c03ffaf..78d57f2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1763,7 +1763,7 @@ gapped, local, and paired-end alignment modes.")
          (delete 'configure))))
     (inputs
      `(("python-wrapper" ,python-wrapper)
-       ("tbb" ,tbb)
+       ("tbb" ,tbb-2020)
        ("zlib" ,zlib)))
     (supported-systems '("x86_64-linux"))
     (home-page "http://bowtie-bio.sourceforge.net/index.shtml";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]