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
9bbcb771
Commit
9bbcb771
authored
Mar 22, 2020
by
Tiago Peixoto
Browse files
Forward boost LD_FLAGS
This fixes #554 and #555
parent
8ffeeb12
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
9bbcb771
...
...
@@ -175,7 +175,7 @@ if test "$BOOST_THREAD_LIB" = ""; then
AC_MSG_ERROR([No usable boost::thread found])
fi
[BOOST_LIBS="${BOOST_IOSTREAMS_LIB} -l${BOOST_PYTHON_LIB} ${BOOST_REGEX_LIB} ${BOOST_CONTEXT_LIB} ${BOOST_COROUTINE_LIB}"]
[BOOST_LIBS="
${BOOST_LDFLAGS}
${BOOST_IOSTREAMS_LIB} -l${BOOST_PYTHON_LIB} ${BOOST_REGEX_LIB} ${BOOST_CONTEXT_LIB} ${BOOST_COROUTINE_LIB}"]
dnl GNU MP library (needed by CGAL)
AC_CHECK_LIB(gmp, __gmpz_init, ,
...
...
m4/ax_lib_cgal_core.m4
View file @
9bbcb771
...
...
@@ -65,7 +65,7 @@ for ac_cgal_iterate in $ac_cgal_dirs ; do
CGAL_LDFLAGS="-L$ac_cgal_iterate/lib -lCGAL -lCGAL_Core -lgmp ${BOOST_THREAD_LIB}"
fi
LDFLAGS_SAVED="$LDFLAGS"
LDFLAGS="$LDFLAGS $CGAL_LDFLAGS"
LDFLAGS="$LDFLAGS
$BOOST_LDFLAGS
$CGAL_LDFLAGS"
export LDFLAGS
AC_MSG_CHECKING([whether CGAL is available in $ac_cgal_iterate])
...
...
Tiago Peixoto
@count0
mentioned in merge request
!20 (closed)
·
Mar 23, 2020
mentioned in merge request
!20 (closed)
mentioned in merge request !20
Toggle commit list
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