[SciPy-user] scipy installation without root access

Hoyt Koepke hoytak at gmail.com
Wed Mar 12 16:08:01 EDT 2008


I know this thread is old, but for the sake of completeness and future
reference I'll share a new find.

It seems important on some systems (e.g. my school system, running
suse 10.1) and with some of the packages (e.g. lapack compiling from
source) to also set the environment variable F77=gfortran during the
build process.  Otherwise it seems to build some with g77 and some
with gfortran, which then causes weird issues that can take a while to
track down.

--Hoyt

On Thu, Feb 28, 2008 at 10:02 PM, David Cournapeau
<david at ar.media.kyoto-u.ac.jp> wrote:
> Alastair Basden wrote:
>  > Hi Hoyt/David,
>  > thanks for the replies...
>  > the problem is that it installs fine without errors, but the special.kv
>  > function doesn't work, and since my code needs this, its a problem!
>  >
>  > Does anyone have any idea how I could try to correct this?  From what I
>  > can gather, the function is in scipy/special/amos/zbesk.f
>
>  Give us the build log. It is possible that something went wrong during
>  the build, even if successful.
>
>  cheers,
>
>  David
>
>
> _______________________________________________
>  SciPy-user mailing list
>  SciPy-user at scipy.org
>  http://projects.scipy.org/mailman/listinfo/scipy-user
>



More information about the SciPy-User mailing list