CGAL: Upgraded to 4.10

This commit is contained in:
Henry Weller
2017-07-27 14:38:35 +01:00
parent 84e27cb356
commit 384f9a5cf6
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2014-2016 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2014-2017 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
@ -37,7 +37,7 @@
boost_version=boost-system
cgal_version=cgal-system
#cgal_version=CGAL-4.8.1
#cgal_version=CGAL-4.10
thirdPartyPath=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER
@ -57,7 +57,7 @@ then
export CGAL_ARCH_PATH=$thirdPartyPath/$cgal_version
if [ -d "$CGAL_ARCH_PATH" ]
then
_foamAddLib $CGAL_ARCH_PATH/lib
_foamAddLib $CGAL_ARCH_PATH/lib$WM_COMPILER_LIB_ARCH
fi
else
unset CGAL_ARCH_PATH

View File

@ -9,6 +9,6 @@ CGAL_LIBS = \
-L$(MPFR_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
-L$(GMP_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
-L$(BOOST_ARCH_PATH)/lib \
-L$(CGAL_ARCH_PATH)/lib \
-L$(CGAL_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
-lCGAL \
-lmpfr