index
:
fpm
master
A friendly, barely modified fork of fortran-lang.org's package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fpm_compiler.f90
Age
Commit message (
Expand
)
Author
2021-09-23
Enable multiple build output directories
Sebastian Ehlert
2021-09-23
Allow setting, archiver, C compiler flags and linker flags from commandline (...
Sebastian Ehlert
2021-08-23
Use gcc instead of gfortran to compile C code
Sebastian Ehlert
2021-08-23
Use cc together as C compiler together with LFortran
Sebastian Ehlert
2021-08-23
Update LFortran in compiler settings
Sebastian Ehlert
2021-07-31
Also detect MPI compiler for mpif90 and mpif77 wrappers
Sebastian Ehlert
2021-07-31
Allow detection of underlying compiler in mpiwrapper
Sebastian Ehlert
2021-07-30
Move default flags fetching and build name generation to model
Sebastian Ehlert
2021-07-30
Add objects for handling compiler and archiver
Sebastian Ehlert
2021-06-06
Merge stderr and stdout for ar version test
Sebastian Ehlert
2021-06-05
Redirect output when searching for archiver
Sebastian Ehlert
2021-05-24
Merge pull request #450 from LKedward/remove-intel-coarray
Milan Curcic
2021-04-29
Identify OpenBSD
Brian Callahan
2021-04-17
Merge pull request #433 from LKedward/intel-c
Laurence Kedward
2021-04-17
Remove coarray flag from intel debug settings
LKedward
2021-04-10
Remove: coarray single from default Intel flags.
Laurence Kedward
2021-04-09
Update compiler ids from rebase.
Laurence Kedward
2021-04-09
Change fallback C compiler equal to Fortran compiler
LKedward
2021-04-09
Select c compiler based on fortran compiler id
LKedward
2021-04-07
fix: use different compiler flags on different platforms for Intel
Brad Richardson
2021-03-31
Phase out Haskell fpm (#420)
Sebastian Ehlert