eftsung / pygr

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

Reduce complexity of setup.py #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
setup.py could be significantly simplified by using the build_ext target 
provided by Pyrex rather than having our own.

Istvan is working on this now.

Original issue reported on code.google.com by mare...@gmail.com on 27 Jan 2009 at 2:11

GoogleCodeExporter commented 8 years ago
One possible issue is that it will (likely) make Pyrex a required dependency of 
Pygr, which was not the case for releases so far because they came with pre-
generated C-code files. This needs to be discussed before these changes are 
committed.

Original comment by mare...@gmail.com on 27 Jan 2009 at 2:35

GoogleCodeExporter commented 8 years ago
See

http://groups.google.com/group/pygr-dev/browse_thread/thread/6a87d53fbfe7deb2

for more discussion.

Original comment by the.good...@gmail.com on 6 Feb 2009 at 4:59

GoogleCodeExporter commented 8 years ago
Titus has posted a follow-up as issue 67, closing this one as the other 
contains 
patches.

Original comment by mare...@gmail.com on 17 Feb 2009 at 7:18