Re: [sage-devel] Re: gcc_fake in numpy - I've wasted countless hours on this!

2010-06-24 Thread William Stein
On Thu, Jun 24, 2010 at 10:17 AM, Dr. David Kirkby wrote: > On 06/24/10 05:44 PM, Ryszard Wojciechowski wrote: >> >> #3186 - fix 64 bit OSX build support for numpy > > Thank you. > > I would have to say, what an idiotic way that was to fix a problem! > Dave Patch by Michael Abshoff, giving a posi

Re: [sage-devel] Re: gcc_fake in numpy - I've wasted countless hours on this!

2010-06-24 Thread Dr. David Kirkby
On 06/24/10 05:44 PM, Ryszard Wojciechowski wrote: #3186 - fix 64 bit OSX build support for numpy Thank you. I would have to say, what an idiotic way that was to fix a problem! I don't like the idea of a fake gcc, but if one is going to have one, at least it should not have had a hard-coded

[sage-devel] Re: gcc_fake in numpy - I've wasted countless hours on this!

2010-06-24 Thread Ryszard Wojciechowski
#3186 - fix 64 bit OSX build support for numpy On 24 Cze, 16:59, "Dr. David Kirkby" wrote: > William said the other day he was not aware of any fake gcc's. Well numpy has > a > really dumb one, which looks like someone tried to work around 64-bit issues > at > some time in the past. > > drkir..