Merge branch 'it4i-anselm'

This commit is contained in:
Lukáš Krupčík 2017-08-11 09:22:36 +02:00
commit 33f65f4013
2 changed files with 1 additions and 2 deletions

View File

@ -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'

View File

@ -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