-
Notifications
You must be signed in to change notification settings - Fork 186
Add supported compilers MinGW 8, 9, 10 #304
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for testing, change looks good to me.
@brocolis Did you install the GCC versions from http://winlibs.com/? We might be able to download the corresponding GCC versions from https://github.com/brechtsanders/winlibs_mingw/releases/ and actually test them in the CI to keep supporting a wide range of compilers on Windows as well. |
@awvwgk I did download and build MinGW/GFortran from sources. I used the scripts written by https://github.com/StephanTLavavej/mingw-distro/ with minor modifications. |
Thanks for the clarification. Using this approach would be taxing on the CI runners, if you find a good way to (semi-)automatically install different GCC versions on Windows, let me know, I would be interested to extend the stdlib CI testing for those at some point. |
Hello. I'm not familiar with CI setup. Anyway, I'll upload the binaries/build scripts to the internet in the next few days. |
OK, mingw/gfortran-8.4.0, 9.3.0 and 10.2.0 for Windows (i686, x64) are now available at https://fortran.rocks/all.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay.
I approve this change, as it was suggested.
Add supported compilers MinGW 8, 9, 10 (x86_64 and i686) on Windows 10.