diff --git a/component/numpy/buildout.cfg b/component/numpy/buildout.cfg index 5f8d755d6adaca96df143f5e2cac7423dfedfa41..b4dcef4cc594115c635534fd6653f271623636d2 100644 --- a/component/numpy/buildout.cfg +++ b/component/numpy/buildout.cfg @@ -15,8 +15,6 @@ ATLAS = ${libatlas:location}/lib/libatlas.a [numpy] recipe = zc.recipe.egg:custom egg = numpy -# patched version that supports rpath parameter in zc.recipe.egg:custom. -find-links = http://www.nexedi.org/static/packages/source/numpy-1.8.2nxd001.tar.gz environment = numpy-env # no need to add libatlas location because they are statically linked. rpath = @@ -24,5 +22,4 @@ rpath = ${gcc-fortran:location}/lib64 [versions] -# patched version that supports rpath parameter in zc.recipe.egg:custom. -numpy = 1.8.2nxd001 +numpy = 1.9.0