aboutsummaryrefslogtreecommitdiff
path: root/src/fpm_compiler.f90
AgeCommit message (Collapse)Author
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