mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
0ceb01a1ed
commit
174c29a8e0
1 changed files with 3 additions and 2 deletions
|
@ -9726,9 +9726,10 @@ The following file formats are supported:
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "-Dlibgff_DIR="
|
(list (string-append "-Dlibgff_DIR="
|
||||||
(assoc-ref %build-inputs "libgff") "/lib")
|
(assoc-ref %build-inputs "libgff") "/lib")
|
||||||
|
"-DCMAKE_CXX_FLAGS=\"-DHAVE_NUMERIC_LIMITS128=1\""
|
||||||
"-Dlibgff_FOUND=TRUE"
|
"-Dlibgff_FOUND=TRUE"
|
||||||
"-DTBB_FOUND=TRUE"
|
"-DTBB_FOUND=TRUE"
|
||||||
"-DTBB_VERSION=2020.3"
|
,(string-append "-DTBB_VERSION=" (package-version tbb-for-salmon))
|
||||||
"-DTBB_LIBRARIES=tbb -ltbbmalloc"
|
"-DTBB_LIBRARIES=tbb -ltbbmalloc"
|
||||||
"-DFETCHED_PUFFERFISH=TRUE"
|
"-DFETCHED_PUFFERFISH=TRUE"
|
||||||
"-DUSE_SHARED_LIBS=TRUE")
|
"-DUSE_SHARED_LIBS=TRUE")
|
||||||
|
@ -9822,7 +9823,7 @@ The following file formats are supported:
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qb4a2nl1d59qasr17sslgxnkjd5kbk5mns4cjshrmsvkrqp995n"))))
|
"0qb4a2nl1d59qasr17sslgxnkjd5kbk5mns4cjshrmsvkrqp995n"))))
|
||||||
("tbb" ,tbb)
|
("tbb" ,tbb-for-salmon)
|
||||||
("libstadenio-for-salmon" ,libstadenio-for-salmon)
|
("libstadenio-for-salmon" ,libstadenio-for-salmon)
|
||||||
("xz" ,xz)
|
("xz" ,xz)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue