Skip to content
Snippets Groups Projects
Commit 2698cab0 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

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)
parent 3494d662
Branches
Tags
No related merge requests found
Showing
with 50 additions and 20 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment