Skip to content
Snippets Groups Projects
Commit 83af842a authored by Gregory L. Lee's avatar Gregory L. Lee
Browse files

fixed cython activation conflict

parent c6223378
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,9 @@ class PyH5py(Package): ...@@ -7,8 +7,9 @@ class PyH5py(Package):
url = "https://pypi.python.org/packages/source/h/h5py/h5py-2.4.0.tar.gz" url = "https://pypi.python.org/packages/source/h/h5py/h5py-2.4.0.tar.gz"
version('2.4.0', '80c9a94ae31f84885cc2ebe1323d6758') version('2.4.0', '80c9a94ae31f84885cc2ebe1323d6758')
version('2.5.0', '6e4301b5ad5da0d51b0a1e5ac19e3b74')
extends('python', ignore=lambda f: re.match(r'cy*', f)) extends('python', ignore=lambda f: re.match(r'bin/cy*', f))
depends_on('hdf5') depends_on('hdf5')
depends_on('py-numpy') depends_on('py-numpy')
depends_on('py-cython') depends_on('py-cython')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment