cdbfasta: needs zlib (#7413)

This commit is contained in:
Levi Baber 2018-03-07 17:42:37 -06:00 committed by becker33
parent cb64e32296
commit 13e6fc730d

View file

@ -33,6 +33,8 @@ class Cdbfasta(MakefilePackage):
version('2017-03-16', git='https://github.com/gpertea/cdbfasta.git', commit='b3e481fe02dfbc767a3842bcb1b687c60376a5e8')
depends_on('zlib')
def install(self, spec, prefix):
mkdirp(prefix.bin)
install('cdbfasta', prefix.bin)