kokkos-kernels
kokkos-kernels copied to clipboard
CHECK_C_COMPILES
I am trying to install kokkos-kernels through spack with superlu. Unfortunately, the compilation did not complete because the error below: Unknown CMake command CHECK_C_SOURCE_COMPILES which is located in FindSUPERLU.cmake So, can you modify this and upload it on github to enable spack ti install it sucessfully.
The suggested change is: CHECK_CXX_SOURCE_COMPILES instead of CHECK_C_SOURCE_COMPILES.
Regards, Osama
Thanks for reporting this, we will investigate!