Skip to content

Commit

Permalink
Changing dependency package name (#115)
Browse files Browse the repository at this point in the history
* Changing dependency package name

* Changing to rocm-dev for packgae dependency
  • Loading branch information
saadrahim authored Dec 6, 2019
1 parent 1159103 commit 31fb9ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ endif()

# Package

set(CPACK_DEBIAN_PACKAGE_DEPENDS "hip_hcc (>= 1.5.18263)") # 1.5.18263 is HIP version in ROCm 1.8.2
set(CPACK_RPM_PACKAGE_REQUIRES "hip_hcc >= 1.5.18263")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "rocm-dev (>= 2.5.27)") # 1.5.18263 is HIP version in ROCm 1.8.2
set(CPACK_RPM_PACKAGE_REQUIRES "rocm-dev (>= 2.5.27)")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt")
if(NOT CPACK_PACKAGING_INSTALL_PREFIX)
set(CPACK_PACKAGING_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
Expand All @@ -113,5 +113,5 @@ set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "\${CPACK_PACKAGING_INSTALL_PR
rocm_create_package(
NAME rocprim
DESCRIPTION "Radeon Open Compute Parallel Primitives Library"
MAINTAINER "Saad Rahim <saad.rahim@amd.com>"
MAINTAINER "rocPRIM Maintainer <rocprim-maintainer@amd.com>"
)

0 comments on commit 31fb9ca

Please sign in to comment.