mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

modified: l/LLVM/LLVM-8.0.1-GCCcore-8.3.0.eb modified: l/libepoxy/libepoxy-1.5.4-GCCcore-8.3.0.eb modified: l/libunwind/libunwind-1.2.1.eb modified: m/Meson/Meson-0.53.0-Py-3.7.eb modified: o/OpenCV/OpenCV-4.2.0-Py-3.7.eb
42 lines
1.2 KiB
Plaintext
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 = {'name': 'intel', 'version': '2020a'}
|
|
|
|
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', True),
|
|
('petsc4py','3.12.0', '-Py-3.7', True),
|
|
('VTK','8.2.0', '-intel-2020a-Py-3.7', True),
|
|
('numba','0.48.0', '-intel-2020a-Py-3.7', 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'),
|
|
]
|
|
|
|
moduleclass = 'vis'
|