openfoam/wmake/rules
Mark Olesen 2698cab01c ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions
- for compilers such as gcc and clang, may have several different
  variants installed on the computer. Use WM_COMPILER_CONTROL to
  specify the preferred variant.

  Eg,
      WM_COMPILER=Gcc
      WM_COMPILER_CONTROL="version=8"

      will compile with "gcc-8" and "g++-8"

  Good practice would be to tag output directory names with the
  version too. Eg

      WM_COMPILER=Clang110
      WM_COMPILER_CONTROL="version=11.0"

STYLE: modify message for change of gcc -> clang (darwin)
2021-11-02 17:30:06 +01:00
..
darwin64Clang ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
General ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linux64Amd ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linux64Clang ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linux64Cray ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linux64Gcc ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linux64Icc ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linux64Icx ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linux64Mingw ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linux64Nvidia ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linux64Pgi ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linuxARM7Gcc ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linuxARM64Arm ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linuxARM64Clang ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linuxARM64Fujitsu ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linuxARM64Gcc ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linuxClang ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linuxGcc ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linuxIA64Gcc ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linuxIA64Icc ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linuxIcc ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linuxPPC64Gcc ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
linuxPPC64leGcc ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
solaris64Gcc ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00