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)
Showing
- etc/bashrc 2 additions, 1 deletionetc/bashrc
- etc/config.csh/settings 5 additions, 3 deletionsetc/config.csh/settings
- etc/config.sh/settings 7 additions, 3 deletionsetc/config.sh/settings
- etc/cshrc 1 addition, 0 deletionsetc/cshrc
- wmake/rules/General/Clang/c 1 addition, 1 deletionwmake/rules/General/Clang/c
- wmake/rules/General/Clang/c++ 1 addition, 1 deletionwmake/rules/General/Clang/c++
- wmake/rules/General/Gcc/c 1 addition, 1 deletionwmake/rules/General/Gcc/c
- wmake/rules/General/Gcc/c++ 1 addition, 1 deletionwmake/rules/General/Gcc/c++
- wmake/rules/General/Icc/c 1 addition, 1 deletionwmake/rules/General/Icc/c
- wmake/rules/General/Icc/c++ 1 addition, 1 deletionwmake/rules/General/Icc/c++
- wmake/rules/General/Icx/c 1 addition, 1 deletionwmake/rules/General/Icx/c
- wmake/rules/General/Icx/c++ 1 addition, 1 deletionwmake/rules/General/Icx/c++
- wmake/rules/General/Nvidia/c 1 addition, 1 deletionwmake/rules/General/Nvidia/c
- wmake/rules/General/Nvidia/c++ 1 addition, 1 deletionwmake/rules/General/Nvidia/c++
- wmake/rules/General/Pgi/c 1 addition, 1 deletionwmake/rules/General/Pgi/c
- wmake/rules/General/Pgi/c++ 1 addition, 1 deletionwmake/rules/General/Pgi/c++
- wmake/rules/General/general 12 additions, 0 deletionswmake/rules/General/general
- wmake/rules/darwin64Clang/c 3 additions, 0 deletionswmake/rules/darwin64Clang/c
- wmake/rules/darwin64Clang/c++ 4 additions, 1 deletionwmake/rules/darwin64Clang/c++
- wmake/rules/linux64Amd/c 4 additions, 0 deletionswmake/rules/linux64Amd/c
Please register or sign in to comment