me
/
guix
Archived
1
0
Fork 0

gnu: blasr-libcpp: Update to 5.3.5.

* gnu/packages/bioinformatics.scm (blasr-libcpp): Update to 5.3.5.
[inputs]: Add htslib.
master
Ricardo Wurmus 2021-12-07 23:19:21 +01:00
parent b81daed2de
commit d068de0c7d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -696,7 +696,7 @@ speedup comes during compression.")
(define-public blasr-libcpp (define-public blasr-libcpp
(package (package
(name "blasr-libcpp") (name "blasr-libcpp")
(version "5.3.3") (version "5.3.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -705,7 +705,7 @@ speedup comes during compression.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0cn5l42zyq67sj0g2imqkhayz2iqvv0a1pgpbmlq0qynjmsrbfd2")))) "07cdfnfl29zf2j7fpaaqaxghq3p0wnc109razs0icwm2q6l3gycb"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -742,6 +742,7 @@ libblasr_gtest_dep = cpp.find_library('gtest_main', dirs : '~a')\n"
(inputs (inputs
`(("boost" ,boost) `(("boost" ,boost)
("hdf5" ,hdf5) ("hdf5" ,hdf5)
("htslib" ,htslib)
("pbbam" ,pbbam) ("pbbam" ,pbbam)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs