# IT4Innovations 2021 # LK 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': 'intel', 'version': '2020a'} source_urls = ['https://pypi.python.org/packages/source/%(nameletter)s/spglib'] sources = ['spglib-%(version)s.tar.gz'] checksums = ['94d056e48e7e6fe2e6fe4161471e774ac03221a6225fd83d551d3184220c1edf'] dependencies = [ ('Python', '3.8.6'), ('SciPy-bundle', '2020.11'), ] # required because we're building a Python package using Intel compilers on top of Python built with GCC check_ldshared = True download_dep_fail = True use_pip = True sanity_pip_check = True options = {'modulename': 'spglib'} moduleclass = 'chem'