Skip to content

Commit

Permalink
Changing dependency to rocm-dev instead of hip_hcc (ROCm#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
saadrahim authored Dec 7, 2019
1 parent f689c8b commit 84ccf97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ install_packages( )
fi

# dependencies needed for library and clients to build
local library_dependencies_ubuntu=( "make" "cmake-curses-gui" "pkg-config" "hip_hcc" )
local library_dependencies_centos=( "epel-release" "make" "cmake3" "hip_hcc" "gcc-c++" "rpm-build" )
local library_dependencies_fedora=( "make" "cmake" "hip_hcc" "gcc-c++" "libcxx-devel" "rpm-build" )
local library_dependencies_ubuntu=( "make" "cmake-curses-gui" "pkg-config" "rocm-dev" )
local library_dependencies_centos=( "epel-release" "make" "cmake3" "rocm-dev" "gcc-c++" "rpm-build" )
local library_dependencies_fedora=( "make" "cmake" "rocm-dev" "gcc-c++" "libcxx-devel" "rpm-build" )
local library_dependencies_sles=( "make" "cmake" "gcc-c++" "libcxxtools9" "rpm-build" )

if [[ "${build_cuda}" == true ]]; then
Expand Down

0 comments on commit 84ccf97

Please sign in to comment.