petsc: fix zlib-api handling (#45545)

This commit is contained in:
Jaroslav Hron
2024-08-05 21:24:50 +02:00
committed by GitHub
parent 441b64c3d9
commit 5f29bb9b22

View File

@@ -521,7 +521,7 @@ def configure_options(self):
True, True,
), ),
("hdf5" + hdf5libs, "hdf5", True, True), ("hdf5" + hdf5libs, "hdf5", True, True),
"zlib", ("zlib-api", "zlib", True, True),
"mumps", "mumps",
("trilinos", "trilinos", False, False), ("trilinos", "trilinos", False, False),
("fftw:mpi", "fftw", True, True), ("fftw:mpi", "fftw", True, True),