Re: [Cython] Cython-0.23.4 build failing on gcc6 for upcoming fedora 24

2016-02-07 Thread Neal Becker
Dimitri John Ledkov wrote: > On 6 February 2016 at 17:46, Neal Becker > wrote: >> Robert Bradshaw wrote: >> >>> == >>> FAIL: runTest (__main__.EndToEndTes

Re: [Cython] Cython-0.23.4 build failing on gcc6 for upcoming fedora 24

2016-02-06 Thread Neal Becker
it would be compiler dependent). > > > On Fri, Feb 5, 2016 at 6:15 PM, Neal Becker > wrote: >> Robert Bradshaw wrote: >> >>> Oh, I see what the issue is. Sorry. Try this (on top of the previous): >>> >> https://github.com/cython/cython/commit/a2

Re: [Cython] Cython-0.23.4 build failing on gcc6 for upcoming fedora 24

2016-02-05 Thread Neal Becker
Robert Bradshaw wrote: > Oh, I see what the issue is. Sorry. Try this (on top of the previous): > https://github.com/cython/cython/commit/a2bec15e0db9ebdd22504268c15bfa059b44f72f > > On Fri, Feb 5, 2016 at 6:37 AM, Neal Becker > wrote: >> Dimitri John Ledkov wrote: >>

Re: [Cython] Cython-0.23.4 build failing on gcc6 for upcoming fedora 24

2016-02-05 Thread Neal Becker
Dimitri John Ledkov wrote: > On 5 February 2016 at 12:13, Neal Becker > wrote: >> Robert Bradshaw wrote: >> >>> Try this: >>> >> https://github.com/cython/cython/commit/bd43a6a2c93443792d07caeb9647eab5a75858b7 >> >> What's the e

Re: [Cython] Cython-0.23.4 build failing on gcc6 for upcoming fedora 24

2016-02-05 Thread Neal Becker
Robert Bradshaw wrote: > Try this: > https://github.com/cython/cython/commit/bd43a6a2c93443792d07caeb9647eab5a75858b7 What's the easiest way to grab this in the form of a diff? I don't see anything in the ui on github to do this (other than cut + paste + manually edit) _

[Cython] Cython-0.23.4 build failing on gcc6 for upcoming fedora 24

2016-02-04 Thread Neal Becker
Anyone able to shed any light on this? Here are the logs: https://kojipkgs.fedoraproject.org//work/tasks/4202/12804202/build.log ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel

[Cython] cython-0.23 monkey-patches stdlib?

2015-06-06 Thread Neal Becker
According to https://github.com/cython/cython/blob/master/CHANGES.rst the default build would attempt to modify python stdlib files? How would this work on distributions? I am maintainer for Cython on Fedora. So installing Cython would try to overwrite stdlib files? That sounds difficult. F

[Cython] provision to name cython binaries

2012-10-28 Thread Neal Becker
Does cython build have a provision to name the binaries, with a suffix? This would make it easier to build co-existing versions for python2 and 3. For example: setup.py --suffix=3 to produce .../bin/cython3 ___ cython-devel mailing list cython-deve

[Cython] scons support

2011-10-05 Thread Neal Becker
I have no idea why this doesn't work for me. Looking at http://www.mail-archive.com/cython-dev@codespeak.net/msg09540.html scons --version SCons by Steven Knight et al.: script: v2.1.0.r5357[MODIFIED], 2011/09/09 21:31:03, by bdeegan on ubuntu engine: v2.1.0.r5357[MODIFIED], 201

Re: [Cython] History of SWIG and applicability to Cython

2011-08-30 Thread Neal Becker
gcc now has python bindings. Maybe that would allow the desired introspection? That would be great, because it seems like python binding for gcc is going to be supported. ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/