Dear list,
I am trying to build numpy 1.6.2 from source but am running up against a
few problems.
Platform: OSX10.6.8
Python: 2.7.3 (compiled using gcc 4.2.1)
gcc: 4.2.1
gfortran: 4.2.1
I try the normal build sequence:
python setup.py build
sudo python setup.py install
However, when I try to imp
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 of
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, S
On 8/6/12 5:48 AM, Scott Sinclair wrote:
> On 6 August 2012 11:04, Petro 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
On 6 August 2012 11:04, Petro 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". If I want
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 :
> This should be completely fine.The fftpack.h file indicates that fftpack
>
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