Re: [Numpy-discussion] Instructions on building from source

2008-07-24 Thread David Cournapeau
Andrew Straw wrote: > > The way it's supposed to work, as far as I understand it, is that atlas > is not required at build time but when installed later automatically > speeds up the blas routines. (Upon installation of libatlas3gf-sse2, > libblas.so.3gf is pointed to /usr/lib/sse2/atlas/libblas.s

Re: [Numpy-discussion] Instructions on building from source

2008-07-24 Thread Andrew Straw
Eric Firing wrote: > Andrew Straw wrote: > > >> Just for reference, you can find the build dependencies of any Debian >> source package by looking at its .dsc file. For numpy, that can be found >> at http://packages.debian.org/sid/python-numpy >> >> Currently (version 1.1.0, debian version 1:1.1

Re: [Numpy-discussion] Instructions on building from source

2008-07-24 Thread Robert Kern
On Thu, Jul 24, 2008 at 02:15, Eric Firing <[EMAIL PROTECTED]> wrote: > Andrew Straw wrote: > >> Just for reference, you can find the build dependencies of any Debian >> source package by looking at its .dsc file. For numpy, that can be found >> at http://packages.debian.org/sid/python-numpy >> >>

Re: [Numpy-discussion] Instructions on building from source

2008-07-24 Thread Eric Firing
Andrew Straw wrote: > Just for reference, you can find the build dependencies of any Debian > source package by looking at its .dsc file. For numpy, that can be found > at http://packages.debian.org/sid/python-numpy > > Currently (version 1.1.0, debian version 1:1.1.0-3), that list is: > > Build

Re: [Numpy-discussion] Instructions on building from source

2008-07-23 Thread Fernando Perez
On Wed, Jul 23, 2008 at 8:59 PM, David Cournapeau <[EMAIL PROTECTED]> wrote: > Fernando Perez wrote: >> >> Very, very useful. Many thanks for this tip, Andrew! >> > > Hi Fernando, > >I am still catching up things (have been on holidays for 2 weeks), > but have you started the INSTALL.txt docum

Re: [Numpy-discussion] Instructions on building from source

2008-07-23 Thread David Cournapeau
Fernando Perez wrote: > > Very, very useful. Many thanks for this tip, Andrew! > Hi Fernando, I am still catching up things (have been on holidays for 2 weeks), but have you started the INSTALL.txt document ? cheers, David ___ Numpy-discussion

Re: [Numpy-discussion] Instructions on building from source

2008-07-23 Thread Fernando Perez
On Wed, Jul 23, 2008 at 3:13 PM, Andrew Straw <[EMAIL PROTECTED]> wrote: > And on a Debian (derivative) system, you can stall those with "apt-get > build-dep python-numpy". This will only install the build dependencies > for the version of python-numpy which is listed in your apt > sources.list, b

Re: [Numpy-discussion] Instructions on building from source

2008-07-23 Thread Fernando Perez
On Wed, Jul 23, 2008 at 3:02 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > On Wed, Jul 23, 2008 at 16:56, Fernando Perez <[EMAIL PROTECTED]> wrote: >> (which can be a useful guide on other distros). Should we have a >> stripped-down copy of this doc somewhere in the top-level directory of >> numpy

Re: [Numpy-discussion] Instructions on building from source

2008-07-23 Thread Andrew Straw
Robert Kern wrote: > On Wed, Jul 23, 2008 at 16:56, Fernando Perez <[EMAIL PROTECTED]> wrote: >> Howdy, >> >> I was just trying to explain to a new user how to build numpy from >> source on ubuntu and I realized that there's not much info on this >> front in the source tree. Scipy has a nice INSTA

Re: [Numpy-discussion] Instructions on building from source

2008-07-23 Thread Robert Kern
On Wed, Jul 23, 2008 at 16:56, Fernando Perez <[EMAIL PROTECTED]> wrote: > Howdy, > > I was just trying to explain to a new user how to build numpy from > source on ubuntu and I realized that there's not much info on this > front in the source tree. Scipy has a nice INSTALL.txt that even > lists t

[Numpy-discussion] Instructions on building from source

2008-07-23 Thread Fernando Perez
Howdy, I was just trying to explain to a new user how to build numpy from source on ubuntu and I realized that there's not much info on this front in the source tree. Scipy has a nice INSTALL.txt that even lists the names of the debian/ubuntu packages needed for the build (which can be a useful g