mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
22 lines
654 B
Plaintext
22 lines
654 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'spglib-python'
|
|
version = '1.10.2.4'
|
|
|
|
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': 'Py', 'version': '3.6'}
|
|
|
|
source_urls = [
|
|
'https://pypi.python.org/packages/8a/7a/3f74fda3760e1fff770c4af0705874722f735f48be6610e9975c9fc6496a']
|
|
sources = ['spglib-%(version)s.tar.gz']
|
|
|
|
options = {'modulename': 'spglib'}
|
|
|
|
sanity_check_paths = {'files': [], 'dirs': [
|
|
'lib/python3.6/site-packages/spglib-%(version)s-py3.6-linux-x86_64.egg'], }
|
|
|
|
moduleclass = 'python'
|