Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scitas-software-stacks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCITAS
Software stack
scitas-software-stacks
Commits
3e46a130
Commit
3e46a130
authored
9 months ago
by
Nicolas Richart
Browse files
Options
Downloads
Patches
Plain Diff
more debug
parent
b0987a75
Loading
Loading
No related merge requests found
Pipeline
#196508
failed
9 months ago
Stage: .pre
Stage: environment
Stage: compilers
Stage: concretize
Stage: install
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci/setup_spack.sh
+4
-8
4 additions, 8 deletions
ci/setup_spack.sh
with
4 additions
and
8 deletions
ci/setup_spack.sh
+
4
−
8
View file @
3e46a130
...
...
@@ -18,12 +18,6 @@ else
fi
git
-C
spack checkout
$SPACK_VERSION
#cat > spack/etc/spack/config.yaml << EOF
#config:
# install_tree:
# root: ${STACK_LOCATION}/spack/opt/spack
#EOF
echo
"Adding spack system config file"
echo mkdir
-p
${
SPACK_SYSTEM_CONFIG_PATH
}
...
...
@@ -89,13 +83,15 @@ spack/bin/spack buildcache keys \
#spack/bin/spack buildcache update-index /buildcache
which jq
jq
--version
echo
"Env:
$environment
"
target
=
$(
jq
-Mrc
--arg
env
"
$environment
"
'
target
=
$(
jq
-Mrc
--arg
env
"
$
{
environment
}
"
'
.environments.[$env].target
'
${
STACK_CONFIG
}
)
require
=
$(
jq
-Mrc
--arg
env
"
$environment
"
'
require
=
$(
jq
-Mrc
--arg
env
"
$
{
environment
}
"
'
.environments.[$env]
| if has("require") then
.require
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment