mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- 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
11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
# 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
|