bamutil: needs zlib (#7444)

This commit is contained in:
Levi Baber 2018-03-21 16:53:55 -05:00 committed by Adam J. Stewart
parent 6c23b82d6b
commit 5e8370e093

View file

@ -36,6 +36,8 @@ class Bamutil(MakefilePackage):
version('1.0.13', '08b7d0bb1d60be104a11f0e54ddf4a79')
depends_on('zlib', type=('build', 'link'))
# Looks like this will be fixed in 1.0.14.
# https://github.com/statgen/libStatGen/issues/9
patch('libstatgen-issue-9.patch', when='@1.0.13:')