Skip to content

Commit 51b48c7

Browse files
authored
build(docker): bump default Geant4 to 11.4.1 and CLHEP to 2_4_7_2 (#258)
1 parent 6ffdc8e commit 51b48c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG CUDA_VERSION=13.0.2
66
FROM nvidia/cuda:${CUDA_VERSION}-devel-${OS} AS base
77

88
ARG OPTIX_VERSION=9.0.0
9-
ARG GEANT4_VERSION=11.3.2
9+
ARG GEANT4_VERSION=11.4.1
1010
ARG CMAKE_VERSION=4.2.1
1111
ARG CMAKE_BUILD_JOBS
1212

@@ -28,7 +28,7 @@ RUN apt update \
2828
RUN curl -fsSL https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.tar.gz \
2929
| tar -xz --strip-components=1 -C /usr/local
3030

31-
RUN mkdir -p /opt/clhep/src && curl -sL https://gitlab.cern.ch/CLHEP/CLHEP/-/archive/CLHEP_2_4_7_1/CLHEP-CLHEP_2_4_7_1.tar.gz | tar -xz --strip-components 1 -C /opt/clhep/src \
31+
RUN mkdir -p /opt/clhep/src && curl -sL https://gitlab.cern.ch/CLHEP/CLHEP/-/archive/CLHEP_2_4_7_2/CLHEP-CLHEP_2_4_7_2.tar.gz | tar -xz --strip-components 1 -C /opt/clhep/src \
3232
&& cmake -S /opt/clhep/src -B /opt/clhep/build \
3333
&& cmake --build /opt/clhep/build --parallel "${CMAKE_BUILD_JOBS:-$(nproc)}" --target install \
3434
&& rm -fr /opt/clhep

0 commit comments

Comments
 (0)