openfoam/wmake/rules
Mark Olesen 628b2445fc ENH: improve setup for paraview
- removed reliance on ParaView_INCLUDE_DIR variable for conveying the
  major.minor version information when compiling. This can be somewhat
  fragile and also adds variable that is an unnecessary when running
  (only used when compiling).

  Instead use `have_pvplugin_support` function in paraviewFunctions
  wmake script to determine the maj.min from the PV_PLUGIN_PATH
  since we have already defined the output path there with paraview
  maj.min numbering.

  Can now build with paraview from the operating system,
  provided that it has develop headers available.

      ParaView_VERSION=system

  In the etc/config.sh/paraview setup, the maj.min is taken from
  the corresponding `paraview --version` output and used when
  defining the PV_PLUGIN_PATH.

  During the build, the include path taken from `paraview-config`
  for a system installation, from the guess installation root
  of the paraview binary, or ParaView_DIR otherwise.

NB: using a system ParaView for building runTimePostProcessing is unsupported.

- these types of builds appear to have various library resolution issues
  (eg, libexpat not being loaded). Additionally, the build logic does
  not yet cover this type of use case.
2018-11-29 01:48:00 +01:00
..
darwin64Clang CONFIG: add trapping-math for darwin 2018-07-30 12:18:40 +02:00
General ENH: improve setup for paraview 2018-11-29 01:48:00 +01:00
linux64Clang CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linux64Cray CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linux64Gcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linux64GccKNL CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linux64Icc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linux64IccKNL CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxARM7Gcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxARM64Arm ENH: armclang: new compiler type. Fixes #779. 2018-03-21 12:08:44 +00:00
linuxARM64Clang CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxARM64Gcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxClang CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxGcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxIA64Gcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxIA64Icc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxIcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxPPC64Gcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
linuxPPC64leGcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
solaris64Gcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00
solarisGcc CONFIG: consolidate C++ flags per compiler type 2018-03-21 11:50:57 +01:00