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
Compare revisions
48cd66c7a64b0c3929bf5e077d657e03a7f42553 to 4ef9701e901daddd96dc8b51a0250c51b7b2dee3
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
containers/eic_container
Select target project
No results found
4ef9701e901daddd96dc8b51a0250c51b7b2dee3
Select Git revision
Swap
Target
containers/eic_container
Select target project
containers/eic_container
wdconinc/eic_container
tooba/eic_container
3 results
48cd66c7a64b0c3929bf5e077d657e03a7f42553
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
feat: dd4hep-1.26
· 5fb612e7
Wouter Deconinck
authored
1 year ago
5fb612e7
fix: eic-spack-v0.20.13
· 4ef9701e
Wouter Deconinck
authored
1 year ago
4ef9701e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
containers/jug/setup_detectors.py
+1
-1
1 addition, 1 deletion
containers/jug/setup_detectors.py
eic-spack.sh
+1
-1
1 addition, 1 deletion
eic-spack.sh
spack-environment/packages.yaml
+1
-1
1 addition, 1 deletion
spack-environment/packages.yaml
with
3 additions
and
3 deletions
containers/jug/setup_detectors.py
View file @
4ef9701e
...
...
@@ -105,7 +105,7 @@ if __name__ == '__main__':
subprocess
.
check_call
(
'
'
.
join
(
cmd
),
shell
=
True
)
## build
cxxflags
=
''
if
os
.
environ
[
'
CXXFLAGS
'
]
:
if
'
CXXFLAGS
'
in
os
.
environ
:
cxxflags
=
os
.
environ
[
'
CXXFLAGS
'
]
if
cfg
.
get
(
'
cxxflags
'
):
cxxflags
=
cfg
[
'
cxxflags
'
]
...
...
This diff is collapsed.
Click to expand it.
eic-spack.sh
View file @
4ef9701e
...
...
@@ -3,7 +3,7 @@ EICSPACK_ORGREPO="eic/eic-spack"
## EIC spack github version, e.g. v0.19.7 or commit hash
## note: nightly builds will use e.g. releases/v0.19
EICSPACK_VERSION
=
"v0.20.1
2
"
EICSPACK_VERSION
=
"v0.20.1
3
"
## Space-separated list of eic-spack cherry-picks
read
-r
-d
''
EICSPACK_CHERRYPICKS <<-
\
...
...
This diff is collapsed.
Click to expand it.
spack-environment/packages.yaml
View file @
4ef9701e
...
...
@@ -68,7 +68,7 @@ packages:
-
'
@1_54a'
dd4hep
:
require
:
-
'
@1.2
5.1
'
-
'
@1.2
6
'
-
+ddg4 +ddcad +hepmc3 +lcio +xercesc
dpmjet
:
require
:
...
...
This diff is collapsed.
Click to expand it.