tabix: add zlib dependency. (#13064)
This commit is contained in:
parent
2e4bcf223c
commit
fdc91a1705
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ class Tabix(MakefilePackage):
|
|||
|
||||
depends_on('perl', type=('build', 'run'))
|
||||
depends_on('python', type=('build', 'run'))
|
||||
depends_on('zlib', type='link')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
mkdirp(prefix.bin)
|
||||
|
|
Loading…
Reference in a new issue