easyconfigs-it4i/o/OpenCV/OpenCV-4.2.0-Py-3.7.eb
Lukáš Krupčík dae2f4a50f new file: h/HDF5/HDF5-1.10.6-intel-2020a-parallel.eb
modified:   h/HDF5/HDF5-1.10.6-intel-2020a.eb
	new file:   m/Mako/Mako-1.1.2-Py-3.7.eb
	new file:   m/MarkupSafe/MarkupSafe-1.1.1-Py-3.7.eb
	new file:   m/Mesa/Mesa-18.3.6.eb
	modified:   n/numba/numba-0.48.0-intel-2020a-Py-3.7.eb
	modified:   o/OpenCV/OpenCV-4.2.0-Py-3.7.eb
2020-03-27 11:00:58 +01:00

42 lines
1.2 KiB
Plaintext

# 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),
('slepc4py','3.12.0', '-Py-3.7'),
('petsc4py','3.12.0', '-Py-3.7'),
('VTK','8.2.0', '-intel-2020a-Py-3.7'),
('numba','0.48.0', '-intel-2020a-Py-3.7'),
]
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'