[mlpack] 199/207: Update version.

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 38ada5a49eb7b3400ffec1228e437f294234764f
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Mar 21 15:36:18 2017 -0400

    Update version.
---
 Doxyfile            | 2 +-
 doc/guide/build.hpp | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index b0c6048..6f3a97c 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = mlpack
-PROJECT_NUMBER         = 2.1.1
+PROJECT_NUMBER         = 2.2.0
 OUTPUT_DIRECTORY       = ./doc
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index 05eeff6..b9f9913 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -23,14 +23,14 @@ href="https://keon.io/mlpack/mlpack-on-windows/">Keon's excellent tutorial</a>.
 
 @section Download latest mlpack build
 Download latest mlpack build from here:
-<a href="http://www.mlpack.org/files/mlpack-2.1.1.tar.gz">mlpack-2.1.1</a>
+<a href="http://www.mlpack.org/files/mlpack-2.2.0.tar.gz">mlpack-2.2.0</a>
 
 @section builddir Creating Build Directory
 
 Once the mlpack source is unpacked, you should create a build directory.
 
 @code
-$ cd mlpack-2.1.1
+$ cd mlpack-2.2.0
 $ mkdir build
 @endcode
 
@@ -43,8 +43,8 @@ mlpack depends on the following libraries, which need to be installed on the
 system and have headers present:
 
  - Armadillo >= 4.200.0 (with LAPACK support)
- - Boost (math_c99, program_options, serialization, unit_test_framework, heap)
-      >= 1.49
+ - Boost (math_c99, program_options, serialization, unit_test_framework, heap,
+          spirit) >= 1.49
 
 In Ubuntu and Debian, you can get all of these dependencies through apt:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list