Skip to content
  • Mark OLESEN's avatar
    2698cab0
    ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions · 2698cab0
    Mark OLESEN authored
    - 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)
    2698cab0
    ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions
    Mark OLESEN authored
    - 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)
Loading