From 4f37fb9c8f3921c0bee6a879851132919709a994 Mon Sep 17 00:00:00 2001 From: mark <mark@opencfd> Date: Fri, 9 Dec 2016 16:55:04 +0000 Subject: [PATCH] COMP: ubuntu build with CGAL lacks dependency on gmp/mpfr (issue #288) - slightly odd. Building CGAL on other Linux systems have a proper ldd dependency for gmp/mpfr, but ubuntu doesn't --- wmake/rules/General/CGAL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wmake/rules/General/CGAL b/wmake/rules/General/CGAL index 2e7e3d5803..ae1df01de8 100644 --- a/wmake/rules/General/CGAL +++ b/wmake/rules/General/CGAL @@ -12,4 +12,5 @@ CGAL_LIBS = \ -L$(BOOST_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \ -L$(CGAL_ARCH_PATH)/lib \ -L$(CGAL_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \ - -lCGAL + -lCGAL \ + -lmpfr -- GitLab