openfoam/wmake
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
..
etc ENH: update lemon version and linkage directive (#1768) 2020-07-10 12:01:58 +02:00
makefiles CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
rules CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
scripts Merge remote-tracking branch 'origin/master' into develop 2020-09-03 12:04:45 +02:00
src CONFIG: add runtime settings for mingw cross-compiled binaries 2020-08-06 19:36:19 +02:00
wclean COMP: wmake findObjectDir fails for non-project directories (fixes #1807) 2020-08-12 12:33:34 +02:00
wcleanLnIncludeAll REL: Release preparations 2019-12-23 09:49:23 +00:00
wdep GIT: Header file updates 2019-10-31 14:48:44 +00:00
wmake BUG: directory information spoils "wmake -show-cxx" (fixes #1799) 2020-08-06 18:30:03 +02:00
wmakeCheckPwd ENH: add 'subcommand' handling to wmake (#1693) 2020-05-12 10:05:24 +02:00
wmakeCollect REL: Release preparations 2019-12-23 09:49:23 +00:00
wmakeLnInclude COMP: additional wmake adjustments 2020-05-14 16:53:06 +02:00
wmakeLnIncludeAll COMP: additional wmake adjustments 2020-05-14 16:53:06 +02:00
wrmdep Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
wrmo Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00