BRARY_PATH:/usr/lib/lapack:/usr/lib/atlas-base;
On Mon, Dec 10, 2012 at 2:54 PM, Alexander Eberspächer <
alex.eberspaec...@gmail.com> wrote:
> On Mon, 10 Dec 2012 13:57:04 +0300
> Allan Kamau wrote:
>
> > I have built and installed numpy on Debian from sou
I have built and installed numpy on Debian from source successfully as
follows.
export LAPACK=/usr/lib/lapack/liblapack.so;export
ATLAS=/usr/lib/atlas-base/libatlas.so;
python setup.py build;
python setup.py install;
Then I change directory from the numpy sources directory. Then I give the
comman