Skip to content

Commit

Permalink
Merge pull request #537 from arvindcheru/release/rocm-rel-5.4
Browse files Browse the repository at this point in the history
Cherry Pick Fix for old version rocm include/lib folders not removed on upgrade.

Co-authored-by: <[email protected]>
  • Loading branch information
TorreZuk authored Nov 1, 2022
2 parents e55b43c + fdf650f commit 01e7733
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 @@ -216,7 +216,7 @@ else()
endif()
endif( )

set( CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "\${CPACK_PACKAGING_INSTALL_PREFIX}" "\${CPACK_PACKAGING_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}" "\${CPACK_PACKAGING_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" )
set( CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "\${CPACK_PACKAGING_INSTALL_PREFIX}" )

# Give hipblas compiled for CUDA backend a different name
if( NOT USE_CUDA )
Expand Down

0 comments on commit 01e7733

Please sign in to comment.