We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2224c commit 382c96bCopy full SHA for 382c96b
scripts/firedrake-configure
@@ -385,6 +385,8 @@ def prepare_configure_options(
385
# Avoid macos + openmpi + mumps segmentation violation issue;
386
# see https://github.com/firedrakeproject/firedrake/issues/4102 and https://github.com/firedrakeproject/firedrake/issues/4113.
387
configure_options.append("-download-mumps-avoid-mpi-in-place")
388
+ # PETSc does not support CMake 4.0 (hopefully fixed in v3.23.1)
389
+ configure_options.append("--download-cmake")
390
else:
391
configure_options.append("--FOPTFLAGS='-O3 -march=native -mtune=native'")
392
0 commit comments