Add egg file to OpenCV 4.6.0 python package for pip + pkgconfig file#17779
Add egg file to OpenCV 4.6.0 python package for pip + pkgconfig file#17779akesandgren merged 5 commits intoeasybuilders:developfrom
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.
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' |
|
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 |
|
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