whizard: added zlib as a dependency (#17205)
This commit is contained in:
@@ -49,6 +49,7 @@ class Whizard(AutotoolsPackage):
|
|||||||
depends_on('lhapdf', when="+lhapdf")
|
depends_on('lhapdf', when="+lhapdf")
|
||||||
depends_on('fastjet', when="+fastjet")
|
depends_on('fastjet', when="+fastjet")
|
||||||
depends_on('texlive', when="+latex")
|
depends_on('texlive', when="+latex")
|
||||||
|
depends_on('zlib')
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
|
Reference in New Issue
Block a user