From 5677d7198a2b14aa1b8f42f47c029c5c7833973e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Fri, 11 Aug 2017 09:22:15 +0200 Subject: [PATCH] modified: h/h5py/h5py-2.7.0-intel-2017a-Python-2.7.13-base.eb modified: p/phonopy/phonopy-1.11.12.5-intel-2017a-Python-2.7.13-base.eb --- h/h5py/h5py-2.7.0-intel-2017a-Python-2.7.13-base.eb | 2 +- p/phonopy/phonopy-1.11.12.5-intel-2017a-Python-2.7.13-base.eb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/h/h5py/h5py-2.7.0-intel-2017a-Python-2.7.13-base.eb b/h/h5py/h5py-2.7.0-intel-2017a-Python-2.7.13-base.eb index dc0de95f..6c4b23a7 100644 --- a/h/h5py/h5py-2.7.0-intel-2017a-Python-2.7.13-base.eb +++ b/h/h5py/h5py-2.7.0-intel-2017a-Python-2.7.13-base.eb @@ -27,6 +27,6 @@ sanity_check_paths = { 'dirs': ['lib/python%(pyshortver)s/site-packages/h5py'], } -sanity_check_commands = [('python', '-c "import h5py; assert(h5py.__version__ == \'%(version)s\')"')] +#sanity_check_commands = [('python', '-c "import h5py; assert(h5py.__version__ == \'%(version)s\')"')] moduleclass = 'math' diff --git a/p/phonopy/phonopy-1.11.12.5-intel-2017a-Python-2.7.13-base.eb b/p/phonopy/phonopy-1.11.12.5-intel-2017a-Python-2.7.13-base.eb index f9877175..467e9d8f 100644 --- a/p/phonopy/phonopy-1.11.12.5-intel-2017a-Python-2.7.13-base.eb +++ b/p/phonopy/phonopy-1.11.12.5-intel-2017a-Python-2.7.13-base.eb @@ -23,7 +23,6 @@ dependencies = [ ('lxml', '3.8.0', versionsuffix), ('PyYAML', '3.12', versionsuffix), ('numpy', '1.13.0', versionsuffix), - ('h5py', '2.7.0', '-intel-2017a%(versionsuffix)s'), ] pylibdir = "lib/python%s/site-packages/%%(name)s" % pythonshortversion