Skip to content

Commit e80af8a

Browse files
bump ROOT another minor version
this puts RNTuple from hidden behind the root7 feature flag to the main "minimal" build
1 parent 9064fe1 commit e80af8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ RUN install-ubuntu-packages \
144144
srm-ifce-dev \
145145
libgsl-dev
146146

147-
ENV ROOT_VERSION="6.34.10"
147+
ENV ROOT_VERSION="6.36.12"
148148
LABEL root.version=${ROOT_VERSION}
149149
RUN mkdir src &&\
150150
${__wget} https://root.cern/download/root_v${ROOT_VERSION}.source.tar.gz |\
@@ -162,8 +162,8 @@ RUN mkdir src &&\
162162
-Dopengl=ON \
163163
-Dpyroot=ON \
164164
-Dxrootd=OFF \
165-
-Dmathmore=ON \
166-
-Dpythia8=ON \
165+
-Dmathmore=ON \
166+
-Dpythia8=ON \
167167
-B build \
168168
-S src \
169169
&& cmake --build build --target install -j$NPROC &&\

0 commit comments

Comments
 (0)