easybuild-easyblocks
easybuild-easyblocks copied to clipboard
Use of deprecated CMake options for Kokkos in LAMMPS easyblock
Recent versions of LAMMPS (at least version 2Jun20
) enforces camel casing for the Kokkos options (e.g., -DKokkos_ENABLE_CUDA=yes
). Hopefully this naming was already supported in previous versions so we don't have to introduce version-related conditionals (which is tedious with LAMMPS versioning)
Perhaps we need to have a convert_lammps_version_to_sane_version function to apply in init so we can use LooseVersion checks later on?
@ocaisa fixed by #2208, right?
Yes indeedy
reopening this, since the fix from #2208 was reverted in #2211