Add old version to bcftools (#5907)

* bcftools v1.2 and htslib v1.2

* dependency change - only require dependencies for v1.2
This commit is contained in:
George Hartzell
2017-10-25 03:20:42 -07:00
committed by Todd Gamblin
parent 9947306c3e
commit ff031de800
2 changed files with 9 additions and 0 deletions

View File

@@ -34,7 +34,14 @@ class Htslib(AutotoolsPackage):
version('1.6', 'd6fd14e208aca7e08cbe9072233d0af9')
version('1.4', '2a22ff382654c033c40e4ec3ea880050')
version('1.3.1', '16d78f90b72f29971b042e8da8be6843')
version('1.2', '64026d659c3b062cfb6ddc8a38e9779f',
url='https://github.com/samtools/htslib/archive/1.2.tar.gz')
depends_on('zlib')
depends_on('bzip2', when="@1.4:")
depends_on('xz', when="@1.4:")
depends_on('m4', when="@1.2")
depends_on('autoconf', when="@1.2")
depends_on('automake', when="@1.2")
depends_on('libtool', when="@1.2")