-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
section: learnRelevant for the learn section on the webpageRelevant for the learn section on the webpage
Description
I think there is a general interest in having a good Fortran specific introduction to commonly used build systems. The target audience has already intermediate or advance knowledge of Fortran, but maybe little to no knowledge of the respective build tools.
I listed the ones I know about for quick reference:
- fpm (discussion: Writing the fpm book fpm#302)
- make (introduction: Update building programs book fortran-lang.org#156, dependencies: Add in-depth introduction for Fortran with make fortran-lang.org#160)
- CMake
- meson
- autotools
- scons
- waf
- FoBiS
- foray
Let me know if there should be something added to this list.
The criteria to recommend a build system could be:
- accessibility (available platforms, setup prerequisites, open source)
- user friendliness (learning curve, documentation in general, Fortran support)
- functionality (dependencies, cross compiling, speed)
- adaption in the community
LKedward and aradi
Metadata
Metadata
Assignees
Labels
section: learnRelevant for the learn section on the webpageRelevant for the learn section on the webpage