File tree Expand file tree Collapse file tree 1 file changed +19
-14
lines changed Expand file tree Collapse file tree 1 file changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,25 @@ of the Jacobian matrix with the functions.
2121
2222Jorge Moré, Burt Garbow, and Ken Hillstrom at Argonne National Laboratory.
2323
24- Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm)
25- -------------
26- Fortran Package Manager (fpm) is a great package manager and build system for Fortran.
27- You can build using provided `fpm.toml `:
28- ```bash
29- fpm build
30- fpm run --example <example_name see `fpm.toml`>
31- ` ``
32-
33- To use `minpack ` within your fpm project, add the following to your `fpm.toml ` file:
34- ```toml
35- [dependencies]
36- minpack = { git="https://github.com/certik/minpack.git" }
37- ` ``
24+ Build with `fortran-lang/fpm <https://github.com/fortran-lang/fpm >`_
25+ --------------------------------------------------------------------
26+
27+ Fortran Package Manager (fpm) is a great package manager and build system for Fortran.
28+
29+ You can build using provided ``fpm.toml ``:
30+
31+ .. code-block :: bash
32+
33+ fpm build
34+ fpm run --example < example_name, see ` ` fpm.toml` ` >
35+
36+
37+ To use ``minpack `` within your fpm project, add the following to your ``fpm.toml `` file:
38+
39+ .. code-block :: toml
40+
41+ [dependencies]
42+ minpack = { git="https://github.com/certik/minpack.git" }
3843
3944 Documentation
4045-------------
You can’t perform that action at this time.
0 commit comments