mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
31 lines
719 B
Plaintext
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'
|