You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to workaround an build regression issue issue in 5.0.8 with cross-compiling in conda-forge, I ran configure natively on maOS-arm64 and Linux-x86_64.
After inspecting configure.log, I noticed the following line:
ompi_cv_fortran_common_alignment=' 16'
that is, the value is quoted string, rather than an integer.
This is likely inconsequential, as the quotes eventually disappear in the Makefiles.