[Numpy-discussion] how to uninstall numpy

2012-08-06 Thread Petro
Hi list This is a general python question but I will ask it here. To install a new numpy on Debian testing I remove installed version with aptitude purge python-numpy download numpy source code and install numpy with sudo python setup.py install. If I want to remove the installed numpy how do I

Re: [Numpy-discussion] Licensing question

2012-08-06 Thread Sturla Molden
But the Fortran FFTPACK is GPL, or has the licence been changed? http://people.sc.fsu.edu/~jburkardt/f77_src/fftpack5.1/fftpack5.1.html Sturla Sendt fra min iPad Den 3. aug. 2012 kl. 07:52 skrev Travis Oliphant tra...@continuum.io: This should be completely fine.The fftpack.h file

Re: [Numpy-discussion] how to uninstall numpy

2012-08-06 Thread Scott Sinclair
On 6 August 2012 11:04, Petro x.pi...@gmail.com wrote: This is a general python question but I will ask it here. To install a new numpy on Debian testing I remove installed version with aptitude purge python-numpy download numpy source code and install numpy with sudo python setup.py install.

Re: [Numpy-discussion] how to uninstall numpy

2012-08-06 Thread Alex Clark
On 8/6/12 5:48 AM, Scott Sinclair wrote: On 6 August 2012 11:04, Petro x.pi...@gmail.com wrote: This is a general python question but I will ask it here. To install a new numpy on Debian testing I remove installed version with aptitude purge python-numpy download numpy source code and install

Re: [Numpy-discussion] Licensing question

2012-08-06 Thread Robert Kern
Those are not the original Fortran sources. The original Fortran sources are in the public domain as work done by a US federal employee. http://www.netlib.org/fftpack/ Never trust the license of any code on John Burkardt's site. Track it down to the original sources. On Monday, August 6, 2012,

[Numpy-discussion] question about scipy superpack

2012-08-06 Thread Tom Krauss
Hi, I got a new job, and a new mac book pro on which I just installed Mac OS X 10.8. I need to run SWIG to generate a shared object from C++ source that works with numpy.i. I'm considering installing the Scipy Superpack, but I have a question. If I install the Scipy Superpack, which has most