webpage icon indicating copy to clipboard operation
webpage copied to clipboard

Document a quickstart for fpm and GFortran using Conda on all platforms

Open milancurcic opened this issue 4 years ago • 2 comments

Originally from proposed by @certik here.

Document on fortran-lang.org how to get started on each platform using Conda in 5 minutes. Conda is nice because it does not require root access and installs locally, in a non-invasive manner. And the usage from the user perspective is almost identical on all platforms.

milancurcic avatar Jun 23 '21 16:06 milancurcic

And the usage from the user perspective is almost identical on all platforms.

Note that fpm isn't yet available on Windows via Conda

LKedward avatar Jun 24 '21 09:06 LKedward

I have a quite complete setup for Ubuntu, MacOS and Windows here. It's not a complete conda setup because I prefer to use the system compilers, but it's close.

For (native) Windows I made good experience with MSYS2, a few students chose this over the WSL approach and were quite successful.

awvwgk avatar Jun 24 '21 09:06 awvwgk