Skip to content

[5.0.8] configure generates ompi_cv_fortran_common_alignment=<string> #13285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dalcinl opened this issue May 31, 2025 · 1 comment · Fixed by #13289
Open

[5.0.8] configure generates ompi_cv_fortran_common_alignment=<string> #13285

dalcinl opened this issue May 31, 2025 · 1 comment · Fixed by #13289

Comments

@dalcinl
Copy link
Contributor

dalcinl commented May 31, 2025

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.

@jsquyres
Copy link
Member

Thanks @dalcinl! I filed master PR #13286 to fix; will cherry pick to v5.0.x when it merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants