From cbf83e534f2f11d67bc6521a903e92dc1700dfbe Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 13 Oct 2014 14:30:40 +0200 Subject: [PATCH] version up : numpy 1.9.0 that includes rpath support officially. --- component/numpy/buildout.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/component/numpy/buildout.cfg b/component/numpy/buildout.cfg index 5f8d755d6..b4dcef4cc 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 -- 2.30.9