Age | Commit message (Collapse) | Author |
|
(#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
|
|
Building tests can be enforced using --tests for build. It is done
automatically before running tests.
|
|
|
|
|
|
|
|
Fix to allow compiling C with Intel CC
|
|
|
|
|
|
|
|
- remove bootstrap directory from repository
- remove stack-build from CI workflow
- move Fortran fpm to project root
- adjust install script and bootstrap instructions
|