This directory contains some CMake/C++ example code on how to use the PETSIRD library as an "external" user.
Assuming you installed PETSIRD in ~/install, you should be able to
run the following from this directory:
cmake -B build -S . -DCMAKE_PREFIX_PATH=~/install
cmake --build build --config ReleaseIf you have multiple versions of PETSIRD, you can be more specific:
cmake -B build -S . -DPETSIRD_DIR=~/install/lib/cmake/PETSIRD-0.7