Installation
Prerequisites:
A C++17-compatible compiler (e.g., GCC >= 11, Clang >= 14)
CMake >= 3.15
fmt >= 9.0
exodusIIcpp >= 2.0
OpenCASCADE >= 7.6.0
Eigen3 >= 3.4
Boost >= 1.70
Python >= 3.10
pybind11 >= 2.11
Doxygen (optional, for documentation)
Add the following channels:
conda config --add channels andrsd
Install
conda install -c andrsd krado
Clone the repo:
git clone https://github.com/andrsd/krado.git
Build the code
cd krado mkdir build cmake -S . -B build cmake --build build