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

build: cross-compile OpenCV with NEON on Intel Mac #646

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

homuler
Copy link
Owner

@homuler homuler commented Jul 7, 2022

By #625, OpenCV for M1 Mac can be built on Intel Mac, but NEON needed to be disabled.

It turns out that the cause is CMAKE_SYSTEM_NAME was not specified, and this PR fixes it.
Now we can build (essentially) the same binaries on both Intel Mac and M1 Mac.

@homuler homuler self-assigned this Jul 7, 2022
@homuler homuler added the ci:run Run CI label Jul 7, 2022
@github-actions github-actions bot removed the ci:run Run CI label Jul 7, 2022
@homuler homuler merged commit a48603a into master Jul 7, 2022
@homuler homuler deleted the build/enable-neon-on-intel-mac branch July 7, 2022 10:59
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.

1 participant