easyconfigs-it4i/p/phono3py/phono3py-1.11.13.35-Py-2.7.eb
Lukáš Krupčík d357676547 new file: a/ABySS/ABySS-2.0.3-foss-2018a-Py-2.7.eb
new file:   n/numpy/numpy-1.14.2-Py-2.7-test.eb
	new file:   p/phono3py/phono3py-1.11.13.35-Py-2.7-test.eb
	new file:   p/phono3py/phono3py-1.11.13.35-Py-2.7.eb
	new file:   p/phono3py/phono3py-1.12.9.5-Py-2.7.eb
	new file:   p/phonopy/phonopy-1.12.6.66-Py-2.7.eb
	new file:   z/zsh/zsh-5.2-foss-2018b.eb
	deleted:    p/phono3py/phono3py-1.12.7.46-Py-2.7.eb
2018-03-23 07:22:13 +01:00

31 lines
866 B
Plaintext

# IT4Innovations 2018
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': 'Py', 'version': '2.7'}
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'}
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'