Re: [Numpy-discussion] Cython headers in numpy include

2008-06-19 Thread Matthew Brett
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

Re: [Numpy-discussion] Cython headers in numpy include

2008-06-19 Thread Robert Kern
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

Re: [Numpy-discussion] Cython headers in numpy include

2008-06-19 Thread Matthew Brett
>> 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

Re: [Numpy-discussion] Cython headers in numpy include

2008-06-19 Thread Robert Kern
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

[Numpy-discussion] Cython headers in numpy include

2008-06-19 Thread Matthew Brett
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