Skip to content

Commit bb1abc5

Browse files
committed
[zlib] Update rocm-recipes for more reliable zlib link (#2686)
1 parent 1038d40 commit bb1abc5

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,4 +1,4 @@
1-
ROCmSoftwarePlatform/rocm-recipes@d7b71f8ff71572833c8cf15b74279dd034e66f9d
1+
ROCmSoftwarePlatform/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8
22
-f requirements.txt
33
44

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 ROCmSoftwarePlatform/rocm-recipes@d7b71f8ff71572833c8cf15b74279dd034e66f9d)
116+
cget(install -U ROCmSoftwarePlatform/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8)
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-
ROCmSoftwarePlatform/rocm-recipes@d7b71f8ff71572833c8cf15b74279dd034e66f9d
6+
ROCmSoftwarePlatform/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8
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-
ROCmSoftwarePlatform/rocm-recipes@d7b71f8ff71572833c8cf15b74279dd034e66f9d
23+
ROCmSoftwarePlatform/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8
2424
-f dev-requirements.txt

0 commit comments

Comments
 (0)