easyconfigs-it4i/s/spglib-python/spglib-python-1.16.0-foss-2021a.eb
Jakub Kropacek d10220457e deleted: b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482
new file:   s/spglib-python/spglib-python-1.16.0-foss-2021a.eb
2022-08-01 12:09:48 +02:00

31 lines
719 B
Plaintext

# IT4Innovations 2021
# LK JK
easyblock = 'PythonPackage'
name = 'spglib-python'
version = '1.16.0'
homepage = 'https://pypi.python.org/pypi/spglib'
description = "Spglib for Python. Spglib is a library for finding and handling crystal symmetries written in C."
toolchain = {'name': 'foss', 'version': '2021a'}
source_urls = ['https://pypi.python.org/packages/source/%(nameletter)s/spglib']
sources = ['spglib-%(version)s.tar.gz']
checksums = ['94d056e48e7e6fe2e6fe4161471e774ac03221a6225fd83d551d3184220c1edf']
dependencies = [
('Python', '3.9.5'),
('SciPy-bundle', '2021.05'),
]
download_dep_fail = True
use_pip = True
sanity_pip_check = True
options = {'modulename': 'spglib'}
moduleclass = 'chem'