bcftools: add version 1.15.1 (#34752)
This commit is contained in:
parent
31cccdf52b
commit
e4881d5465
@ -16,6 +16,7 @@ class Bcftools(AutotoolsPackage):
|
||||
homepage = "https://samtools.github.io/bcftools/"
|
||||
url = "https://github.com/samtools/bcftools/releases/download/1.3.1/bcftools-1.3.1.tar.bz2"
|
||||
|
||||
version("1.15.1", sha256="f21f9564873eb27ccf22d13b91a64acb8fbbfe4f9e4c37933a54b9a95857f2d7")
|
||||
version("1.14", sha256="b7ef88ae89fcb55658c5bea2e8cb8e756b055e13860036d6be13756782aa19cb")
|
||||
version("1.13", sha256="13bfa1da2a5edda8fa51196a47a0b4afb3fef17516451e4f0e78477f3dd30b90")
|
||||
version("1.12", sha256="7a0e6532b1495b9254e38c6698d955e5176c1ee08b760dfea2235ee161a024f5")
|
||||
@ -46,6 +47,7 @@ class Bcftools(AutotoolsPackage):
|
||||
depends_on("perl", when="@1.8:~perl-filters", type="run")
|
||||
depends_on("perl", when="@1.8:+perl-filters", type=("build", "run"))
|
||||
|
||||
depends_on("htslib@1.15", when="@1.15")
|
||||
depends_on("htslib@1.14", when="@1.14")
|
||||
depends_on("htslib@1.13", when="@1.13")
|
||||
depends_on("htslib@1.12", when="@1.12")
|
||||
|
Loading…
Reference in New Issue
Block a user