Changes:
-
Add check for duplicate module names (not allowed) (#412)
-
Add support for detecting OpenBSD (#468)
-
Exit more gracefully with useful error messages for
build
,run
,test
(#491)
New features:
-
Add
external-modules
manifest field to allow using installed library modules (#438) -
Add
-C
/--directory
flag to change working directory (#483) -
Add automatic discovery of manifest files in parent directories (#483)
-
Add simple support for invoking plugins from fpm (#484)
-
Add support for specifying command line inputs via response files
-
Add support for reading package version from file (#500)
Fixes:
-
Fix default flags for Intel fortran on Windows (#431)
-
Remove
-coarray=single
flag from default Intel flags (#437) -
Allow using the
lib
archiver in Windows (#442) -
Invoke matching c compiler when compiling c code (#433)
-
Fix spurious output when checking for archiver (#489)
-
Fix to module statement parsing (#490)
-
Fix for specifying compiler flags containing an equals(=) sign (#497)
Download statistic