[mlpack-git] master: Update required dependency versions. (bcabda7)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 23 16:04:35 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/858342ed58706ff19fb4b43d45f091b1f78ec988...bcabda77ee982d8c3512a5bf77f72fe10f1c5e09

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

commit bcabda77ee982d8c3512a5bf77f72fe10f1c5e09
Author: ryan <ryan at ratml.org>
Date:   Wed Dec 23 16:04:19 2015 -0500

    Update required dependency versions.


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

bcabda77ee982d8c3512a5bf77f72fe10f1c5e09
 CMakeLists.txt      | 2 +-
 README.md           | 2 +-
 doc/guide/build.hpp | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f2ff81..91cfb0b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -110,7 +110,7 @@ endif(ARMA_EXTRA_DEBUG)
 #   BOOST_INCLUDEDIR - include directory for Boost
 #   BOOST_LIBRARYDIR - library directory for Boost
 
-find_package(Armadillo 3.6.0 REQUIRED)
+find_package(Armadillo 4.100.0 REQUIRED)
 
 # If Armadillo was compiled without ARMA_64BIT_WORD and we are on a 64-bit
 # system (where size_t will be 64 bits), suggest to the user that they should
diff --git a/README.md b/README.md
index 875ddca..b4d11f8 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Citations are beneficial for the growth and improvement of mlpack.
 
 mlpack has the following dependencies:
 
-      Armadillo     >= 3.6.0
+      Armadillo     >= 4.100.0
       Boost (program_options, math_c99, unit_test_framework, serialization)
       CMake         >= 2.8.5
 
diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index aba3a26..6f0f3a2 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -27,8 +27,7 @@ enough.
 mlpack depends on the following libraries, which need to be installed on the
 system and have headers present:
 
- - Armadillo >= 3.6.0 (with LAPACK support)
- - LibXML2 >= 2.6.0
+ - Armadillo >= 4.100.0 (with LAPACK support)
  - Boost (math_c99, program_options, serialization, unit_test_framework, heap)
       >= 1.49
 



More information about the mlpack-git mailing list