-
Notifications
You must be signed in to change notification settings - Fork 773
Add egg file to OpenCV 4.6.0 python package for pip + pkgconfig file #17779
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
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
Test report by @Micket |
|
Erh, what am I missing here This approach is working fine with VTK and with this PR on OpenCV So far so good! wtf, it literally doesn't say just "opencv" anywhere. |
|
I think the filename should be opencv_contrib_python-4.6.0 |
|
Test report by @Micket |
| local_egg_info_src = '%(builddir)s/opencv-contrib-python.egg-info' | ||
| local_egg_info_dest = '%(installdir)s/lib/python%(pyshortver)s/site-packages/opencv-contrib-python-%(version)s.egg-info' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to change filename here too
| local_egg_info_src = '%(builddir)s/opencv-contrib-python.egg-info' | ||
| local_egg_info_dest = '%(installdir)s/lib/python%(pyshortver)s/site-packages/opencv-contrib-python-%(version)s.egg-info' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And here
|
Test report by @Micket |
|
I can find pc file and pip info now, so i think this is good to go |
|
@boegelbot please test @ generoso |
|
@Micket: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1542319694 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
akesandgren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Going in, thanks @Micket! |
|
@boegelbot please test @ jsc-zen2 |
|
@Micket: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1543798787 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
@boegelbot please test @ jsc-zen2 |
|
@Micket: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1543865434 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
Add egg-info file to make packages show up in pip
Procedure was stolen from what we have done in VTK