me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2021-10-21 22:15:56 +00:00
parent 22e753b9b1
commit 42873c2b06
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
2 changed files with 3 additions and 3 deletions

View File

@ -9729,7 +9729,7 @@ The following file formats are supported:
"-DCMAKE_CXX_FLAGS=\"-DHAVE_NUMERIC_LIMITS128=1\""
"-Dlibgff_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"
"-DFETCHED_PUFFERFISH=TRUE"
"-DUSE_SHARED_LIBS=TRUE")
@ -9823,7 +9823,7 @@ The following file formats are supported:
(sha256
(base32
"0qb4a2nl1d59qasr17sslgxnkjd5kbk5mns4cjshrmsvkrqp995n"))))
("tbb" ,tbb-for-salmon)
("tbb" ,tbb-2020)
("libstadenio-for-salmon" ,libstadenio-for-salmon)
("xz" ,xz)
("zlib" ,zlib)))

View File

@ -54,7 +54,7 @@ implementation work. It provides parallel loop constructs, asynchronous
tasks, synchronization primitives, atomic operations, and more.")
(license asl2.0)))
(define-public tbb-for-salmon
(define-public tbb-2020
(package
(name "tbb")
(version "2020.3")