samtools: make zlib/bzip2 dependencies unconditional (#9866)
This commit is contained in:
parent
9aa9359604
commit
36b4758a97
@ -30,8 +30,8 @@ class Samtools(Package):
|
|||||||
depends_on('htslib@1.6', when='@1.6')
|
depends_on('htslib@1.6', when='@1.6')
|
||||||
depends_on('htslib@1.4', when='@1.4')
|
depends_on('htslib@1.4', when='@1.4')
|
||||||
depends_on('htslib@1.3.1', when='@1.3.1')
|
depends_on('htslib@1.3.1', when='@1.3.1')
|
||||||
depends_on('zlib', when='@1.7:')
|
depends_on('zlib')
|
||||||
depends_on('bzip2', when='@1.7:')
|
depends_on('bzip2')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
if self.spec.version >= Version('1.3.1'):
|
if self.spec.version >= Version('1.3.1'):
|
||||||
|
Loading…
Reference in New Issue
Block a user