[roboptim-commit] [SCM] roboptim branch, core, updated. 177a162259588869663c984da9dccd8f11584bca
Status: Beta
Brought to you by:
flamiraux
From: Thomas M. <tho...@us...> - 2009-06-16 06:47:32
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "roboptim". The branch, core has been updated via 177a162259588869663c984da9dccd8f11584bca (commit) from 84b9add6b020a9543e7762303026943178e798c5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 177a162259588869663c984da9dccd8f11584bca Author: Thomas Moulard <tho...@gm...> Date: Tue Jun 16 15:45:18 2009 +0900 Require Boost 1.34. Revert to Boost 1.34 to keep Ubuntu Hardy compatibility. * configure.ac: Here. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index b120b3c..2acd575 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-06-16 Thomas Moulard <tho...@gm...> + Require Boost 1.34. + Revert to Boost 1.34 to keep Ubuntu Hardy compatibility. + * configure.ac: Here. + +2009-06-16 Thomas Moulard <tho...@gm...> + Synchronize with share. * build-aux/pkg-config.mk: Here. diff --git a/configure.ac b/configure.ac index ce1e6b0..f1df389 100644 --- a/configure.ac +++ b/configure.ac @@ -63,9 +63,7 @@ AC_CHECK_LIB([ltdl], [lt_dlopen], [], # Search for Boost - -# Need 1.37 for boost::make_shared. -BOOST_REQUIRE(1.37) +BOOST_REQUIRE(1.34) BOOST_FORMAT BOOST_MPL BOOST_OPTIONAL ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ configure.ac | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) hooks/post-receive -- roboptim |