We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1db51 commit 053641eCopy full SHA for 053641e
Dockerfile
@@ -193,7 +193,7 @@ RUN install-ubuntu-packages \
193
srm-ifce-dev \
194
libgsl-dev # Necessary for GENIE
195
196
-ENV ROOT_VERSION="6.34.02"
+ENV ROOT_VERSION="6.34.04"
197
LABEL root.version=${ROOT_VERSION}
198
RUN mkdir src &&\
199
${__wget} https://root.cern/download/root_v${ROOT_VERSION}.source.tar.gz |\
@@ -211,6 +211,7 @@ RUN mkdir src &&\
211
-Dpyroot=ON \
212
-Dxrootd=OFF \
213
-Dmathmore=ON \
214
+ -Dgeom=ON \ # TYPO on official web page, this is correct
215
-B build \
216
-S src \
217
&& cmake --build build --target install -j$NPROC &&\
0 commit comments