Skip to content

Commit 3e1b526

Browse files
committed
Merge branch 'main' of github.com:LKedward/quickstart-fortran
2 parents 297d0bc + 31dd5c6 commit 3e1b526

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
6162
currently 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

6576
There is an uninstall program which may be launched from the start menu:

0 commit comments

Comments
 (0)