samtools: add version 1.6 + some fixes (#5715)

* htslib: add version 1.6

* samtools: add version 1.6, remove zlib dependency

* bcftools: add version 1.6, switch to using standalone htslib
This commit is contained in:
Carlos Bederián
2017-10-12 13:08:31 -03:00
committed by Christoph Junghans
parent 87c65fafa9
commit db149876a4
3 changed files with 11 additions and 9 deletions

View File

@@ -31,9 +31,10 @@ class Htslib(AutotoolsPackage):
homepage = "https://github.com/samtools/htslib"
url = "https://github.com/samtools/htslib/releases/download/1.3.1/htslib-1.3.1.tar.bz2"
version('1.6', 'd6fd14e208aca7e08cbe9072233d0af9')
version('1.4', '2a22ff382654c033c40e4ec3ea880050')
version('1.3.1', '16d78f90b72f29971b042e8da8be6843')
depends_on('zlib')
depends_on('bzip2', when="@1.4:")
depends_on('xz')
depends_on('xz', when="@1.4:")