Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
0e2e6c74
Commit
0e2e6c74
authored
Mar 06, 2019
by
Valentin Reis
Browse files
numabench check changes
parent
9b03abc0
Pipeline
#5850
passed with stages
in 5 minutes and 12 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
gitlab-ci/numabench.yml
View file @
0e2e6c74
...
@@ -21,9 +21,7 @@ numabench:
...
@@ -21,9 +21,7 @@ numabench:
script
:
script
:
-
"
argonix
build
numabench
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
build
numabench
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
check
:
numabench-
check
:
stage
:
main
extends
:
.build
script
:
script
:
-
nix-shell $ARGOPKGS -A numabench --run "sh ./autogen.sh; ./configure; make check"
-
"
argonix
build
numabench-check
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
tags
:
-
integration
pkgs/default.nix
View file @
0e2e6c74
...
@@ -56,6 +56,13 @@ let
...
@@ -56,6 +56,13 @@ let
buildInputs
=
oldAttrs
.
buildInputs
++
[
pkgs
.
mpich2
];
buildInputs
=
oldAttrs
.
buildInputs
++
[
pkgs
.
mpich2
];
});
});
numabench-check
=
numabench
.
overrideAttrs
(
old
:
{
buildPhase
=
"make check"
;
});
excit-check
=
excit
.
overrideAttrs
(
old
:
{
buildPhase
=
"make check"
;
});
# applications with replaceDependency for libnrm.
# applications with replaceDependency for libnrm.
repLibnrm
=
path
:
src
:
extra
:
repLibnrm
=
path
:
src
:
extra
:
let
let
...
...
pkgs/numabench/pin.json
View file @
0e2e6c74
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
"fetch"
:
{
"fetch"
:
{
"args"
:
{
"args"
:
{
"fetchSubmodules"
:
false
,
"fetchSubmodules"
:
false
,
"rev"
:
"4
66b562f6f47faa2313869ce2a8409f4620c5733
"
,
"rev"
:
"4
cd1268a84e549b5d0f751c737c5572e2e499578
"
,
"sha256"
:
"0
khllvnnjfibhdpm93c4v54x9683z3dbrb77fpz17p8m9vbsm2hg
"
,
"sha256"
:
"0
fr8kv4k3a9wp1mby5gpxl36r1z8qpgk4fdc954sklc66r26bdw2
"
,
"url"
:
"https://xgitlab.cels.anl.gov/argo/numabench.git"
"url"
:
"https://xgitlab.cels.anl.gov/argo/numabench.git"
},
},
"fn"
:
"fetchgit"
"fn"
:
"fetchgit"
...
...
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