aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-03Merge pull request #602 from everythingfunctional/fix-intel-windows-release-flagBrad Richardson
fix(fpm_compiler): intel windows release flag was incorrect
2021-11-03fix(fpm_compiler): intel windows release flag was incorrectBrad Richardson
2021-11-02Update upload patternSebastian Ehlert
2021-11-02Fix incorrect pattern matchingSebastian Ehlert
2021-11-02Add workflow for continuous delivery (#569)Sebastian Ehlert
2021-11-02Merge pull request #598 from fortran-lang/update-readmeLaurence Kedward
Update README.md compiler, archiver, & link flags
2021-10-29Update README.md compiler, archiver, & link flagsDamian Rouson
2021-10-22Add LFortran optimization flag to release profile (#597)Sebastian Ehlert
2021-10-16List names without suffix (mainly for Windows). (#595)zoziha
2021-10-16Change link command on Windows with `ifort` or `ifx` (#590)Carlos Une
* Check whether compiler is `ifort` or `ifx` on Windows * Linker command with ifort/ifx on Windows * Enumerate libraries, based on compiler and platform
2021-10-10Merge pull request #575 from awvwgk/build-dirsSebastian Ehlert
Enable multiple build output directories
2021-10-10Correctly install modulefiles from build targetsSebastian Ehlert
2021-10-03Merge pull request #587 from wiremoons/patch-1Laurence Kedward
Bootstrapping instructions version update
2021-10-03Bootstrapping instructions version updateSimon Rowe
Updated the 'Bootstrapping instructions' section to instruct on how to install version '0.4.0' instead of past version '0.3.0'.
2021-09-28Merge pull request #584 from awvwgk/env-bugLaurence Kedward
Actually read environment variables
2021-09-28Actually read environment variablesSebastian Ehlert
2021-09-27Apply suggestions from code reviewSebastian Ehlert
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2021-09-24Merge pull request #579 from Carltoffel/fix-test-cleanupLaurence Kedward
Fix dir not getting removed after testing fpm
2021-09-24Fix dir not getting removed after testing fpmCarl Burkert
2021-09-24Fix truncated help text (#578)urbanjost
2021-09-23Enable multiple build output directoriesSebastian Ehlert
2021-09-23Allow setting, archiver, C compiler flags and linker flags from commandline ↵Sebastian Ehlert
(#549) - Read Fortran compiler from FPM_FC or --compiler (deprecate FPM_COMPILER) - Read Fortran compiler options from FPM_FFLAGS or --flag - Read C compiler from FPM_CC or --c-compiler (deprecate FPM_C_COMPILER) - Read C compiler options from FPM_CFLAGS or --c-flag - Read archiver from FPM_AR or --archiver - Read linker options from FPM_LDFLAGS or --link-flag
2021-09-23Build no tests by default (#572)Sascha Klawohn
Building tests can be enforced using --tests for build. It is done automatically before running tests.
2021-09-15Separate upload stage in CI testing (#564)Sebastian Ehlert
2021-09-13Add workflow to create source releases (#563)Sebastian Ehlert
- add release workflow to generate source archives - add workflow and script to automatically create single source file
2021-09-13Add new distributions where fpm is available to README (#562)Sebastian Ehlert
- MSYS2 has now a MinGW package for fpm - Spack has now a package for fpm
2021-09-08Default branch renaming aftermath (#565)Sebastian Ehlert
2021-09-08Add issue templates (#558)Sebastian Ehlert
Co-authored-by: Carlos Une <brocolis@eml.cc>
2021-09-08Update installer script to update subprojects first (#557)Sebastian Ehlert
2021-09-05Expand tabs in source file parsing (#521)urbanjost
2021-08-27Update version for new release (#546)Sebastian Ehlert
2021-08-27Fix compilation on MacOS/ARM64 (#548)Carlos Une
2021-08-25Merge pull request #527 from awvwgk/compiler-objectSebastian Ehlert
Add objects for handling compiler and archiver
2021-08-23Use gcc instead of gfortran to compile C codeSebastian Ehlert
- relevant for conda-forge's gfortran on OSX which comes without C compiler
2021-08-23Use cc together as C compiler together with LFortranSebastian Ehlert
2021-08-23Update LFortran in compiler settingsSebastian Ehlert
2021-08-19Merge pull request #536 from urbanjost/init_git_on_backfillLaurence Kedward
still call "git init" even if fpm.toml exists in backfill
2021-08-13Merge branch 'master' into compiler-objectSebastian Ehlert
2021-08-09Merge pull request #533 from awvwgk/extraLaurence Kedward
Allow extra section in package manifest
2021-08-08white-space differenceJohn S. Urban
2021-08-08replace lines deleted by conflictJohn S. Urban
2021-08-08still call "git init" even if fpm.toml exists in backfillJohn S. Urban
2021-08-04Generate build/.gitignore (#528)urbanjost
- git-specific, but not git-dependent but is it better if managed directly by fpm - no .gitignore generated by subcommand new
2021-08-04Fix wording and grammar in manifest referenceSebastian Ehlert
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2021-08-04Allow extra section in package manifestSebastian Ehlert
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-30Fix compilation error in ifort (#523)Sebastian Ehlert
2021-07-30Add objects for handling compiler and archiverSebastian Ehlert