[mlpack] 128/324: Bump minimum required Boost version to 1.49 for boost.heap.

Barak A. Pearlmutter barak+git at cs.nuim.ie
Sun Aug 17 08:22:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit 0414c36ae72ccd51ddacf52c9a089c3a0eb7a261
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Mon Jul 7 11:22:36 2014 +0000

    Bump minimum required Boost version to 1.49 for boost.heap.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16767 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe606d1..13cd8fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -171,7 +171,7 @@ include_directories(${LIBXML2_INCLUDE_DIR})
 # updated as time goes on and new versions are released.
 set(Boost_ADDITIONAL_VERSIONS
   "1.49.0" "1.50.0" "1.51.0" "1.52.0" "1.53.0" "1.54.0" "1.55.0")
-find_package(Boost
+find_package(Boost 1.49
     COMPONENTS
       program_options
       unit_test_framework

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list