[Numpy-discussion] How to compile numpy on ubuntu

2013-08-13 Thread Peng Yu
Hi, The instructions for compiling numpy on ubuntu seems to be very outdated. Could anybody provide an updated instruction on installing numpy? Thanks. http://docs.scipy.org/doc/numpy/user/install.html -- Regards, Peng ___ NumPy-Discussion mailing lis

[Numpy-discussion] Do the prebuilt packages work with the python version that I compile myself?

2013-08-13 Thread Peng Yu
Hi, I compile the latest python myself on Ubuntu. In this case, I think the packages listed on the following webpage does not work with the python version that I compiled. Am I correct? Thanks. http://www.scipy.org/install.html -- Regards, Peng ___ Num

[Numpy-discussion] Easy module installation with less human intervention.

2012-01-21 Thread Peng Yu
Hi, Perl has something like ppm so that I can just use one command to download and install perl modules. But I don't find such thing in python. As shown on http://docs.python.org/install/index.html, it seems that I have to download the packages first unzip it then install it. I'm wondering if the

[Numpy-discussion] setup.py does not use the correct library

2009-09-28 Thread Peng Yu
On Mon, Sep 28, 2009 at 4:44 PM, Robert Kern wrote: > On Mon, Sep 28, 2009 at 16:40, Peng Yu wrote: >> I attached the script that I run for build and the build output. I >> think that setup.py doesn't use the correct python library. But I'm >> not sure why. Woul

Re: [Numpy-discussion] setup.py does not use the correct library

2009-09-28 Thread Peng Yu
On Mon, Sep 28, 2009 at 2:53 PM, Robert Kern wrote: > On Mon, Sep 28, 2009 at 14:31, Peng Yu wrote: >> I use the following command to build numpy-1.3.0rc2. But it seems not >> able to find the appropriate library files. Can somebody let me know >> how to make it

[Numpy-discussion] setup.py does not use the correct library

2009-09-28 Thread Peng Yu
I use the following command to build numpy-1.3.0rc2. But it seems not able to find the appropriate library files. Can somebody let me know how to make it use the correct ones? #command export LD_LBRARY_PATH= export CPPFLAGS="-I$HOME/utility/linux/opt/Python-2.6.2/include/python2.6" export LDFL