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
78106685
Commit
78106685
authored
Feb 11, 2019
by
Valentin Reis
Browse files
Lammps packaging fix.
parent
d47e6254
Pipeline
#5173
passed with stage
in 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkgs/applications/lammps/default.nix
View file @
78106685
...
...
@@ -8,7 +8,7 @@
,
gzip
,
fftw
,
openblas
,
mpi
?
null
,
mpi
ch2
,
libnrm
,
nrmSupport
?
false
}:
...
...
@@ -35,10 +35,10 @@ stdenv.mkDerivation rec {
#};
passthru
=
{
inherit
mpi
;
inherit
mpi
ch2
;
};
buildInputs
=
[
fftw
libpng
openblas
gzip
bash
mpi
]
++
(
optional
nrmSupport
libnrm
);
buildInputs
=
[
fftw
libpng
openblas
gzip
bash
mpi
ch2
]
++
(
optional
nrmSupport
libnrm
);
# Must do manual build due to LAMMPS requiring a seperate build for
# the libraries and executable
...
...
pkgs/default.nix
View file @
78106685
...
...
@@ -51,7 +51,6 @@ let
nrm
=
cpDefaultPin
./nrm
{
inherit
pythonPackages
;
nrm-containers
=
containers
;
};
};
#Instrumented applications
applications
=
let
paths
=
{
...
...
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