openfoam/wmake/scripts
Mark Olesen 9f7cfa9419 ENH: support libz disabling via WM_COMPILE_CONTROL (as ~libz)
- eg, for partially incomplete systems (without libz devel header)

ENH: clearer binding of dummy Pstream in OpenFOAM/Make/options

- link of dummy stub Pstream now contingent on linking libOpenFOAM as
  well. This makes the purpose slightly clearer

ENH: cleaner option naming/handling in wmake script

- allow special purpose -no-openfoam option.
  Eg, compiling test programs without OpenFOAM and Pstream libraries
  but using the rest of the wmake system.

ENH: add +openmp support into WM_COMPILE_CONTROL (#2633)

- this adds compile/link flags for openmp.
  For single-use, can also use 'wmake -openmp'.

  If both +openmp and ~openmp are specified in WM_COMPILE_CONTROL
  the ~openmp will have priority.

  This is actually done indirectly since ~openmp will set empty
  COMP_OPENMP, LINK_OPENMP internal variables, which the +openmp then
  adds to the c++FLAGS and linkexe targets (ie, won't actually add
  anything).

ENH: add +ccache or ccache=... support into WM_COMPILE_CONTROL (#2633)

- with the first version (+ccache), simply use ccache from the path
  without any extra options.

- with the second version (ccache=...), can be more specific about
  what is called.

  Using "+ccache" is identical to "ccache=ccache", but the later could
  be used in other ways. For example,

     ccache=/strange/install/path/ccache
     ccache=</path/my-tooling --option>

  Have the choice of unquoted, single or double quoted or '< >' quoted

STYLE: relocate FOAM_EXTRA_LDFLAGS in general makefile

- removes clutter for different linkers (eg, gold, mold, ldd)
  making it easier to extend for other linkers.

STYLE: protect makefile checks with 'strip' function
2022-11-15 14:00:18 +01:00
..
AllwmakeParseArguments ENH: support libz disabling via WM_COMPILE_CONTROL (as ~libz) 2022-11-15 14:00:18 +01:00
cmakeFunctions COMP: include mpi information for versioned cmake build 2021-02-16 14:30:36 +01:00
dirToString ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
have_adios2 CONFIG: detect newer adios library name (fixes #1911) 2020-11-09 15:43:52 +01:00
have_boost ENH: split off modules/list-modules script 2020-06-19 12:43:33 +02:00
have_ccmio ENH: split off modules/list-modules script 2020-06-19 12:43:33 +02:00
have_cgal ENH: split off modules/list-modules script 2020-06-19 12:43:33 +02:00
have_cmake CONFIG: detect newer adios library name (fixes #1911) 2020-11-09 15:43:52 +01:00
have_eigen ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
have_fftw ENH: split off modules/list-modules script 2020-06-19 12:43:33 +02:00
have_hypre CONFIG: improve handling of in-source PETSC installations 2020-06-19 12:44:14 +02:00
have_kahip ENH: use PrecisionAdaptor to support scotch with label widening 2021-09-07 11:29:11 +02:00
have_libz ENH: direct access to wrapped ifstream/ofstream with compression (#1805) 2020-08-10 12:40:08 +02:00
have_metis ENH: use PrecisionAdaptor to support scotch with label widening 2021-09-07 11:29:11 +02:00
have_mgridgen ENH: split off modules/list-modules script 2020-06-19 12:43:33 +02:00
have_petsc CONFIG: improve handling of in-source PETSC installations 2020-06-19 12:44:14 +02:00
have_readline CONFIG: support optional config.sh/readline file 2020-12-11 21:37:42 +01:00
have_scotch ENH: use PrecisionAdaptor to support scotch with label widening 2021-09-07 11:29:11 +02:00
have_zoltan ENH: split off modules/list-modules script 2020-06-19 12:43:33 +02:00
list_tools ENH: handle wmake -debug option via FOAM_EXTRA_CXX_FLAGS 2020-11-04 15:17:28 +01:00
makeDepend ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
makeFiles ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
makeOptions ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
makeParser ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
makeTargetDir ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
paraviewFunctions ENH: split off modules/list-modules script 2020-06-19 12:43:33 +02:00
sysFunctions CONFIG: detect newer adios library name (fixes #1911) 2020-11-09 15:43:52 +01:00
wclean-build ENH: add 'subcommand' handling to wclean (#1693) 2020-05-12 10:05:47 +02:00
wclean-platform ENH: add 'subcommand' handling to wclean (#1693) 2020-05-12 10:05:47 +02:00
wcleanObjects COMP: additional wmake adjustments 2020-05-14 16:53:06 +02:00
wmake-build-info COMP: adjustments for OSX (#2013) 2021-03-05 11:17:11 +01:00
wmake-check-dir ENH: add 'subcommand' handling to wmake (#1693) 2020-05-12 10:05:24 +02:00
wmake-with-bear COMP: adjustments for OSX (#2013) 2021-03-05 11:17:11 +01:00
wmakeFilesAndOptions ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
wmakeFunctions ENH: support alternative build-root location (#2286) 2021-12-03 17:10:22 +01:00
wmakeWindowsDlOpenLibs ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
wrap-bison ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
wrap-lemon ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00