lammps/cmake
Richard Berger 0afa9e60f9 Fix installation of lammps.py with CMake
In CMake 3.10 the PythonInterp module defined PYTHON_EXECUTABLE.  Since CMake
3.12 the Python module defines Python_EXECUTABLE.

Since the rest of the code was using PYTHON_EXECUTABLE and expecting it to be
defined, no matter which version, in newer versions of CMake this would lead to
lammps.py not being installed at all.

This commit changes the LAMMPS CMake files to use the newer variable name and
sets Python_EXECUTABLE in older versions if needed.
2020-04-14 17:45:49 -04:00
..
Modules Merge pull request #1981 from akohlmey/simplify_build_choices 2020-04-14 10:57:54 -04:00
etc/profile.d correct shell profile variables to point to the installation directory 2019-07-26 09:58:18 -04:00
gpu GPU: clean up part 2 2017-07-18 18:43:51 -06:00
pkgconfig remove LAMMPS_LIB_SUFFIX variable and use LAMMPS_MACHINE instead. 2020-04-09 10:42:11 -04:00
presets select compute capability 5.0 as default for Kokkos+CUDA preset. 2020-04-10 22:28:21 -04:00
CMakeLists.txt Fix installation of lammps.py with CMake 2020-04-14 17:45:49 -04:00
LAMMPSConfig.cmake.in LAMMPSConfig.cmake: fixed for disabled PKG_SPACE 2020-04-09 07:27:27 -06:00