buildout.cfg 402 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
[buildout]
extends =
  ../gmp/buildout.cfg

parts =
  pycrypto-python

[pycrypto-python]
recipe = zc.recipe.egg:custom
egg = pycrypto
11
environment = pycrypto-python-env
12 13 14 15 16 17 18
include-dirs =
  ${gmp:location}/include
library-dirs =
  ${gmp:location}/lib
rpath =
  ${gmp:location}/lib

19
[pycrypto-python-env]
20
ac_cv_func_malloc_0_nonnull = yes
21 22
LDFLAGS = -L${gmp:location}/lib
CPPFLAGS = -I${gmp:location}/include