Re: [Numpy-discussion] running a development branch?

2012-07-01 Thread Ralf Gommers
On Sun, Jul 1, 2012 at 10:29 PM, Henry Gomersall wrote: > Forgive me for what seems to me should be an obvious question. > > How do people run development code without the need to build an entire > source distribution each time? My current strategy is to develop in a > virtualenv and then copy th

[Numpy-discussion] running a development branch?

2012-07-01 Thread Henry Gomersall
Forgive me for what seems to me should be an obvious question. How do people run development code without the need to build an entire source distribution each time? My current strategy is to develop in a virtualenv and then copy the changes to my numpy fork when done, but there are lots of obvious

Re: [Numpy-discussion] Combined versus separate build

2012-07-01 Thread David Cournapeau
On Sun, Jul 1, 2012 at 8:32 PM, Nathaniel Smith wrote: > On Sun, Jul 1, 2012 at 7:36 PM, David Cournapeau wrote: >> On Sun, Jul 1, 2012 at 6:36 PM, Nathaniel Smith wrote: >>> On Wed, Jun 27, 2012 at 9:05 PM, David Cournapeau >>> wrote: On Wed, Jun 27, 2012 at 8:53 PM, Nathaniel Smith wro

Re: [Numpy-discussion] Combined versus separate build

2012-07-01 Thread Nathaniel Smith
On Sun, Jul 1, 2012 at 7:36 PM, David Cournapeau wrote: > On Sun, Jul 1, 2012 at 6:36 PM, Nathaniel Smith wrote: >> On Wed, Jun 27, 2012 at 9:05 PM, David Cournapeau wrote: >>> On Wed, Jun 27, 2012 at 8:53 PM, Nathaniel Smith wrote: But seriously, what compilers do we support that don't ha

Re: [Numpy-discussion] Combined versus separate build

2012-07-01 Thread David Cournapeau
On Sun, Jul 1, 2012 at 6:36 PM, Nathaniel Smith wrote: > On Wed, Jun 27, 2012 at 9:05 PM, David Cournapeau wrote: >> On Wed, Jun 27, 2012 at 8:53 PM, Nathaniel Smith wrote: >>> But seriously, what compilers do we support that don't have >>> -fvisibility=hidden? ...Is there even a list of compile

Re: [Numpy-discussion] Combined versus separate build

2012-07-01 Thread Nathaniel Smith
On Wed, Jun 27, 2012 at 9:05 PM, David Cournapeau wrote: > On Wed, Jun 27, 2012 at 8:53 PM, Nathaniel Smith wrote: >> But seriously, what compilers do we support that don't have >> -fvisibility=hidden? ...Is there even a list of compilers we support >> available anywhere? > > Well, I am not sure