From 8a25e3aad76c77a54fbdffe39f536ff768f8e8be Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Fri, 23 Oct 2015 17:25:59 +0100 Subject: [PATCH] CGAL: Upgrade to 4.7 --- etc/config/CGAL.csh | 2 +- etc/config/CGAL.sh | 2 +- wmake/rules/linux64Clang/c++ | 2 +- wmake/rules/linuxClang/c++ | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/config/CGAL.csh b/etc/config/CGAL.csh index 96b5201c86a..7269587c309 100644 --- a/etc/config/CGAL.csh +++ b/etc/config/CGAL.csh @@ -30,7 +30,7 @@ ##------------------------------------------------------------------------------ set boost_version=boost-system -set cgal_version=CGAL-4.6 +set cgal_version=CGAL-4.7 setenv BOOST_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost_version setenv CGAL_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$cgal_version diff --git a/etc/config/CGAL.sh b/etc/config/CGAL.sh index 171f5a49f00..7a59fc6e009 100644 --- a/etc/config/CGAL.sh +++ b/etc/config/CGAL.sh @@ -30,7 +30,7 @@ #------------------------------------------------------------------------------ boost_version=boost-system -cgal_version=CGAL-4.6 +cgal_version=CGAL-4.7 export BOOST_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost_version export CGAL_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$cgal_version diff --git a/wmake/rules/linux64Clang/c++ b/wmake/rules/linux64Clang/c++ index ddb05970b19..f7d8a111ebc 100644 --- a/wmake/rules/linux64Clang/c++ +++ b/wmake/rules/linux64Clang/c++ @@ -3,7 +3,7 @@ SUFFIXES += .C c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -Wno-c++11-extensions # Suppress some warnings for flex++ and CGAL -c++LESSWARN = -Wno-old-style-cast -Wno-unused-local-typedefs -Wno-tautological-undefined-compare +c++LESSWARN = -Wno-old-style-cast -Wno-unused-local-typedefs -Wno-tautological-undefined-compare -Wno-shift-negative-value CC = clang++ -m64 diff --git a/wmake/rules/linuxClang/c++ b/wmake/rules/linuxClang/c++ index db31f577603..9d1ecb74823 100644 --- a/wmake/rules/linuxClang/c++ +++ b/wmake/rules/linuxClang/c++ @@ -3,7 +3,7 @@ SUFFIXES += .C c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -Wno-c++11-extensions # Suppress some warnings for flex++ and CGAL -c++LESSWARN = -Wno-old-style-cast -Wno-unused-local-typedef -Wno-tautological-undefined-compare +c++LESSWARN = -Wno-old-style-cast -Wno-unused-local-typedef -Wno-tautological-undefined-compare -Wno-shift-negative-value CC = clang++ -m32 -- GitLab