graphmap: add zlib dependency. (#13031)
This commit is contained in:
parent
b89fa3e01a
commit
938bae1ab6
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user