Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SCons] Disable Fortran for Apple clang by default
On Apple Silicon, the combination of gfortran with Apple clang compilers causes hard crashes for F90 examples, see #1379. Changing the default avoids this issue; users can override by passing 'f90_interface=y' to SCons. Short-term, the change also bypasses a recently introduced linking issue on macOS, see #1387.
- Loading branch information