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

Moved binary from the package root directory to python-X.Y #592

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

asenyaev
Copy link
Contributor

@asenyaev asenyaev commented Dec 7, 2021

  • Moved a binary (.so / .pyd) from cv2/ folder in a package to cv2/python-X.Y.
  • Added an overwriting for config.py file instead of config-X.Y.py, because we have a proper path to our binary in config-X.Y.py file, but config.py doesn't have a proper path to other binaries (e.g. the path is to /lib64 in a docker container)
  • Added 3.4 branch for builds in Pull Requests in case of we have different setup.py files

@asenyaev
Copy link
Contributor Author

asenyaev commented Dec 7, 2021

I will update opencv submodule after merging opencv/opencv#21209 to start actions.

Upd. Decided to keep imports for opencv-python in this repo.

@asenyaev asenyaev force-pushed the asen/move_binary_from_package_folder branch from 3f6c52e to 5abf55d Compare December 8, 2021 09:10
asenyaev and others added 18 commits December 15, 2021 15:58
…optimized uploading and downloading artifacts
Changed a path to config-X.py file after python limited API support, optimized workflows
Updated openssl and ffmpeg in a dockerfile, turned on building libpng
Defined ffmpeg version for MacOS and Windows Server version in Github Actions
…d an override script and a target for this script
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

1 participant