openfoam/applications/utilities/mesh
Mark Olesen 9423d2bd83 CONFIG: improve support for compiler/link options (#1830)
- introduce WM_COMPILE_CONTROL variable to convey control information
  into the build rules.

  The convention (as per spack):
      - '+' to select a feature
      - '~' to deselect a feature

  Eg, to select the gold linker, and disable openmp
  (spaces are not required):

      WM_COMPILE_CONTROL="+gold ~openmp"

CONFIG: accept FOAM_EXTRA_LDFLAGS for AMD, gold, Mingw linkers

CONFIG: generalize PROJECT_LIBS (-ldl used almost universally)
2020-09-07 09:45:51 +02:00
..
advanced STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
conversion STYLE: use Time::printExecutionTime() method 2020-08-07 09:24:56 +02:00
doc GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
generation CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
manipulation CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00