Skip to content

Commit 97df4cf

Browse files
rousonawvwgk
andauthored
Add homebrew installation instructions to README.md (#718)
Co-authored-by: Sebastian Ehlert <[email protected]>
1 parent 408e96a commit 97df4cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,21 @@ For more details check the package information [here](https://spack.readthedocs.
101101
[Spack]: https://spack.io
102102

103103

104+
#### Homebrew
105+
106+
The Fortran Package Manager (fpm) is available for the [homebrew](https://brew.sh/) package manager on MacOS via an additional tap.
107+
To install fpm via brew, include the new tap and install it using
108+
109+
```
110+
brew tap fortran-lang/fortran
111+
brew install fpm
112+
```
113+
114+
Binary distributions are available for MacOS 11 (Catalina) and 12 (Big Sur) for x86_64 architectures. For other platforms fpm will be built locally from source automatically.
115+
116+
Fpm should be available and functional after those steps.
117+
For more details checkout the tap [here](https://github.com/fortran-lang/homebrew-fortran).
118+
104119
#### Github Actions
105120

106121
To setup *fpm* within Github actions for automated testing, you can use the [fortran-lang/setup-fpm](https://github.com/marketplace/actions/setup-fpm) action.

0 commit comments

Comments
 (0)