Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Preload EG, RGL, RooFit, TMVAGui and MathCore.
  • Loading branch information
Teemperor authored and vgvassilev committed Mar 11, 2018
commit 9757e12526d4ea311b62c28fb9cc739f63a99701
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ if(runtime_cxxmodules)
# we will always load them to workaround the fact that we can't
# load the decls in them via rootmap files (as they are inside
# namespaces which isn't supported).
add_custom_target(onepcm DEPENDS Net TreeViewer RooStats Hist Gpad TreePlayer TMVA Graf GenVector)
add_custom_target(onepcm DEPENDS Net MathCore TreeViewer RooStats Hist Gpad TreePlayer RooFit EG RGL TMVA TMVAGui Graf GenVector)
else()
add_custom_command(OUTPUT etc/allDict.cxx.pch
COMMAND ${CMAKE_COMMAND} -E env ROOTIGNOREPREFIX=1 ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/etc/dictpch/makepch.py etc/allDict.cxx.pch ${__allIncludes} -I${CMAKE_BINARY_DIR}/include
Expand Down
2 changes: 1 addition & 1 deletion core/metacling/src/TCling.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@ void TCling::Initialize()
if (fInterpreter->getCI()->getLangOpts().Modules && !IsFromRootCling()) {
// Load modules that we can't automatically load via rootmap files as they
// contain decls in namespaces which aren't supported.
LoadModules({"TMVA", "Gpad", "RooStats", "GenVector", "Hist", "Net", "TreePlayer", "TreeViewer", "Graf"}, *fInterpreter);
LoadModules({"TMVA", "EG", "RGL", "RooFit", "TMVAGui", "Gpad", "RooStats", "GenVector", "Hist", "MathCore", "Net", "TreePlayer", "TreeViewer", "Graf"}, *fInterpreter);
}
}

Expand Down