File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Further updates are planned...
32
32
To build this project from the source code in this repository you need to have
33
33
a Fortran compiler supporting Fortran 2008 and one of the supported build systems:
34
34
35
+ - [ cmake] ( https://cmake.org ) version 3.14.0 or newer
35
36
- [ fpm] ( https://fpm.fortran-lang.org ) version 0.3.0 or newer
36
37
- [ meson] ( https://mesonbuild.com ) version 0.55 or newer, with
37
38
a build-system backend, * i.e.* [ ninja] ( https://ninja-build.org ) version 1.7 or newer
@@ -44,6 +45,21 @@ cd minpack
44
45
```
45
46
46
47
48
+ #### Building with cmake
49
+
50
+ Invoke cmake in the project root with
51
+
52
+ ```
53
+ cmake -B build
54
+ cmake --build build
55
+ ```
56
+
57
+ To run the testsuite use
58
+
59
+ ```
60
+ cmake --build build --target test
61
+ ```
62
+
47
63
#### Building with fpm
48
64
49
65
Invoke fpm in the project root with
You can’t perform that action at this time.
0 commit comments