whizard: added zlib as a dependency (#17205)

This commit is contained in:
vvolkl 2020-06-23 08:56:23 +02:00 committed by GitHub
parent 1d10c6c730
commit 36e603c7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ class Whizard(AutotoolsPackage):
depends_on('lhapdf', when="+lhapdf")
depends_on('fastjet', when="+fastjet")
depends_on('texlive', when="+latex")
depends_on('zlib')
def configure_args(self):
spec = self.spec