You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,21 @@ For more details check the package information [here](https://spack.readthedocs.
101
101
[Spack]: https://spack.io
102
102
103
103
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
+
104
119
#### Github Actions
105
120
106
121
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