Skip to content

Commit

Permalink
Cherry-pick old version of rocm folder not being removed (#262)
Browse files Browse the repository at this point in the history
* Add build support for Navi31 and 33 (#401)

* Fix for old version rocm folder not removed on upgrade of meta packages (#409)

Co-authored-by: Angelo Gonzales <[email protected]>
Co-authored-by: jsandham <[email protected]>
Co-authored-by: arvindcheru <[email protected]>
  • Loading branch information
4 people authored Oct 17, 2022
1 parent 1f576a9 commit 7dc6d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ else()
set(CPACK_PACKAGING_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
endif()
endif()
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "\${CPACK_PACKAGING_INSTALL_PREFIX}" "\${CPACK_PACKAGING_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}")
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "\${CPACK_PACKAGING_INSTALL_PREFIX}" )

# Package name
set(package_name rocsparse)
Expand Down

0 comments on commit 7dc6d2c

Please sign in to comment.