# HG changeset patch # User hamel.phil # Date 1294944407 0 # Node ID c0ed3889b51d1f365ed0187eddd18967ab296e78 # Parent 63aaa0a08e74a530806f2009d8d45fc12bd120de Added a line to fix an installation problem with an old swig version diff -r 63aaa0a08e74 -r c0ed3889b51d trunk/swig/setup.py --- a/trunk/swig/setup.py Mon Jan 10 16:01:10 2011 +0000 +++ b/trunk/swig/setup.py Thu Jan 13 18:46:47 2011 +0000 @@ -46,6 +46,7 @@ version = '0.1', author = "Thomas Walters ", description = """SWIG wrapper round the core of aimc""", + options={'build_ext':{'swig_opts':'-c++ -I../src/'}}, #Some versions of SWIG require that we repeat the options here ext_modules = [aimc_module], py_modules = ["aimc"], )