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 ...@@ -15,8 +15,6 @@ 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 =
...@@ -24,5 +22,4 @@ rpath = ...@@ -24,5 +22,4 @@ rpath =
${gcc-fortran:location}/lib64 ${gcc-fortran:location}/lib64
[versions] [versions]
# patched version that supports rpath parameter in zc.recipe.egg:custom. numpy = 1.9.0
numpy = 1.8.2nxd001
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