Skip to content

Commit

Permalink
[TMVA] Correctly link blas in PyMVA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed Apr 20, 2024
1 parent 82d25ae commit 8477525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmva/pymva/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ if(PY_TORCH_FOUND)
LIBRARIES
ROOTTMVASofie
TMVA
blas
${PYTHON_LIBRARIES}
INCLUDE_DIRS
SYSTEM
${PYTHON_INCLUDE_DIRS_Development_Main}
${NUMPY_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
)
target_link_libraries(TestRModelParserPyTorch ${BLAS_LINKER_FLAGS} ${BLAS_LIBRARIES})
if(APPLE)
target_link_options(TestRModelParserPyTorch PRIVATE ${PYTHON_LINK_OPTIONS_Development_Main})
endif()
Expand Down Expand Up @@ -183,14 +183,14 @@ endif()
ROOT_ADD_GTEST(TestRModelParserKeras TestRModelParserKeras.C
LIBRARIES
ROOTTMVASofie
blas
${PYTHON_LIBRARIES}
INCLUDE_DIRS
SYSTEM
${PYTHON_INCLUDE_DIRS_Development_Main}
${NUMPY_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
)
target_link_libraries(TestRModelParserKeras ${BLAS_LINKER_FLAGS} ${BLAS_LIBRARIES})
if(APPLE)
target_link_options(TestRModelParserKeras PRIVATE ${PYTHON_LINK_OPTIONS_Development_Main})
endif()
Expand Down

0 comments on commit 8477525

Please sign in to comment.