Skip to content

Commit

Permalink
[cmake] Correct dependencies for tutorial-tmva-TMVA_SOFIE_RDataFrame-py
Browse files Browse the repository at this point in the history
fixes the issues about dependencies mentioned in root-project#16553
  • Loading branch information
dpiparo committed Sep 29, 2024
1 parent 991d20f commit 74c6eb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,10 @@ if(ROOT_pyroot_FOUND)
list(APPEND pyveto tmva/keras/MultiClassKeras.py)
endif()

if (PY_KERAS_FOUND)
set (tmva-TMVA_SOFIE_RDataFrame-py-depends tutorial-tmva-TMVA_SOFIE_Keras_HiggsModel)
endif()

if(NOT PY_TORCH_FOUND)
file(GLOB tmva_veto_py RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} tmva/pytorch/*.py)
list(APPEND pyveto ${tmva_veto_py})
Expand Down

0 comments on commit 74c6eb8

Please sign in to comment.