vt package: add zlib dependency (#9870)

This commit is contained in:
Eric 2018-11-16 14:52:15 -06:00 committed by Peter Scheibel
parent abd7b185f7
commit 61adf39fe1

View File

@ -14,6 +14,8 @@ class Vt(MakefilePackage):
version('0.577', '59807456022bcecf978314c93254fe15')
depends_on('zlib')
def install(self, spec, spack):
mkdirp(prefix.bin)
install('vt', prefix.bin)