guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: salmon: Use older version of TBB.


From: guix-commits
Subject: 02/02: gnu: salmon: Use older version of TBB.
Date: Tue, 19 Oct 2021 02:28:42 -0400 (EDT)

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

commit 174c29a8e09456618eacabe15c8d4a1b0e5a6b10
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 18 20:51:00 2021 +0000

    gnu: salmon: Use older version of TBB.
    
    * gnu/packages/bioinformatics.scm (salmon)[arguments]: Define
    HAVE_NUMERIC_LIMITS128; compute TBB_VERSION.
    [inputs]: Replace tbb with tbb-for-salmon.
---
 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 7b41c06..816e64a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9726,9 +9726,10 @@ The following file formats are supported:
      `(#:configure-flags
        (list (string-append "-Dlibgff_DIR="
                             (assoc-ref %build-inputs "libgff") "/lib")
+             "-DCMAKE_CXX_FLAGS=\"-DHAVE_NUMERIC_LIMITS128=1\""
              "-Dlibgff_FOUND=TRUE"
              "-DTBB_FOUND=TRUE"
-             "-DTBB_VERSION=2020.3"
+             ,(string-append "-DTBB_VERSION=" (package-version tbb-for-salmon))
              "-DTBB_LIBRARIES=tbb -ltbbmalloc"
              "-DFETCHED_PUFFERFISH=TRUE"
              "-DUSE_SHARED_LIBS=TRUE")
@@ -9822,7 +9823,7 @@ The following file formats are supported:
                         (sha256
                          (base32
                           
"0qb4a2nl1d59qasr17sslgxnkjd5kbk5mns4cjshrmsvkrqp995n"))))
-       ("tbb" ,tbb)
+       ("tbb" ,tbb-for-salmon)
        ("libstadenio-for-salmon" ,libstadenio-for-salmon)
        ("xz" ,xz)
        ("zlib" ,zlib)))



reply via email to

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