openfoam/wmake/makefiles
Mark Olesen d086cc5a0e COMP: stricter handling of openmp vs no-openmp
- give precedence to ~openmp (-no-openmp) over +openmp (-openmp)
  in the general rules and in the Makefile. This makes it robuster
  when specifying +openmp in general, but ~openmp for specific build
  components.

- disable openmp for OSspecific and Pstream components.
  Neither should contain any openmp code anyhow.

  Additionally, since OSspecific is generally built as a static
  object, it can become problematic (eg, with AMD ROCm) if the
  compiler generates information that openmp is required but then uses
  static linkage.
2023-12-11 15:56:00 +01:00
..
apps ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
files COMP: avoid cpp replacement of linux,unix,... in Make/options (fixes #2548) 2022-08-19 15:01:43 +02:00
general COMP: stricter handling of openmp vs no-openmp 2023-12-11 15:56:00 +01:00
info ENH: support libz disabling via WM_COMPILE_CONTROL (as ~libz) 2022-11-15 14:00:18 +01:00