Skip to content

Commit 9171cd7

Browse files
authored
Merge branch 'master' into geant4-11.4.0
2 parents 579dc3b + 18d61fc commit 9171cd7

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ user_spack_environment:
513513
script:
514514
- source /opt/spack/share/spack/setup-env.sh
515515
- spack env activate --create edm4eic
516-
- spack add edm4eic@git.main
516+
- spack add edm4eic@git.main cxxstd=20
517517
- spack concretize
518518
- spack install --only dependencies edm4eic
519519
- ls -al /opt/software/linux-*/compiler-wrapper-1.0-*/libexec/spack/gcc/g++

eic-spack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ EICSPACK_ORGREPO="eic/eic-spack"
33

44
## EIC spack commit hash or github version, e.g. v0.19.7
55
## note: nightly builds could use a branch e.g. releases/v0.19
6-
EICSPACK_VERSION="f16193d67aa36aab9c773590f5998ae47d9ba4b0"
6+
EICSPACK_VERSION="9f7ef015437f210c46122a3ff4de438cc35e3202"

spack-environment/packages.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ packages:
114114
- '@1.33'
115115
- +ddg4 +ddcad +edm4hep +hepmc3 +xercesc
116116
- any_of: [+ddeve +utilityapps, -ddeve -utilityapps] # FIXME ^root +x +opengl when +utilityapps
117+
doxygen:
118+
require:
119+
- +graphviz
117120
dpmjet:
118121
require:
119122
- '@19.3.5'
@@ -122,7 +125,7 @@ packages:
122125
- '@656aa3192b097a631ddd1e0380e80c26fd6644a7'
123126
edm4eic:
124127
require:
125-
- '@8.6.0' # EDM4EIC_VERSION
128+
- '@8.7.0' # EDM4EIC_VERSION
126129
- cxxstd=20
127130
edm4hep:
128131
require:
@@ -135,7 +138,7 @@ packages:
135138
prefix: /usr
136139
eic-smear:
137140
require:
138-
- '@1.1.15'
141+
- '@1.1.16'
139142
eicrecon:
140143
require:
141144
- '@1.33.1' # EICRECON_VERSION
@@ -233,7 +236,7 @@ packages:
233236
- '@7.1.1-11:'
234237
irt:
235238
require:
236-
- '@1.0.8'
239+
- '@1.0.9'
237240
irt2:
238241
require:
239242
- '@2.1.0'

spack-environment/xl/spack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ spack:
2525
- dawn
2626
- dawncut
2727
- dd4hep
28+
- doxygen
2829
- east
2930
- edm4hep
3031
- eic-smear

0 commit comments

Comments
 (0)