Skip to content

Commit 053641e

Browse files
bump patch of ROOT built, include geom target
need geom target for TH2Poly
1 parent 0e1db51 commit 053641e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ RUN install-ubuntu-packages \
193193
srm-ifce-dev \
194194
libgsl-dev # Necessary for GENIE
195195

196-
ENV ROOT_VERSION="6.34.02"
196+
ENV ROOT_VERSION="6.34.04"
197197
LABEL root.version=${ROOT_VERSION}
198198
RUN mkdir src &&\
199199
${__wget} https://root.cern/download/root_v${ROOT_VERSION}.source.tar.gz |\
@@ -211,6 +211,7 @@ RUN mkdir src &&\
211211
-Dpyroot=ON \
212212
-Dxrootd=OFF \
213213
-Dmathmore=ON \
214+
-Dgeom=ON \ # TYPO on official web page, this is correct
214215
-B build \
215216
-S src \
216217
&& cmake --build build --target install -j$NPROC &&\

0 commit comments

Comments
 (0)