RequirementsΒΆ
C++17 compiler (gcc 8/clang 7)
CMake 3.15+
Internally used libraries
Note
To save compile time some of the dependencies can also be picked up from the system/conda environment by specifying: -DAARE_SYSTEM_LIBRARIES=ON during the cmake configuration.
To simplify deployment we build and statically link a few libraries.
fmt
nlohmann_json
pybind11
ZeroMQ
Extra dependencies for building documentation
Sphinx
Breathe
Doxygen