Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit 67408cc

Browse files
committed
Updating the location for fetch_dependencies.py script
1 parent f858587 commit 67408cc

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CodeXL uses
2020
* Radeon Graphics Analyzer for analyzing Shaders and OpenCL Kernels. See https://github.com/GPUOpen-Tools/RGA.
2121
To fetch these command line tools run the following command:
2222
```bash
23-
python fetch_dependencies.py
23+
python CodeXL/Scripts/FetchDependencies.py
2424
```
2525

2626
## Windows
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
# key = GitHub release link
1818
# value = location
1919
downloadMappingWin = {
20-
"https://github.com/GPUOpen-Tools/RGA/releases/download/1.0.0.0/rga-windows-x64-1.0.zip" : "./Common/Lib/AMD/RGA/x64",
21-
"https://github.com/GPUOpen-Tools/RGA/releases/download/1.0.0.0/rga-windows-x86-1.0.zip" : "./Common/Lib/AMD/RGA/x86",
22-
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0preview/RadeonComputeProfiler.2017-05-02-v5.0.6383.zip" : "./Common/Lib/AMD/RCP",
23-
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0preview/RCPProfileDataParser.2017-05-02-v5.0.6383.zip" : "./Common/Lib/AMD/RCP"
20+
"https://github.com/GPUOpen-Tools/RGA/releases/download/1.0.0.0/rga-windows-x64-1.0.zip" : "../../Common/Lib/AMD/RGA/x64",
21+
"https://github.com/GPUOpen-Tools/RGA/releases/download/1.0.0.0/rga-windows-x86-1.0.zip" : "../../Common/Lib/AMD/RGA/x86",
22+
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0preview/RadeonComputeProfiler.2017-05-02-v5.0.6383.zip" : "../../Common/Lib/AMD/RCP",
23+
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0preview/RCPProfileDataParser.2017-05-02-v5.0.6383.zip" : "../../Common/Lib/AMD/RCP"
2424
}
2525
downloadMappingLin = {
26-
"https://github.com/GPUOpen-Tools/RGA/releases/download/1.0.0.0/rga-linux-1.0.tgz" : "./Common/Lib/AMD/RGA",
27-
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0preview/RadeonComputeProfiler-v5.0.6304.tgz" : "./Common/Lib/AMD/RCP",
28-
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0preview/RCPProfileDataParser-v5.0.6304.tgz" : "./Common/Lib/AMD/RCP"
26+
"https://github.com/GPUOpen-Tools/RGA/releases/download/1.0.0.0/rga-linux-1.0.tgz" : "../../Common/Lib/AMD/RGA",
27+
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0preview/RadeonComputeProfiler-v5.0.6304.tgz" : "../../Common/Lib/AMD/RCP",
28+
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0preview/RCPProfileDataParser-v5.0.6304.tgz" : "../../Common/Lib/AMD/RCP"
2929
}
3030

3131
# to allow the script to be run from anywhere - not just the cwd - store the absolute path to the script file

0 commit comments

Comments
 (0)