lammps: Add backwards compatible link to lmp_serial

This commit is contained in:
Doron Behar 2023-06-06 20:11:28 +03:00
parent 64bed841a9
commit 9c99223666

View File

@ -72,6 +72,11 @@ stdenv.mkDerivation rec {
mpi
];
# For backwards compatibility
postInstall = ''
ln -s $out/bin/lmp $out/bin/lmp_serial
'';
meta = with lib; {
description = "Classical Molecular Dynamics simulation code";
longDescription = ''