mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
33 lines
592 B
Plaintext
33 lines
592 B
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = 'PythonBundle'
|
|
|
|
name = 'pysr'
|
|
version = '0.12.1'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
homepage = 'https://github.com/nschloe/meshio'
|
|
description = "meshio is a tool for reading/writing various mesh formats representing unstructured meshes"
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
|
|
|
|
dependencies = [
|
|
('Python', '3.10.8'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('binutils', '2.39'),
|
|
]
|
|
|
|
use_pip = True
|
|
|
|
sanity_pip_check = True
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages'],
|
|
}
|
|
|
|
moduleclass = 'cae'
|