ezod / adolphus

Multi-camera system coverage modeling suite.
http://github.com/ezod/adolphus
Other
7 stars 5 forks source link

Cython compilation doesn't work properly on Windows #5

Closed ezod closed 13 years ago

ezod commented 13 years ago

The new cython.py fixes the runtime issues with MinGW and NumPy but breaks (on some machines?) when Visual Studio 2008 is used for compilation. More advanced logic is needed in the os.name == 'nt' case in cython.py to check which compiler should be used and how.