abinit/config/cmake
Marc Sarraute 4a8cbac8b8 Move kokkos detection module in autotools in specific cmake module dir
So it can be used by other Abinit subdirs.
2023-11-28 15:01:13 +01:00
..
README.md Move kokkos detection module in autotools in specific cmake module dir 2023-11-28 15:01:13 +01:00
detect_kokkos.cmake Move kokkos detection module in autotools in specific cmake module dir 2023-11-28 15:01:13 +01:00

README.md

CMake modules for autotools buildsystem

This directory holds CMake modules designed to be used within ABINIT autotools buildsystem. Using CMake within autotools was initially motivated for allowing the use of the Kokkos framework, which has complex toolchain settings that are only handled through CMake modules of its own, thus making it a hard requirement in this case.