File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,15 @@ See the [Sourcery GitHub Pages site] for HTML documentation generated with [`for
64
64
65
65
Prerequisites
66
66
-------------
67
- [ FORD] 6.1.0 or later is required for producing HTML documentation (see
68
- "[ Building the documentation] " below for instructions). The Fortran Package
69
- Manager ([ fpm] ) is required to build Sourcery from source. See the
70
- [ fpm manifest] ( ./fpm.toml ) for the dependencies and developer dependencies,
71
- all of which [ fpm] automatically downloads and builds via the ` fpm ` command
72
- provided in the "[ Downloding, Building, and Testing] " section below.
67
+ * [ FORD] 6.1.0 or later is required for producing HTML documentation (see
68
+ "[ Building the documentation] " below for instructions).
69
+ * The Fortran Package Manager ([ fpm] ) is required to build Sourcery from source.
70
+ * GCC (` gfortran ` ) 13.1.0
71
+ * OpenCoarrays 2.10.1 for parallel execution
72
+
73
+ See [ fpm manifest] ( ./fpm.toml ) for the dependencies and developer dependencies,
74
+ that [ fpm] automatically downloads and builds via the ` fpm ` command provided in
75
+ the "[ Downloding, Building, and Testing] " section below.
73
76
74
77
75
78
Downloding, Building, and Testing
You can’t perform that action at this time.
0 commit comments