[Numpy-discussion] numpy installation as non root using site.cfg
Robert Kern
robert.kern@gmail....
Fri Sep 26 18:15:44 CDT 2008
On Fri, Sep 26, 2008 at 18:07, Poul Georg Moses
<pgmoses@engineering.ucsb.edu> 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
More information about the Numpy-discussion
mailing list