Skip to content

Commit 7d15b35

Browse files
add potential patch suggested in ROOT issue
root-project/root#20147 (comment)
1 parent ea2e0a2 commit 7d15b35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ LABEL root.version=${ROOT_VERSION}
149149
RUN mkdir src &&\
150150
${__wget} https://root.cern/download/root_v${ROOT_VERSION}.source.tar.gz |\
151151
${__untar} &&\
152+
sed -i '13i list(APPEND TREEPLAYER_EXTRA_DEPENDENCIES MultiProc)' src/tree/treeplayer/CMakeLists.txt &&\
152153
cmake \
153154
-DCMAKE_BUILD_TYPE=Release \
154155
-DCMAKE_CXX_STANDARD=20 \

0 commit comments

Comments
 (0)