File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ package: ${BUILT_TGZ}
2929 '*/lib/lib*so.408' \
3030 '*/share/opencv4/haarcascades/*.xml' \
3131 '*/share/opencv4/lbpcascades/*.xml'
32- roborio-gen-whl data-core.py coredata -o dist
32+ roborio-gen-whl data-core.py coredata -o dist --strip arm-frc2024-linux-gnueabi-strip
3333
3434 # create dev package
3535 mkdir -p devdata/usr/local/lib
@@ -44,4 +44,4 @@ package: ${BUILT_TGZ}
4444 mkdir -p data/usr/local/lib/python$(PYVERSION)/site-packages
4545 xtar -xf ${BUILT_TGZ} -C data/usr/local/lib/python$(PYVERSION)/site-packages --strip=4 \
4646 '*/lib/python$(PYVERSION)/site-packages/cv2*.so'
47- roborio-gen-whl data-py.py data -o dist
47+ roborio-gen-whl data-py.py data -o dist --strip arm-frc2024-linux-gnueabi-strip
Original file line number Diff line number Diff line change 11name = "robotpy-opencv-core"
2- version = "4.8.0+r1 "
2+ version = "4.8.0+r2 "
33url = "https://opencv.org"
44license = "Apache 2"
55install_requires = ["numpy" ]
Original file line number Diff line number Diff line change 11name = "robotpy-opencv"
2- version = "4.8.0+r1 "
2+ version = "4.8.0+r2 "
33url = "https://opencv.org"
44license = "Apache 2"
55install_requires = ["numpy" , f"robotpy-opencv-core=={ version } " ]
You can’t perform that action at this time.
0 commit comments