mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00

new file: d/Doris/core_configure.patch new file: d/Doris/envisat_Makefile.patch new file: d/Doris/sartools_Makefile.patch new file: l/LAPACK/LAPACK-3.7.1-gompi-2017a.eb modified: p/Python/Python-2.7.9-intel-2015b.eb new file: p/phonopy/phonopy-1.11.12.5-intel-2015b-Python-2.7.9.eb modified: t/Trilinos/Trilinos-12.10.1-intel-2017a-Python-2.7.11.eb modified: t/Trilinos/Trilinos-12.4.2-intel-2017a-Python-2.7.11.eb modified: t/Trilinos/Trilinos-12.8.1-intel-2017a-Python-2.7.11.eb
30 lines
857 B
Plaintext
30 lines
857 B
Plaintext
easyblock = 'PythonPackage'
|
|
|
|
name = 'phonopy'
|
|
version = '1.11.12.5'
|
|
|
|
homepage = 'http://phonopy.sourceforge.net/'
|
|
description = """Phonopy is an open source package of phonon calculations based on the supercell approach."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2015b'}
|
|
|
|
source_urls = ['https://pypi.python.org/packages/4b/25/effde7ab68249fbed654dc317354a028597bfd4a4f804d7cb3ed987c55b7/']
|
|
sources = ['%(name)s-%(version)s.tar.gz']
|
|
|
|
python = 'Python'
|
|
pythonversion = '2.7.9'
|
|
pythonshortversion = '.'.join(pythonversion.split('.')[:-1])
|
|
|
|
versionsuffix = "-%s-%s" % (python, pythonversion)
|
|
|
|
dependencies = [
|
|
(python, pythonversion),
|
|
('matplotlib', '1.4.3', versionsuffix),
|
|
('lxml', '3.4.4', versionsuffix),
|
|
('PyYAML', '3.11', versionsuffix),
|
|
]
|
|
|
|
pylibdir = "lib/python%s/site-packages/%%(name)s" % pythonshortversion
|
|
|
|
moduleclass = 'phys'
|