[5.0.8] configure generates ompi_cv_fortran_common_alignment=<string>
#13285
Labels
ompi_cv_fortran_common_alignment=<string>
#13285
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:that is, the value is quoted string, rather than an integer.
This is likely inconsequential, as the quotes eventually disappear in the Makefiles.
The text was updated successfully, but these errors were encountered: