Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
graph-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiago Peixoto
graph-tool
Commits
8148224c
Commit
8148224c
authored
Dec 21, 2011
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CGAL must be linked with gmp as well
parent
846dcdab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
configure.ac
configure.ac
+8
-1
No files found.
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
Markdown
is supported
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