-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[snappy] Support for non-BMI2 build #15794
Comments
This seems to be an issue in the Snappy: conda-forge/snappy-feedstock#24 This piece of code wrongly detects BMI2 also on non-supported platforms:
|
Hmm... that seems like a upstream bug, can you report this to the upstream? Thanks. |
By upstream bug, you mean a bug directly in the snappy library? I tried to report it but there is no "issue" section in the snappy repo and I didn't find any other way how to let them know. |
@ludekvodicka Is still work for this issue? Does the problem still exist? |
Close this PR until upstream fixes this. |
We migrated the snappy library from our build to vcpkg. Unfortunately on some of our Windows virtual machines running on ESXI we're getting illegal instruction crash:
Based on this post (https://stackoverflow.com/questions/61053436/how-to-build-snappy-on-windows-10-in-vs2015) it's necessary to disable SNAPPY_HAVE_BMI2 option.
Would be great to have a port option to build SNAPPY without BMI2 support
The text was updated successfully, but these errors were encountered: