From 1aca8f7d9d0375815420aef468d5578ebd368b39 Mon Sep 17 00:00:00 2001 From: VincentSC Date: Mon, 17 Sep 2018 13:25:12 +0200 Subject: [PATCH] Update install.sh 'rename' added as a Linux prerequisite. [ROCm/hip commit: 30acc99e134314e43e77b72fa6dc10a5fdc3acb9] --- projects/hip/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/install.sh b/projects/hip/install.sh index f8ad640798..c7dc48e1a8 100755 --- a/projects/hip/install.sh +++ b/projects/hip/install.sh @@ -25,7 +25,7 @@ popd () { function setupENV() { sudo apt-get update - sudo apt-get install dpkg-dev rpm doxygen libelf-dev + sudo apt-get install dpkg-dev rpm doxygen libelf-dev rename } function buildHIP()