DependenciesΒΆ

blazert itself depends only on the blaze library for its linear algebra data types. All other dependencies are only needed for the tests, examples or benchmarks.

Dependency

Version

needed for

C++ compiler supporting C++17 (e.g. gcc, clang)

CMake

>= 3.11.0

blaze library

>= 3.7

everything

embree

>= 3

embree fallback+benchmarks

doctest

current

running tests (submodule)

google benchmark

current

running benchmarks

Note

doctest is included as submodule and does not need to be installed in the system as of now. This might change in the future.