Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
8a25e3aa
Commit
8a25e3aa
authored
Oct 23, 2015
by
Henry Weller
Browse files
CGAL: Upgrade to 4.7
parent
ed496c2c
Changes
4
Hide whitespace changes
Inline
Side-by-side
etc/config/CGAL.csh
View file @
8a25e3aa
...
...
@@ -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
...
...
etc/config/CGAL.sh
View file @
8a25e3aa
...
...
@@ -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
...
...
wmake/rules/linux64Clang/c++
View file @
8a25e3aa
...
...
@@ -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
...
...
wmake/rules/linuxClang/c++
View file @
8a25e3aa
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment