[mlpack-git] master: libxml2 is no longer used; libbfd and libdl are used for the backtrace functionality. (eb1afa1)

gitdub at mlpack.org gitdub at mlpack.org
Tue Mar 15 15:59:39 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/e93f41525d6748b0dd993d4f6d041eaf3010d627...c487c587fb54bc5502f638943c3a52aea56a40da

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

commit eb1afa1189fe93be865fde1485891786f33e8756
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Mar 15 12:59:39 2016 -0700

    libxml2 is no longer used; libbfd and libdl are used for the backtrace
    functionality.


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

eb1afa1189fe93be865fde1485891786f33e8756
 src/mlpack/core.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp
index e835ed0..1e29657 100644
--- a/src/mlpack/core.hpp
+++ b/src/mlpack/core.hpp
@@ -21,7 +21,8 @@
  * mlpack uses the Armadillo C++ matrix library (http://arma.sourceforge.net)
  * for general matrix, vector, and linear algebra support.  mlpack also uses the
  * program_options, math_c99, and unit_test_framework components of the Boost
- * library; in addition, LibXml2 is used.
+ * library, and optionally uses libbfd and libdl to give backtraces when
+ * compiled with debugging symbols on some platforms.
  *
  * @section howto How To Use This Documentation
  *




More information about the mlpack-git mailing list