summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/rocblas/0004-Find-python.patch
blob: 044dd0b8317c3ce2ad37105da4f8ae3336d0502c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0f5fcc50..b970bea8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,6 +24,8 @@ include(toolchain-options)
 set(THREADS_PREFER_PTHREAD_FLAG ON)
 find_package(Threads REQUIRED)
 
+find_package(Python3 REQUIRED COMPONENTS Interpreter)
+set(python "${Python3_EXECUTABLE}")
 
 # ########################################################################
 # Main