Commit 4a2f44da authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! add numpy target built by zc.recipe.egg:custom.

parent ba85225f
...@@ -15,6 +15,8 @@ ATLAS = ${libatlas:location}/lib/libatlas.a ...@@ -15,6 +15,8 @@ ATLAS = ${libatlas:location}/lib/libatlas.a
[numpy] [numpy]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = numpy 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 environment = numpy-env
# no need to add libatlas location because they are statically linked. # no need to add libatlas location because they are statically linked.
rpath = rpath =
......
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