[SciPy-User] scipy.stats

Bruce Southey bsouthey at gmail.com
Fri Aug 19 20:00:39 EDT 2011


On Fri, Aug 19, 2011 at 5:53 PM, Rita <rmorgan466 at gmail.com> wrote:
> I apologize for the vague question.
> OS: Linux
> Compiler: Intel compiler suite. Version 11 (this also includes fortran
> compiler)
> MKL: 10.3
> Numpy version: 1.6.1
> When I do numpy.config() I see it properly compiled against Intel's BLAS and
> LAPACK
>
> Where are the build logs located? Do you need to build log for Numpy also?
>
> On Fri, Aug 19, 2011 at 11:00 AM, Ralf Gommers <ralf.gommers at googlemail.com>
> wrote:
>>
>>
>> On Thu, Aug 18, 2011 at 12:20 PM, Rita <rmorgan466 at gmail.com> wrote:
>>>
>>> I am trying to import scipy.stats but I keep getting an import Error,
>>> ...scipy/special/_cephes.so: undefined symbol: __libm_sse2_sincos
>>> I compiled Numpy with Intel C compiler and Scipy compiled ok but just
>>> cant get this working.
>>> Any advise?
>>
>> The symbol is defined in an Intel math library. You'll need to give us
>> more details in order to say more than that. What exact compilers and MKL
>> did you use, what OS? Build command and build log?
>>
>> Cheers,
>> Ralf
>>
>>
>>

A quick google indicates that you need to ensure that you link to the
appropriate Intel Math library:
http://software.intel.com/en-us/articles/unresolved-external-symbol-libm-sse2/

Also what is the cpu type?

Bruce



More information about the SciPy-User mailing list