Mercurial > hg > aimc
comparison trunk/swig/setup.py @ 454:49b7b984e957
Changed a comment
author | hamel.phil |
---|---|
date | Thu, 13 Jan 2011 18:58:15 +0000 |
parents | c0ed3889b51d |
children |
comparison
equal
deleted
inserted
replaced
453:649c3390301e | 454:49b7b984e957 |
---|---|
44 | 44 |
45 setup (name = 'aimc', | 45 setup (name = 'aimc', |
46 version = '0.1', | 46 version = '0.1', |
47 author = "Thomas Walters <tom@acousticscale.org>", | 47 author = "Thomas Walters <tom@acousticscale.org>", |
48 description = """SWIG wrapper round the core of aimc""", | 48 description = """SWIG wrapper round the core of aimc""", |
49 options={'build_ext':{'swig_opts':'-c++ -I../src/'}}, #Some versions of SWIG require that we repeat the options here | 49 # A bug with some versions of SWIG/distutils/python and some configurations requires |
50 # us to repeat the swig_opts here. | |
51 options={'build_ext':{'swig_opts':'-c++ -I../src/'}}, | |
50 ext_modules = [aimc_module], | 52 ext_modules = [aimc_module], |
51 py_modules = ["aimc"], | 53 py_modules = ["aimc"], |
52 ) | 54 ) |