|
37 | 37 | )
|
38 | 38 |
|
39 | 39 | module_mix = Extension('tractor._mix',
|
40 |
| - sources = ['tractor/mix_wrap.c' ], |
41 |
| - include_dirs = numpy_inc, |
42 |
| - extra_objects = [], |
43 |
| - undef_macros=['NDEBUG'], |
44 |
| - #extra_compile_args=['-O0','-g'], |
45 |
| - #extra_link_args=['-O0', '-g'], |
46 |
| - ) |
| 40 | + sources = ['tractor/mix.i'], |
| 41 | + include_dirs = numpy_inc, |
| 42 | + extra_objects = [], |
| 43 | + undef_macros=['NDEBUG'], |
| 44 | + ) |
| 45 | +#extra_compile_args=['-O0','-g'], |
| 46 | +#extra_link_args=['-O0', '-g'], |
47 | 47 |
|
48 | 48 | module_em = Extension('tractor._emfit',
|
49 |
| - sources = ['tractor/emfit_wrap.c' ], |
50 |
| - include_dirs = numpy_inc, |
51 |
| - extra_objects = [], |
52 |
| - undef_macros=['NDEBUG'], |
53 |
| - #extra_compile_args=['-O0','-g'], |
54 |
| - #extra_link_args=['-O0', '-g'], |
55 |
| - ) |
| 49 | + sources = ['tractor/emfit.i' ], |
| 50 | + include_dirs = numpy_inc, |
| 51 | + extra_objects = [], |
| 52 | + undef_macros=['NDEBUG'], |
| 53 | + ) |
| 54 | +#extra_compile_args=['-O0','-g'], |
| 55 | +#extra_link_args=['-O0', '-g'], |
56 | 56 |
|
57 | 57 | class MyDistribution(Distribution):
|
58 | 58 | display_options = Distribution.display_options + [
|
|
0 commit comments