CMakeLists.txt (root_v6.26.08.source) | : | CMakeLists.txt (root_v6.26.10.source) | ||
---|---|---|---|---|
skipping to change at line 274 | skipping to change at line 274 | |||
eve/*.C | eve/*.C | |||
webgui/panel/server.cxx webgui/webwindow/server.cxx) | webgui/panel/server.cxx webgui/webwindow/server.cxx) | |||
if (NOT ROOT_tmva_FOUND) | if (NOT ROOT_tmva_FOUND) | |||
list(APPEND tmva_veto tmva/*.C tmva/*.py tmva/envelope/*.C tmva/keras/*.C tmva /keras/*.py tmva/pytorch/*.py ) | list(APPEND tmva_veto tmva/*.C tmva/*.py tmva/envelope/*.C tmva/keras/*.C tmva /keras/*.py tmva/pytorch/*.py ) | |||
else() | else() | |||
#---These do not need to run for TMVA | #---These do not need to run for TMVA | |||
list(APPEND tmva_veto tmva/createData.C) | list(APPEND tmva_veto tmva/createData.C) | |||
if(MSVC AND NOT win_broken_tests) | if(MSVC AND NOT win_broken_tests) | |||
list(APPEND tmva_veto tmva/tmva103_Application.C tmva/envelope/classificatio n.C) | list(APPEND tmva_veto tmva/tmva103_Application.C tmva/envelope/classificatio n.C) | |||
if(NOT tmva-cpu AND NOT tmva-gpu) | ||||
list(APPEND tmva_veto tmva/TMVA_CNN_Classification.C tmva/TMVA_RNN_Classif | ||||
ication.C) | ||||
endif() | ||||
endif() | endif() | |||
#these depends on external packages | #these depends on external packages | |||
find_python_module(torch QUIET) | find_python_module(torch QUIET) | |||
find_python_module(keras QUIET) | find_python_module(keras QUIET) | |||
if (NOT PY_KERAS_FOUND) | if (NOT PY_KERAS_FOUND) | |||
list(APPEND tmva_veto tmva/TMVA_SOFIE_Keras.C) | list(APPEND tmva_veto tmva/TMVA_SOFIE_Keras.C) | |||
endif() | endif() | |||
if (NOT PY_TORCH_FOUND) | if (NOT PY_TORCH_FOUND) | |||
list(APPEND tmva_veto tmva/TMVA_SOFIE_PyTorch.C) | list(APPEND tmva_veto tmva/TMVA_SOFIE_PyTorch.C) | |||
endif() | endif() | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added |