[mlpack-git] mlpack-1.0.x: We require Boost.Heap now too. (4862ed5)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Jan 7 11:56:23 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/0000000000000000000000000000000000000000...904762495c039e345beba14c1142fd719b3bd50e

>---------------------------------------------------------------

commit 4862ed52b10c3d523f833e3488a06d4679e710f5
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 28 14:27:14 2014 +0000

    We require Boost.Heap now too.


>---------------------------------------------------------------

4862ed52b10c3d523f833e3488a06d4679e710f5
 doc/guide/build.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index 138b504..a6f983b 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -29,7 +29,7 @@ system and have headers present:
 
  - Armadillo >= 3.6.0 (with LAPACK support)
  - LibXML2 >= 2.6.0
- - Boost (math_c99, program_options, unit_test_framework, random) >= 1.49
+ - Boost (math_c99, program_options, unit_test_framework, random, heap) >= 1.49
 
 In Ubuntu and Debian, you can get all of these dependencies through apt:
 



More information about the mlpack-git mailing list