mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
lammps: Add backwards compatible link to lmp_serial
This commit is contained in:
parent
64bed841a9
commit
9c99223666
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user