added dependencies for py-h5py
This commit is contained in:
parent
c809cc9273
commit
f4e72f33c8
2 changed files with 3 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 6777dd98e75229856d94da6671676b2a66e75986
|
Subproject commit 437a62abb3df7212e3ee20269c0089a0a9766fe0
|
|
@ -13,6 +13,8 @@ class PyH5py(Package):
|
||||||
depends_on('hdf5')
|
depends_on('hdf5')
|
||||||
depends_on('py-numpy')
|
depends_on('py-numpy')
|
||||||
depends_on('py-cython')
|
depends_on('py-cython')
|
||||||
|
depends_on('py-six')
|
||||||
|
depends_on('py-pkgconfig')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
python('setup.py', 'configure', '--hdf5=%s' % spec['hdf5'].prefix)
|
python('setup.py', 'configure', '--hdf5=%s' % spec['hdf5'].prefix)
|
||||||
|
|
Loading…
Reference in a new issue