diff --git a/dev-requirements.txt b/dev-requirements.txt index 049ed57f3d..d129a1defc 100755 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -ROCmSoftwarePlatform/rocm-recipes@d7b71f8ff71572833c8cf15b74279dd034e66f9d +ROCmSoftwarePlatform/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8 -f requirements.txt danmar/cppcheck@2.12.1 google/googletest@v1.14.0 diff --git a/install_deps.cmake b/install_deps.cmake index e3d012f167..0d2f76348d 100755 --- a/install_deps.cmake +++ b/install_deps.cmake @@ -113,5 +113,5 @@ cget(init ${TOOLCHAIN_FLAG} -DCMAKE_INSTALL_RPATH=${PREFIX}/lib ${PARSE_UNPARSED cget(ignore pcre) # Install dependencies -cget(install -U ROCmSoftwarePlatform/rocm-recipes@d7b71f8ff71572833c8cf15b74279dd034e66f9d) +cget(install -U ROCmSoftwarePlatform/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8) cget(install -U -f requirements.txt) diff --git a/rbuild.ini b/rbuild.ini index dfd523b9eb..1344c70b49 100755 --- a/rbuild.ini +++ b/rbuild.ini @@ -3,7 +3,7 @@ cxx = ${rocm_path}/llvm/bin/clang++ cc = ${rocm_path}/llvm/bin/clang ignore = pcre deps = - ROCmSoftwarePlatform/rocm-recipes@d7b71f8ff71572833c8cf15b74279dd034e66f9d + ROCmSoftwarePlatform/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8 -f requirements.txt [develop] @@ -20,5 +20,5 @@ cxx = ${rocm_path}/llvm/bin/clang++ cc = ${rocm_path}/llvm/bin/clang ignore = pcre deps = - ROCmSoftwarePlatform/rocm-recipes@d7b71f8ff71572833c8cf15b74279dd034e66f9d + ROCmSoftwarePlatform/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8 -f dev-requirements.txt