openfoam/wmake
Mark Olesen e8f6099a1f COMP: Newer CGAL versions break current CGAL wmake rules (issue #288)
On 64-bit systems, the system installations of boost, cgal are under
lib64/. The behaviour for a ThirdParty build is mostly lib/ but this
can also be changing.

    Boost 1_62_0 and older build into 'lib/'.
    CGAL-4.9 builds into 'lib64/', older versions into 'lib/'.

Future-proof things by using lib$WM_COMPILER_LIB_ARCH for boost and
cgal build rules, and forcing these as build targets in the ThirdParty
makeCGAL as well.

--
STYLE: check for boost/version.hpp, CGAL/version.h instead their directories
2016-11-04 12:05:35 +01:00
..
makefiles src/Pstream: Added Allwclean consistent with the Allwmake 2016-08-25 08:25:12 +01:00
rules COMP: Newer CGAL versions break current CGAL wmake rules (issue #288) 2016-11-04 12:05:35 +01:00
scripts STYLE: minor updates 2016-10-03 08:24:22 +01:00
src wmake/src/Makefile: Override WM_COMPILE_OPTION with Opt for optimized compilation of the wmake utilities 2016-03-08 14:24:11 +00:00
wclean wmake: Use functions from wmakeFunctions to avoid code duplication 2016-07-17 22:59:55 +01:00
wcleanLnIncludeAll wmake: Use functions from wmakeFunctions to avoid code duplication 2016-07-17 22:59:55 +01:00
wcleanPlatform wmake: General cleanup to improve consistency and maintainability 2015-12-16 18:31:02 +00:00
wdep wmake: General cleanup to improve consistency and maintainability 2015-12-16 18:31:02 +00:00
wmake wmake: export WM_SCHEDULER from sub-shell for non-POSIX bash compliance 2016-09-22 08:34:15 +01:00
wmakeCheckPwd wmake: General cleanup to improve consistency and maintainability 2015-12-16 18:31:02 +00:00
wmakeCollect wmakeCollect: Use 'mktemp' to create the temporary Makefiles 2016-07-09 14:20:31 +01:00
wmakeFilesAndOptions wmake: Update comments 2016-01-24 14:37:39 +00:00
wmakeLnInclude wmakeLnInclude: Minor simplifications and reformatting 2016-07-09 14:21:44 +01:00
wmakeLnIncludeAll wmakeLnIncludeAll: Add '-update' option 2016-07-09 14:22:14 +01:00
wmakePrintBuild BUG: incorrect wmakePrintBuild -check behaviour when outside of git (issue #174) 2016-07-12 17:37:30 +02:00
wmakeScheduler wmake: Update comments 2016-01-24 14:37:39 +00:00
wmakeSchedulerUptime wmake: Update comments 2016-01-24 14:37:39 +00:00
wrmdep wmake: Improve messages from wclean, wrmdep and wmakeLnIncludeAll 2016-07-08 10:57:08 +01:00
wrmo wmake: General cleanup to improve consistency and maintainability 2015-12-16 18:31:02 +00:00