Skip to content

Commit

Permalink
lammps: Add backwards compatible link to lmp_serial
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Jun 7, 2023
1 parent 64bed84 commit 9c99223
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 9c99223

Please sign in to comment.