TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
All examples have been compiled on a MacBook Pro with an Apple M2 Max chip and HDF5 1.14.3 installed via homebrew. We further used clang 17.0.6 together with cmake 3.29.1.
Assuming that nda has been installed locally (see Installation) and that the actual example code is in a file main.cpp
, the following generic CMakeLists.txt
should work for all examples (see also Integration in C++ projects):