Skip to content

Commit

Permalink
CGAL: Upgraded to 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Weller committed Jul 27, 2017
1 parent 84e27cb commit 384f9a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions etc/config.sh/CGAL
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wmake/rules/General/CGAL
Expand Up @@ -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

0 comments on commit 384f9a5

Please sign in to comment.