mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 14:21:33 +01:00
new file: p/pysr/pysr-0.12.1-Python-3.10.8-GCCcore-12.2.0.eb
This commit is contained in:
parent
4e4aa4a239
commit
606120daab
32
p/pysr/pysr-0.12.1-Python-3.10.8-GCCcore-12.2.0.eb
Normal file
32
p/pysr/pysr-0.12.1-Python-3.10.8-GCCcore-12.2.0.eb
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user