-
Notifications
You must be signed in to change notification settings - Fork 8
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
hip failing: meson no such file or directory #81
Comments
I think you did this already, but installing meson should do it. The "right" solution is probably to make sure that |
Ah, that makes sense now. That's a bug in either the hip package or the upstream repos somewhere, it's an LLVM symbol that's not defined, so that's on them not us. |
Is there somewhere we can report it? I guess for the time being all our builds will fail because of it, at least until we can get a new version. |
Could report it on the spack repo. It might also be possible to specify a different gallium version in our build for a while if there's one that works, but it would take some experimentation to find one. What's the spec that's dying to cause this? |
Looks to be mesa!
|
oh wait a minute, this might be because they changed their default to build with |
maybe - how do we fixit? |
If that's what it is, then adding |
Will try that! |
@trws what can I try to fix this?
The text was updated successfully, but these errors were encountered: