On Fri, Sep 26, 2008 at 18:07, Poul Georg Moses <[EMAIL PROTECTED]> wrote: > > Dear mailing list > > I am trying to install numpy-1.1.1 on a cluster where I do not have root > permission. I have succesfully installed \ > python2.5.2. I am using the cite.cfg file to include the blas and atlas > libraries. I have done that by setting the\ > defaults to: > library_dirs = /usr/lib > include_dirs = /usr/include
You need [DEFAULT] library_dirs = /usr/lib include_dirs = /usr/include just like it is in the site.cfg.example -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
