-
Notifications
You must be signed in to change notification settings - Fork 205
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
Detect if there are .mod files for GCCcore installs #4203
Comments
From a check on my installed software:
|
I thought we could restrict the search only to directories being added to |
On
Compilers (
In PR14840
In PR15837
Not Fortran module file
Fixed in easybuilders/easybuild-easyconfigs#17221
Fixed, as per the previous comment
Fixed in easybuilders/easybuild-easyconfigs#19283
In PR16721
Fixed in previous PRs
Hmm..
File is in the tests
But the wider question here is why that Python has |
Keeping this open since we need to update a couple of easyconfigs to weed out false positives now that #4389 is merged... |
Are you able to scan your installs to see if there are anyother false postives? |
If there remains items left to do here then we'll catch them during regression testing for the release and fix them then. |
If compiling Fortran then we should not do that with GCCcore due to the incompatibility in the
.mod
files generated. It would be helpful if we searched the installed software and warn if any are found.Possibly:
.mod
files but that we are sure that they are not from Fortran or to allowing us to skip the check for an easyconfigThe text was updated successfully, but these errors were encountered: