mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05: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 @@ (define-public salmon
|
|||
`(#: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 @@ (define-public salmon
|
|||
(sha256
|
||||
(base32
|
||||
"0qb4a2nl1d59qasr17sslgxnkjd5kbk5mns4cjshrmsvkrqp995n"))))
|
||||
("tbb" ,tbb)
|
||||
("tbb" ,tbb-for-salmon)
|
||||
("libstadenio-for-salmon" ,libstadenio-for-salmon)
|
||||
("xz" ,xz)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue