Skip to content

Commit 2621c11

Browse files
committed
Add: Jakub's updates.
1 parent 4cfd6fd commit 2621c11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FortranCon2021-gsoc-fpm-flags/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The Fortran Package Manager (fpm) aims to be a Fortran-specific build system to
1111
Fpm is currently in alpha development status and supports a wide range of features.
1212
Recent work, undertaken as part of the Google Summer of Code programme, has implemented the syntax and logic required to provide fine-grain control of compiler flags by package maintainers.
1313
Specifying compiler flags for fpm projects is a complex problem due the existence of multiple Fortran compilers, each with their own set of flags.
14-
Moveover, package maintainers often need to specify different flags for a variety of build profiles, such as 'debug' and 'release', as well as across a variety of target operating systems.
14+
Moveover, package maintainers often need to specify different flags for a variety of build profiles, such as ‘debug’ and ‘release’, as well as across a variety of target operating systems.
15+
What is more, some packages require specific compiler flags other than the default ones built into fpm and complex projects with various package dependencies might need specific flags for each package, therefore a priority system for compiler profiles was designed and implemented.
1516

1617
In this presentation, detail is given on the new functionality for specifying compiler flags in fpm including: the syntax for the manifest file; the behaviour for package dependencies; and common use-case examples.

0 commit comments

Comments
 (0)