guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: tbb-for-salmon: Rename.


From: guix-commits
Subject: 01/03: gnu: tbb-for-salmon: Rename.
Date: Sun, 24 Oct 2021 09:28:28 -0400 (EDT)

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

commit 42873c2b06f5b77af520a3df44997dea80a364ae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Oct 21 22:15:56 2021 +0000

    gnu: tbb-for-salmon: Rename.
    
    * gnu/packages/tbb.scm (tbb-for-salmon): Rename this variable...
    (tbb-2020): ...to this.
    * gnu/packages/bioinformatics.scm (salmon)[inputs]: Rename it.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 gnu/packages/tbb.scm            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 816e64a..f4110ab 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9729,7 +9729,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-for-salmon))
+             ,(string-append "-DTBB_VERSION=" (package-version tbb-2020))
              "-DTBB_LIBRARIES=tbb -ltbbmalloc"
              "-DFETCHED_PUFFERFISH=TRUE"
              "-DUSE_SHARED_LIBS=TRUE")
@@ -9823,7 +9823,7 @@ The following file formats are supported:
                         (sha256
                          (base32
                           
"0qb4a2nl1d59qasr17sslgxnkjd5kbk5mns4cjshrmsvkrqp995n"))))
-       ("tbb" ,tbb-for-salmon)
+       ("tbb" ,tbb-2020)
        ("libstadenio-for-salmon" ,libstadenio-for-salmon)
        ("xz" ,xz)
        ("zlib" ,zlib)))
diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm
index 252dc98..d7d6809 100644
--- a/gnu/packages/tbb.scm
+++ b/gnu/packages/tbb.scm
@@ -54,7 +54,7 @@ implementation work.  It provides parallel loop constructs, 
asynchronous
 tasks, synchronization primitives, atomic operations, and more.")
     (license asl2.0)))
 
-(define-public tbb-for-salmon
+(define-public tbb-2020
   (package
     (name "tbb")
     (version "2020.3")



reply via email to

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