Skip to content

Commit 1cc76ed

Browse files
committed
Strip libraries
1 parent 3e9e434 commit 1cc76ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff 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

data-core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "robotpy-opencv-core"
2-
version = "4.8.0+r1"
2+
version = "4.8.0+r2"
33
url = "https://opencv.org"
44
license = "Apache 2"
55
install_requires = ["numpy"]

data-py.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "robotpy-opencv"
2-
version = "4.8.0+r1"
2+
version = "4.8.0+r2"
33
url = "https://opencv.org"
44
license = "Apache 2"
55
install_requires = ["numpy", f"robotpy-opencv-core=={version}"]

0 commit comments

Comments
 (0)