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:
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\"" "-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)))

View file

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