
* rocm recipes updates for 4.5.0 * update to rocm recipes for 4.5.0 release * updates to the rocm recipes for rocm-4.5.0 release * fix style errors * update to rocm-validation-suite for rocm-4.5.0 release * bump up rccl recipe for rocm-4.5.0 * bump up version for rdc for rocm-4.5.0 * update miopengemm, miopen-opencl,rocm-opencl recipes for 4.5.0 release * bump up version for mivisiox for rocm-4.5.0 release * update the rocm-validation-suite recipe * no need to change the perl path for 4.5.0 * fix the build failure with the recent change made for hip package * modify checksum for the llvm-amdgpu for 4.5.0 * fix the build issue aftere recent changes made for enabling test * fix the build issue with 4.5.0 * add new recipe for hipsolver * address review comments
14 lines
410 B
Diff
14 lines
410 B
Diff
diff --git a/cmake/PythonModules.cmake b/cmake/PythonModules.cmake
|
|
index 96727cc..51a970c 100755
|
|
--- a/cmake/PythonModules.cmake
|
|
+++ b/cmake/PythonModules.cmake
|
|
@@ -53,7 +53,7 @@ function(py_add_module NAME)
|
|
)
|
|
|
|
endfunction()
|
|
-set(PYTHON_SEARCH_VERSIONS 2.7 3.5 3.6 3.7 3.8 3.9)
|
|
+set(PYTHON_SEARCH_VERSIONS 3.5 3.6 3.7 3.8 3.9)
|
|
|
|
set(_PYTHON_VERSIONS)
|
|
foreach(PYTHON_VERSION ${PYTHON_SEARCH_VERSIONS})
|