Skip to content

Commit

Permalink
Update rocm-recipes for boost link (#3453)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHarrisonAMD authored Jan 2, 2025
1 parent 532bf75 commit da7e38b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ROCm/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8
ROCm/rocm-recipes@92c6695449c85887962f45509b376f2eb0d284f7
-f requirements.txt
danmar/[email protected]
2 changes: 1 addition & 1 deletion install_deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ cget(init ${TOOLCHAIN_FLAG} -DCMAKE_INSTALL_RPATH=${PREFIX}/lib ${PARSE_UNPARSED
cget(ignore pcre)

# Install dependencies
cget(install -U ROCm/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8)
cget(install -U ROCm/rocm-recipes@92c6695449c85887962f45509b376f2eb0d284f7)
cget(install -U -f requirements.txt)
4 changes: 2 additions & 2 deletions rbuild.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cxx = ${rocm_path}/llvm/bin/clang++
cc = ${rocm_path}/llvm/bin/clang
ignore = pcre
deps =
ROCm/rocm-recipes@329203d79f9fe77ae5d0d742af0966bc57f4dfc8
ROCm/rocm-recipes@92c6695449c85887962f45509b376f2eb0d284f7
-f requirements.txt

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

0 comments on commit da7e38b

Please sign in to comment.