fcichos / pyoptools

Automatically exported from code.google.com/p/pyoptools
Other
0 stars 0 forks source link

Not compiling in 32 bits architecture #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the pyoptools
2. python setup.py build_ext -i

What is the expected output? What do you see instead?

It should compile. There is an error

pyoptools/wavefront/field/field.c: In function 
‘__pyx_pf_9pyoptools_9wavefront_5field_5field_5Field__rs_kernel’:
pyoptools/wavefront/field/field.c:4383: error: incompatible types when 
assigning to type ‘__pyx_t_5numpy_complex64_t’ from type 
‘__pyx_t_float_complex’

Original issue reported on code.google.com by ramezqui...@gmail.com on 25 Oct 2010 at 3:18

GoogleCodeExporter commented 8 years ago
It seems it was a cython installation issue

Original comment by ramezqui...@gmail.com on 6 Nov 2010 at 3:22