-
Notifications
You must be signed in to change notification settings - Fork 140
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
Backport/backport 2397 to 2.x #2409
Backport/backport 2397 to 2.x #2409
Conversation
@sam-herman this doesn't seem correct to me. Can you please rebase your code and raise the PR again. |
* fix paths for libomp on newer homebrew versions auto load java home path on macos update to latest nmslib revision Signed-off-by: Samuel Herman <[email protected]>
9cd8b6f
to
fc14d3c
Compare
yeah, DCO was messed up. hopefully it should be fixed now. |
@sam-herman seems like conflicts with CHANGELog file. Please fix it |
Signed-off-by: sam-herman <[email protected]>
done. |
@jmazanec15 @vamshin can one of you approve as well? I need 2 approvals for merge. |
Description
Backport of #2397
This change fixes the build issues for the C++ portion of the codebase on MacOSX for both nmslib by upgrading to the latest version and for faiss by setting the correct flags and using the right dependencies and directory paths
Ideally with this fix we will not need to ask developers to manually run text replacement commands like there are currently in the DEVELOPER.md file
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.