Package fix (#161)

* Fixing RHEL dependency on rocm-dev
This commit is contained in:
saadrahim
2019-12-06 16:06:50 -07:00
committed by GitHub
parent bd59b6f880
commit 0092b35132
+1 -1
View File
@@ -187,7 +187,7 @@ rocm_export_targets(NAMESPACE
hip)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "rocm-dev (>= 2.5.27)")
set(CPACK_RPM_PACKAGE_REQUIRES "rocm-dev (>= 2.5.27)")
set(CPACK_RPM_PACKAGE_REQUIRES "rocm-dev >= 2.5.27")
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "/opt" "/opt/rocm")