petsc: fix zlib-api handling (#45545)
This commit is contained in:
parent
441b64c3d9
commit
5f29bb9b22
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user