deleted: p/phono3py/phono3py-1.19.1-intel-2020a-Py-3.7

This commit is contained in:
Lukáš Krupčík 2020-06-09 09:29:01 +02:00
parent 2273b17737
commit 16efedab2e

View File

@ -1,35 +0,0 @@
# IT4Innovations 2020
# LK
easyblock = "PythonPackage"
name = 'phono3py'
version = '1.19.1'
versionsuffix = '-Py-3.7'
homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
description = """This software calculates phonon-phonon interaction related properties"""
toolchain = {'name': 'intel', 'version': '2020a'}
source_urls = ['https://github.com/phonopy/phono3py/archive/']
sources = ['v%(version)s.tar.gz']
# notice the hash hack to override setup.py
prebuildopts = 'python setup.py build #'
# another hack
preinstallopts = 'python setup.py install --prefix=%(installdir)s #'
skipsteps = ['test']
options = {'modulename': 'phonopy'}
dependencies = [
('Py', '3.7', '', True),
('OpenBLAS', '0.2.20', '', ('GCC', '8.3.0-2.32')),
('numpy', '1.18.1', versionsuffix, True),
# ('h5py', '2.10.0'),
('matplotlib', '3.1.0', versionsuffix, True),
('PyYAML', '5.3.1', versionsuffix, True),
('phonopy', '2.6.1', versionsuffix,),
]
moduleclass = 'phys'