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

Add support for armv6hf #88

Merged
merged 3 commits into from May 21, 2017
Merged

Add support for armv6hf #88

merged 3 commits into from May 21, 2017

Conversation

gohai
Copy link
Contributor

@gohai gohai commented Nov 8, 2015

Hello @atduskgreg,

I've been working on ARM support for Processing, where we currently have Raspbian (armv6hf) as our lowest supported platform. These patches add support for this architecture to opencv-processing.

I am not sure if this makes sense to get merged in its current state, since it's definitely a step back for any of your current armv7 users. I do plan to add runtime-detection of armv6hf/armv7 to Processing eventually, and setup java.library.path accordingly - so that armv7 users would get their more performant native library.

Let me know what you think! In the mean time, I'll put out a zip files for Raspbian users here: http://sukzessiv.net/~gohai/p5-arm

CC @jmwohl

Best
Gottfried

Those were created Raspbian Jesse by running:

mkdir build &&
cd build &&
JAVA_HOME=/usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt cmake .. &&
make -j4 -l4
Ran "chrpath -r '$ORIGIN' *"
@gohai
Copy link
Contributor Author

gohai commented Mar 14, 2017

@atduskgreg Hi Greg, curious if this could be merged as-is some time?

@atduskgreg atduskgreg merged commit ff4c702 into atduskgreg:master May 21, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants