petsc: fix zlib-api handling (#45545)
This commit is contained in:
		| @@ -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), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jaroslav Hron
					Jaroslav Hron