Skip to content

Commit

Permalink
Fixing RHEL packaging for rocm-dev dependency (#116)
Browse files Browse the repository at this point in the history
* Fixing RHEL packaging for rocm-dev dependency

* Fixing spaces
  • Loading branch information
saadrahim committed Dec 6, 2019
1 parent 31fb9ca commit b85751b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 "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_DEBIAN_PACKAGE_DEPENDS "rocm-dev (>= 2.5.27)")
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 Down

0 comments on commit b85751b

Please sign in to comment.