kokkos-kernels icon indicating copy to clipboard operation
kokkos-kernels copied to clipboard

CHECK_C_COMPILES

Open USAMAH1989 opened this issue 2 years ago • 1 comments

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

USAMAH1989 avatar Mar 21 '23 20:03 USAMAH1989

Thanks for reporting this, we will investigate!

lucbv avatar Mar 27 '23 19:03 lucbv