openfoam/wmake/rules
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
..
General COMP: Newer CGAL versions break current CGAL wmake rules (issue #288) 2016-11-04 12:05:35 +01:00
linux64Clang C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linux64Gcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linux64GccKNL wmake/rules/linux64.*KNL: Improved optimization option for Intel MIC (Knights Landing) processor 2016-08-22 16:27:46 +01:00
linux64Icc icpc rules: removed another unimportant warning 2016-10-04 08:10:28 +01:00
linux64IccKNL wmake/rules/linux64.*KNL: Improved optimization option for Intel MIC (Knights Landing) processor 2016-08-22 16:27:46 +01:00
linuxARM7Gcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxClang C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxGcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxIA64Gcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxIA64Icc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxIcc icpc rules: removed another unimportant warning 2016-10-04 08:10:28 +01:00
linuxPPC64Gcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxPPC64leGcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
solaris64Gcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
solarisGcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00