From 16efedab2e182a71c8687a239efb857a85cc9ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 9 Jun 2020 09:29:01 +0200 Subject: [PATCH] deleted: p/phono3py/phono3py-1.19.1-intel-2020a-Py-3.7 --- p/phono3py/phono3py-1.19.1-intel-2020a-Py-3.7 | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 p/phono3py/phono3py-1.19.1-intel-2020a-Py-3.7 diff --git a/p/phono3py/phono3py-1.19.1-intel-2020a-Py-3.7 b/p/phono3py/phono3py-1.19.1-intel-2020a-Py-3.7 deleted file mode 100644 index ae187937..00000000 --- a/p/phono3py/phono3py-1.19.1-intel-2020a-Py-3.7 +++ /dev/null @@ -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'