On Mon, Jul 2, 2012 at 11:34 PM, Nathaniel Smith wrote:
>
> To be clear, this subthread started with the caveat *as far as our
> "officially supported" platforms go* -- I'm not saying that we should
> go around and remove all the NPY_NO_EXPORT macros tomorrow.
>
> However, the only reason they're
On Sun, Jul 1, 2012 at 9:17 PM, David Cournapeau wrote:
> 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
wr
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
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
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
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
On Wed, Jun 27, 2012 at 8:57 PM, Dag Sverre Seljebotn
wrote:
> On 06/27/2012 09:53 PM, Nathaniel Smith wrote:
>> On Wed, Jun 27, 2012 at 8:29 PM, David Cournapeau wrote:
>>> On Wed, Jun 27, 2012 at 8:07 PM, Nathaniel Smith wrote:
On Wed, Jun 27, 2012 at 7:50 PM, David Cournapeau
wrot
On Wed, Jun 27, 2012 at 8:53 PM, Nathaniel Smith wrote:
> On Wed, Jun 27, 2012 at 8:29 PM, David Cournapeau wrote:
>> On Wed, Jun 27, 2012 at 8:07 PM, Nathaniel Smith wrote:
>>> On Wed, Jun 27, 2012 at 7:50 PM, David Cournapeau
>>> wrote:
On Wed, Jun 27, 2012 at 7:17 PM, Nathaniel Smith
On 06/27/2012 09:53 PM, Nathaniel Smith wrote:
> On Wed, Jun 27, 2012 at 8:29 PM, David Cournapeau wrote:
>> On Wed, Jun 27, 2012 at 8:07 PM, Nathaniel Smith wrote:
>>> On Wed, Jun 27, 2012 at 7:50 PM, David Cournapeau
>>> wrote:
On Wed, Jun 27, 2012 at 7:17 PM, Nathaniel Smith wrote:
>>>
On Wed, Jun 27, 2012 at 8:29 PM, David Cournapeau wrote:
> On Wed, Jun 27, 2012 at 8:07 PM, Nathaniel Smith wrote:
>> On Wed, Jun 27, 2012 at 7:50 PM, David Cournapeau wrote:
>>> On Wed, Jun 27, 2012 at 7:17 PM, Nathaniel Smith wrote:
Currently the numpy build system(s) support two ways of
On Wed, Jun 27, 2012 at 8:07 PM, Nathaniel Smith wrote:
> On Wed, Jun 27, 2012 at 7:50 PM, David Cournapeau wrote:
>> On Wed, Jun 27, 2012 at 7:17 PM, Nathaniel Smith wrote:
>>> Currently the numpy build system(s) support two ways of building
>>> numpy: either by compiling a giant concatenated C
On Wed, Jun 27, 2012 at 7:50 PM, David Cournapeau wrote:
> On Wed, Jun 27, 2012 at 7:17 PM, Nathaniel Smith wrote:
>> Currently the numpy build system(s) support two ways of building
>> numpy: either by compiling a giant concatenated C file, or by the more
>> conventional route of first compiling
On Wed, Jun 27, 2012 at 7:17 PM, Nathaniel Smith wrote:
> Currently the numpy build system(s) support two ways of building
> numpy: either by compiling a giant concatenated C file, or by the more
> conventional route of first compiling each .c file to a .o file, and
> then linking those together.
Currently the numpy build system(s) support two ways of building
numpy: either by compiling a giant concatenated C file, or by the more
conventional route of first compiling each .c file to a .o file, and
then linking those together. I gather from comments in the source code
that the former is the
14 matches
Mail list logo