mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00

new file: g/GDL/GDL-0.9.9-intel-2017c.eb new file: g/GSL/GSL-2.5.eb new file: o/OpenEXR/OpenEXR-2.3.0-intel-2017c.eb new file: o/OpenImageIO/OpenImageIO-2.0.12-intel-2017c.eb new file: p/PLplot/PLplot-5.11.1.eb new file: p/Py/Py-3.7.eb new file: p/Python/Python-3.7.3-GCCcore-6.3.0-base.eb
19 lines
304 B
Plaintext
19 lines
304 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'Py'
|
|
version = '3.7'
|
|
|
|
homepage = 'https://www.python.org'
|
|
description = """Python 3.6 toolchain"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
dependencies = [
|
|
('Python', '3.7.3', '-base', ('GCCcore', '6.3.0')),
|
|
('GCC', '6.3.0-2.27'),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|