Skip to content

Commit e75e94c

Browse files
saadrahimfeizheng10
authored andcommitted
Changing dependency package name to conform to Debian standards name changes (#64)
* Changing dependency package name to conform to Debian standards name switch for ROCm 3.0 * Changing dependency to rocm-dev metapackage
1 parent 12456d5 commit e75e94c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ add_subdirectory( src )
136136
# endif( )
137137

138138
# Package specific CPACK vars
139-
set( CPACK_DEBIAN_PACKAGE_DEPENDS "hip_hcc (>= 1.3)" )
140-
set( CPACK_RPM_PACKAGE_REQUIRES "hip_hcc >= 1.3" )
139+
set( CPACK_DEBIAN_PACKAGE_DEPENDS "rocm-dev (>= 2.5.27)" )
140+
set( CPACK_RPM_PACKAGE_REQUIRES "rocm-dev (>= 2.5.27)" )
141141
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md" )
142142

143143
if( NOT CPACK_PACKAGING_INSTALL_PREFIX )

0 commit comments

Comments
 (0)