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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:05:10 EST 2015


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

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

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

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

    We require Boost.Heap now too.


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

705de8f936da76fea0b25ee18db34d3f8b554bc1
 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