Merged newarch into merge

This commit is contained in:
Gregory Becker
2016-03-22 15:22:51 -07:00
42 changed files with 1318 additions and 183 deletions

View File

@@ -13,6 +13,8 @@ class PyH5py(Package):
depends_on('hdf5')
depends_on('py-numpy')
depends_on('py-cython')
depends_on('py-six')
depends_on('py-pkgconfig')
def install(self, spec, prefix):
python('setup.py', 'configure', '--hdf5=%s' % spec['hdf5'].prefix)