8000 Updated submodules to 4.5.5 release by asenyaev · Pull Request #598 · opencv/opencv-python · GitHub
[go: up one dir, main page]

Skip to content

Updated submodules to 4.5.5 release #598

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

Merged
merged 2 commits into from
Dec 27, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added openexr build flag
  • Loading branch information
asenyaev committed Dec 26, 2021
commit ec7b7e48ba145484e10f71bad0a804093dacc973
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def main():
"-DBUILD_PERF_TESTS=OFF",
"-DBUILD_DOCS=OFF",
"-DPYTHON3_LIMITED_API=ON",
"-DBUILD_OPENEXR=ON",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this flag, because after merging opencv/opencv#21329 macOS builds are used openexr and zlib from the local environment, which could break the build in the end (error log).

]
+ (
# If it is not defined 'linker flags: /machine:X86' on Windows x64
Expand Down
0