Skip to content

Commit

Permalink
Merge branch 'main' of github.com:LKedward/quickstart-fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
LKedward committed Nov 19, 2021
2 parents 297d0bc + 31dd5c6 commit 3e1b526
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__An easy Windows installer and launcher for GFortran and the Fortran Package Manager__

Download the latest installer from the [__Releases Page__](https://github.com/LKedward/quickstart-fortran/releases/tag/Latest)
Download the latest installer from the [__Releases Page__](https://github.com/LKedward/quickstart-fortran/releases)

__Note: the installer takes a little while to startup due to it size, please be patient.__

Expand All @@ -17,6 +17,7 @@ __Note: the installer takes a little while to startup due to it size, please be
- Fortran Package Manager v0.4.0
- Git for Windows v2.33.1 (_needed for fpm_)
- OpenBLAS (BLAS/LAPACK) v0.3.17-1
- GNU make v4.3
- Extra utility commands
- `intel-setvars` to initialise the Intel OneAPI environment (if installed)
- `setup-stdlib` to build and install the latest version of the Fortran Standard Library
Expand Down Expand Up @@ -60,6 +61,16 @@ This will fetch the latest version of `stdlib` and install it to the local GFort
__Note: The `setup-stdlib` script only works with the GFortran installation provided with this installer - it cannot
currently detect existing GFortran or Intel fortran installations.__

### How do I compile with BLAS/LAPACK?

The optimized OpenBLAS library is included with the GCC installation.
Use the link flag `-lopenblas` or add the following to your `fpm.toml` file:

```toml
[build]
link = "openblas"
```

### How do I uninstall?

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

0 comments on commit 3e1b526

Please sign in to comment.