easyconfigs-it4i/p/phono3py/phono3py-1.11.13.35-intel-2017a-Python-2.7.13.eb
Lukáš Krupčík c1f3d21ad9 new file: p/phono3py/phono3py-1.11.13.35-intel-2017a-Python-2.7.13.eb
new file:   p/phono3py/setup.patch
	new file:   t/Trilinos/Trilinos-12.10.1-intel-2017a-Python-2.7.11-test.eb
	new file:   t/Trilinos/Trilinos-12.10.1-muelu.patch
2017-07-17 09:19:59 +02:00

31 lines
913 B
Plaintext

easyblock = "PythonPackage"
name = 'phono3py'
version = '1.11.13.35'
homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
description = """This software calculates phonon-phonon interaction related properties"""
toolchain = {'name': 'intel', 'version': '2017a'}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://sourceforge.net/projects/phonopy/files/phono3py/']
prebuildopts = 'python setup.py build #' # notice the hash hack to override setup.py
preinstallopts = 'python setup.py install --prefix=%(installdir)s #' # another hack
skipsteps = ['test']
options = {'modulename': 'phonopy'}
python = "Python"
pythonversion = '2.7.13'
pythonshortversion = ".".join(pythonversion.split(".")[:-1])
versionsuffix = "-%s-%s" % (python, pythonversion)
dependencies = [
(python, pythonversion, '', True),
('OpenBLAS', '0.2.19', '-GCC-6.3.0-2.27-LAPACK-3.7.0', True),
]
moduleclass = 'phys'