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
75973248
Commit
75973248
authored
1 year ago
by
Nicolas Richart
Browse files
Options
Downloads
Patches
Plain Diff
Change of strategy
parent
bb5d7848
No related branches found
No related tags found
No related merge requests found
Pipeline
#180583
failed
1 year ago
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-15
0 additions, 15 deletions
.gitlab-ci.yml
ci/setup_spack.sh
+5
-5
5 additions, 5 deletions
ci/setup_spack.sh
config.yaml
+2
-2
2 additions, 2 deletions
config.yaml
with
7 additions
and
22 deletions
.gitlab-ci.yml
+
0
−
15
View file @
75973248
...
@@ -49,14 +49,6 @@ variables:
...
@@ -49,14 +49,6 @@ variables:
-
spack/
-
spack/
-
compiler_definitions.yaml
-
compiler_definitions.yaml
.stack_prepare_save
:
before_script
:
-
if [ -e stack.tgz ]; then
tar -xvz -f stack.tgz -C /
fi
after_script
:
-
tar -cvzf stack.tgz /stack
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
spack:setup
:
spack:setup
:
stage
:
environment
stage
:
environment
...
@@ -67,11 +59,6 @@ spack:setup:
...
@@ -67,11 +59,6 @@ spack:setup:
-
git config --global --add --bool advice.detachedHead
false
-
git config --global --add --bool advice.detachedHead
false
script
:
script
:
-
ci/setup_spack.sh
-
ci/setup_spack.sh
after_script
:
-
!reference
[
.stack_prepare_save
,
after_script
]
artifacts
:
paths
:
-
stack.tgz
spack:install_compilers
:
spack:install_compilers
:
stage
:
compilers
stage
:
compilers
...
@@ -96,7 +83,6 @@ spack:concretize:
...
@@ -96,7 +83,6 @@ spack:concretize:
extends
:
extends
:
-
.spack_cache
-
.spack_cache
-
.parallel_job
-
.parallel_job
-
.stack_prepare_save
script
:
script
:
-
spack/bin/spack -e . config blame
-
spack/bin/spack -e . config blame
-
spack/bin/spack -e . concretize
-
spack/bin/spack -e . concretize
...
@@ -112,7 +98,6 @@ spack:install:
...
@@ -112,7 +98,6 @@ spack:install:
extends
:
extends
:
-
.spack_cache
-
.spack_cache
-
.parallel_job
-
.parallel_job
-
.stack_prepare_save
script
:
script
:
-
spack/bin/spack -e . install
-
spack/bin/spack -e . install
--log-file spack-install.xml
--log-file spack-install.xml
...
...
This diff is collapsed.
Click to expand it.
ci/setup_spack.sh
+
5
−
5
View file @
75973248
...
@@ -13,11 +13,11 @@ else
...
@@ -13,11 +13,11 @@ else
git
-C
spack pull
git
-C
spack pull
fi
fi
cat
>
spack/etc/spack/config.yaml
<<
EOF
#
cat > spack/etc/spack/config.yaml << EOF
config:
#
config:
install_tree:
#
install_tree:
root:
${
STACK_LOCATION
}
/spack/opt/spack
#
root: ${STACK_LOCATION}/spack/opt/spack
EOF
#
EOF
echo
"Adding spack system config file"
echo
"Adding spack system config file"
...
...
This diff is collapsed.
Click to expand it.
config.yaml
+
2
−
2
View file @
75973248
...
@@ -2,5 +2,5 @@ config:
...
@@ -2,5 +2,5 @@ config:
# ccache: true
# ccache: true
install_missing_compilers
:
false
install_missing_compilers
:
false
#
install_tree:
install_tree
:
#
padded_length: true
padded_length
:
true
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