From 823a1567d10d2754c3bd8bddc50152a8972b48e5 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Sat, 21 Sep 2019 11:32:31 -0400 Subject: [PATCH] Update minimum version of ensmallen. --- CMakeLists.txt | 2 +- README.md | 2 +- doc/guide/build.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c60590cf8e..c8dc640164 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -363,7 +363,7 @@ endif () # Find ensmallen. # Once ensmallen is readily available in package repos, the automatic downloader # here can be removed. -find_package(Ensmallen 1.10.0) +find_package(Ensmallen 2.10.0) if (NOT ENSMALLEN_FOUND) if (DOWNLOAD_ENSMALLEN) file(DOWNLOAD http://www.ensmallen.org/files/ensmallen-latest.tar.gz diff --git a/README.md b/README.md index 41b0901b3a..18f6c9e91b 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ mlpack has the following dependencies: Boost (program_options, math_c99, unit_test_framework, serialization, spirit) CMake >= 3.3.2 - ensmallen >= 1.10.0 + ensmallen >= 2.10.0 All of those should be available in your distribution's package manager. If not, you will have to compile each of them by hand. See the documentation for diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp index b39782ebe4..46001e74a0 100644 --- a/doc/guide/build.hpp +++ b/doc/guide/build.hpp @@ -79,7 +79,7 @@ system and have headers present: - Armadillo >= 8.400.0 (with LAPACK support) - Boost (math_c99, program_options, serialization, unit_test_framework, heap, spirit) >= 1.49 - - ensmallen (will be downloaded if not found) + - ensmallen >= 2.10.0 (will be downloaded if not found) In addition, mlpack has the following optional dependencies: