Advertisement
Guest User

python-scipy-mkl

a guest
Oct 4th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.99 KB | None | 0 0
  1. C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -qopenmp
  2.  
  3. compile options: '-Iscipy/interpolate/src -I/usr/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
  4. icc: scipy/interpolate/src/_interpolate.cpp
  5. In file included from /usr/include/stdlib.h(55),
  6.                  from /usr/include/c++/7.2.0/cstdlib(75),
  7.                  from /usr/include/c++/7.2.0/stdlib.h(36),
  8.                  from /usr/include/python3.6m/Python.h(34),
  9.                  from scipy/interpolate/src/_interpolate.cpp(1):
  10. /usr/include/bits/floatn.h(73): error: invalid combination of type specifiers
  11.   typedef __float128 _Float128;
  12.                      ^
  13.  
  14. In file included from /usr/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h(1809),
  15.                  from /usr/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h(18),
  16.                  from /usr/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h(4),
  17.                  from scipy/interpolate/src/_interpolate.cpp(5):
  18. /usr/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h(15): warning #1224: #warning directive: "Using deprecated NumPy API, disable it by "          "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
  19.   #warning "Using deprecated NumPy API, disable it by " \
  20.    ^
  21.  
  22. compilation aborted for scipy/interpolate/src/_interpolate.cpp (code 2)
  23. In file included from /usr/include/stdlib.h(55),
  24.                  from /usr/include/c++/7.2.0/cstdlib(75),
  25.                  from /usr/include/c++/7.2.0/stdlib.h(36),
  26.                  from /usr/include/python3.6m/Python.h(34),
  27.                  from scipy/interpolate/src/_interpolate.cpp(1):
  28. /usr/include/bits/floatn.h(73): error: invalid combination of type specifiers
  29.   typedef __float128 _Float128;
  30.                      ^
  31.  
  32. In file included from /usr/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h(1809),
  33.                  from /usr/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h(18),
  34.                  from /usr/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h(4),
  35.                  from scipy/interpolate/src/_interpolate.cpp(5):
  36. /usr/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h(15): warning #1224: #warning directive: "Using deprecated NumPy API, disable it by "          "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
  37.   #warning "Using deprecated NumPy API, disable it by " \
  38.    ^
  39.  
  40. compilation aborted for scipy/interpolate/src/_interpolate.cpp (code 2)
  41. error: Command "icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -qopenmp -Iscipy/interpolate/src -I/usr/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c scipy/interpolate/src/_interpolate.cpp -o build/temp.linux-x86_64-3.6/scipy/interpolate/src/_interpolate.o -MMD -MF build/temp.linux-x86_64-3.6/scipy/interpolate/src/_interpolate.o.d" failed with exit status 2
  42. ==> ERROR: A failure occurred in build().
  43.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement