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
00bbbd18
Commit
00bbbd18
authored
Oct 30, 2018
by
Valentin Reis
Browse files
Fixed the simple application build.
parent
17780e69
Changes
1
Show whitespace changes
Inline
Side-by-side
pkgs/applications/simple/default.nix
View file @
00bbbd18
{
stdenv
,
fetchgit
,
zeromq
,
intel
,
gsl
,
libnrm
}:
{
stdenv
,
fetchgit
,
zeromq
,
intel
,
gsl
,
libnrm
,
mpich2
}:
stdenv
.
mkDerivation
{
name
=
"simple"
;
src
=
fetchgit
{
...
...
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
sha256
=
"0wpxb25bfry116rzjb8c66fpxqibrn1dby4xpfsbrnvbhhirck9z"
;
};
buildInputs
=
[
zeromq
intel
.
mkl
intel
.
WrappedICC
gsl
libnrm
];
buildInputs
=
[
zeromq
intel
.
mkl
intel
.
WrappedICC
gsl
libnrm
mpich2
];
buildPhase
=
"cd simple; make randomwalk"
;
...
...
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