Skip to content

Commit

Permalink
pandas installation should be a warning (#402)
Browse files Browse the repository at this point in the history
* pandas installion should be a warning

* Removing pandas check
  • Loading branch information
bgopesh authored Jan 23, 2024
1 parent 1f4cf1a commit 66b411d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/rocprofv3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ set(CMAKE_HIP_STANDARD_REQUIRED ON)
enable_testing()
include(CTest)

# needed for validation
find_package(Python3 REQUIRED)

execute_process(
COMMAND ${Python3_EXECUTABLE} -c "import pandas"
RESULT_VARIABLE PYTHON_PANDAS_IMPORT
OUTPUT_QUIET)

if(NOT ${PYTHON_PANDAS_IMPORT} EQUAL 0)
message(
FATAL_ERROR
"The 'pandas' Python3 package is not installed. Please install it using the following command: '${Python3_EXECUTABLE} -m pip install pandas'"
)
endif()

add_subdirectory(tracing)
add_subdirectory(counter-collection)
add_subdirectory(tracing-plus-cc)

0 comments on commit 66b411d

Please sign in to comment.