new file: p/pysr/pysr-0.12.1-Python-3.10.8-GCCcore-12.2.0.eb

This commit is contained in:
Lukas Krupcik 2023-04-12 09:23:37 +02:00
parent 4e4aa4a239
commit 606120daab

View File

@ -0,0 +1,32 @@
# 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'