mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: c/CUDA/CUDA-10.1.243.eb new file: c/cuDNN/cuDNN-7.6.4.38-CUDA-10.1.243.eb modified: l/libreadline/libreadline-7.0.eb modified: n/numactl/numactl-2.0.12-GCCcore-8.2.0.eb new file: n/numactl/numactl-2.0.12-GCCcore-8.3.0.eb new file: p/PGI/PGI-19.7-GCC-8.3.0-2.32.eb modified: p/Py/Py-2.7.eb modified: p/Py/Py-3.6.eb new file: p/Python/Python-2.7.17-base.eb modified: p/Python/Python-3.6.8-base.eb new file: p/Python/Python-3.6.9-base.eb
18 lines
255 B
Plaintext
18 lines
255 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'Py'
|
|
version = '3.6'
|
|
|
|
homepage = 'https://www.python.org'
|
|
description = """Python 3.6 toolchain"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
dependencies = [
|
|
('Python', '3.6.9', '-base'),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|