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 authored and kristupaspranc committed May 21, 2024
1 parent ae0cf91 commit 4be5ac3
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
Python3::Python
INCLUDE_DIRS
SYSTEM
${PYTHON_INCLUDE_DIRS}
${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})
endif()
Expand Down Expand Up @@ -136,14 +136,14 @@ if((PY_KERAS_FOUND AND PY_THEANO_FOUND) OR (PY_KERAS_FOUND AND PY_TENSORFLOW_FOU
LIBRARIES
ROOTTMVASofie
PyMVA
blas
Python3::Python
INCLUDE_DIRS
SYSTEM
${PYTHON_INCLUDE_DIRS}
${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})
endif()
Expand Down

0 comments on commit 4be5ac3

Please sign in to comment.