File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 run : |
2929 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{ env.GCC_V }} 100 \
3030 --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 }}
3232
3333 - name : Install fpm latest release
3434 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
179179
180180### Build with [ fortran-lang/fpm] ( https://github.com/fortran-lang/fpm )
181181
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 ` :
184184
185185``` sh
186186git checkout stdlib-fpm
187187fpm build --profile release
188188```
189189
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:
191191``` toml
192192[dependencies ]
193193stdlib = { git =" https://github.com/fortran-lang/stdlib" , branch =" stdlib-fpm" }
You can’t perform that action at this time.
0 commit comments