Skip to content
Snippets Groups Projects
Commit 5fb612e7 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: dd4hep-1.26

parent bd03cdd2
No related branches found
No related tags found
1 merge request!680feat: dd4hep-1.26
......@@ -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']
......
......@@ -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.12"
EICSPACK_VERSION="dd4hep-1.26"
## Space-separated list of eic-spack cherry-picks
read -r -d '' EICSPACK_CHERRYPICKS <<- \
......
......@@ -68,7 +68,7 @@ packages:
- '@1_54a'
dd4hep:
require:
- '@1.25.1'
- '@1.26'
- +ddg4 +ddcad +hepmc3 +lcio +xercesc
dpmjet:
require:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment