Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify linux build scripts to try to pick up correct arch #82

Merged
merged 1 commit into from
May 10, 2024

Conversation

Civil
Copy link
Contributor

@Civil Civil commented May 9, 2024

Based on system status, pick up correct arch.

For vcpkg mapping that I figured out is as following:

  • x86_64 -> x64
  • aarch64 -> arm64

So a simple case could take of that and save a bit of time for people who are first time compiling RayTracingInVulkan.

Fixes #81 81

Based on system status, pick up correct arch.

For vcpkg mapping that I figured out is as following:
 * x86_64 -> x64
 * aarch64 -> arm64

So a simple case could take of that and save a bit of time for people
who are first time compiling RayTracingInVulkan.
@GPSnoopy GPSnoopy merged commit c86c63e into GPSnoopy:master May 10, 2024
2 checks passed
@GPSnoopy
Copy link
Owner

Merged.

I've checked GitHub Actions but they don't seem to support ARM64 yet, so I'll have to take your experience as a proof that it works.

@Civil
Copy link
Contributor Author

Civil commented May 10, 2024

Well, my experience that it builds, but I also have a weird setup right now (Intel Arc on ARM :D) and when it tries to render first frames, driver crashes (honestly, I'm not sure if developers ever thought about running Arc on ARM in a first place). But I guess that is a success in terms of build scripts.

@GPSnoopy
Copy link
Owner

Check Issue #63 and #64 for some help with Intel Arc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make it easier to build on aarch64-linux
2 participants