Hi,
> Cython looks in the include_dirs for .pxd files, right? Then yes, I
> would support putting them alongside arrayobject.h.
Yes, right - Fernando just pointed me to the reference - quoting him:
"As indicated here:
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/version/Doc/Manual/s
On Thu, Jun 19, 2008 at 18:02, Matthew Brett <[EMAIL PROTECTED]> wrote:
>>> Following on from Fernando's post about his Cython example, I would
>>> like to suggest adding his .pxd files to the standard numpy include
>>> directory, fetched with np.get_include()
>>
>> I am a bit hesitant to add them
>> Following on from Fernando's post about his Cython example, I would
>> like to suggest adding his .pxd files to the standard numpy include
>> directory, fetched with np.get_include()
>
> I am a bit hesitant to add them to a standard "public" path until they
> are close to complete.
As usual, fa
On Thu, Jun 19, 2008 at 17:46, Matthew Brett <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Following on from Fernando's post about his Cython example, I would
> like to suggest adding his .pxd files to the standard numpy include
> directory, fetched with np.get_include()
I am a bit hesitant to add them to
Hi,
Following on from Fernando's post about his Cython example, I would
like to suggest adding his .pxd files to the standard numpy include
directory, fetched with np.get_include()
Why:
Because anyone writing a Cython extension for numpy will need these
files. At the moment, this means that ever