webpage icon indicating copy to clipboard operation
webpage copied to clipboard

Minibook(s) for commonly used build systems

Open awvwgk opened this issue 5 years ago • 3 comments

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:

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

awvwgk avatar Oct 24 '20 12:10 awvwgk

@aradi would you be interested in contributing to a CMake introduction for Fortran?

awvwgk avatar Oct 24 '20 12:10 awvwgk

I think these are the main ones. We can add introduction how to get started with each of them.

On Sat, Oct 24, 2020, at 6:57 AM, Sebastian Ehlert wrote:

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:

The criteria to recommend a build system could be:

certik avatar Oct 24 '20 15:10 certik

@awvwgk Sure, I would be interested to contribute the CMake part.

aradi avatar Oct 26 '20 10:10 aradi