Skip to content

Commit

Permalink
lammps-mpi: move to pkgs/by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Sep 17, 2024
1 parent 7b348a9 commit 45576d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 13 additions & 0 deletions pkgs/by-name/la/lammps-mpi/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
lammps,
mpi,
lowPrio,
}:

lowPrio (
lammps.override {
extraBuildInputs = [
mpi
];
}
)
6 changes: 0 additions & 6 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36951,12 +36951,6 @@ with pkgs;

dl-poly-classic-mpi = callPackage ../applications/science/molecular-dynamics/dl-poly-classic { };

lammps-mpi = lowPrio (lammps.override {
extraBuildInputs = [
mpi
];
});

gromacs = callPackage ../applications/science/molecular-dynamics/gromacs {
singlePrec = true;
fftw = fftwSinglePrec;
Expand Down

0 comments on commit 45576d9

Please sign in to comment.