We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ec65fe + 2b2eb04 commit 983a9acCopy full SHA for 983a9ac
amd/hipcc/CMakeLists.txt
@@ -126,4 +126,9 @@ if(NOT WIN32)
126
endif()
127
128
129
+if(NOT ROCM_DEP_ROCMCORE)
130
+ string(REGEX REPLACE ",? ?rocm-core" "" CPACK_DEBIAN_PACKAGE_DEPENDS ${CPACK_DEBIAN_PACKAGE_DEPENDS})
131
+ string(REGEX REPLACE ",? ?rocm-core" "" CPACK_RPM_PACKAGE_REQUIRES ${CPACK_RPM_PACKAGE_REQUIRES})
132
+endif()
133
+
134
include(CPack)
0 commit comments