File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
33__ An easy Windows installer and launcher for GFortran and the Fortran Package Manager__
44
5- Download the latest installer from the [ __ Releases Page__ ] ( https://github.com/LKedward/quickstart-fortran/releases/tag/Latest )
5+ Download the latest installer from the [ __ Releases Page__ ] ( https://github.com/LKedward/quickstart-fortran/releases )
66
77__ Note: the installer takes a little while to startup due to it size, please be patient.__
88
@@ -17,6 +17,7 @@ __Note: the installer takes a little while to startup due to it size, please be
1717 - Fortran Package Manager v0.4.0
1818 - Git for Windows v2.33.1 (_ needed for fpm_ )
1919 - OpenBLAS (BLAS/LAPACK) v0.3.17-1
20+ - GNU make v4.3
2021- Extra utility commands
2122 - ` intel-setvars ` to initialise the Intel OneAPI environment (if installed)
2223 - ` setup-stdlib ` to build and install the latest version of the Fortran Standard Library
@@ -60,6 +61,16 @@ This will fetch the latest version of `stdlib` and install it to the local GFort
6061__ Note: The ` setup-stdlib ` script only works with the GFortran installation provided with this installer - it cannot
6162currently detect existing GFortran or Intel fortran installations.__
6263
64+ ### How do I compile with BLAS/LAPACK?
65+
66+ The optimized OpenBLAS library is included with the GCC installation.
67+ Use the link flag ` -lopenblas ` or add the following to your ` fpm.toml ` file:
68+
69+ ``` toml
70+ [build ]
71+ link = " openblas"
72+ ```
73+
6374### How do I uninstall?
6475
6576There is an uninstall program which may be launched from the start menu:
You can’t perform that action at this time.
0 commit comments