aboutsummaryrefslogtreecommitdiff
path: root/src/fpm_compiler.f90
AgeCommit message (Collapse)Author
2021-07-31Also detect MPI compiler for mpif90 and mpif77 wrappersSebastian Ehlert
2021-07-31Allow detection of underlying compiler in mpiwrapperSebastian Ehlert
- cleanup compiler flags a bit
2021-07-30Move default flags fetching and build name generation to modelSebastian Ehlert
2021-07-30Add objects for handling compiler and archiverSebastian Ehlert
2021-06-06Merge stderr and stdout for ar version testSebastian Ehlert
2021-06-05Redirect output when searching for archiverSebastian Ehlert
2021-05-24Merge pull request #450 from LKedward/remove-intel-coarrayMilan Curcic
Remove coarray flag from intel debug settings
2021-04-29Identify OpenBSDBrian Callahan
2021-04-17Merge pull request #433 from LKedward/intel-cLaurence Kedward
Fix to allow compiling C with Intel CC
2021-04-17Remove coarray flag from intel debug settingsLKedward
2021-04-10Remove: coarray single from default Intel flags.Laurence Kedward
2021-04-09Update compiler ids from rebase.Laurence Kedward
2021-04-09Change fallback C compiler equal to Fortran compilerLKedward
2021-04-09Select c compiler based on fortran compiler idLKedward
2021-04-07fix: use different compiler flags on different platforms for IntelBrad Richardson
2021-03-31Phase out Haskell fpm (#420)Sebastian Ehlert
- remove bootstrap directory from repository - remove stack-build from CI workflow - move Fortran fpm to project root - adjust install script and bootstrap instructions