Trying to get scipy 0.14 running on python 3.4.1 on SLES 11 SP2 LINUX system.
Scipy seemed to compile fine using the command "python setup.py install" but
when I try the scipy.test("full"), I get errors regarding gfortran. I am using
GCC(gfortran) version 4.9.1.
The error states that /usr/lib/l
On Monday, October 13, 2014 1:14:27 PM UTC-5, [email protected] wrote:
> Trying to get scipy 0.14 running on python 3.4.1 on SLES 11 SP2 LINUX system.
>
> Scipy seemed to compile fine using the command "python setup.py install" but
> when I try the scipy.test("full"), I get errors regarding gfortr