buildout.cfg 197 Bytes
Newer Older
Ivan Tyagov's avatar
Ivan Tyagov committed
1 2 3 4 5 6 7 8 9 10 11 12
[buildout]
extends =
  ../numpy/buildout.cfg

parts = 
  pycuda

[pycuda-env]
<= numpy-env

[pycuda]
recipe = zc.recipe.egg:custom
Ivan Tyagov's avatar
Typo.  
Ivan Tyagov committed
13
egg = pycuda
Ivan Tyagov's avatar
Ivan Tyagov committed
14 15 16
environment = pycuda-env
setup-eggs =
  ${numpy:egg}