Skip to content

Commit

Permalink
Change package dependency to hip-rocclr (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
eidenyoshida authored Jul 8, 2020
1 parent 0e0f8be commit 6ef1c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ rocm_export_targets(TARGETS roc::rocsparse
rocm_install_symlink_subdir(rocsparse)

# Package specific CPACK vars
set(CPACK_DEBIAN_PACKAGE_DEPENDS "rocm-dev (>= 3.5.0)")
set(CPACK_RPM_PACKAGE_REQUIRES "rocm-dev >= 3.5.0")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "hip-rocclr (>= 3.5.0)")
set(CPACK_RPM_PACKAGE_REQUIRES "hip-rocclr >= 3.5.0")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md")

if(NOT CPACK_PACKAGING_INSTALL_PREFIX)
Expand Down

0 comments on commit 6ef1c72

Please sign in to comment.