Use Conan to manage building Orochi and other dependencies.#12
Open
KaoCC wants to merge 7 commits intoGPUOpen-LibrariesAndSDKs:mainfrom
Open
Use Conan to manage building Orochi and other dependencies.#12KaoCC wants to merge 7 commits intoGPUOpen-LibrariesAndSDKs:mainfrom
KaoCC wants to merge 7 commits intoGPUOpen-LibrariesAndSDKs:mainfrom
Conversation
Signed-off-by: Chih-Chen Kao <ChihChen.Kao@amd.com>
Remove tiny_obj_loader from common Add conanfile Use Conan to manage depencency Signed-off-by: Chih-Chen Kao <ChihChen.Kao@amd.com>
Remove stb and use Conan to manage it. Fix tiny obj calls Update premake Signed-off-by: Chih-Chen Kao <ChihChen.Kao@amd.com>
KaoCC
commented
Sep 16, 2022
| [requires] | ||
| stb/cci.20210910 | ||
| tinyobjloader/1.0.6 | ||
| orochi/1.00 |
Author
There was a problem hiding this comment.
I configured it to use version 1.00 by default.
Author
There was a problem hiding this comment.
Please let me know if I should target Orochi's master branch instead.
Signed-off-by: Chih-Chen Kao <ChihChen.Kao@amd.com>
Signed-off-by: Chih-Chen Kao <ChihChen.Kao@amd.com>
Signed-off-by: Chih-Chen Kao <ChihChen.Kao@amd.com>
Author
Author
|
Might be able to help resolving #7 |
KaoCC
commented
Sep 20, 2022
|
|
||
| workspace "hiprtSdkTutorial" | ||
|
|
||
| include("../build/conanbuildinfo.premake.lua") |
Author
There was a problem hiding this comment.
We just need to add this in premake to consume all dependencies, including Orochi.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Use Conan to manage building Orochi and other dependencies.