Re: [Numpy-discussion] BSD C port of FFTPACK incl. bluestein algorithm

2011-11-18 Thread Charles R Harris
On Fri, Nov 18, 2011 at 9:22 AM, Dag Sverre Seljebotn < d.s.seljeb...@astro.uio.no> wrote: > On 11/18/2011 01:18 PM, Dag Sverre Seljebotn wrote: > > On 11/18/2011 12:58 PM, David Cournapeau wrote: > >> On Fri, Nov 18, 2011 at 11:42 AM, Robert Kern > wrote: > >>> On Fri, Nov 18, 2011 at 11:19, Dag

Re: [Numpy-discussion] BSD C port of FFTPACK incl. bluestein algorithm

2011-11-18 Thread Dag Sverre Seljebotn
On 11/18/2011 01:18 PM, Dag Sverre Seljebotn wrote: > On 11/18/2011 12:58 PM, David Cournapeau wrote: >> On Fri, Nov 18, 2011 at 11:42 AM, Robert Kern wrote: >>> On Fri, Nov 18, 2011 at 11:19, Dag Sverre Seljebotn >>>wrote: I've been in touch with Martin Reinecke, author of the libpsht c

Re: [Numpy-discussion] BSD C port of FFTPACK incl. bluestein algorithm

2011-11-18 Thread Charles R Harris
On Fri, Nov 18, 2011 at 5:18 AM, Dag Sverre Seljebotn < d.s.seljeb...@astro.uio.no> wrote: > On 11/18/2011 12:58 PM, David Cournapeau wrote: > > On Fri, Nov 18, 2011 at 11:42 AM, Robert Kern > wrote: > >> On Fri, Nov 18, 2011 at 11:19, Dag Sverre Seljebotn > >> wrote: > >>> I've been in touch w

Re: [Numpy-discussion] BSD C port of FFTPACK incl. bluestein algorithm

2011-11-18 Thread Dag Sverre Seljebotn
On 11/18/2011 12:58 PM, David Cournapeau wrote: > On Fri, Nov 18, 2011 at 11:42 AM, Robert Kern wrote: >> On Fri, Nov 18, 2011 at 11:19, Dag Sverre Seljebotn >> wrote: >>> I've been in touch with Martin Reinecke, author of the libpsht code for >>> spherical harmonic transforms, about licensing i

Re: [Numpy-discussion] BSD C port of FFTPACK incl. bluestein algorithm

2011-11-18 Thread David Cournapeau
On Fri, Nov 18, 2011 at 11:42 AM, Robert Kern wrote: > On Fri, Nov 18, 2011 at 11:19, Dag Sverre Seljebotn > wrote: >> I've been in touch with Martin Reinecke, author of the libpsht code for >> spherical harmonic transforms, about licensing issues. >> >> libpsht itself will remain under the GPL,

Re: [Numpy-discussion] BSD C port of FFTPACK incl. bluestein algorithm

2011-11-18 Thread Robert Kern
On Fri, Nov 18, 2011 at 11:19, Dag Sverre Seljebotn wrote: > I've been in touch with Martin Reinecke, author of the libpsht code for > spherical harmonic transforms, about licensing issues. > > libpsht itself will remain under the GPL, but he is likely to release > his C port of FFTPACK under BSD

[Numpy-discussion] BSD C port of FFTPACK incl. bluestein algorithm

2011-11-18 Thread Dag Sverre Seljebotn
I've been in touch with Martin Reinecke, author of the libpsht code for spherical harmonic transforms, about licensing issues. libpsht itself will remain under the GPL, but he is likely to release his C port of FFTPACK under BSD in the near future, as it is based on the public domain FFTPACK.