Skip to content

Commit 10773af

Browse files
Merge pull request #3456 from ROCm/release-fixes/update-rocm-recipes
Update rocm-recipes for boost link (#3453)
2 parents b0800f6 + 20e6356 commit 10773af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ROCm/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8
1+
ROCm/rocm-recipes@92c6695449c85887962f45509b376f2eb0d284f7
22
-f requirements.txt
33

install_deps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ cget(init ${TOOLCHAIN_FLAG} -DCMAKE_INSTALL_RPATH=${PREFIX}/lib ${PARSE_UNPARSED
113113
cget(ignore pcre)
114114

115115
# Install dependencies
116-
cget(install -U ROCm/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8)
116+
cget(install -U ROCm/rocm-recipes@92c6695449c85887962f45509b376f2eb0d284f7)
117117
cget(install -U -f requirements.txt)

rbuild.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cxx = ${rocm_path}/llvm/bin/clang++
33
cc = ${rocm_path}/llvm/bin/clang
44
ignore = pcre
55
deps =
6-
ROCm/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8
6+
ROCm/rocm-recipes@92c6695449c85887962f45509b376f2eb0d284f7
77
-f requirements.txt
88

99
[develop]
@@ -20,5 +20,5 @@ cxx = ${rocm_path}/llvm/bin/clang++
2020
cc = ${rocm_path}/llvm/bin/clang
2121
ignore = pcre
2222
deps =
23-
ROCm/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8
23+
ROCm/rocm-recipes@92c6695449c85887962f45509b376f2eb0d284f7
2424
-f dev-requirements.txt

0 commit comments

Comments
 (0)