Commit cbf83e53 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up : numpy 1.9.0 that includes rpath support officially.

parent 5573f5f7
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment