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.
1 parent 12456d5 commit e75e94cCopy full SHA for e75e94c
library/CMakeLists.txt
@@ -136,8 +136,8 @@ add_subdirectory( src )
136
# endif( )
137
138
# Package specific CPACK vars
139
-set( CPACK_DEBIAN_PACKAGE_DEPENDS "hip_hcc (>= 1.3)" )
140
-set( CPACK_RPM_PACKAGE_REQUIRES "hip_hcc >= 1.3" )
+set( CPACK_DEBIAN_PACKAGE_DEPENDS "rocm-dev (>= 2.5.27)" )
+set( CPACK_RPM_PACKAGE_REQUIRES "rocm-dev (>= 2.5.27)" )
141
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md" )
142
143
if( NOT CPACK_PACKAGING_INSTALL_PREFIX )
0 commit comments