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:
Alexey Matveichev
2018-06-13 13:32:19 +02:00
committed by Mark Olesen
parent e3f85039a0
commit 9258b558f4
7 changed files with 110 additions and 13 deletions

View 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