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

modified: p/phono3py/phono3py-1.12.7.46-Py-2.7.eb modified: s/Singularity/Singularity-2.4.4.eb deleted: s/Singularity/.Singularity-2.4.4.eb.swp
31 lines
921 B
Plaintext
31 lines
921 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
|
|
name = 'phono3py'
|
|
version = '1.12.7.46'
|
|
|
|
homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
|
|
description = """This software calculates phonon-phonon interaction related properties"""
|
|
|
|
toolchain = {'name': 'Py', 'version': '2.7'}
|
|
|
|
source_urls = ['https://pypi.python.org/packages/a5/93/3a9cc9f134ba1f7aa246a27c8a02137e7f9a7311df87ae656bba9051c6df/']
|
|
sources = ['%(name)s-%(version)s.tar.gz']
|
|
|
|
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'}
|
|
|
|
dependencies = [
|
|
('OpenBLAS', '0.2.19', '-GCC-6.3.0-2.27-LAPACK-3.7.0', True),
|
|
('numpy', '1.13.3'),
|
|
('h5py', '2.7.1'),
|
|
('matplotlib', '2.1.1'),
|
|
('PyYAML', '3.12'),
|
|
('phonopy', '1.12.4.11'),
|
|
]
|
|
|
|
moduleclass = 'phys'
|