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 |
|
>= 3.7 |
everything |
|
>= 3 |
embree fallback+benchmarks |
|
current |
running tests (submodule) |
|
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.