mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
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.
This commit is contained in:
parent
22e753b9b1
commit
42873c2b06
2 changed files with 3 additions and 3 deletions
|
@ -9729,7 +9729,7 @@ The following file formats are supported:
|
||||||
"-DCMAKE_CXX_FLAGS=\"-DHAVE_NUMERIC_LIMITS128=1\""
|
"-DCMAKE_CXX_FLAGS=\"-DHAVE_NUMERIC_LIMITS128=1\""
|
||||||
"-Dlibgff_FOUND=TRUE"
|
"-Dlibgff_FOUND=TRUE"
|
||||||
"-DTBB_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"
|
"-DTBB_LIBRARIES=tbb -ltbbmalloc"
|
||||||
"-DFETCHED_PUFFERFISH=TRUE"
|
"-DFETCHED_PUFFERFISH=TRUE"
|
||||||
"-DUSE_SHARED_LIBS=TRUE")
|
"-DUSE_SHARED_LIBS=TRUE")
|
||||||
|
@ -9823,7 +9823,7 @@ The following file formats are supported:
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qb4a2nl1d59qasr17sslgxnkjd5kbk5mns4cjshrmsvkrqp995n"))))
|
"0qb4a2nl1d59qasr17sslgxnkjd5kbk5mns4cjshrmsvkrqp995n"))))
|
||||||
("tbb" ,tbb-for-salmon)
|
("tbb" ,tbb-2020)
|
||||||
("libstadenio-for-salmon" ,libstadenio-for-salmon)
|
("libstadenio-for-salmon" ,libstadenio-for-salmon)
|
||||||
("xz" ,xz)
|
("xz" ,xz)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
|
@ -54,7 +54,7 @@ implementation work. It provides parallel loop constructs, asynchronous
|
||||||
tasks, synchronization primitives, atomic operations, and more.")
|
tasks, synchronization primitives, atomic operations, and more.")
|
||||||
(license asl2.0)))
|
(license asl2.0)))
|
||||||
|
|
||||||
(define-public tbb-for-salmon
|
(define-public tbb-2020
|
||||||
(package
|
(package
|
||||||
(name "tbb")
|
(name "tbb")
|
||||||
(version "2020.3")
|
(version "2020.3")
|
||||||
|
|
Loading…
Add table
Reference in a new issue