File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
run : |
29
29
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{ env.GCC_V }} 100 \
30
30
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${{ env.GCC_V }} \
31
- --slave /usr/bingcov gcov /usr/bin/gcov-${{ env.GCC_V }}
31
+ --slave /usr/bin/gcov gcov /usr/bin/gcov-${{ env.GCC_V }}
32
32
33
33
- name : Install fpm latest release
34
34
uses : fortran-lang/setup-fpm@v3
Original file line number Diff line number Diff line change @@ -179,15 +179,15 @@ make -f Makefile.manual FYPPFLAGS=-DMAXRANK=4
179
179
180
180
### Build with [ fortran-lang/fpm] ( https://github.com/fortran-lang/fpm )
181
181
182
- Fortran Package Manager (fpm) is a great package manager and build system for Fortran.
183
- You can build using provided ` fpm.toml ` :
182
+ Fortran Package Manager (fpm) is a package manager and build system for Fortran.
183
+ You can build ` stdlib ` using provided ` fpm.toml ` :
184
184
185
185
``` sh
186
186
git checkout stdlib-fpm
187
187
fpm build --profile release
188
188
```
189
189
190
- To use ` stdlib ` within your ` fpm ` project, add the following to your ` fpm.toml ` file:
190
+ To use ` stdlib ` within your ` fpm ` project, add the following lines to your ` fpm.toml ` file:
191
191
``` toml
192
192
[dependencies ]
193
193
stdlib = { git =" https://github.com/fortran-lang/stdlib" , branch =" stdlib-fpm" }
You can’t perform that action at this time.
0 commit comments