You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for IBM XL Fortran compiler
Add support for IBM XL Fortran compiler.
All works except:
+ unable to build shared libray (not yet found the IBM way to build a shared
library);
+ not found the correct flags (if any) to check code coverage;
Implement install command
Implement `install` command as requested by Chris.
Stable release, **not** fully backward compatible.
Backward incompatibilities:
+ `-preprocessor`, is passed without value activate PreForM.py, if a value is passed it assumed to be the preprocessor executable;
+ `-dpp, --preprocessor_dir`, Directory containing the sources processed by preprocessor;
+ `-epp, --preprocessor_ext`, List of custom-defined file extensions to be preprocessed by preprocessor.
Fix bug on submodule, add global variables to rule
Fix bug on submodule, add global variables support into rules, stable
release, fully backward compatible