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

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
31 lines
913 B
Plaintext
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'
|