graphmap: add zlib dependency. (#13031)

This commit is contained in:
Toyohisa Kameyama 2019-10-04 12:20:13 +09:00 committed by Adam J. Stewart
parent b89fa3e01a
commit 938bae1ab6

View File

@ -14,6 +14,8 @@ class Graphmap(MakefilePackage):
version('0.3.0', commit='eb8c75d68b03be95464318afa69b645a59f8f6b7') version('0.3.0', commit='eb8c75d68b03be95464318afa69b645a59f8f6b7')
depends_on('zlib', type='link')
def edit(self, spec, prefix): def edit(self, spec, prefix):
mkdirp(prefix.bin) mkdirp(prefix.bin)
makefile = FileFilter('Makefile') makefile = FileFilter('Makefile')