We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f561ea4 commit 812c1ecCopy full SHA for 812c1ec
dockerfiles/ubuntu24-g4.11.0
@@ -13,4 +13,5 @@ RUN git clone https://gitlab.cern.ch/geant4/geant4.git &&\
13
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 &&\
14
make -j4 && make install && cd ../ &&\
15
rm -rfv geant4-build geant4 &&\
16
- echo 'source /usr/local/bin/geant4.sh' >> ~/.bashrc
+ echo 'source /usr/local/bin/geant4.sh' >> ~/.bashrc && \
17
+ rm -rfv /usr/local/lib/Geant4-11.0.4/Geant4PackageCache.cmake
0 commit comments