Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
b6ca80c9
Commit
b6ca80c9
authored
Oct 03, 2020
by
Paul
Browse files
Build dependencies with cget
parent
75025568
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
hip-clang.docker
hip-clang.docker
+9
-3
No files found.
hip-clang.docker
View file @
b6ca80c9
...
...
@@ -51,7 +51,13 @@ RUN pip3 install -r /doc-requirements.txt
# Install dependencies
ADD
dev-requirements.txt /dev-requirements.txt
ADD
requirements.txt /requirements.txt
RUN
rbuild prepare
--cxx
/opt/rocm/llvm/bin/clang++
-d
$PREFIX
-S
/
# Manually ignore rocm dependencies
RUN
cget
-p
$PREFIX
ignore
\
RadeonOpenCompute/clang-ocl
\
ROCm-Developer-Tools/HIP
\
ROCmSoftwarePlatform/MIOpen
\
ROCmSoftwarePlatform/MIOpenGEMM
\
ROCmSoftwarePlatform/rocBLAS
RUN
cget
-p
$PREFIX
init
--cxx
/opt/rocm/llvm/bin/clang++
RUN
cget
-p
$PREFIX
install
-f
dev-requirements.txt
# Install rocm-cmake
RUN
cget
-p
$PREFIX
install
-U
RadeonOpenCompute/rocm-cmake@master
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment