Mercurial > hg > aimc
comparison swig/setup.py @ 156:c257ef1919f3
Changed a comment
author | hamel.phil |
---|---|
date | Thu, 13 Jan 2011 18:58:15 +0000 |
parents | 2abaf1a47a37 |
children | 9fcf55c040fe |
comparison
equal
deleted
inserted
replaced
155:5f51427130f8 | 156:c257ef1919f3 |
---|---|
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 ) |