[SciPy-dev] forcing scipy to use sources instead of system libraries?

Pearu Peterson pearu at cens.ioc.ee
Tue Apr 8 13:52:19 EDT 2008


On Tue, April 8, 2008 6:15 pm, Charles Doutriaux wrote:
> Hello,
>
> The blas installed on my system is apparently corrupted, is there a way
> to force scipy to use the sources instead of the libs it finds on the
> system?
>
> I do set the env variables: LAPACK_SRC and BLAS_SRC but it does not pick
> this up because it finds some blas/lapack in /usr/lib

Set also

 LAPACK=None
 BLAS=None

Pearu




More information about the SciPy-Dev mailing list