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

chore: geant4-11.2.1.east

parent d67dc680
No related branches found
Tags v0.13.3
1 merge request!843chore: geant4-11.2.1.east
...@@ -161,12 +161,12 @@ if __name__ == '__main__': ...@@ -161,12 +161,12 @@ if __name__ == '__main__':
file=f) file=f)
## run once inside global prefix to initialize artifacts in /opt/detectors ## run once inside global prefix to initialize artifacts in /opt/detectors
os.environ['DETECTOR_PATH'] = args.prefix os.environ['DETECTOR_PATH'] = args.prefix
cmd = f'cd {args.prefix} && source {prefix}/setup.sh && checkGeometry -c {prefix}/share/{det}/{det}.xml' cmd = f'cd {args.prefix} && source {prefix}/setup.sh && ddsim --compactFile {prefix}/share/{det}/{det}.xml --printLevel DEBUG -G -N1'
print(cmd) print(cmd)
process_list.append(subprocess.Popen(cmd, shell=True, executable='/bin/bash', stdout=subprocess.PIPE, stderr=subprocess.STDOUT)) process_list.append(subprocess.Popen(cmd, shell=True, executable='/bin/bash', stdout=subprocess.PIPE, stderr=subprocess.STDOUT))
## run once inside specific prefix to initialize artifacts in $DETECTOR_PATH ## run once inside specific prefix to initialize artifacts in $DETECTOR_PATH
os.environ['DETECTOR_PATH'] = args.prefix os.environ['DETECTOR_PATH'] = args.prefix
cmd = f'cd {prefix}/share/{det} && source {prefix}/setup.sh && checkGeometry -c {prefix}/share/{det}/{det}.xml' cmd = f'cd {prefix}/share/{det} && source {prefix}/setup.sh && ddsim --compactFile {prefix}/share/{det}/{det}.xml --printLevel DEBUG -G -N1'
print(cmd) print(cmd)
process_list.append(subprocess.Popen(cmd, shell=True, executable='/bin/bash', stdout=subprocess.PIPE, stderr=subprocess.STDOUT)) process_list.append(subprocess.Popen(cmd, shell=True, executable='/bin/bash', stdout=subprocess.PIPE, stderr=subprocess.STDOUT))
......
...@@ -128,7 +128,7 @@ packages: ...@@ -128,7 +128,7 @@ packages:
prefix: /opt/software/externals/g4ndl prefix: /opt/software/externals/g4ndl
geant4: geant4:
require: require:
- '@11.1.3.east' - '@11.2.1.east'
- cxxstd=20 -vecgeom +threads -vtk - cxxstd=20 -vecgeom +threads -vtk
- any_of: [+opengl +qt +x11, -opengl -qt -x11] - any_of: [+opengl +qt +x11, -opengl -qt -x11]
gloo: gloo:
......
...@@ -41,6 +41,11 @@ c264cf12a21c44358739fbe1fa674d2cb497ab5d ...@@ -41,6 +41,11 @@ c264cf12a21c44358739fbe1fa674d2cb497ab5d
a0cd63c21067af59d6a976cc3e7b26c723e49373 a0cd63c21067af59d6a976cc3e7b26c723e49373
c5e0270ef006b2b04d2f3f89bcaa6bf4d492faae c5e0270ef006b2b04d2f3f89bcaa6bf4d492faae
bcc5ded2051788d8d0800391d09379417c1caeb7 bcc5ded2051788d8d0800391d09379417c1caeb7
eb57d96ea94b0543a8d5ba943444e77e414cc82e
16d1ed35914262eea27cf41a2c99aea497adc17d
c352db764598cc4d04299913646bb55d7613eb8a
c31a998abb9f0b82a59bbfbf55b8111847aac8cb
c5b8d5c92a88707d0c949b2bd507b2dfc1b79506
--- ---
## Optional hash table with comma-separated file list ## Optional hash table with comma-separated file list
read -r -d '' SPACK_CHERRYPICKS_FILES <<- \ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
...@@ -82,3 +87,8 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \ ...@@ -82,3 +87,8 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
## a0cd63c21067af59d6a976cc3e7b26c723e49373: dd4hep: new version 1.27.2 ## a0cd63c21067af59d6a976cc3e7b26c723e49373: dd4hep: new version 1.27.2
## c5e0270ef006b2b04d2f3f89bcaa6bf4d492faae: dd4hep: remove self-referential dependencies ## c5e0270ef006b2b04d2f3f89bcaa6bf4d492faae: dd4hep: remove self-referential dependencies
## bcc5ded2051788d8d0800391d09379417c1caeb7: dd4hep: new version 1.28 ## bcc5ded2051788d8d0800391d09379417c1caeb7: dd4hep: new version 1.28
## eb57d96ea94b0543a8d5ba943444e77e414cc82e: geant4/geant4-data: add v10.0.4
## 16d1ed35914262eea27cf41a2c99aea497adc17d: geant4: new version 11.2.0
## c352db764598cc4d04299913646bb55d7613eb8a: vecgeom: Use correct checksum for version 1.2.5
## c31a998abb9f0b82a59bbfbf55b8111847aac8cb: VecGeom: new version 1.2.7 and fix URLs
## c5b8d5c92a88707d0c949b2bd507b2dfc1b79506: geant4: new version v11.2.1
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