Skip to content

Instantly share code, notes, and snippets.

@chrodan
Created March 27, 2012 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrodan/2213552 to your computer and use it in GitHub Desktop.
Save chrodan/2213552 to your computer and use it in GitHub Desktop.
Numpy compilation log
F2PY Version 2
blas_opt_info:
blas_mkl_info:
FOUND:
libraries = ['iomp5', 'mkl_def', 'mkl_intel_lp64', 'mkl_intel_thread', 'mkl_core', 'pthread']
library_dirs = ['/opt/intel/lib/intel64', '/opt/intel/mkl/lib/intel64']
define_macros = [('SCIPY_MKL_H', None)]
include_dirs = ['/opt/intel/include/']
FOUND:
libraries = ['iomp5', 'mkl_def', 'mkl_intel_lp64', 'mkl_intel_thread', 'mkl_core', 'pthread']
library_dirs = ['/opt/intel/lib/intel64', '/opt/intel/mkl/lib/intel64']
define_macros = [('SCIPY_MKL_H', None)]
include_dirs = ['/opt/intel/include/']
lapack_opt_info:
lapack_mkl_info:
mkl_info:
FOUND:
libraries = ['iomp5', 'mkl_def', 'mkl_intel_lp64', 'mkl_intel_thread', 'mkl_core', 'pthread']
library_dirs = ['/opt/intel/lib/intel64', '/opt/intel/mkl/lib/intel64']
define_macros = [('SCIPY_MKL_H', None)]
include_dirs = ['/opt/intel/include/']
FOUND:
libraries = ['mkl_lapack95_lp64', 'iomp5', 'mkl_def', 'mkl_intel_lp64', 'mkl_intel_thread', 'mkl_core', 'pthread']
library_dirs = ['/opt/intel/lib/intel64', '/opt/intel/mkl/lib/intel64']
define_macros = [('SCIPY_MKL_H', None)]
include_dirs = ['/opt/intel/include/']
FOUND:
libraries = ['mkl_lapack95_lp64', 'iomp5', 'mkl_def', 'mkl_intel_lp64', 'mkl_intel_thread', 'mkl_core', 'pthread']
library_dirs = ['/opt/intel/lib/intel64', '/opt/intel/mkl/lib/intel64']
define_macros = [('SCIPY_MKL_H', None)]
include_dirs = ['/opt/intel/include/']
running config
running build_clib
running build_src
build_src
building py_modules sources
building library "npymath" sources
Found executable /opt/intel/composer_xe_2011_sp1.9.293/bin/intel64/icc
Could not locate executable ecc
customize IntelEM64TFCompiler
Found executable /opt/intel/composer_xe_2011_sp1.9.293/bin/intel64/ifort
customize IntelEM64TFCompiler using config
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
icc -m64 -fPIC -O3 -openmp -mavx _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
icc -m64 -fPIC -O3 -openmp -mavx _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
creating build/src.linux-x86_64-2.7/numpy/core
creating build/src.linux-x86_64-2.7/numpy/core/src
creating build/src.linux-x86_64-2.7/numpy/core/src/npymath
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math.c
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.c
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c
building library "npysort" sources
creating build/src.linux-x86_64-2.7/numpy/core/src/npysort
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/sort.c
building extension "numpy.core._dummy" sources
Generating build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(7): error: identifier "SIZEOF_LONGDOUBLE" is undefined
(void) SIZEOF_LONGDOUBLE;
^
compilation aborted for _configtest.c (code 2)
_configtest.c(7): error: identifier "SIZEOF_LONGDOUBLE" is undefined
(void) SIZEOF_LONGDOUBLE;
^
compilation aborted for _configtest.c (code 2)
failure.
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 31)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(5): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 31)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(7): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
^
compilation aborted for _configtest.c (code 2)
_configtest.c(7): error: the size of an array must be greater than zero
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
^
compilation aborted for _configtest.c (code 2)
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
icc -m64 -fPIC -O3 -openmp -mavx _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
icc -m64 -fPIC -O3 -openmp -mavx _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
icc -m64 -fPIC -O3 -openmp -mavx _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
icc -m64 -fPIC -O3 -openmp -mavx _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
icc -m64 -fPIC -O3 -openmp -mavx _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
_configtest.c(8): error: identifier "HAVE_DECL_SIGNBIT" is undefined
(void) HAVE_DECL_SIGNBIT;
^
compilation aborted for _configtest.c (code 2)
_configtest.c(8): error: identifier "HAVE_DECL_SIGNBIT" is undefined
(void) HAVE_DECL_SIGNBIT;
^
compilation aborted for _configtest.c (code 2)
failure.
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
icc -m64 -fPIC -O3 -openmp -mavx _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
icc -m64 -fPIC -O3 -openmp -mavx _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
icc -m64 -fPIC -O3 -openmp -mavx _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
('File:', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h')
#define HAVE_ENDIAN_H 1
#define SIZEOF_PY_INTPTR_T 8
#define SIZEOF_PY_LONG_LONG 8
#define MATHLIB
#define HAVE_SIN 1
#define HAVE_COS 1
#define HAVE_TAN 1
#define HAVE_SINH 1
#define HAVE_COSH 1
#define HAVE_TANH 1
#define HAVE_FABS 1
#define HAVE_FLOOR 1
#define HAVE_CEIL 1
#define HAVE_SQRT 1
#define HAVE_LOG10 1
#define HAVE_LOG 1
#define HAVE_EXP 1
#define HAVE_ASIN 1
#define HAVE_ACOS 1
#define HAVE_ATAN 1
#define HAVE_FMOD 1
#define HAVE_MODF 1
#define HAVE_FREXP 1
#define HAVE_LDEXP 1
#define HAVE_RINT 1
#define HAVE_TRUNC 1
#define HAVE_EXP2 1
#define HAVE_LOG2 1
#define HAVE_ATAN2 1
#define HAVE_POW 1
#define HAVE_NEXTAFTER 1
#define HAVE_SINF 1
#define HAVE_COSF 1
#define HAVE_TANF 1
#define HAVE_SINHF 1
#define HAVE_COSHF 1
#define HAVE_TANHF 1
#define HAVE_FABSF 1
#define HAVE_FLOORF 1
#define HAVE_CEILF 1
#define HAVE_RINTF 1
#define HAVE_TRUNCF 1
#define HAVE_SQRTF 1
#define HAVE_LOG10F 1
#define HAVE_LOGF 1
#define HAVE_LOG1PF 1
#define HAVE_EXPF 1
#define HAVE_EXPM1F 1
#define HAVE_ASINF 1
#define HAVE_ACOSF 1
#define HAVE_ATANF 1
#define HAVE_ASINHF 1
#define HAVE_ACOSHF 1
#define HAVE_ATANHF 1
#define HAVE_HYPOTF 1
#define HAVE_ATAN2F 1
#define HAVE_POWF 1
#define HAVE_FMODF 1
#define HAVE_MODFF 1
#define HAVE_FREXPF 1
#define HAVE_LDEXPF 1
#define HAVE_EXP2F 1
#define HAVE_LOG2F 1
#define HAVE_COPYSIGNF 1
#define HAVE_NEXTAFTERF 1
#define HAVE_SINL 1
#define HAVE_COSL 1
#define HAVE_TANL 1
#define HAVE_SINHL 1
#define HAVE_COSHL 1
#define HAVE_TANHL 1
#define HAVE_FABSL 1
#define HAVE_FLOORL 1
#define HAVE_CEILL 1
#define HAVE_RINTL 1
#define HAVE_TRUNCL 1
#define HAVE_SQRTL 1
#define HAVE_LOG10L 1
#define HAVE_LOGL 1
#define HAVE_LOG1PL 1
#define HAVE_EXPL 1
#define HAVE_EXPM1L 1
#define HAVE_ASINL 1
#define HAVE_ACOSL 1
#define HAVE_ATANL 1
#define HAVE_ASINHL 1
#define HAVE_ACOSHL 1
#define HAVE_ATANHL 1
#define HAVE_HYPOTL 1
#define HAVE_ATAN2L 1
#define HAVE_POWL 1
#define HAVE_FMODL 1
#define HAVE_MODFL 1
#define HAVE_FREXPL 1
#define HAVE_LDEXPL 1
#define HAVE_EXP2L 1
#define HAVE_LOG2L 1
#define HAVE_COPYSIGNL 1
#define HAVE_NEXTAFTERL 1
#define HAVE_DECL_SIGNBIT
#define HAVE_COMPLEX_H 1
#define HAVE_CREAL 1
#define HAVE_CIMAG 1
#define HAVE_CABS 1
#define HAVE_CARG 1
#define HAVE_CEXP 1
#define HAVE_CSQRT 1
#define HAVE_CLOG 1
#define HAVE_CCOS 1
#define HAVE_CSIN 1
#define HAVE_CPOW 1
#define HAVE_CREALF 1
#define HAVE_CIMAGF 1
#define HAVE_CABSF 1
#define HAVE_CARGF 1
#define HAVE_CEXPF 1
#define HAVE_CSQRTF 1
#define HAVE_CLOGF 1
#define HAVE_CCOSF 1
#define HAVE_CSINF 1
#define HAVE_CPOWF 1
#define HAVE_CREALL 1
#define HAVE_CIMAGL 1
#define HAVE_CABSL 1
#define HAVE_CARGL 1
#define HAVE_CEXPL 1
#define HAVE_CSQRTL 1
#define HAVE_CLOGL 1
#define HAVE_CCOSL 1
#define HAVE_CSINL 1
#define HAVE_CPOWL 1
#define HAVE_LDOUBLE_INTEL_EXTENDED_16_BYTES_LE 1
#ifndef __cplusplus
/* #undef inline */
#endif
#ifndef _NPY_NPY_CONFIG_H_
#error config.h should never be included directly, include npy_config.h instead
#endif
EOF
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
Generating build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
icc -m64 -fPIC -O3 -openmp -mavx _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
File: build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h
#define NPY_HAVE_ENDIAN_H 1
#define NPY_SIZEOF_SHORT SIZEOF_SHORT
#define NPY_SIZEOF_INT SIZEOF_INT
#define NPY_SIZEOF_LONG SIZEOF_LONG
#define NPY_SIZEOF_FLOAT 4
#define NPY_SIZEOF_COMPLEX_FLOAT 8
#define NPY_SIZEOF_DOUBLE 8
#define NPY_SIZEOF_COMPLEX_DOUBLE 16
#define NPY_SIZEOF_LONGDOUBLE 16
#define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32
#define NPY_SIZEOF_PY_INTPTR_T 8
#define NPY_SIZEOF_PY_LONG_LONG 8
#define NPY_SIZEOF_LONGLONG 8
#define NPY_NO_SMP 0
#define NPY_HAVE_DECL_ISNAN
#define NPY_HAVE_DECL_ISINF
#define NPY_HAVE_DECL_ISFINITE
#define NPY_HAVE_DECL_SIGNBIT
#define NPY_USE_C99_COMPLEX 1
#define NPY_HAVE_COMPLEX_DOUBLE 1
#define NPY_HAVE_COMPLEX_FLOAT 1
#define NPY_HAVE_COMPLEX_LONG_DOUBLE 1
#define NPY_USE_C99_FORMATS 1
#define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden")))
#define NPY_ABI_VERSION 0x01000009
#define NPY_API_VERSION 0x00000006
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS 1
#endif
EOF
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.multiarray" sources
non-existing path in 'numpy/core': 'build/src.linux-x86_64-2.7/numpy/core/src/multiarray'
creating build/src.linux-x86_64-2.7/numpy/core/src/multiarray
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/boolean_ops.c
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/einsum.c
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
non-existing path in 'numpy/core': 'build/src.linux-x86_64-2.7/numpy/core/src/umath'
creating build/src.linux-x86_64-2.7/numpy/core/src/umath
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.c
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc
adding 'build/src.linux-x86_64-2.7/numpy/core/src/umath' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core.scalarmath" sources
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/scalarmathmodule.c
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core._dotblas" sources
adding 'numpy/core/blasdot/_dotblas.c' to sources.
building extension "numpy.core.umath_tests" sources
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.c
building extension "numpy.core.multiarray_tests" sources
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c
building extension "numpy.lib._compiled_base" sources
building extension "numpy.numarray._capi" sources
building extension "numpy.fft.fftpack_lite" sources
building extension "numpy.linalg.lapack_lite" sources
creating build/src.linux-x86_64-2.7/numpy/linalg
adding 'numpy/linalg/lapack_litemodule.c' to sources.
adding 'numpy/linalg/python_xerbla.c' to sources.
building extension "numpy.random.mtrand" sources
creating build/src.linux-x86_64-2.7/numpy/random
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c'
icc: _configtest.c
icc -m64 -fPIC -O3 -openmp -mavx _configtest.o -o _configtest
_configtest
failure.
removing: _configtest.c _configtest.o _configtest
building data_files sources
build_src: building npy-pkg config files
customize IntelEM64TCCompiler
customize IntelEM64TCCompiler using build_clib
building 'npymath' library
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/build
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/npymath
creating build/temp.linux-x86_64-2.7/numpy
creating build/temp.linux-x86_64-2.7/numpy/core
creating build/temp.linux-x86_64-2.7/numpy/core/src
creating build/temp.linux-x86_64-2.7/numpy/core/src/npymath
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: numpy/core/src/npymath/halffloat.c
icc: build/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.c
icc: build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math.c
icc: build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c
ar: adding 4 object files to build/temp.linux-x86_64-2.7/libnpymath.a
building 'npysort' library
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/npysort
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: build/src.linux-x86_64-2.7/numpy/core/src/npysort/sort.c
/usr/include/python2.7/pyconfig.h(1158): warning #47: incompatible redefinition of macro "_POSIX_C_SOURCE" (declared at line 214 of "/usr/include/features.h")
#define _POSIX_C_SOURCE 200112L
^
ar: adding 1 object files to build/temp.linux-x86_64-2.7/libnpysort.a
running build_ext
customize IntelEM64TCCompiler
customize IntelEM64TCCompiler using build_ext
building 'numpy.core._dummy' extension
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: numpy/core/src/dummymodule.c
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/numpy
creating build/lib.linux-x86_64-2.7/numpy/core
icc -m64 -fPIC -O3 -openmp -mavx -shared build/temp.linux-x86_64-2.7/numpy/core/src/dummymodule.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/core/_dummy.so
building 'numpy.core.multiarray' extension
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
creating build/temp.linux-x86_64-2.7/numpy/core/src/multiarray
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: numpy/core/src/multiarray/multiarraymodule_onefile.c
numpy/core/src/multiarray/scalartypes.c.src(2648): warning #188: enumerated type mixed with another type
ret->obmeta.base = -1;
^
numpy/core/src/multiarray/scalartypes.c.src(2648): warning #188: enumerated type mixed with another type
ret->obmeta.base = -1;
^
numpy/core/src/multiarray/datetime.c(1019): warning #188: enumerated type mixed with another type
{12, 52, 365}, /* NPY_FR_Y */
^
numpy/core/src/multiarray/datetime.c(1019): warning #188: enumerated type mixed with another type
{12, 52, 365}, /* NPY_FR_Y */
^
numpy/core/src/multiarray/datetime.c(1019): warning #188: enumerated type mixed with another type
{12, 52, 365}, /* NPY_FR_Y */
^
numpy/core/src/multiarray/datetime.c(1021): warning #188: enumerated type mixed with another type
{4, 30, 720}, /* NPY_FR_M */
^
numpy/core/src/multiarray/datetime.c(1021): warning #188: enumerated type mixed with another type
{4, 30, 720}, /* NPY_FR_M */
^
numpy/core/src/multiarray/datetime.c(1021): warning #188: enumerated type mixed with another type
{4, 30, 720}, /* NPY_FR_M */
^
numpy/core/src/multiarray/datetime.c(1023): warning #188: enumerated type mixed with another type
{7, 168, 10080}, /* NPY_FR_W */
^
numpy/core/src/multiarray/datetime.c(1023): warning #188: enumerated type mixed with another type
{7, 168, 10080}, /* NPY_FR_W */
^
numpy/core/src/multiarray/datetime.c(1023): warning #188: enumerated type mixed with another type
{7, 168, 10080}, /* NPY_FR_W */
^
numpy/core/src/multiarray/datetime.c(1025): warning #188: enumerated type mixed with another type
{24, 1440, 86400}, /* NPY_FR_D */
^
numpy/core/src/multiarray/datetime.c(1025): warning #188: enumerated type mixed with another type
{24, 1440, 86400}, /* NPY_FR_D */
^
numpy/core/src/multiarray/datetime.c(1025): warning #188: enumerated type mixed with another type
{24, 1440, 86400}, /* NPY_FR_D */
^
numpy/core/src/multiarray/datetime.c(1027): warning #188: enumerated type mixed with another type
{60, 3600}, /* NPY_FR_h */
^
numpy/core/src/multiarray/datetime.c(1027): warning #188: enumerated type mixed with another type
{60, 3600}, /* NPY_FR_h */
^
numpy/core/src/multiarray/datetime.c(1029): warning #188: enumerated type mixed with another type
{60, 60000}, /* NPY_FR_m */
^
numpy/core/src/multiarray/datetime.c(1029): warning #188: enumerated type mixed with another type
{60, 60000}, /* NPY_FR_m */
^
numpy/core/src/multiarray/datetime.c(1031): warning #188: enumerated type mixed with another type
{1000, 1000000}, /* >=NPY_FR_s */
^
numpy/core/src/multiarray/datetime.c(1031): warning #188: enumerated type mixed with another type
{1000, 1000000}, /* >=NPY_FR_s */
^
numpy/core/src/multiarray/datetime.c(1032): warning #188: enumerated type mixed with another type
{0, 0}
^
numpy/core/src/multiarray/datetime.c(1032): warning #188: enumerated type mixed with another type
{0, 0}
^
numpy/core/src/multiarray/datetime.c(1076): warning #188: enumerated type mixed with another type
baseunit[0] = meta->base + 1;
^
numpy/core/src/multiarray/datetime.c(1077): warning #188: enumerated type mixed with another type
baseunit[1] = meta->base + 2;
^
numpy/core/src/multiarray/datetime.c(1244): warning #188: enumerated type mixed with another type
num *= get_datetime_units_factor(NPY_FR_D, dst_base);
^
numpy/core/src/multiarray/datetime.c(1257): warning #188: enumerated type mixed with another type
num *= get_datetime_units_factor(NPY_FR_D, dst_base);
^
numpy/core/src/multiarray/datetime.c(1261): warning #188: enumerated type mixed with another type
num *= get_datetime_units_factor(src_base, dst_base);
^
numpy/core/src/multiarray/datetime.c(1261): warning #188: enumerated type mixed with another type
num *= get_datetime_units_factor(src_base, dst_base);
^
numpy/core/src/multiarray/datetime.c(1918): warning #188: enumerated type mixed with another type
return -1;
^
numpy/core/src/multiarray/datetime.c(2516): warning #188: enumerated type mixed with another type
NPY_DATETIMEUNIT bestunit = -1;
^
numpy/core/src/multiarray/datetime.c(2633): warning #188: enumerated type mixed with another type
NPY_DATETIMEUNIT bestunit = -1;
^
numpy/core/src/multiarray/datetime.c(3289): warning #188: enumerated type mixed with another type
meta[i].base = -1;
^
numpy/core/src/multiarray/datetime.c(3456): warning #188: enumerated type mixed with another type
meta.base = -1;
^
numpy/core/src/multiarray/datetime.c(3471): warning #188: enumerated type mixed with another type
meta.base = -1;
^
numpy/core/src/multiarray/datetime.c(3661): warning #188: enumerated type mixed with another type
tmp_meta.base = -1;
^
numpy/core/src/multiarray/datetime.c(3662): warning #188: enumerated type mixed with another type
if (parse_iso_8601_datetime(tmp_buffer, maxlen, -1,
^
numpy/core/src/multiarray/datetime.c(3670): warning #188: enumerated type mixed with another type
tmp_meta.base = -1;
^
numpy/core/src/multiarray/datetime.c(3671): warning #188: enumerated type mixed with another type
if (parse_iso_8601_datetime(data, tmp - data, -1,
^
numpy/core/src/multiarray/datetime.c(3766): warning #188: enumerated type mixed with another type
tmp_meta.base = -1;
^
numpy/core/src/multiarray/datetime_strings.c(1512): warning #188: enumerated type mixed with another type
unit = -1;
^
numpy/core/src/multiarray/ctors.c(1077): warning #556: a value of type "void *" cannot be assigned to an entity of type "PyArray_FinalizeFunc *"
cfunc = NpyCapsule_AsVoidPtr(func);
^
numpy/core/src/multiarray/ctors.c(2931): warning #188: enumerated type mixed with another type
temp1 = PyArray_Ravel(arr,0);
^
numpy/core/src/multiarray/iterators.c(1282): warning #188: enumerated type mixed with another type
return PyArray_Flatten(it->ao, 0);
^
numpy/core/src/multiarray/number.c(408): warning #556: a value of type "PyObject *" cannot be assigned to an entity of type "PyArrayObject *"
a1 = PyArray_CastToType(a1, dtype, PyArray_ISFORTRAN(a1));
^
numpy/core/src/multiarray/number.c(414): warning #167: argument of type "PyArrayObject *" is incompatible with parameter of type "PyObject *"
res = PyArray_GenericBinaryFunction(a1, a1, fastop);
^
numpy/core/src/multiarray/methods.c(564): warning #188: enumerated type mixed with another type
if ((ret = (PyArrayObject *)PyArray_NewCopy(self,-1)) == NULL) {
^
numpy/core/src/multiarray/convert_datatype.c(84): warning #556: a value of type "void *" cannot be assigned to an entity of type "PyArray_VectorUnaryFunc *"
castfunc = NpyCapsule_AsVoidPtr(cobj);
^
numpy/core/src/multiarray/convert.c(257): warning #188: enumerated type mixed with another type
order = PyArray_ISFORTRAN(self);
^
numpy/core/src/multiarray/shape.c(191): warning #188: enumerated type mixed with another type
order = PyArray_ISFORTRAN(self);
^
numpy/core/src/multiarray/nditer_pywrap.c(2353): warning #167: argument of type "PyObject *" is incompatible with parameter of type "PySliceObject *"
if (PySlice_GetIndices(op,
^
numpy/core/src/multiarray/nditer_pywrap.c(2403): warning #167: argument of type "PyObject *" is incompatible with parameter of type "PySliceObject *"
if (PySlice_GetIndices(op,
^
numpy/core/src/multiarray/dtype_transfer.c(1636): warning #592: variable "data_finish_src" is used before its value is set
NpyAuxData *subdata = d->data, *data_finish_src = data_finish_src;
^
numpy/core/src/multiarray/einsum.c.src(1083): warning #167: argument of type "npy_float={float} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data0 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(1162): warning #167: argument of type "npy_float={float} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data0 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(610): warning #167: argument of type "npy_float={float} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data0 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(611): warning #167: argument of type "npy_float={float} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data1 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(698): warning #167: argument of type "npy_float={float} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data0 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(699): warning #167: argument of type "npy_float={float} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data1 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(1119): warning #167: argument of type "npy_double={double} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data0 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(1160): warning #167: argument of type "npy_double={double} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data0 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(650): warning #167: argument of type "npy_double={double} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data0 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(651): warning #167: argument of type "npy_double={double} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data1 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(696): warning #167: argument of type "npy_double={double} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data0 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(697): warning #167: argument of type "npy_double={double} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data1 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/arrayobject.c(937): warning #556: a value of type "void *" cannot be assigned to an entity of type "int (*)(void *, void *, int, int)"
compfunc = func;
^
numpy/core/src/multiarray/multiarraymodule.c(689): warning #188: enumerated type mixed with another type
ret = _npy_scalar_kinds_table[typenum];
^
numpy/core/src/multiarray/multiarraymodule.c(700): warning #188: enumerated type mixed with another type
ret = descr->f->scalarkind((arr ? *arr : NULL));
^
numpy/core/src/multiarray/multiarraymodule.c(744): warning #188: enumerated type mixed with another type
neededscalar = _npy_scalar_kinds_table[neededtype];
^
icc -m64 -fPIC -O3 -openmp -mavx -shared build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/multiarraymodule_onefile.o -Lbuild/temp.linux-x86_64-2.7 -lnpymath -lnpysort -o build/lib.linux-x86_64-2.7/numpy/core/multiarray.so
building 'numpy.core.umath' extension
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
creating build/temp.linux-x86_64-2.7/numpy/core/src/umath
compile options: '-Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: numpy/core/src/umath/umathmodule_onefile.c
icc -m64 -fPIC -O3 -openmp -mavx -shared build/temp.linux-x86_64-2.7/numpy/core/src/umath/umathmodule_onefile.o -Lbuild/temp.linux-x86_64-2.7 -lnpymath -o build/lib.linux-x86_64-2.7/numpy/core/umath.so
building 'numpy.core.scalarmath' extension
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: build/src.linux-x86_64-2.7/numpy/core/src/scalarmathmodule.c
numpy/core/src/scalarmathmodule.c.src(1584): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_half={npy_uint16={unsigned short}} (*)(npy_half={npy_uint16={unsigned short}}, npy_half={npy_uint16={unsigned short}})"
_basic_half_pow = funcdata[j - 1];
^
numpy/core/src/scalarmathmodule.c.src(1585): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_float={float} (*)(npy_float={float}, npy_float={float})"
_basic_float_pow = funcdata[j];
^
numpy/core/src/scalarmathmodule.c.src(1586): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_double={double} (*)(npy_double={double}, npy_double={double})"
_basic_double_pow = funcdata[j + 1];
^
numpy/core/src/scalarmathmodule.c.src(1587): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_longdouble={long double} (*)(npy_longdouble={long double}, npy_longdouble={long double})"
_basic_longdouble_pow = funcdata[j + 2];
^
numpy/core/src/scalarmathmodule.c.src(1588): warning #556: a value of type "void *" cannot be assigned to an entity of type "void (*)(npy_cfloat *, npy_cfloat *, npy_cfloat *)"
_basic_cfloat_pow = funcdata[j + 3];
^
numpy/core/src/scalarmathmodule.c.src(1589): warning #556: a value of type "void *" cannot be assigned to an entity of type "void (*)(npy_cdouble *, npy_cdouble *, npy_cdouble *)"
_basic_cdouble_pow = funcdata[j + 4];
^
numpy/core/src/scalarmathmodule.c.src(1590): warning #556: a value of type "void *" cannot be assigned to an entity of type "void (*)(npy_clongdouble *, npy_clongdouble *, npy_clongdouble *)"
_basic_clongdouble_pow = funcdata[j + 5];
^
numpy/core/src/scalarmathmodule.c.src(1606): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_half={npy_uint16={unsigned short}} (*)(npy_half={npy_uint16={unsigned short}})"
_basic_half_floor = funcdata[j - 1];
^
numpy/core/src/scalarmathmodule.c.src(1607): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_float={float} (*)(npy_float={float})"
_basic_float_floor = funcdata[j];
^
numpy/core/src/scalarmathmodule.c.src(1608): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_double={double} (*)(npy_double={double})"
_basic_double_floor = funcdata[j + 1];
^
numpy/core/src/scalarmathmodule.c.src(1609): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_longdouble={long double} (*)(npy_longdouble={long double})"
_basic_longdouble_floor = funcdata[j + 2];
^
numpy/core/src/scalarmathmodule.c.src(1624): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_half={npy_uint16={unsigned short}} (*)(npy_half={npy_uint16={unsigned short}})"
_basic_half_sqrt = funcdata[j - 1];
^
numpy/core/src/scalarmathmodule.c.src(1625): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_float={float} (*)(npy_float={float})"
_basic_float_sqrt = funcdata[j];
^
numpy/core/src/scalarmathmodule.c.src(1626): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_double={double} (*)(npy_double={double})"
_basic_double_sqrt = funcdata[j + 1];
^
numpy/core/src/scalarmathmodule.c.src(1627): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_longdouble={long double} (*)(npy_longdouble={long double})"
_basic_longdouble_sqrt = funcdata[j + 2];
^
numpy/core/src/scalarmathmodule.c.src(1643): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_half={npy_uint16={unsigned short}} (*)(npy_half={npy_uint16={unsigned short}}, npy_half={npy_uint16={unsigned short}})"
_basic_half_fmod = funcdata[j - 1];
^
numpy/core/src/scalarmathmodule.c.src(1644): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_float={float} (*)(npy_float={float}, npy_float={float})"
_basic_float_fmod = funcdata[j];
^
numpy/core/src/scalarmathmodule.c.src(1645): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_double={double} (*)(npy_double={double}, npy_double={double})"
_basic_double_fmod = funcdata[j + 1];
^
numpy/core/src/scalarmathmodule.c.src(1646): warning #556: a value of type "void *" cannot be assigned to an entity of type "npy_longdouble={long double} (*)(npy_longdouble={long double}, npy_longdouble={long double})"
_basic_longdouble_fmod = funcdata[j + 2];
^
numpy/core/src/scalarmathmodule.c.src(1713): warning #556: a value of type "void *" cannot be assigned to an entity of type "cmpfunc"
PyInt_Type.tp_compare = saved_tables[1];
^
numpy/core/src/scalarmathmodule.c.src(1714): warning #556: a value of type "void *" cannot be assigned to an entity of type "richcmpfunc"
PyInt_Type.tp_richcompare = saved_tables[2];
^
numpy/core/src/scalarmathmodule.c.src(1721): warning #556: a value of type "void *" cannot be assigned to an entity of type "cmpfunc"
PyFloat_Type.tp_compare = saved_tables[4];
^
numpy/core/src/scalarmathmodule.c.src(1723): warning #556: a value of type "void *" cannot be assigned to an entity of type "richcmpfunc"
PyFloat_Type.tp_richcompare = saved_tables[5];
^
numpy/core/src/scalarmathmodule.c.src(1728): warning #556: a value of type "void *" cannot be assigned to an entity of type "cmpfunc"
PyComplex_Type.tp_compare = saved_tables[7];
^
numpy/core/src/scalarmathmodule.c.src(1730): warning #556: a value of type "void *" cannot be assigned to an entity of type "richcmpfunc"
PyComplex_Type.tp_richcompare = saved_tables[8];
^
numpy/core/src/scalarmathmodule.c.src(1755): warning #556: a value of type "void *" cannot be assigned to an entity of type "cmpfunc"
PyLongArrType_Type.tp_compare = saved_tables[1];
^
numpy/core/src/scalarmathmodule.c.src(1756): warning #556: a value of type "void *" cannot be assigned to an entity of type "richcmpfunc"
PyLongArrType_Type.tp_richcompare = saved_tables[2];
^
numpy/core/src/scalarmathmodule.c.src(1763): warning #556: a value of type "void *" cannot be assigned to an entity of type "cmpfunc"
PyDoubleArrType_Type.tp_compare = saved_tables[4];
^
numpy/core/src/scalarmathmodule.c.src(1765): warning #556: a value of type "void *" cannot be assigned to an entity of type "richcmpfunc"
PyDoubleArrType_Type.tp_richcompare = saved_tables[5];
^
numpy/core/src/scalarmathmodule.c.src(1770): warning #556: a value of type "void *" cannot be assigned to an entity of type "cmpfunc"
PyCDoubleArrType_Type.tp_compare = saved_tables[7];
^
numpy/core/src/scalarmathmodule.c.src(1772): warning #556: a value of type "void *" cannot be assigned to an entity of type "richcmpfunc"
PyCDoubleArrType_Type.tp_richcompare = saved_tables[8];
^
numpy/core/src/scalarmathmodule.c.src(1797): warning #556: a value of type "void *" cannot be assigned to an entity of type "cmpfunc"
PyLongArrType_Type.tp_compare = saved_tables_arrtype[1];
^
numpy/core/src/scalarmathmodule.c.src(1798): warning #556: a value of type "void *" cannot be assigned to an entity of type "richcmpfunc"
PyLongArrType_Type.tp_richcompare = saved_tables_arrtype[2];
^
numpy/core/src/scalarmathmodule.c.src(1805): warning #556: a value of type "void *" cannot be assigned to an entity of type "cmpfunc"
PyDoubleArrType_Type.tp_compare = saved_tables_arrtype[4];
^
numpy/core/src/scalarmathmodule.c.src(1807): warning #556: a value of type "void *" cannot be assigned to an entity of type "richcmpfunc"
PyDoubleArrType_Type.tp_richcompare = saved_tables_arrtype[5];
^
numpy/core/src/scalarmathmodule.c.src(1812): warning #556: a value of type "void *" cannot be assigned to an entity of type "cmpfunc"
PyCDoubleArrType_Type.tp_compare = saved_tables_arrtype[7];
^
numpy/core/src/scalarmathmodule.c.src(1814): warning #556: a value of type "void *" cannot be assigned to an entity of type "richcmpfunc"
PyCDoubleArrType_Type.tp_richcompare = saved_tables_arrtype[8];
^
icc -m64 -fPIC -O3 -openmp -mavx -shared build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/scalarmathmodule.o -Lbuild/temp.linux-x86_64-2.7 -lnpymath -o build/lib.linux-x86_64-2.7/numpy/core/scalarmath.so
building 'numpy.core._dotblas' extension
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
creating build/temp.linux-x86_64-2.7/numpy/core/blasdot
compile options: '-DSCIPY_MKL_H -Inumpy/core/blasdot -I/opt/intel/include/ -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: numpy/core/blasdot/_dotblas.c
numpy/core/include/numpy/npy_deprecated_api.h(11): warning #1224: #warning directive: "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API"
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API"
^
numpy/core/blasdot/_dotblas.c(239): warning #42: operand types are incompatible ("PyArrayObject *" and "PyObject *")
if (out == Py_None) {
^
numpy/core/blasdot/_dotblas.c(257): warning #167: argument of type "PyObject *" is incompatible with parameter of type "PyArrayObject *"
(PyObject *)out));
^
numpy/core/blasdot/_dotblas.c(292): warning #167: argument of type "PyObject *" is incompatible with parameter of type "PyArrayObject *"
(PyObject *)out);
^
numpy/core/blasdot/_dotblas.c(1124): warning #188: enumerated type mixed with another type
op1 = PyArray_Flatten(ap1, 0);
^
numpy/core/blasdot/_dotblas.c(1131): warning #188: enumerated type mixed with another type
op2 = PyArray_Flatten(ap2, 0);
^
icc -m64 -fPIC -O3 -openmp -mavx -shared build/temp.linux-x86_64-2.7/numpy/core/blasdot/_dotblas.o -L/opt/intel/lib/intel64 -L/opt/intel/mkl/lib/intel64 -Lbuild/temp.linux-x86_64-2.7 -liomp5 -lmkl_def -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lpthread -o build/lib.linux-x86_64-2.7/numpy/core/_dotblas.so
building 'numpy.core.umath_tests' extension
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: build/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.c
icc -m64 -fPIC -O3 -openmp -mavx -shared build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/core/umath_tests.so
building 'numpy.core.multiarray_tests' extension
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c
icc -m64 -fPIC -O3 -openmp -mavx -shared build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/core/multiarray_tests.so
building 'numpy.lib._compiled_base' extension
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
creating build/temp.linux-x86_64-2.7/numpy/lib
creating build/temp.linux-x86_64-2.7/numpy/lib/src
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: numpy/lib/src/_compiled_base.c
numpy/lib/src/_compiled_base.c(143): warning #556: a value of type "PyObject *" cannot be assigned to an entity of type "PyArrayObject *"
if (!(ans = PyArray_Zeros(1, &minlength, type, 0))){
^
numpy/lib/src/_compiled_base.c(147): warning #120: return value type does not match the function type
return ans;
^
creating build/lib.linux-x86_64-2.7/numpy/lib
icc -m64 -fPIC -O3 -openmp -mavx -shared build/temp.linux-x86_64-2.7/numpy/lib/src/_compiled_base.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/lib/_compiled_base.so
building 'numpy.numarray._capi' extension
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
creating build/temp.linux-x86_64-2.7/numpy/numarray
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: numpy/numarray/_capi.c
numpy/numarray/_capi.c(1978): warning #188: enumerated type mixed with another type
o = getTypeObject(typeno);
^
numpy/numarray/_capi.c(2556): warning #188: enumerated type mixed with another type
return (PyArrayObject *)PyArray_NewCopy(from, 0);
^
numpy/numarray/_capi.c(2810): warning #188: enumerated type mixed with another type
return rval;
^
creating build/lib.linux-x86_64-2.7/numpy/numarray
icc -m64 -fPIC -O3 -openmp -mavx -shared build/temp.linux-x86_64-2.7/numpy/numarray/_capi.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/numarray/_capi.so
building 'numpy.fft.fftpack_lite' extension
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
creating build/temp.linux-x86_64-2.7/numpy/fft
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: numpy/fft/fftpack.c
icc: numpy/fft/fftpack_litemodule.c
numpy/core/include/numpy/npy_deprecated_api.h(11): warning #1224: #warning directive: "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API"
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API"
^
creating build/lib.linux-x86_64-2.7/numpy/fft
icc -m64 -fPIC -O3 -openmp -mavx -shared build/temp.linux-x86_64-2.7/numpy/fft/fftpack_litemodule.o build/temp.linux-x86_64-2.7/numpy/fft/fftpack.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/fft/fftpack_lite.so
building 'numpy.linalg.lapack_lite' extension
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
creating build/temp.linux-x86_64-2.7/numpy/linalg
compile options: '-DSCIPY_MKL_H -I/opt/intel/include/ -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: numpy/linalg/lapack_litemodule.c
numpy/core/include/numpy/npy_deprecated_api.h(11): warning #1224: #warning directive: "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API"
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API"
^
icc: numpy/linalg/python_xerbla.c
creating build/lib.linux-x86_64-2.7/numpy/linalg
icc -m64 -fPIC -O3 -openmp -mavx -shared build/temp.linux-x86_64-2.7/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-2.7/numpy/linalg/python_xerbla.o -L/opt/intel/lib/intel64 -L/opt/intel/mkl/lib/intel64 -Lbuild/temp.linux-x86_64-2.7 -lmkl_lapack95_lp64 -liomp5 -lmkl_def -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lpthread -o build/lib.linux-x86_64-2.7/numpy/linalg/lapack_lite.so
building 'numpy.random.mtrand' extension
compiling C sources
C compiler: icc -m64 -fPIC -O3 -openmp -mavx
creating build/temp.linux-x86_64-2.7/numpy/random
creating build/temp.linux-x86_64-2.7/numpy/random/mtrand
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c'
icc: numpy/random/mtrand/distributions.c
icc: numpy/random/mtrand/mtrand.c
numpy/core/include/numpy/npy_deprecated_api.h(11): warning #1224: #warning directive: "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API"
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API"
^
icc: numpy/random/mtrand/initarray.c
numpy/core/include/numpy/npy_deprecated_api.h(11): warning #1224: #warning directive: "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API"
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API"
^
icc: numpy/random/mtrand/randomkit.c
creating build/lib.linux-x86_64-2.7/numpy/random
icc -m64 -fPIC -O3 -openmp -mavx -shared build/temp.linux-x86_64-2.7/numpy/random/mtrand/mtrand.o build/temp.linux-x86_64-2.7/numpy/random/mtrand/randomkit.o build/temp.linux-x86_64-2.7/numpy/random/mtrand/initarray.o build/temp.linux-x86_64-2.7/numpy/random/mtrand/distributions.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/numpy/random/mtrand.so
running scons
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_py
copying numpy/setup.py -> build/lib.linux-x86_64-2.7/numpy
copying numpy/__init__.py -> build/lib.linux-x86_64-2.7/numpy
copying numpy/setupscons.py -> build/lib.linux-x86_64-2.7/numpy
copying numpy/dual.py -> build/lib.linux-x86_64-2.7/numpy
copying numpy/matlib.py -> build/lib.linux-x86_64-2.7/numpy
copying numpy/version.py -> build/lib.linux-x86_64-2.7/numpy
copying numpy/add_newdocs.py -> build/lib.linux-x86_64-2.7/numpy
copying numpy/ctypeslib.py -> build/lib.linux-x86_64-2.7/numpy
copying numpy/_import_tools.py -> build/lib.linux-x86_64-2.7/numpy
copying build/src.linux-x86_64-2.7/numpy/__config__.py -> build/lib.linux-x86_64-2.7/numpy
creating build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/setup.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/intelccompiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/line_endings.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/__init__.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/core.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/info.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/numpy_distribution.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/pathccompiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/log.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/misc_util.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/__version__.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/system_info.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/extension.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/environment.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/interactive.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/cpuinfo.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/exec_command.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/ccompiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/from_template.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/unixccompiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/lib2def.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/compat.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying numpy/distutils/conv_template.py -> build/lib.linux-x86_64-2.7/numpy/distutils
copying build/src.linux-x86_64-2.7/numpy/distutils/__config__.py -> build/lib.linux-x86_64-2.7/numpy/distutils
creating build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/__init__.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/scons.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/install_clib.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/install.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/autodist.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/build_clib.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/build_ext.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/build.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/build_src.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/sdist.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/install_headers.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/develop.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/install_data.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/config.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/build_py.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/config_compiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/build_scripts.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/egg_info.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command
creating build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/none.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler
creating build/lib.linux-x86_64-2.7/numpy/testing
copying numpy/testing/setup.py -> build/lib.linux-x86_64-2.7/numpy/testing
copying numpy/testing/__init__.py -> build/lib.linux-x86_64-2.7/numpy/testing
copying numpy/testing/noseclasses.py -> build/lib.linux-x86_64-2.7/numpy/testing
copying numpy/testing/decorators.py -> build/lib.linux-x86_64-2.7/numpy/testing
copying numpy/testing/nulltester.py -> build/lib.linux-x86_64-2.7/numpy/testing
copying numpy/testing/utils.py -> build/lib.linux-x86_64-2.7/numpy/testing
copying numpy/testing/numpytest.py -> build/lib.linux-x86_64-2.7/numpy/testing
copying numpy/testing/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/testing
copying numpy/testing/print_coercion_tables.py -> build/lib.linux-x86_64-2.7/numpy/testing
copying numpy/testing/nosetester.py -> build/lib.linux-x86_64-2.7/numpy/testing
creating build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/setup.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/f90mod_rules.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/rules.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/auxfuncs.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/__init__.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/info.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/func2subr.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/capi_maps.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/f2py_testing.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/__version__.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/cb_rules.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/cfuncs.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/use_rules.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/f2py2e.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/common_rules.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/diagnose.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/f2py/crackfortran.py -> build/lib.linux-x86_64-2.7/numpy/f2py
copying numpy/core/setup.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/__init__.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/info.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/machar.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/memmap.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/function_base.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/records.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/_methods.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/arrayprint.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/getlimits.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/numeric.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/setup_common.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/defchararray.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/_internal.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/scons_support.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/numerictypes.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/fromnumeric.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/shape_base.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-x86_64-2.7/numpy/core
copying numpy/lib/setup.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/__init__.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/info.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/type_check.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/function_base.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/utils.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/index_tricks.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/arrayterator.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/scimath.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/financial.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/recfunctions.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/npyio.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/ufunclike.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/_iotools.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/_datasource.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/format.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/twodim_base.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/polynomial.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/stride_tricks.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/arraysetops.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/shape_base.py -> build/lib.linux-x86_64-2.7/numpy/lib
copying numpy/lib/user_array.py -> build/lib.linux-x86_64-2.7/numpy/lib
creating build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/setup.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/functions.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/__init__.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/alter_code2.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/array_printer.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/ma.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/arrayfns.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/alter_code1.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/misc.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/rng.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/rng_stats.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/fft.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/linear_algebra.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/matrix.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/ufuncs.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/precision.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/typeconv.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/mlab.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/compat.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/random_array.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/user_array.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/oldnumeric/fix_default_axis.py -> build/lib.linux-x86_64-2.7/numpy/oldnumeric
copying numpy/numarray/setup.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/functions.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/__init__.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/alter_code2.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/convolve.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/image.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/ma.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/alter_code1.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/fft.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/linear_algebra.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/matrix.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/session.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/ufuncs.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/nd_image.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/mlab.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/compat.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/numerictypes.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/util.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/numarray/random_array.py -> build/lib.linux-x86_64-2.7/numpy/numarray
copying numpy/fft/setup.py -> build/lib.linux-x86_64-2.7/numpy/fft
copying numpy/fft/__init__.py -> build/lib.linux-x86_64-2.7/numpy/fft
copying numpy/fft/info.py -> build/lib.linux-x86_64-2.7/numpy/fft
copying numpy/fft/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/fft
copying numpy/fft/helper.py -> build/lib.linux-x86_64-2.7/numpy/fft
copying numpy/fft/fftpack.py -> build/lib.linux-x86_64-2.7/numpy/fft
copying numpy/linalg/setup.py -> build/lib.linux-x86_64-2.7/numpy/linalg
copying numpy/linalg/__init__.py -> build/lib.linux-x86_64-2.7/numpy/linalg
copying numpy/linalg/info.py -> build/lib.linux-x86_64-2.7/numpy/linalg
copying numpy/linalg/linalg.py -> build/lib.linux-x86_64-2.7/numpy/linalg
copying numpy/linalg/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/linalg
copying numpy/random/setup.py -> build/lib.linux-x86_64-2.7/numpy/random
copying numpy/random/__init__.py -> build/lib.linux-x86_64-2.7/numpy/random
copying numpy/random/info.py -> build/lib.linux-x86_64-2.7/numpy/random
copying numpy/random/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/random
creating build/lib.linux-x86_64-2.7/numpy/ma
copying numpy/ma/setup.py -> build/lib.linux-x86_64-2.7/numpy/ma
copying numpy/ma/__init__.py -> build/lib.linux-x86_64-2.7/numpy/ma
copying numpy/ma/core.py -> build/lib.linux-x86_64-2.7/numpy/ma
copying numpy/ma/bench.py -> build/lib.linux-x86_64-2.7/numpy/ma
copying numpy/ma/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/ma
copying numpy/ma/mrecords.py -> build/lib.linux-x86_64-2.7/numpy/ma
copying numpy/ma/version.py -> build/lib.linux-x86_64-2.7/numpy/ma
copying numpy/ma/timer_comparison.py -> build/lib.linux-x86_64-2.7/numpy/ma
copying numpy/ma/testutils.py -> build/lib.linux-x86_64-2.7/numpy/ma
copying numpy/ma/extras.py -> build/lib.linux-x86_64-2.7/numpy/ma
creating build/lib.linux-x86_64-2.7/numpy/matrixlib
copying numpy/matrixlib/setup.py -> build/lib.linux-x86_64-2.7/numpy/matrixlib
copying numpy/matrixlib/defmatrix.py -> build/lib.linux-x86_64-2.7/numpy/matrixlib
copying numpy/matrixlib/__init__.py -> build/lib.linux-x86_64-2.7/numpy/matrixlib
copying numpy/matrixlib/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/matrixlib
creating build/lib.linux-x86_64-2.7/numpy/compat
copying numpy/compat/setup.py -> build/lib.linux-x86_64-2.7/numpy/compat
copying numpy/compat/__init__.py -> build/lib.linux-x86_64-2.7/numpy/compat
copying numpy/compat/setupscons.py -> build/lib.linux-x86_64-2.7/numpy/compat
copying numpy/compat/py3k.py -> build/lib.linux-x86_64-2.7/numpy/compat
copying numpy/compat/_inspect.py -> build/lib.linux-x86_64-2.7/numpy/compat
creating build/lib.linux-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/setup.py -> build/lib.linux-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/hermite.py -> build/lib.linux-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/__init__.py -> build/lib.linux-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/polyutils.py -> build/lib.linux-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/chebyshev.py -> build/lib.linux-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/polytemplate.py -> build/lib.linux-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/legendre.py -> build/lib.linux-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/polynomial.py -> build/lib.linux-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/laguerre.py -> build/lib.linux-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/hermite_e.py -> build/lib.linux-x86_64-2.7/numpy/polynomial
creating build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/internals.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/jargon.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/glossary.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/__init__.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/methods_vs_functions.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/constants.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/io.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/performance.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/misc.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/creation.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/howtofind.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/ufuncs.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/structured_arrays.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/indexing.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/basics.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/broadcasting.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/subclassing.py -> build/lib.linux-x86_64-2.7/numpy/doc
copying numpy/doc/byteswapping.py -> build/lib.linux-x86_64-2.7/numpy/doc
running build_scripts
creating build/scripts.linux-x86_64-2.7
Creating build/scripts.linux-x86_64-2.7/f2py
adding 'build/scripts.linux-x86_64-2.7/f2py' to scripts
changing mode of build/scripts.linux-x86_64-2.7/f2py from 664 to 775
running install_lib
copying build/lib.linux-x86_64-2.7/numpy/linalg/lapack_lite.so -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/linalg
copying build/lib.linux-x86_64-2.7/numpy/__config__.py -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy
copying build/lib.linux-x86_64-2.7/numpy/distutils/__config__.py -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/distutils
copying build/lib.linux-x86_64-2.7/numpy/version.py -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy
copying build/lib.linux-x86_64-2.7/numpy/random/mtrand.so -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/random
copying build/lib.linux-x86_64-2.7/numpy/core/_dotblas.so -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core
copying build/lib.linux-x86_64-2.7/numpy/core/scalarmath.so -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core
copying build/lib.linux-x86_64-2.7/numpy/core/umath.so -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core
copying build/lib.linux-x86_64-2.7/numpy/core/multiarray.so -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core
copying build/lib.linux-x86_64-2.7/numpy/core/umath_tests.so -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core
copying build/lib.linux-x86_64-2.7/numpy/core/_dummy.so -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core
copying build/lib.linux-x86_64-2.7/numpy/core/multiarray_tests.so -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core
copying build/lib.linux-x86_64-2.7/numpy/numarray/_capi.so -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/numarray
copying build/lib.linux-x86_64-2.7/numpy/lib/_compiled_base.so -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/lib
copying build/lib.linux-x86_64-2.7/numpy/fft/fftpack_lite.so -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/fft
byte-compiling /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/__config__.py to __config__.pyc
byte-compiling /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/distutils/__config__.py to __config__.pyc
byte-compiling /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/version.py to version.pyc
running install_scripts
copying build/scripts.linux-x86_64-2.7/f2py -> /home/christoph/.virtualenvs/sci/bin
changing mode of /home/christoph/.virtualenvs/sci/bin/f2py to 775
running install_data
copying build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core/include/numpy
copying build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core/include/numpy
copying build/src.linux-x86_64-2.7/numpy/core/include/numpy/multiarray_api.txt -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core/include/numpy
copying build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core/include/numpy
copying build/src.linux-x86_64-2.7/numpy/core/include/numpy/ufunc_api.txt -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core/include/numpy
copying build/src.linux-x86_64-2.7/numpy/core/lib/npy-pkg-config/npymath.ini -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core/lib/npy-pkg-config
copying build/src.linux-x86_64-2.7/numpy/core/lib/npy-pkg-config/mlib.ini -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core/lib/npy-pkg-config
running install_egg_info
Removing /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy-1.7.0.dev_3503c5f-py2.7.egg-info
Writing /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy-1.7.0.dev_3503c5f-py2.7.egg-info
running install_clib
copying build/temp.linux-x86_64-2.7/libnpymath.a -> /home/christoph/.virtualenvs/sci/lib/python2.7/site-packages/numpy/core/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment