Age | Commit message (Collapse) | Author |
|
|
|
Warning, add a message to error stop
|
|
|
|
|
|
|
|
|
|
|
|
Add explicit include-dir key to manifest
|
|
|
|
|
|
|
|
Exploratory implementation of --flag and --profile for Fortran fpm.
|
|
|
|
|
|
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
|
|
|
|
|
|
|
|
Add note about non-support for external mod files
|
|
|
|
|
|
|
|
|
|
- default is equal to debug unless --flag is present and overwrites all arguments
- debug is the developement profile, options given by --flag are appended
- release is the production profile, options given by --flag are appended
|
|
|
|
|
|
Minor fix: for setting executable link libraries.
|
|
Executable link libraries were not working when auto discovery was on.
|
|
Add Conda install instructions to the README
|
|
|
|
|
|
|
|
|
|
|
|
Add ford-compatible documentation to fpm_strings.f90
|
|
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
|
|
|
|
|
|
|
|
|
|
Header-only libraries may result in no compile targets.
|
|
|
|
|
|
|
|
A library package must consist of at least a source directory, an include directory or both. Default values of "src" and "include" are ignored if non-existent.
|
|
|
|
Separate build targets from model structure
|
|
|
|
|
|
|