easyconfigs-it4i/ARCHIVE/p/phonopy/phonopy-1.11.12.5-intel-2017a-Python-2.7.13-base.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

32 lines
886 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 = SYSTEM
source_urls = [
'https://pypi.python.org/packages/4b/25/effde7ab68249fbed654dc317354a028597bfd4a4f804d7cb3ed987c55b7/']
sources = ['%(name)s-%(version)s.tar.gz']
python = 'Python'
pythonversion = '2.7.13'
pythonshortversion = '.'.join(pythonversion.split('.')[:-1])
versionsuffix = "-%s-%s-base" % (python, pythonversion)
dependencies = [
(python, pythonversion, '-base'),
('matplotlib', '2.0.2', versionsuffix),
('lxml', '3.8.0', versionsuffix),
('PyYAML', '3.12', versionsuffix),
('numpy', '1.13.0', versionsuffix),
]
pylibdir = "lib/python%s/site-packages/%%(name)s" % pythonshortversion
moduleclass = 'phys'