Unverified Commit 17bc98d0 authored by mvermeulen's avatar mvermeulen Committed by GitHub
Browse files

Merge pull request #252 from ROCmSoftwarePlatform/mvermeulen-patch-1

Update dependency instructions to refer to rbuild instead of install_…
parents 6f115a0f 05f31a85
...@@ -12,14 +12,18 @@ AMD's graph optimization engine. ...@@ -12,14 +12,18 @@ AMD's graph optimization engine.
## Installing the dependencies ## Installing the dependencies
The dependencies can be installed with the `install_deps.cmake`, script: `cmake -P install_deps.cmake`. Dependencies can be installed using the ROCm build tool [rbuild](https://github.com/RadeonOpenCompute/rbuild).
This will install by default to `/usr/local` but it can be installed in another location with `--prefix` argument:
To install rbuild:
``` ```
cmake -P install_deps.cmake --prefix /some/local/dir pip install https://github.com/RadeonOpenCompute/rbuild/archive/master.tar.gz
``` ```
To build dependencies along with MIGraphX
```
rbuild build -d depend --cxx=/opt/rocm/bin/hcc
```
This builds dependencies in the subdirectory named depend and then builds MIGraphX using these dependencies.
## Building MIGraphX from source ## Building MIGraphX from source
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment