mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-24 23:41:23 +01:00
new file: p/phonopy/phonopy-1.11.12.5-Python-2.7.13-base.eb
This commit is contained in:
parent
7220217813
commit
279b88f0e2
32
p/phonopy/phonopy-1.11.12.5-Python-2.7.13-base.eb
Normal file
32
p/phonopy/phonopy-1.11.12.5-Python-2.7.13-base.eb
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
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': 'dummy', 'version': ''}
|
||||||
|
|
||||||
|
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),
|
||||||
|
('h5py', '2.7.0', '-intel-2017a%(versionsuffix)s'),
|
||||||
|
('scipy', '0.19.1', versionsuffix)
|
||||||
|
]
|
||||||
|
|
||||||
|
pylibdir = "lib/python%s/site-packages/%%(name)s" % pythonshortversion
|
||||||
|
|
||||||
|
moduleclass = 'phys'
|
Loading…
x
Reference in New Issue
Block a user