Here is a monster reduction of code: from 300 lines down to the simplest 70 by making use of the build_ext command that comes with pyrex:
http://github.com/ialbert/pygr-windows/blob/a99d81ae839f798384060a5f60f9b7c44d96c789/setup.py Note that I have move all the pyx files to the fully qualified names: cdict.py -> pygr.cdict.pyx etc this means no more copying them back and forth. All tests pass on windows and linux. Istvan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
