me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2021-10-18 20:51:00 +00:00
parent 0ceb01a1ed
commit 174c29a8e0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -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)))