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
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Binaries for the latest stable release are available [to download](https://githu
37
37
38
38
__Note:__ On Linux and MacOS, you will need to enable executable permission before you can use the binary.
39
39
40
-
_e.g._`$ chmod u+x fpm-0.5.0-linux-x86_64`
40
+
_e.g._`$ chmod u+x fpm-0.6.0-linux-x86_64`
41
41
42
42
The binaries at the [current tag](https://github.com/fortran-lang/fpm/releases/tag/current) are updated automatically to always provide the current git version from the default branch.
43
43
@@ -66,7 +66,8 @@ or from [miniconda](https://docs.conda.io/en/latest/miniconda.html).
66
66
67
67
#### [MSYS2]
68
68
69
-
Fpm is available as MinGW package in the MSYS2 package manager.
69
+
Fpm is available as MinGW package in the MSYS2 package manager,
70
+
which supports parallelization of the target compilation.
70
71
To install fpm with pacman use
71
72
72
73
```
@@ -101,6 +102,21 @@ For more details check the package information [here](https://spack.readthedocs.
101
102
[Spack]: https://spack.io
102
103
103
104
105
+
#### Homebrew
106
+
107
+
The Fortran Package Manager (fpm) is available for the [Homebrew](https://brew.sh/) package manager via an additional tap.
108
+
To install fpm via brew, include the new tap and install using
109
+
110
+
```
111
+
brew tap fortran-lang/fortran
112
+
brew install fpm
113
+
```
114
+
115
+
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.
116
+
117
+
Fpm should be available and functional after those steps.
118
+
For more details checkout the tap [here](https://github.com/fortran-lang/homebrew-fortran).
119
+
104
120
#### Github Actions
105
121
106
122
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