seqprep: add zlib dependency. (#13062)

This commit is contained in:
Toyohisa Kameyama 2019-10-09 10:50:51 +09:00 committed by Adam J. Stewart
parent fdc91a1705
commit f1e1693a6a

View file

@ -15,6 +15,8 @@ class Seqprep(MakefilePackage):
version('1.3.2', 'b6a4f5491dfdb0ce38bf791454151468')
depends_on('zlib', type='link')
def install(self, spec, prefix):
mkdirp(prefix.bin)
install('SeqPrep', prefix.bin)