Add zip package (#3715)

This commit is contained in:
Michael Kuhn
2017-04-06 15:12:51 +02:00
committed by Adam J. Stewart
parent 095f57409c
commit b81a50b4e3
2 changed files with 47 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ class Gcc(AutotoolsPackage):
depends_on("mpc", when='@4.5:')
depends_on("isl", when='@5.0:')
depends_on("binutils~libiberty", when='+binutils')
depends_on("zip", type='build')
# TODO: integrate these libraries.
# depends_on("ppl")