Commit e9305ccd authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin.core: Hook in-tree NumPy

Without referencing component/numpy/ numpy will be installed from just PyPI.
parent 825a627f
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
[buildout] [buildout]
extends = extends =
../pygolang/buildout.cfg ../pygolang/buildout.cfg
../numpy/buildout.cfg
../git/buildout.cfg ../git/buildout.cfg
parts = parts =
...@@ -27,6 +28,11 @@ setup-eggs = ...@@ -27,6 +28,11 @@ setup-eggs =
${pygolang:egg}[pyx.build] ${pygolang:egg}[pyx.build]
environment = wendelin.core-env environment = wendelin.core-env
# dependent eggs that must come through in-tree recipes
depends =
${numpy:egg}
[wendelin.core-env] [wendelin.core-env]
# wendelin.core needs git(dev) to build # wendelin.core needs git(dev) to build
PATH = ${git:location}/bin:%(PATH)s PATH = ${git:location}/bin:%(PATH)s
......
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