File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ package: ${BUILT_TGZ}
29
29
'*/lib/lib*so.408' \
30
30
'*/share/opencv4/haarcascades/*.xml' \
31
31
'*/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
33
33
34
34
# create dev package
35
35
mkdir -p devdata/usr/local/lib
@@ -44,4 +44,4 @@ package: ${BUILT_TGZ}
44
44
mkdir -p data/usr/local/lib/python$(PYVERSION)/site-packages
45
45
xtar -xf ${BUILT_TGZ} -C data/usr/local/lib/python$(PYVERSION)/site-packages --strip=4 \
46
46
'*/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 1
1
name = "robotpy-opencv-core"
2
- version = "4.8.0+r1 "
2
+ version = "4.8.0+r2 "
3
3
url = "https://opencv.org"
4
4
license = "Apache 2"
5
5
install_requires = ["numpy" ]
Original file line number Diff line number Diff line change 1
1
name = "robotpy-opencv"
2
- version = "4.8.0+r1 "
2
+ version = "4.8.0+r2 "
3
3
url = "https://opencv.org"
4
4
license = "Apache 2"
5
5
install_requires = ["numpy" , f"robotpy-opencv-core=={ version } " ]
You can’t perform that action at this time.
0 commit comments