-
Notifications
You must be signed in to change notification settings - Fork 99
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
CI issue: intel build fails #994
Comments
To move forward, I would disable the Intel test until it is fixed. Not much we can do anyway, since we need to move on and be able to develop fpm. |
The CI line failing says |
More context is found on Fortran Discourse and Intel Compiler Forum. So far the most likely explanation is that there is a compiler bug in The proposed fix in #879 is to always build fpm with gfortran, then only build the test programs with |
Linked issue (including a potential workaround): #1014 |
This has been a long standing issue affecting many PRs.
The first attempt to fix it was #976.
Here is a related discussion at Fortran Discourse: https://fortran-lang.discourse.group/t/issue-with-stdlib-and-intel-oneapi-fortran-compiler-ifx-2024-0/7049
It is possible that the Intel CI failure is somehow related to the bug #980.
This is affecting the PR #879 that we need to merge.
The text was updated successfully, but these errors were encountered: