mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
30 lines
592 B
Plaintext
30 lines
592 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = 'OpenJPEG'
|
|
version = '2.3.0'
|
|
|
|
homepage = 'http://www.openjpeg.org/'
|
|
description = "OpenJPEG is an open-source JPEG 2000 codec written in C language."
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['https://github.com/uclouvain/openjpeg/archive']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
# dependencies = [
|
|
# ('X11', '20170314', '', True),
|
|
# ('Qt5', '5.8.0'),
|
|
# ('cairo', '1.14.12', '', True),
|
|
# ('fontconfig', '2.13.0', '-libpng-1.6.34', True),
|
|
#]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.9.1', '', True),
|
|
]
|
|
|
|
parallel = 1
|
|
|
|
moduleclass = 'vis'
|