We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8373f commit 6a095a1Copy full SHA for 6a095a1
kernel-ROOT/Dockerfile
@@ -40,7 +40,7 @@ RUN mkdir root_build
40
RUN cmake -Dgminimal=ON -Dpyroot=ON -Ddataframe=ON -Dgnuinstall=ON -Ddev=ON \
41
-Dbuiltin_xrootd=ON -Dxrootd=ON -Dbuiltin_davix=ON -Ddavix=ON \
42
-Dtmva=ON -Dmlp=ON -Dtmva-pymva=ON -Dtmva-cpu=ON -Dtmva-sofie=ON \
43
- -Dasimage=ON -Druntime_cxxmodules=ON -Droot7=ON \
+ -Dasimage=ON -Druntime_cxxmodules=ON -Droot7=ON -Dimt=ON \
44
-B root_build -S root_src
45
RUN cmake --build root_build -- install -j$(nproc)
46
0 commit comments