Skip to content

Commit

Permalink
Merge pull request #79 from arvindcheru/disable-rpm-auto-provides
Browse files Browse the repository at this point in the history
Disable Auto provides for CPACK RPM
  • Loading branch information
david-salinas committed May 25, 2023
2 parents 2ef351c + 59ea8ec commit 85965b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amd/hipcc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ endif()
set(CPACK_RPM_FILE_NAME "RPM-DEFAULT")
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
set(CPACK_RPM_PACKAGE_REQUIRES "hip-devel, perl >= 5.0, perl-File-BaseDir, perl-File-Listing, perl-File-Which, perl-URI-Encode, rocm-core, rocm-llvm")
set(CPACK_RPM_PACKAGE_AUTOPROV 0)
if(DEFINED ENV{CPACK_RPM_PACKAGE_RELEASE})
set(CPACK_RPM_PACKAGE_RELEASE $ENV{CPACK_RPM_PACKAGE_RELEASE})
else()
Expand Down

0 comments on commit 85965b8

Please sign in to comment.