Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
8148224c
Commit
8148224c
authored
Dec 21, 2011
by
Tiago Peixoto
Browse files
CGAL must be linked with gmp as well
parent
846dcdab
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
8148224c
...
...
@@ -191,7 +191,7 @@ fi
dnl CGAL
AC_CHECK_LIB(CGAL,main)
[CGAL_LIBADD="-lCGAL"]
[CGAL_LIBADD="-lCGAL
-lgmp
"]
AC_SUBST(CGAL_LIBADD)
[CGAL_FLAGS="-frounding-math"]
AC_SUBST(CGAL_FLAGS)
...
...
@@ -231,6 +231,12 @@ AC_CHECK_HEADER([CGAL/version.h],
[],
[AC_MSG_ERROR([CGAL headers not found])])
dnl cairo
PKG_CHECK_MODULES([CAIROMM], [cairomm-1.0])
AC_SUBST([CAIROMM_CFLAGS])
AC_SUBST([CAIROMM_LIBS])
AC_PYTHON_MODULE(cairo, fatal)
dnl Checks for typedefs, structures, and compiler characteristics.
dnl Checks for library functions.
...
...
@@ -337,6 +343,7 @@ src/graph/topology/Makefile
src/graph/flow/Makefile
src/graph/layout/Makefile
src/graph/search/Makefile
src/graph/draw/Makefile
src/graph_tool/Makefile
])
AC_OUTPUT
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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