# JH 2020 name = 'OpenCV' version = '4.20' versionsuffix = '-Py-3.7' homepage = 'https://opencv.org/' description = """OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products.""" toolchain = SYSTEM source_urls = ['https://github.com/opencv/opencv/archive/4.2.0'] sources = [SOURCELOWER_TAR_GZ] builddependencies = [ ('CMake', '3.16.2', '', True), ] dependencies = [ ('Py', '3.7', '', True), ('numpy', '1.18.1', versionsuffix, True), ('zlib', '1.2.11', '', True), ('FFmpeg', '4.2.2', '', True), ('libjpeg-turbo', '2.0.4', '', True), ('libpng', '1.6.37', '', True), ('LibTIFF', '4.1.0', '', True), ('JasPer', '2.0.14', '', True), ('Java', '13.0.1', '', True), ('ant', '1.10.7', '-Java-13.0.1', True), ('GLib', '2.64.0', '', True), ('GTK+', '3.24.13', '', True), ] moduleclass = 'vis'