Add per-step Spawning ntuple, Geant4 submodule superbuild, and standalone dataset executables #1

Merged
lbogner merged 33 commits from spawning-ntuple into main 2026-07-13 14:06:25 +02:00
Showing only changes of commit 03b615cd3a - Show all commits
+1 -1
View File
@@ -34,7 +34,7 @@ RUN wget -q https://gitlab.cern.ch/geant4/geant4/-/archive/v11.1.2/geant4-v11.1.
cmake --install /tmp/geant4-v11.1.2-build > /dev/null && \
rm -rf /tmp/geant4-v11.1.2 /tmp/geant4-v11.1.2-build
ENV LD_LIBRARY_PATH="/opt/geant4-v11.1.2/lib:${LD_LIBRARY_PATH}"
ENV LD_LIBRARY_PATH="/opt/geant4-v11.1.2/lib"
# Build minicalo
ARG BUILD_DATE