-
Notifications
You must be signed in to change notification settings - Fork 1
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
adjust the ga.spec for gfortran 10 with -fallow-argument-mismatch workaround #4
Comments
I see I should wait for ga 5.7.1 #3 (comment) |
@marcindulak I have been using -std=legacy gfortran option when comping Global Arrays in NWChem |
https://gcc.gnu.org/onlinedocs/gfortran/Fortran-Dialect-Options.html It looks like "Using this option is strongly discouraged. It is possible to provide standard-conforming code which allows different types of arguments by using an explicit interface and TYPE(*)." vs "The ‘legacy’ value is equivalent but without the warnings for obsolete extensions, and may be useful for old non-standard programs"
|
@marcindulak I have committed the needed change to hotfix/5.7.1 |
I've added the gfortran 10 workaround directly to the ga.spec until 5.7.1 is released. https://src.fedoraproject.org/rpms/ga/c/cd092566c780ceeb7c096fa996d07fa5df80c1f9?branch=master |
We might have 5.7.1 out soon. |
RPMS of 5.7.2 have been built. |
Will you have time to look at GlobalArrays/ga#157?
Should I build ga-5.7 on all fedora/epel targets already after the workaround?
The text was updated successfully, but these errors were encountered: