Skip to content

Commit 812c1ec

Browse files
fix for bdsim build failure
1 parent f561ea4 commit 812c1ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfiles/ubuntu24-g4.11.0

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ RUN git clone https://gitlab.cern.ch/geant4/geant4.git &&\
1313
cmake ../geant4 -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_USE_OPENGL_X11=ON -DGEANT4_USE_SYSTEM_CLHEP=ON -DGEANT4_USE_RAYTRACER_X11=ON &&\
1414
make -j4 && make install && cd ../ &&\
1515
rm -rfv geant4-build geant4 &&\
16-
echo 'source /usr/local/bin/geant4.sh' >> ~/.bashrc
16+
echo 'source /usr/local/bin/geant4.sh' >> ~/.bashrc && \
17+
rm -rfv /usr/local/lib/Geant4-11.0.4/Geant4PackageCache.cmake

0 commit comments

Comments
 (0)