[SciPy-Dev] scipy build error

Pauli Virtanen pav at iki.fi
Thu Mar 21 13:49:18 EDT 2013


21.03.2013 16:42, Martin Hofsäß kirjoitti:
> I have a new fresh system with linux mint 14 (64bit) and had install
> the intel compiler c and fortran successful.
> 
> Setting the path to the mkl destination in the site.cfg was no problem
> and building numpy worked without error.
[clip]
> compilation aborted for scipy/interpolate/src/_interpolate.cpp (code 2)
> /usr/include/c++/4.7/ext/atomicity.h(48): error: identifier
> "__ATOMIC_ACQ_REL" is undefined
>     { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); }

Looks like some problem in the installation of Intel C++ compiler. Those
headers come from libstdc++ which I doubt is used by icc.

Try checking that you can compile simple c++ programs first.

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list