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

new file: a/awscli/awscli-1.27.75-GCCcore-12.2.0-Python-3.10.8.eb new file: i/iompi/iompi-2020b-test.eb modified: l/libnsl/libnsl-1.3.0-GCCcore-10.3.0.eb new file: l/libnsl/libnsl-2.0.0-GCCcore-11.3.0.eb new file: o/OSU-Micro-Benchmarks/OSU-Micro-Benchmarks-5.7.1-iompi-2020b.eb new file: o/OpenMPI/OpenMPI-4.0.5-iccifort-2020.4.304-test.eb new file: p/PyYAML/PyYAML-5.4.1.1-GCCcore-12.2.0.eb new file: r/rclone/rclone-1.61.1.eb new file: s/s3cmd/s3cmd-2.3.0-GCCcore-12.2.0-Python-3.10.8.eb new file: v/VirtualGL/VirtualGL-3.0-GCC-11.3.0.eb modified: x/XALT/XALT-2.10.45-eb.eb
31 lines
686 B
Plaintext
31 lines
686 B
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'PyYAML'
|
|
version = '5.4.1.1'
|
|
|
|
homepage = 'https://github.com/yaml/pyyaml'
|
|
description = "PyYAML is a YAML parser and emitter for the Python programming language."
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
|
|
|
|
sources = ['https://github.com/yaml/pyyaml/archive/refs/tags/%(version)s.tar.gz']
|
|
checksums = ['e79dbaae8d9253aad313ca68cf65193f810260fb44fe0508625c7e9561eb57f2']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.39'),
|
|
]
|
|
dependencies = [
|
|
('Python', '3.10.8'),
|
|
('libyaml', '0.2.5'),
|
|
]
|
|
|
|
download_dep_fail = True
|
|
sanity_pip_check = True
|
|
use_pip = True
|
|
options = {'modulename': 'yaml'}
|
|
|
|
moduleclass = 'lib'
|