Which and where Fortran complier should I download to use?
Dear developer: I am a beginer in python. When I set up the toolbox of ttpy in Win10 by pip install and source code. a question appeared.That is error: f90 not supported by GnuFCompiler needed for tt\tt-fort\print\putstrmodule.F90. I think an unsuitable Fortran complier was used. So, I would like to know which Fortran complier should I use. Could you please give me a Fortran complier downloading address or send it to me or give me some advice for this issue? Thank you for your attention. Best wishes to you.
I can't give you precise instruction how to build ttpy from scratch on Win10 since I have no access to any Windows workstation. Basically, there are multiple ways to get Fortran compler.
-
If you have access to Intel Parallel Studio distribution then you can just install Intel Fortran (ifort) as a part of the distirbution.
-
You could install MinGW or it fork MinGW64 or another fork CygWin. All of them distribute Fortran as a part of GCC.
-
The last way to get Fortran I known is install software which replies on a Fortran. [Code::Blocks] IDE is an example.
I hope this short guide will be helpful for you.
Try GFortran https://gcc.gnu.org/wiki/GFortran
Some other options listed at https://fortran-lang.org/compilers/