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