| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
- check that Fortran compiler aliases aren't duplicated
- don't use the superclass alias in the VAST fcompiler class
|
| |
|
|
|
|
|
|
| |
- fcompiler changes. All flags, executables, etc., should be overridable
by the user with config_fc (either command line or setup.cfg) or by
environment variables
|
|
|
|
|
|
|
|
|
| |
- gnu compilers check if the version is >= 4, in which case it's gfortran
- add a test file for gnu compiler check
- simplify version matching on intel compilers to be more flexible
- add FCompiler.find_executables so that subclasses can find executables
at .customize() time, instead of when the class is created.
|
| |
|
| |
|
|
|