[SciPy-dev] forcing scipy to use sources instead of system libraries?
Pearu Peterson
pearu@cens.ioc...
Tue Apr 8 13:15:16 CDT 2008
On Tue, April 8, 2008 8:52 pm, Pearu Peterson wrote:
> 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
Also
ATLAS=None
might be needed.
Pearu
More information about the Scipy-dev
mailing list