"git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "c4fc8f9031e15348c6058cc604ddf8818759ebe1"
Unverified Commit cb4b94ef authored by Ashutosh Mishra's avatar Ashutosh Mishra Committed by GitHub
Browse files

Correcting hip package dependencies (#966)

Hip package names have been changed because of the new rocm packaging standards. Hence the hip-hcc dependency needs to be changed to hip-rocclr hip-base
parent 14556631
...@@ -223,7 +223,7 @@ rocm_create_package( ...@@ -223,7 +223,7 @@ rocm_create_package(
MAINTAINER "Paul Fultz II <paul.fultz@amd.com>" MAINTAINER "Paul Fultz II <paul.fultz@amd.com>"
LDCONFIG LDCONFIG
PTH PTH
DEPENDS miopen-hip rocblas hip-hcc half DEPENDS miopen-hip rocblas hip-rocclr hip-base half
) )
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment