[mlpack-svn] r16882 - mlpack/tags/mlpack-1.0.9/doc/guide

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jul 28 10:27:15 EDT 2014


Author: rcurtin
Date: Mon Jul 28 10:27:14 2014
New Revision: 16882

Log:
We require Boost.Heap now too.


Modified:
   mlpack/tags/mlpack-1.0.9/doc/guide/build.hpp

Modified: mlpack/tags/mlpack-1.0.9/doc/guide/build.hpp
==============================================================================
--- mlpack/tags/mlpack-1.0.9/doc/guide/build.hpp	(original)
+++ mlpack/tags/mlpack-1.0.9/doc/guide/build.hpp	Mon Jul 28 10:27:14 2014
@@ -29,7 +29,7 @@
 
  - 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-svn mailing list