whizard: added zlib as a dependency (#17205)
This commit is contained in:
parent
1d10c6c730
commit
36e603c7d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user