Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argopkgs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
argopkgs
Commits
693fc20c
Commit
693fc20c
authored
Feb 16, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumping the work on the sandbox
parent
dac545eb
Pipeline
#5340
canceled with stage
in 5 minutes and 54 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
5 deletions
+17
-5
pkgs/argonix/pin.json
pkgs/argonix/pin.json
+2
-2
pkgs/argotk/pin.json
pkgs/argotk/pin.json
+2
-2
pkgs/default.nix
pkgs/default.nix
+13
-1
No files found.
pkgs/argonix/pin.json
View file @
693fc20c
...
...
@@ -2,8 +2,8 @@
"fetch"
:
{
"args"
:
{
"fetchSubmodules"
:
false
,
"rev"
:
"
d25ab860203ed9cefea147b4314a48a81e53ecf4
"
,
"sha256"
:
"0
icd2plv1n6dqh58rg1wvclh5xikr8ba1dm5ck8dfbfp3xdppsdb
"
,
"rev"
:
"
3ce333e2ae14f11e47d537c21f8e02afe89e7d97
"
,
"sha256"
:
"0
dwzi1pdbj3hzqwilwfh8ygg9xb767232p8bcf53ysicih5lm53a
"
,
"url"
:
"https://xgitlab.cels.anl.gov/argo/argonix.git"
},
"fn"
:
"fetchgit"
...
...
pkgs/argotk/pin.json
View file @
693fc20c
...
...
@@ -2,8 +2,8 @@
"fetch"
:
{
"args"
:
{
"fetchSubmodules"
:
false
,
"rev"
:
"
42e018b0928bd3e162e8a2399fe008ade0974295
"
,
"sha256"
:
"0
0ai13grjjmxgxs0r8i92dvlvlp6qdxwd8a0v8kmlnn4q3cjm4dp
"
,
"rev"
:
"
021f3476bc3e39a8cc9891023a4884e42726373f
"
,
"sha256"
:
"0
6zb8hrrnwk85bxm6mp1iaxdsrqqbbra2ic7nglw7l71zzf1x4h9
"
,
"url"
:
"https://xgitlab.cels.anl.gov/argo/argotk.git"
},
"fn"
:
"fetchgit"
...
...
pkgs/default.nix
View file @
693fc20c
...
...
@@ -111,6 +111,8 @@ let
installPhase
=
"mkdir
$$
out"
;
unpackPhase
=
"true"
;
__noChroot
=
true
;
buildInputs
=
[
# argotk runs mpiexec:
pkgs
.
mpich2
...
...
@@ -128,7 +130,15 @@ let
# sample application for testing progress reports:
(
stream
.
override
{
libnrm
=
libnrm
;
iterationCount
=
"20"
;})
];
shellHook
=
"source
${
argotk
}
/share/argotk.sh"
;
# bash completion
shellHook
=
''
echo ""
echo "ENTERING ENVIRONMENT: Sources of impurity for this build are: /tmp/ /etc/argo/ /var/run/ /var/lock/".
echo "ENTERING ENVIRONMENT: Moreover, sandboxing is disabled, in particular because of:"
echo "ENTERING ENVIRONMENT: /tmp/nrm-* sockets, /etc/argo, /var/run/, /var/lock/ which all need read access. "
echo "ENTERING ENVIRONMENT: until these components are patched to allow for alternative paths, no sandbox use is possible."
source
${
argotk
}
/share/argotk.sh
echo ""
''
;
# bash completion
ARGOTK_SHARE
=
"
${
argotk
}
/share"
;
# for argotk to find its versioned data
#SUDO = builtins.toPath sudoPath;
};
...
...
@@ -140,6 +150,8 @@ let
OPENMC_PWD
=
"
${
argotk
}
/share/openmc"
;
});
debug
=
doArgotk
"TestListen"
;
doArgotk
=
command
:
test
.
overrideAttrs
(
old
:{
buildPhase
=
"argotk "
+
command
;
installPhase
=
''
...
...
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