summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-GNU-Fortran.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-1/+1
| | | | | | | | | | | | | | | | | Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code: cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | xargs -0 sed -i -f convert.sed && rm convert.sed
* Create Linux GNU compiler flag consolidation macroBrad King2010-01-131-0/+2
| | | | | This macro will be used for GNU compiler flags that are specific to Linux but not to any language.
* Split GNU compiler information filesBrad King2009-12-021-16/+0
| | | | | | | | | | | | | | This moves GNU compiler flags into new-style modules Compiler/GNU-<lang>.cmake Platform/<os>-GNU-<lang>.cmake We use language-independent helper modules Compiler/GNU.cmake Platform/<os>-GNU.cmake to define macros consolidating the information.
* ENH: Patch from Maik to add per-configuration default flags to GCC and Intel ↵Brad King2008-03-171-0/+15
| | | | Fortran compilers on Linux.
* ENH: Implemented Fortran module output directory and search path flags.Brad King2007-12-301-0/+1