We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1700ff + 50b8a46 commit f1be213Copy full SHA for f1be213
numba_dpex/core/runtime/CMakeLists.txt
@@ -83,15 +83,14 @@ message(STATUS "CMAKE_MODULE_PATH=" "${CMAKE_MODULE_PATH}")
83
84
# Add packages
85
find_package(Python 3.9 REQUIRED
86
- COMPONENTS Interpreter Development.Module)
+ COMPONENTS Interpreter Development.Module NumPy)
87
find_package(Dpctl REQUIRED)
88
-find_package(NumPy REQUIRED)
89
find_package(IntelSYCL REQUIRED)
90
91
# Includes
92
include(GNUInstallDirs)
93
include_directories(${Python_INCLUDE_DIRS})
94
-include_directories(${NumPy_INCLUDE_DIRS})
+include_directories(${Python_NumPy_INCLUDE_DIRS})
95
include_directories(${Numba_INCLUDE_DIRS})
96
include_directories(${Dpctl_INCLUDE_DIRS})
97
include_directories(.)
0 commit comments