Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Wiki
Code
Merge requests
29
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
Commits
6a7b5017
Commit
6a7b5017
authored
3 months ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
chore: podio-1.0.1
parent
89cd813d
No related branches found
No related tags found
1 merge request
!1053
chore: podio-1.0.1
Pipeline
#108039
canceled with stages
Stage: status-pending
Stage: config
Stage: base
Stage: eic
Stage: deploy
Stage: benchmarks
Stage: finalize
Stage: status-report
in 31 minutes and 28 seconds
Changes
4
Pipelines
10
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
containers/debian/base.Dockerfile
+12
-12
12 additions, 12 deletions
containers/debian/base.Dockerfile
eic-spack.sh
+1
-1
1 addition, 1 deletion
eic-spack.sh
key4hep-spack.sh
+1
-1
1 addition, 1 deletion
key4hep-spack.sh
spack-environment/packages.yaml
+2
-2
2 additions, 2 deletions
spack-environment/packages.yaml
with
16 additions
and
16 deletions
containers/debian/base.Dockerfile
+
12
−
12
View file @
6a7b5017
...
...
@@ -209,18 +209,6 @@ spack mirror add --scope site --unsigned ghcr-${SPACK_VERSION} oci://ghcr.io/eic
spack mirror list
EOF
## Setup eic-spack
ENV
EICSPACK_ROOT=${SPACK_ROOT}/var/spack/repos/eic-spack
ARG
EICSPACK_ORGREPO="eic/eic-spack"
ARG
EICSPACK_VERSION="$SPACK_VERSION"
ADD
https://api.github.com/repos/${EICSPACK_ORGREPO}/commits/${EICSPACK_VERSION} /tmp/eic-spack.json
RUN
<<
EOF
set -e
git clone --filter=tree:0 https://github.com/${EICSPACK_ORGREPO}.git ${EICSPACK_ROOT}
git -C ${EICSPACK_ROOT} checkout ${EICSPACK_VERSION}
spack repo add --scope site "${EICSPACK_ROOT}"
EOF
## Setup key4hep-spack
ENV
KEY4HEPSPACK_ROOT=${SPACK_ROOT}/var/spack/repos/key4hep-spack
ARG
KEY4HEPSPACK_ORGREPO="key4hep/key4hep-spack"
...
...
@@ -232,3 +220,15 @@ git clone --filter=tree:0 https://github.com/${KEY4HEPSPACK_ORGREPO}.git ${KEY4H
git -C ${KEY4HEPSPACK_ROOT} checkout ${KEY4HEPSPACK_VERSION}
spack repo add --scope site "${KEY4HEPSPACK_ROOT}"
EOF
## Setup eic-spack
ENV
EICSPACK_ROOT=${SPACK_ROOT}/var/spack/repos/eic-spack
ARG
EICSPACK_ORGREPO="eic/eic-spack"
ARG
EICSPACK_VERSION="$SPACK_VERSION"
ADD
https://api.github.com/repos/${EICSPACK_ORGREPO}/commits/${EICSPACK_VERSION} /tmp/eic-spack.json
RUN
<<
EOF
set -e
git clone --filter=tree:0 https://github.com/${EICSPACK_ORGREPO}.git ${EICSPACK_ROOT}
git -C ${EICSPACK_ROOT} checkout ${EICSPACK_VERSION}
spack repo add --scope site "${EICSPACK_ROOT}"
EOF
This diff is collapsed.
Click to expand it.
eic-spack.sh
+
1
−
1
View file @
6a7b5017
...
...
@@ -3,4 +3,4 @@ EICSPACK_ORGREPO="eic/eic-spack"
## EIC spack commit hash or github version, e.g. v0.19.7
## note: nightly builds could use a branch e.g. releases/v0.19
EICSPACK_VERSION
=
"
accaafa04638287146be96b865b0ddf33f97df02
"
EICSPACK_VERSION
=
"
7b313ce3132d173cda8cdcf4fe2972c73b75cbee
"
This diff is collapsed.
Click to expand it.
key4hep-spack.sh
+
1
−
1
View file @
6a7b5017
...
...
@@ -3,4 +3,4 @@ KEY4HEPSPACK_ORGREPO="key4hep/key4hep-spack"
## Key4HEP spack commit hash or github version, e.g. v0.19.7
## note: nightly builds could use a branch e.g. releases/v0.19
KEY4HEPSPACK_VERSION
=
"
ce50d74dba7c665157cbef63cd5c9cc4d7758f72
"
KEY4HEPSPACK_VERSION
=
"
d0a5a8d3ed386cd668a31540167d3f1317862cef
"
This diff is collapsed.
Click to expand it.
spack-environment/packages.yaml
+
2
−
2
View file @
6a7b5017
...
...
@@ -199,7 +199,7 @@ packages:
-
-ipo +podio +root +zmq
juggler
:
require
:
-
'
@14.2.
0
'
# JUGGLER_VERSION
-
'
@14.2.
1
'
# JUGGLER_VERSION
-
cxxstd=20
k4actstracking
:
require
:
...
...
@@ -272,7 +272,7 @@ packages:
-
'
@1.0.0'
podio
:
require
:
-
'
@
0.99
'
-
'
@
1.0.1
'
-
cxxstd=20
prmon
:
require
:
...
...
This diff is collapsed.
Click to expand it.
Wouter Deconinck
@wdconinc
mentioned in commit
fcc0330d
·
3 months ago
mentioned in commit
fcc0330d
mentioned in commit fcc0330dc39093617333cf2b0afe4528b9e1a345
Toggle commit list
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