mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: Darwin adjustments
- link CGAL (clang version) without reference to mpfr,gmp libraries - use offset address in printStack for Darwin as well - alternative handling of feexcept on Darwin
This commit is contained in:
committed by
Mark Olesen
parent
e3f85039a0
commit
9258b558f4
10
wmake/rules/darwin64Clang/CGAL
Normal file
10
wmake/rules/darwin64Clang/CGAL
Normal file
@ -0,0 +1,10 @@
|
||||
# Clang build of CGAL on Darwin without mpfr,gmp
|
||||
|
||||
CGAL_INC = \
|
||||
-I$(BOOST_ARCH_PATH)/include \
|
||||
-I$(CGAL_ARCH_PATH)/include
|
||||
|
||||
CGAL_LIBS = \
|
||||
-L$(BOOST_ARCH_PATH)/lib \
|
||||
-L$(CGAL_ARCH_PATH)/lib \
|
||||
-lCGAL
|
||||
Reference in New Issue
Block a user