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

Compilation failure on the Raspberry Pi #30

Open
M-J-Murray opened this issue Feb 4, 2020 · 1 comment
Open

Compilation failure on the Raspberry Pi #30

M-J-Murray opened this issue Feb 4, 2020 · 1 comment

Comments

@M-J-Murray
Copy link

It seems this library doesn't work on the raspberry pi, probably because it uses an arm7l architecture; which doesn't support AVX. Any chance this could be adjusted to support the Pi?
The library I'm attempting to use "ucoslam" which is a closed source library that imports this library, making it impossible to switch to DBOW2.

@lpea
Copy link

lpea commented Feb 11, 2021

Hello @M-J-Murray, I had the same problem trying to compile without AVX. This patch made it work:

(To apply it: git am commit-ec3fb59.txt)

commit-ec3fb59.txt

HTH

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

No branches or pull requests

2 participants