SUMMARY : I am trying to use the MAGMA linear solver of SUNDIALS and MAGMA dense matrix externally(for PION) but building PION using CMake says “magma_v2.h” cannot be found which suggests incorrect linking of the MAGMA backend of SUNDIALS. Is there a detailed documentation on how to use SUNDIALS externally if I am using a CMake style build system for the external library?