Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Merge requests
!246
spack.yaml: upgrade packages
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
spack.yaml: upgrade packages
spack-upgrade-packages
into
master
Overview
2
Commits
18
Pipelines
0
Changes
2
Merged
Wouter Deconinck
requested to merge
spack-upgrade-packages
into
master
3 years ago
Overview
2
Commits
18
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 22
485b6c5f
3 years ago
version 21
38ab5790
3 years ago
version 20
dbeda77b
3 years ago
version 19
0754c643
3 years ago
version 18
d590f0ea
3 years ago
version 17
3c725227
3 years ago
version 16
59eb2cd2
3 years ago
version 15
8cdbdacf
3 years ago
version 14
25165df8
3 years ago
version 13
193812b3
3 years ago
version 12
1aa5aff1
3 years ago
version 11
5e5aa0c6
3 years ago
version 10
dc0e6445
3 years ago
version 9
14c4bb14
3 years ago
version 8
bd8c717a
3 years ago
version 7
33114ce3
3 years ago
version 6
abb45ff1
3 years ago
version 5
8cf5cb3c
3 years ago
version 4
31397f32
3 years ago
version 3
33f4e31d
3 years ago
version 2
b697c4d9
3 years ago
version 1
6270b9e9
3 years ago
master (base)
and
latest version
latest version
49a60629
18 commits,
3 years ago
version 22
485b6c5f
17 commits,
3 years ago
version 21
38ab5790
16 commits,
3 years ago
version 20
dbeda77b
16 commits,
3 years ago
version 19
0754c643
15 commits,
3 years ago
version 18
d590f0ea
14 commits,
3 years ago
version 17
3c725227
15 commits,
3 years ago
version 16
59eb2cd2
15 commits,
3 years ago
version 15
8cdbdacf
14 commits,
3 years ago
version 14
25165df8
14 commits,
3 years ago
version 13
193812b3
13 commits,
3 years ago
version 12
1aa5aff1
12 commits,
3 years ago
version 11
5e5aa0c6
11 commits,
3 years ago
version 10
dc0e6445
10 commits,
3 years ago
version 9
14c4bb14
9 commits,
3 years ago
version 8
bd8c717a
8 commits,
3 years ago
version 7
33114ce3
7 commits,
3 years ago
version 6
abb45ff1
6 commits,
3 years ago
version 5
8cf5cb3c
5 commits,
3 years ago
version 4
31397f32
4 commits,
3 years ago
version 3
33f4e31d
3 commits,
3 years ago
version 2
b697c4d9
2 commits,
3 years ago
version 1
6270b9e9
1 commit,
3 years ago
2 files
+
22
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
6
−
1
Options
@@ -11,7 +11,12 @@ variables:
## Spack github version
SPACK_VERSION
:
"
e974b44e8673ded449ce4a3ed5844398b68e81a2"
## Space-separated list of spack cherry-picks
SPACK_CHERRYPICKS
:
"
0ab5828d0dfe2182ad108b7e7c56772303065f6e
a294acfb73839c9782aff976953a969fb44e161e
f181b6fef6da3b576b267799d9c47fa5c8ade67a"
SPACK_CHERRYPICKS
:
"
0ab5828d0dfe2182ad108b7e7c56772303065f6e
a294acfb73839c9782aff976953a969fb44e161e
f181b6fef6da3b576b267799d9c47fa5c8ade67a
5f10562ad13c803bf5d22552a9f07c8c379fdd23"
## Ref: https://github.com/spack/spack/commit/[hash]
## 0ab5828d0dfe2182ad108b7e7c56772303065f6e: gdk-pixbuf: Fix 2.42.2 and add 2.42.6
## a294acfb73839c9782aff976953a969fb44e161e: pythia8: bugfix for pythia8 +fastjet
## f181b6fef6da3b576b267799d9c47fa5c8ade67a: root: depends_on fcgi and re-enabled +http support
## 5f10562ad13c803bf5d22552a9f07c8c379fdd23: [geant4] new version geant4@10.7.3
## We need to enable Docker Buildkit to use cache mounts and better
## build performance overal
Loading