buildout.cfg 765 Bytes
Newer Older
1 2 3 4 5
# swig - Generate scripting interfaces to C/C++ code
# http://www.swig.org/

[buildout]
extends =
Łukasz Nowak's avatar
Łukasz Nowak committed
6
  ../bison/buildout.cfg
7 8 9 10
parts =
  swig

[swig]
11
recipe = slapos.recipe.cmmi
12
shared = true
Rafael Monnerat's avatar
Rafael Monnerat committed
13 14
url = http://prdownloads.sourceforge.net/swig/swig-3.0.10.tar.gz
md5sum = bb4ab8047159469add7d00910e203124
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
configure-options =
  --disable-ccache
  --with-python=${buildout:executable}
  --without-allegrocl
  --without-chicken
  --without-clisp
  --without-csharp
  --without-gcj
  --without-guile
  --without-java
  --without-lua
  --without-mzscheme
  --without-ocaml
  --without-octave
  --without-perl5
  --without-php
  --without-pike
  --without-python3
  --without-r
  --without-ruby
  --without-tcl
Rafael Monnerat's avatar
Rafael Monnerat committed
36
  --without-pcre
37 38
environment =
  PATH = ${bison:location}/bin:%(PATH)s