Skip to content

External Dependencies

Matteo Santoro edited this page Jul 1, 2013 · 1 revision

Both GURLS and bGURLS are pure Matlab libraries with no specific external dependencies, other than the Statistics toolbox.

The two C++ libraries have the following dependencies.

GURLS++

  • Boost’s (v1.46.0 or higher) libraries serialization, date_time, filesystem, unit_test_framework, system, signals.

bGURLS++

In addition to the GURLS++ dependencies, bGURLS++ also depends on:

Automatic Building of the Dependencies

The GURLS++/bGURLS++ CMake configurator suppports automatic downloading and building of all dependencies by setting the GURLS_USE_EXTERNALS variable to ON(See section Configuring GURLS++/bGURLS++ below for details).

Due to licence restrictions, on Windows this "superbuild" system does not permit to automatically install a blas/lapack implementation so users must install manually blas/lapack libraries.