-
Notifications
You must be signed in to change notification settings - Fork 55
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
Expected to work on M1? #29
Comments
Hi, it indeed looks like the build file is not deciding to include the hh_neon target. |
Thanks for the quick response. I'm not too familiar with this stuff either outside vanilla usage. Here's what I found. If I change "aarch64" here to "darwin_arm64" instead, it works. I think that's what I'll do. I'm not immediately sure whether this is a general problem or one somehow related to my setup. I found I could also define that config_setting with constraint_values instead in which case Potentially related: bazelbuild/bazel#15175. |
Thanks for letting us know :) |
Fixes #29. PiperOrigin-RevId: 605422573
Is this expected to build on Mac M1?
When using riegeli, it seems to have issues compiling highwayhash.
I have no issues on my x86 ubuntu machine. But the above is what I get on mac. I'm not immediately sure why it can't find these definitions, although I suspect it has to do with some potential weirdness in highwayhash.BUILD -- something with
highwayhash/highwayhash_target.cc
where I believe those definitions are located -- it's being included in textual_hdrs which seems odd (ex. https://github.com/google/riegeli/blob/master/third_party/highwayhash.BUILD#L178).Would be curious if anyone else on M1 has this issue.
The text was updated successfully, but these errors were encountered: