Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
30
.gitignore
vendored
30
.gitignore
vendored
@ -1,2 +1,28 @@
|
|||||||
SOURCES/opencv-clean-3.4.6.tar.gz
|
OpenCV-2.1.0.tar.bz2
|
||||||
SOURCES/opencv_contrib-clean-3.4.6.tar.gz
|
/OpenCV-2.2.0.tar.bz2
|
||||||
|
/OpenCV-2.3.1.tar.bz2
|
||||||
|
/OpenCV-2.3.1a.tar.bz2
|
||||||
|
/OpenCV-2.4.1.tar.bz2
|
||||||
|
/OpenCV-2.4.2.tar.bz2
|
||||||
|
/OpenCV-2.4.3.tar.bz2
|
||||||
|
/OpenCV-2.4.4-beta.tar.bz2
|
||||||
|
/OpenCV-2.4.4a.tar.bz2
|
||||||
|
/OpenCV-2.4.4a-clean.tar.bz2
|
||||||
|
/opencv-2.4.5-clean.tar.xz
|
||||||
|
/opencv-clean-2.4.6.1.tar.xz
|
||||||
|
/opencv-clean-2.4.7.tar.xz
|
||||||
|
/opencv-clean-2.4.9.tar.xz
|
||||||
|
/opencv-clean-2.4.11.tar.xz
|
||||||
|
/opencv-clean-2.4.12.3.tar.xz
|
||||||
|
/opencv_contrib-3.1.0.tar.gz
|
||||||
|
/opencv-3.1.0.tar.gz
|
||||||
|
/opencv_contrib-clean-3.1.0.tar.gz
|
||||||
|
/opencv-clean-3.2.0.tar.gz
|
||||||
|
/opencv-3.2.0.tar.gz
|
||||||
|
/opencv_contrib-clean-3.2.0.tar.gz
|
||||||
|
/opencv_contrib-clean-3.3.1.tar.gz
|
||||||
|
/opencv-clean-3.3.1.tar.gz
|
||||||
|
/opencv_contrib-clean-3.4.1.tar.gz
|
||||||
|
/opencv-clean-3.4.1.tar.gz
|
||||||
|
/opencv-clean-3.4.6.tar.gz
|
||||||
|
/opencv_contrib-clean-3.4.6.tar.gz
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
76924263971d8314a4fb8a152cd0c3b3c337ff8f SOURCES/opencv-clean-3.4.6.tar.gz
|
|
||||||
22c33b7cc5f1c17ccefd9f9a2618afc17289c180 SOURCES/opencv_contrib-clean-3.4.6.tar.gz
|
|
||||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||||
16
opencv-clean.sh
Executable file
16
opencv-clean.sh
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
export VERSION=3.4.6
|
||||||
|
|
||||||
|
wget -c https://github.com/opencv/opencv/archive/${VERSION}/opencv-${VERSION}.tar.gz
|
||||||
|
tar xf opencv-${VERSION}.tar.gz
|
||||||
|
cd opencv-${VERSION}/
|
||||||
|
find ./ -iname "len*.*" -exec rm {} \;
|
||||||
|
rm -rf modules/xfeatures2d/
|
||||||
|
cd ..; tar zcf opencv-clean-${VERSION}.tar.gz opencv-${VERSION}/
|
||||||
|
rm -rf opencv-${VERSION}/
|
||||||
|
|
||||||
|
wget -c https://github.com/opencv/opencv_contrib/archive/${VERSION}/opencv_contrib-${VERSION}.tar.gz
|
||||||
|
tar xf opencv_contrib-${VERSION}.tar.gz
|
||||||
|
cd opencv_contrib-${VERSION}/
|
||||||
|
rm -rf modules/xfeatures2d/
|
||||||
|
cd ..; tar zcf opencv_contrib-clean-${VERSION}.tar.gz opencv_contrib-${VERSION}/
|
||||||
|
rm -rf opencv_contrib-${VERSION}/
|
||||||
2
sources
Normal file
2
sources
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA512 (opencv-clean-3.4.6.tar.gz) = 9bb69ce502b2d27b21a74729ee1178cdbff9b7d20f43d83631e094889af21f2970c44706c04ce50ec4fc4369c639fcb1ecd9210a0f7e9e14e0d0face2f0e1d28
|
||||||
|
SHA512 (opencv_contrib-clean-3.4.6.tar.gz) = d8ec7c1d9947643b40f510a26e05ee11165ff406e71875b8fe61a70e109cb82945d286f5528b2770997316c9014b827b3277d50d8d141951526a926fd1f70b21
|
||||||
Loading…
Reference in New Issue
Block a user