Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
fbe61fa8
Commit
fbe61fa8
authored
Nov 02, 2018
by
Valentin Reis
Browse files
[Fix] Applications: Removed meta set from lammps.
parent
890e47ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
pkgs/applications/lammps/default.nix
View file @
fbe61fa8
...
...
@@ -59,19 +59,4 @@ stdenv.mkDerivation rec {
mkdir -p $out/lib
cp -v liblammps* $out/lib/
''
;
meta
=
{
description
=
"Classical Molecular Dynamics simulation code"
;
longDescription
=
''
LAMMPS is a classical molecular dynamics simulation code designed to
run efficiently on parallel computers. It was developed at Sandia
National Laboratories, a US Department of Energy facility, with
funding from the DOE. It is an open-source code, distributed freely
under the terms of the GNU Public License (GPL).
''
;
homepage
=
http
:
//
lammps
.
sandia
.
gov
;
license
=
stdenv
.
lib
.
licenses
.
gpl2
;
platforms
=
stdenv
.
lib
.
platforms
.
linux
;
maintainers
=
with
lib
.
maintainers
;
[
costrouc
];
};
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment