Skip to content

Instantly share code, notes, and snippets.

@derekbrokeit
Created October 2, 2013 05:44
Show Gist options
  • Save derekbrokeit/6789587 to your computer and use it in GitHub Desktop.
Save derekbrokeit/6789587 to your computer and use it in GitHub Desktop.
Complete compilation and installation of numpy 1.8rc1 using command: `python3 setup.py build --compiler=intelem --fcompiler=intelem install --prefix=$HOME/no-xhost` compiler setup as follows: intelccompiler.py: `self.cc_exe = 'icc -m64 -fPIC -O0'` fcompiler/intel.py: `return ['-xhost -openmp -O0']` Results in errors given [here](https://gist.git…
F2PY Version 2
blas_opt_info:
blas_mkl_info:
FOUND:
include_dirs = ['/opt/intel/composerxe-2011.1.107/mkl/include']
library_dirs = ['/home/derekt/.linuxbrew/lib']
libraries = ['mkl_custom', 'pthread']
define_macros = [('SCIPY_MKL_H', None)]
FOUND:
include_dirs = ['/opt/intel/composerxe-2011.1.107/mkl/include']
library_dirs = ['/home/derekt/.linuxbrew/lib']
libraries = ['mkl_custom', 'pthread']
define_macros = [('SCIPY_MKL_H', None)]
non-existing path in 'numpy/lib': 'benchmarks'
lapack_opt_info:
openblas_info:
FOUND:
language = f77
library_dirs = ['/home/derekt/.linuxbrew/lib']
libraries = ['openblas']
FOUND:
language = f77
library_dirs = ['/home/derekt/.linuxbrew/lib']
libraries = ['openblas']
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_src
build_src
building py_modules sources
creating build
creating build/src.linux-x86_64-3.3
creating build/src.linux-x86_64-3.3/numpy
creating build/src.linux-x86_64-3.3/numpy/distutils
building library "npymath" sources
Found executable /opt/intel/composerxe-2011.1.107/bin/intel64/icc
customize IntelEM64TFCompiler
Found executable /opt/intel/composerxe-2011.1.107/bin/intel64/ifort
customize IntelEM64TFCompiler using config
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
creating build/src.linux-x86_64-3.3/numpy/core
creating build/src.linux-x86_64-3.3/numpy/core/src
creating build/src.linux-x86_64-3.3/numpy/core/src/npymath
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/npymath/npy_math.c
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/npymath/ieee754.c
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/npymath/npy_math_complex.c
building library "npysort" sources
creating build/src.linux-x86_64-3.3/numpy/core/src/npysort
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/npysort/quicksort.c
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/npysort/mergesort.c
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/npysort/heapsort.c
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/npysort/selection.c
building extension "numpy.core._dummy" sources
Generating build/src.linux-x86_64-3.3/numpy/core/include/numpy/config.h
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
_configtest.c(1): warning #1292: attribute "optimize" ignored
int __attribute__((optimize("unroll-loops"))) attribute_optimize_unroll_loops (void);
^
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -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 -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
_configtest.c(5): warning #279: controlling expression is constant
if ((complex double *) 0)
^
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
_configtest.c(5): warning #279: controlling expression is constant
if ((complex float *) 0)
^
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
_configtest.c(5): warning #279: controlling expression is constant
if ((complex long double *) 0)
^
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
removing: _configtest.c _configtest.o
File: build/src.linux-x86_64-3.3/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_XMMINTRIN_H 1
#define HAVE_EMMINTRIN_H 1
#define HAVE___BUILTIN_ISNAN 1
#define HAVE___BUILTIN_ISINF 1
#define HAVE___BUILTIN_ISFINITE 1
#define HAVE___BUILTIN_BSWAP32 1
#define HAVE___BUILTIN_BSWAP64 1
#define HAVE___BUILTIN_EXPECT 1
#define HAVE__MM_LOAD_PS 1
#define HAVE__MM_LOAD_PD 1
#define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 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 ENABLE_SEPARATE_COMPILATION 1
#define HAVE_LDOUBLE_INTEL_EXTENDED_16_BYTES_LE 1
#define NPY_PY3K 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-3.3/numpy/core/include/numpy/config.h' to sources.
Generating build/src.linux-x86_64-3.3/numpy/core/include/numpy/_numpyconfig.h
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
success!
removing: _configtest.c _configtest.o
File: build/src.linux-x86_64-3.3/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_ENABLE_SEPARATE_COMPILATION 1
#define NPY_USE_C99_FORMATS 1
#define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden")))
#define NPY_ABI_VERSION 0x01000009
#define NPY_API_VERSION 0x00000009
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS 1
#endif
EOF
adding 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.3/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.multiarray" sources
adding 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/__multiarray_api.h' to sources.
creating build/src.linux-x86_64-3.3/numpy/core/src/multiarray
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/multiarray/arraytypes.c
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/multiarray/einsum.c
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/multiarray/lowlevel_strided_loops.c
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/multiarray/nditer_templ.c
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/multiarray/scalartypes.c
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.3/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
adding 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/__ufunc_api.h' to sources.
creating build/src.linux-x86_64-3.3/numpy/core/src/umath
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/umath/funcs.inc
adding 'build/src.linux-x86_64-3.3/numpy/core/src/umath' to include_dirs.
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/umath/simd.inc
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/umath/loops.c
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.3/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-3.3/numpy/core/src/umath/simd.inc', 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core.scalarmath" sources
adding 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/__multiarray_api.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/__ufunc_api.h' to sources.
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/scalarmathmodule.c
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-3.3/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-3.3/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-x86_64-3.3/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-3.3/numpy/core/src/umath/umath_tests.c
building extension "numpy.core.test_rational" sources
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/umath/test_rational.c
building extension "numpy.core.struct_ufunc_test" sources
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/umath/struct_ufunc_test.c
building extension "numpy.core.multiarray_tests" sources
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/multiarray/multiarray_tests.c
building extension "numpy.core.operand_flag_tests" sources
conv_template:> build/src.linux-x86_64-3.3/numpy/core/src/umath/operand_flag_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-3.3/numpy/linalg
adding 'numpy/linalg/lapack_litemodule.c' to sources.
adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
building extension "numpy.linalg._umath_linalg" sources
adding 'numpy/linalg/umath_linalg.c.src' to sources.
adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
conv_template:> build/src.linux-x86_64-3.3/numpy/linalg/umath_linalg.c
building extension "numpy.random.mtrand" sources
creating build/src.linux-x86_64-3.3/numpy/random
C compiler: icc -m64 -fPIC -O0
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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: _configtest.c
icc -m64 -fPIC -O0 _configtest.o -o _configtest
_configtest
failure.
removing: _configtest.c _configtest.o _configtest
building data_files sources
build_src: building npy-pkg config files
running build_py
creating build/lib.linux-x86_64-3.3
creating build/lib.linux-x86_64-3.3/numpy
copying numpy/matlib.py -> build/lib.linux-x86_64-3.3/numpy
copying numpy/version.py -> build/lib.linux-x86_64-3.3/numpy
copying numpy/_import_tools.py -> build/lib.linux-x86_64-3.3/numpy
copying numpy/dual.py -> build/lib.linux-x86_64-3.3/numpy
copying numpy/__init__.py -> build/lib.linux-x86_64-3.3/numpy
copying numpy/add_newdocs.py -> build/lib.linux-x86_64-3.3/numpy
copying numpy/setup.py -> build/lib.linux-x86_64-3.3/numpy
copying numpy/ctypeslib.py -> build/lib.linux-x86_64-3.3/numpy
copying build/src.linux-x86_64-3.3/numpy/__config__.py -> build/lib.linux-x86_64-3.3/numpy
creating build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/environment.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/misc_util.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/info.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/intelccompiler.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/log.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/lib2def.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/ccompiler.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/compat.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/line_endings.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/core.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/conv_template.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/from_template.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/__version__.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/pathccompiler.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/extension.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/__init__.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/system_info.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/exec_command.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/numpy_distribution.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/setup.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/cpuinfo.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying numpy/distutils/unixccompiler.py -> build/lib.linux-x86_64-3.3/numpy/distutils
copying build/src.linux-x86_64-3.3/numpy/distutils/__config__.py -> build/lib.linux-x86_64-3.3/numpy/distutils
creating build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/build_ext.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/autodist.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/config_compiler.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/install_data.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/build.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/egg_info.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/install_clib.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/sdist.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/develop.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/__init__.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/build_py.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/install_headers.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/build_clib.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/install.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/build_scripts.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/config.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
copying numpy/distutils/command/build_src.py -> build/lib.linux-x86_64-3.3/numpy/distutils/command
creating build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/none.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-x86_64-3.3/numpy/distutils/fcompiler
creating build/lib.linux-x86_64-3.3/numpy/testing
copying numpy/testing/decorators.py -> build/lib.linux-x86_64-3.3/numpy/testing
copying numpy/testing/noseclasses.py -> build/lib.linux-x86_64-3.3/numpy/testing
copying numpy/testing/numpytest.py -> build/lib.linux-x86_64-3.3/numpy/testing
copying numpy/testing/__init__.py -> build/lib.linux-x86_64-3.3/numpy/testing
copying numpy/testing/utils.py -> build/lib.linux-x86_64-3.3/numpy/testing
copying numpy/testing/print_coercion_tables.py -> build/lib.linux-x86_64-3.3/numpy/testing
copying numpy/testing/nosetester.py -> build/lib.linux-x86_64-3.3/numpy/testing
copying numpy/testing/setup.py -> build/lib.linux-x86_64-3.3/numpy/testing
creating build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/info.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/func2subr.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/rules.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/use_rules.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/f90mod_rules.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/crackfortran.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/capi_maps.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/f2py2e.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/auxfuncs.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/__version__.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/cb_rules.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/__init__.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/f2py_testing.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/common_rules.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/diagnose.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/setup.py -> build/lib.linux-x86_64-3.3/numpy/f2py
copying numpy/f2py/cfuncs.py -> build/lib.linux-x86_64-3.3/numpy/f2py
creating build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/info.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/arrayprint.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/_methods.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/function_base.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/machar.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/numerictypes.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/fromnumeric.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/records.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/numeric.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/__init__.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/_internal.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/memmap.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/setup.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/getlimits.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/defchararray.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/shape_base.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/setup_common.py -> build/lib.linux-x86_64-3.3/numpy/core
copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-x86_64-3.3/numpy/core
creating build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/info.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/arraypad.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/_datasource.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/arrayterator.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/_iotools.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/arraysetops.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/ufunclike.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/function_base.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/polynomial.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/nanfunctions.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/scimath.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/twodim_base.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/format.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/recfunctions.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/__init__.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/utils.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/index_tricks.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/setup.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/financial.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/shape_base.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/user_array.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/type_check.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/stride_tricks.py -> build/lib.linux-x86_64-3.3/numpy/lib
copying numpy/lib/npyio.py -> build/lib.linux-x86_64-3.3/numpy/lib
creating build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/array_printer.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/alter_code1.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/matrix.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/compat.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/precision.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/alter_code2.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/random_array.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/rng_stats.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/fix_default_axis.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/ufuncs.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/typeconv.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/misc.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/rng.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/linear_algebra.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/__init__.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/fft.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/setup.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/functions.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/user_array.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/arrayfns.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/mlab.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
copying numpy/oldnumeric/ma.py -> build/lib.linux-x86_64-3.3/numpy/oldnumeric
creating build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/alter_code1.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/matrix.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/image.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/util.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/compat.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/alter_code2.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/random_array.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/session.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/ufuncs.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/numerictypes.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/linear_algebra.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/__init__.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/fft.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/setup.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/convolve.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/functions.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/nd_image.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/mlab.py -> build/lib.linux-x86_64-3.3/numpy/numarray
copying numpy/numarray/ma.py -> build/lib.linux-x86_64-3.3/numpy/numarray
creating build/lib.linux-x86_64-3.3/numpy/fft
copying numpy/fft/info.py -> build/lib.linux-x86_64-3.3/numpy/fft
copying numpy/fft/helper.py -> build/lib.linux-x86_64-3.3/numpy/fft
copying numpy/fft/__init__.py -> build/lib.linux-x86_64-3.3/numpy/fft
copying numpy/fft/setup.py -> build/lib.linux-x86_64-3.3/numpy/fft
copying numpy/fft/fftpack.py -> build/lib.linux-x86_64-3.3/numpy/fft
creating build/lib.linux-x86_64-3.3/numpy/linalg
copying numpy/linalg/info.py -> build/lib.linux-x86_64-3.3/numpy/linalg
copying numpy/linalg/linalg.py -> build/lib.linux-x86_64-3.3/numpy/linalg
copying numpy/linalg/_gufuncs_linalg.py -> build/lib.linux-x86_64-3.3/numpy/linalg
copying numpy/linalg/__init__.py -> build/lib.linux-x86_64-3.3/numpy/linalg
copying numpy/linalg/setup.py -> build/lib.linux-x86_64-3.3/numpy/linalg
creating build/lib.linux-x86_64-3.3/numpy/random
copying numpy/random/info.py -> build/lib.linux-x86_64-3.3/numpy/random
copying numpy/random/__init__.py -> build/lib.linux-x86_64-3.3/numpy/random
copying numpy/random/setup.py -> build/lib.linux-x86_64-3.3/numpy/random
creating build/lib.linux-x86_64-3.3/numpy/ma
copying numpy/ma/testutils.py -> build/lib.linux-x86_64-3.3/numpy/ma
copying numpy/ma/extras.py -> build/lib.linux-x86_64-3.3/numpy/ma
copying numpy/ma/version.py -> build/lib.linux-x86_64-3.3/numpy/ma
copying numpy/ma/core.py -> build/lib.linux-x86_64-3.3/numpy/ma
copying numpy/ma/__init__.py -> build/lib.linux-x86_64-3.3/numpy/ma
copying numpy/ma/timer_comparison.py -> build/lib.linux-x86_64-3.3/numpy/ma
copying numpy/ma/bench.py -> build/lib.linux-x86_64-3.3/numpy/ma
copying numpy/ma/mrecords.py -> build/lib.linux-x86_64-3.3/numpy/ma
copying numpy/ma/setup.py -> build/lib.linux-x86_64-3.3/numpy/ma
creating build/lib.linux-x86_64-3.3/numpy/matrixlib
copying numpy/matrixlib/defmatrix.py -> build/lib.linux-x86_64-3.3/numpy/matrixlib
copying numpy/matrixlib/__init__.py -> build/lib.linux-x86_64-3.3/numpy/matrixlib
copying numpy/matrixlib/setup.py -> build/lib.linux-x86_64-3.3/numpy/matrixlib
creating build/lib.linux-x86_64-3.3/numpy/compat
copying numpy/compat/_inspect.py -> build/lib.linux-x86_64-3.3/numpy/compat
copying numpy/compat/__init__.py -> build/lib.linux-x86_64-3.3/numpy/compat
copying numpy/compat/py3k.py -> build/lib.linux-x86_64-3.3/numpy/compat
copying numpy/compat/setup.py -> build/lib.linux-x86_64-3.3/numpy/compat
creating build/lib.linux-x86_64-3.3/numpy/polynomial
copying numpy/polynomial/polynomial.py -> build/lib.linux-x86_64-3.3/numpy/polynomial
copying numpy/polynomial/chebyshev.py -> build/lib.linux-x86_64-3.3/numpy/polynomial
copying numpy/polynomial/legendre.py -> build/lib.linux-x86_64-3.3/numpy/polynomial
copying numpy/polynomial/hermite.py -> build/lib.linux-x86_64-3.3/numpy/polynomial
copying numpy/polynomial/polyutils.py -> build/lib.linux-x86_64-3.3/numpy/polynomial
copying numpy/polynomial/laguerre.py -> build/lib.linux-x86_64-3.3/numpy/polynomial
copying numpy/polynomial/__init__.py -> build/lib.linux-x86_64-3.3/numpy/polynomial
copying numpy/polynomial/polytemplate.py -> build/lib.linux-x86_64-3.3/numpy/polynomial
copying numpy/polynomial/setup.py -> build/lib.linux-x86_64-3.3/numpy/polynomial
copying numpy/polynomial/hermite_e.py -> build/lib.linux-x86_64-3.3/numpy/polynomial
creating build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/indexing.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/broadcasting.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/io.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/internals.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/howtofind.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/performance.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/subclassing.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/ufuncs.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/jargon.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/constants.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/structured_arrays.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/misc.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/__init__.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/methods_vs_functions.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/glossary.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/basics.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/byteswapping.py -> build/lib.linux-x86_64-3.3/numpy/doc
copying numpy/doc/creation.py -> build/lib.linux-x86_64-3.3/numpy/doc
running build_clib
customize IntelEM64TCCompiler
customize IntelEM64TCCompiler using build_clib
building 'npymath' library
compiling C sources
C compiler: icc -m64 -fPIC -O0
creating build/temp.linux-x86_64-3.3
creating build/temp.linux-x86_64-3.3/build
creating build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3
creating build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy
creating build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core
creating build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src
creating build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/npymath
creating build/temp.linux-x86_64-3.3/numpy
creating build/temp.linux-x86_64-3.3/numpy/core
creating build/temp.linux-x86_64-3.3/numpy/core/src
creating build/temp.linux-x86_64-3.3/numpy/core/src/npymath
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: build/src.linux-x86_64-3.3/numpy/core/src/npymath/npy_math.c
icc: build/src.linux-x86_64-3.3/numpy/core/src/npymath/ieee754.c
icc: build/src.linux-x86_64-3.3/numpy/core/src/npymath/npy_math_complex.c
icc: numpy/core/src/npymath/halffloat.c
ar: adding 4 object files to build/temp.linux-x86_64-3.3/libnpymath.a
building 'npysort' library
compiling C sources
C compiler: icc -m64 -fPIC -O0
creating build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/npysort
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: build/src.linux-x86_64-3.3/numpy/core/src/npysort/mergesort.c
/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m/pyconfig.h(1375): warning #47: incompatible redefinition of macro "_POSIX_C_SOURCE" (declared at line 198 of "/usr/include/features.h")
#define _POSIX_C_SOURCE 200809L
^
icc: build/src.linux-x86_64-3.3/numpy/core/src/npysort/quicksort.c
/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m/pyconfig.h(1375): warning #47: incompatible redefinition of macro "_POSIX_C_SOURCE" (declared at line 198 of "/usr/include/features.h")
#define _POSIX_C_SOURCE 200809L
^
icc: build/src.linux-x86_64-3.3/numpy/core/src/npysort/selection.c
icc: build/src.linux-x86_64-3.3/numpy/core/src/npysort/heapsort.c
/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m/pyconfig.h(1375): warning #47: incompatible redefinition of macro "_POSIX_C_SOURCE" (declared at line 198 of "/usr/include/features.h")
#define _POSIX_C_SOURCE 200809L
^
ar: adding 4 object files to build/temp.linux-x86_64-3.3/libnpysort.a
running build_ext
customize IntelEM64TCCompiler
customize IntelEM64TCCompiler using build_ext
customize IntelEM64TFCompiler
customize IntelEM64TFCompiler using build_ext
building 'numpy.core._dummy' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
compile options: '-DHAVE_NPY_CONFIG_H=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: numpy/core/src/dummymodule.c
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/numpy/core/src/dummymodule.o -Lbuild/temp.linux-x86_64-3.3 -o build/lib.linux-x86_64-3.3/numpy/core/_dummy.cpython-33m.so
building 'numpy.core.multiarray' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
creating build/temp.linux-x86_64-3.3/numpy/core/src/multiarray
creating build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/multiarray
compile options: '-DHAVE_NPY_CONFIG_H=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: numpy/core/src/multiarray/nditer_constr.c
icc: numpy/core/src/multiarray/descriptor.c
icc: numpy/core/src/multiarray/nditer_api.c
icc: build/src.linux-x86_64-3.3/numpy/core/src/multiarray/nditer_templ.c
icc: numpy/core/src/multiarray/numpymemoryview.c
icc: numpy/core/src/multiarray/iterators.c
numpy/core/src/multiarray/iterators.c(1217): warning #188: enumerated type mixed with another type
return PyArray_Flatten(it->ao, 0);
^
icc: numpy/core/src/multiarray/array_assign_array.c
numpy/core/src/multiarray/array_assign_array.c(384): warning #177: label "finish" was declared but never referenced
finish:
^
icc: numpy/core/src/multiarray/numpyos.c
icc: numpy/core/src/multiarray/flagsobject.c
icc: build/src.linux-x86_64-3.3/numpy/core/src/multiarray/lowlevel_strided_loops.c
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(114): warning #1292: attribute "optimize" ignored
NPY_GCC_UNROLL_LOOPS
^
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(114): warning #1292: attribute "optimize" ignored
NPY_GCC_UNROLL_LOOPS
^
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(114): warning #1292: attribute "optimize" ignored
NPY_GCC_UNROLL_LOOPS
^
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(114): warning #1292: attribute "optimize" ignored
NPY_GCC_UNROLL_LOOPS
^
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(114): warning #1292: attribute "optimize" ignored
NPY_GCC_UNROLL_LOOPS
^
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(114): warning #1292: attribute "optimize" ignored
NPY_GCC_UNROLL_LOOPS
^
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(114): warning #1292: attribute "optimize" ignored
NPY_GCC_UNROLL_LOOPS
^
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(114): warning #1292: attribute "optimize" ignored
NPY_GCC_UNROLL_LOOPS
^
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(114): warning #1292: attribute "optimize" ignored
NPY_GCC_UNROLL_LOOPS
^
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(114): warning #1292: attribute "optimize" ignored
NPY_GCC_UNROLL_LOOPS
^
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(114): warning #1292: attribute "optimize" ignored
NPY_GCC_UNROLL_LOOPS
^
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(114): warning #1292: attribute "optimize" ignored
NPY_GCC_UNROLL_LOOPS
^
icc: numpy/core/src/multiarray/nditer_pywrap.c
numpy/core/src/multiarray/nditer_pywrap.c(2239): warning #167: argument of type "PySliceObject *" is incompatible with parameter of type "PyObject *"
if (PySlice_GetIndices((PySliceObject *)op,
^
numpy/core/src/multiarray/nditer_pywrap.c(2289): warning #167: argument of type "PySliceObject *" is incompatible with parameter of type "PyObject *"
if (PySlice_GetIndices((PySliceObject *)op,
^
icc: numpy/core/src/multiarray/array_assign_scalar.c
icc: numpy/core/src/multiarray/datetime_busday.c
icc: numpy/core/src/multiarray/datetime_busdaycal.c
icc: numpy/core/src/multiarray/ucsnarrow.c
numpy/core/src/multiarray/ucsnarrow.c(139): warning #167: argument of type "npy_ucs4={unsigned int} *" is incompatible with parameter of type "const Py_UNICODE={wchar_t={int}} *"
ret = (PyUnicodeObject *)PyUnicode_FromUnicode(buf, (Py_ssize_t) ucs4len);
^
icc: build/src.linux-x86_64-3.3/numpy/core/src/multiarray/arraytypes.c
icc: build/src.linux-x86_64-3.3/numpy/core/src/multiarray/einsum.c
numpy/core/src/multiarray/einsum.c.src(1084): 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(1163): 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(data0 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(612): 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(699): 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(700): 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(1120): 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(1161): 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(data0 + 512, _MM_HINT_T0);
^
numpy/core/src/multiarray/einsum.c.src(652): 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(697): 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(698): warning #167: argument of type "npy_double={double} *" is incompatible with parameter of type "const char *"
_mm_prefetch(data1 + 512, _MM_HINT_T0);
^
icc: numpy/core/src/multiarray/multiarraymodule.c
numpy/core/src/multiarray/multiarraymodule.c(665): warning #188: enumerated type mixed with another type
ret = _npy_scalar_kinds_table[typenum];
^
numpy/core/src/multiarray/multiarraymodule.c(676): warning #188: enumerated type mixed with another type
ret = descr->f->scalarkind((arr ? *arr : NULL));
^
numpy/core/src/multiarray/multiarraymodule.c(720): warning #188: enumerated type mixed with another type
neededscalar = _npy_scalar_kinds_table[neededtype];
^
icc: numpy/core/src/multiarray/datetime.c
numpy/core/src/multiarray/datetime.c(946): warning #188: enumerated type mixed with another type
{12, 52, 365}, /* NPY_FR_Y */
^
numpy/core/src/multiarray/datetime.c(946): warning #188: enumerated type mixed with another type
{12, 52, 365}, /* NPY_FR_Y */
^
numpy/core/src/multiarray/datetime.c(946): warning #188: enumerated type mixed with another type
{12, 52, 365}, /* NPY_FR_Y */
^
numpy/core/src/multiarray/datetime.c(948): warning #188: enumerated type mixed with another type
{4, 30, 720}, /* NPY_FR_M */
^
numpy/core/src/multiarray/datetime.c(948): warning #188: enumerated type mixed with another type
{4, 30, 720}, /* NPY_FR_M */
^
numpy/core/src/multiarray/datetime.c(948): warning #188: enumerated type mixed with another type
{4, 30, 720}, /* NPY_FR_M */
^
numpy/core/src/multiarray/datetime.c(950): warning #188: enumerated type mixed with another type
{7, 168, 10080}, /* NPY_FR_W */
^
numpy/core/src/multiarray/datetime.c(950): warning #188: enumerated type mixed with another type
{7, 168, 10080}, /* NPY_FR_W */
^
numpy/core/src/multiarray/datetime.c(950): warning #188: enumerated type mixed with another type
{7, 168, 10080}, /* NPY_FR_W */
^
numpy/core/src/multiarray/datetime.c(952): warning #188: enumerated type mixed with another type
{0}, /* Gap for removed NPY_FR_B */
^
numpy/core/src/multiarray/datetime.c(953): warning #188: enumerated type mixed with another type
{0},
^
numpy/core/src/multiarray/datetime.c(954): warning #188: enumerated type mixed with another type
{24, 1440, 86400}, /* NPY_FR_D */
^
numpy/core/src/multiarray/datetime.c(954): warning #188: enumerated type mixed with another type
{24, 1440, 86400}, /* NPY_FR_D */
^
numpy/core/src/multiarray/datetime.c(954): warning #188: enumerated type mixed with another type
{24, 1440, 86400}, /* NPY_FR_D */
^
numpy/core/src/multiarray/datetime.c(956): warning #188: enumerated type mixed with another type
{60, 3600}, /* NPY_FR_h */
^
numpy/core/src/multiarray/datetime.c(956): warning #188: enumerated type mixed with another type
{60, 3600}, /* NPY_FR_h */
^
numpy/core/src/multiarray/datetime.c(958): warning #188: enumerated type mixed with another type
{60, 60000}, /* NPY_FR_m */
^
numpy/core/src/multiarray/datetime.c(958): warning #188: enumerated type mixed with another type
{60, 60000}, /* NPY_FR_m */
^
numpy/core/src/multiarray/datetime.c(960): warning #188: enumerated type mixed with another type
{1000, 1000000}, /* >=NPY_FR_s */
^
numpy/core/src/multiarray/datetime.c(960): warning #188: enumerated type mixed with another type
{1000, 1000000}, /* >=NPY_FR_s */
^
numpy/core/src/multiarray/datetime.c(961): warning #188: enumerated type mixed with another type
{0, 0}
^
numpy/core/src/multiarray/datetime.c(961): warning #188: enumerated type mixed with another type
{0, 0}
^
numpy/core/src/multiarray/datetime.c(1005): warning #188: enumerated type mixed with another type
baseunit[0] = meta->base + 1;
^
numpy/core/src/multiarray/datetime.c(1006): warning #188: enumerated type mixed with another type
baseunit[1] = meta->base + 2;
^
numpy/core/src/multiarray/datetime.c(1174): warning #188: enumerated type mixed with another type
num *= get_datetime_units_factor(NPY_FR_D, dst_base);
^
numpy/core/src/multiarray/datetime.c(1187): warning #188: enumerated type mixed with another type
num *= get_datetime_units_factor(NPY_FR_D, dst_base);
^
numpy/core/src/multiarray/datetime.c(1191): warning #188: enumerated type mixed with another type
num *= get_datetime_units_factor(src_base, dst_base);
^
numpy/core/src/multiarray/datetime.c(1191): warning #188: enumerated type mixed with another type
num *= get_datetime_units_factor(src_base, dst_base);
^
numpy/core/src/multiarray/datetime.c(1778): warning #188: enumerated type mixed with another type
return -1;
^
numpy/core/src/multiarray/datetime.c(2359): warning #188: enumerated type mixed with another type
NPY_DATETIMEUNIT bestunit = -1;
^
numpy/core/src/multiarray/datetime.c(2476): warning #188: enumerated type mixed with another type
NPY_DATETIMEUNIT bestunit = -1;
^
numpy/core/src/multiarray/datetime.c(3118): warning #188: enumerated type mixed with another type
meta[i].base = -1;
^
numpy/core/src/multiarray/datetime.c(3285): warning #188: enumerated type mixed with another type
meta.base = -1;
^
numpy/core/src/multiarray/datetime.c(3300): warning #188: enumerated type mixed with another type
meta.base = -1;
^
numpy/core/src/multiarray/datetime.c(3490): warning #188: enumerated type mixed with another type
tmp_meta.base = -1;
^
numpy/core/src/multiarray/datetime.c(3491): warning #188: enumerated type mixed with another type
if (parse_iso_8601_datetime(tmp_buffer, maxlen, -1,
^
numpy/core/src/multiarray/datetime.c(3499): warning #188: enumerated type mixed with another type
tmp_meta.base = -1;
^
numpy/core/src/multiarray/datetime.c(3500): warning #188: enumerated type mixed with another type
if (parse_iso_8601_datetime(data, tmp - data, -1,
^
numpy/core/src/multiarray/datetime.c(3595): warning #188: enumerated type mixed with another type
tmp_meta.base = -1;
^
icc: build/src.linux-x86_64-3.3/numpy/core/src/multiarray/scalartypes.c
numpy/core/src/multiarray/scalartypes.c.src(2622): warning #188: enumerated type mixed with another type
ret->obmeta.base = -1;
^
numpy/core/src/multiarray/scalartypes.c.src(2622): warning #188: enumerated type mixed with another type
ret->obmeta.base = -1;
^
icc: numpy/core/src/multiarray/refcount.c
icc: numpy/core/src/multiarray/datetime_strings.c
numpy/core/src/multiarray/datetime_strings.c(1596): warning #188: enumerated type mixed with another type
unit = -1;
^
icc: numpy/core/src/multiarray/arrayobject.c
numpy/core/src/multiarray/arrayobject.c(983): warning #556: a value of type "void *" cannot be assigned to an entity of type "int (*)(void *, void *, int, int)"
compfunc = func;
^
icc: numpy/core/src/multiarray/calculation.c
icc: numpy/core/src/multiarray/convert.c
numpy/core/src/multiarray/convert.c(258): warning #188: enumerated type mixed with another type
order = PyArray_ISFORTRAN(self);
^
icc: numpy/core/src/multiarray/mapping.c
numpy/core/src/multiarray/mapping.c(554): warning #1890: the "visibility" attribute can only appear on functions and variables with external linkage
NPY_NO_EXPORT PyObject *
^
numpy/core/src/multiarray/mapping.c(1478): warning #556: a value of type "PyObject *" cannot be assigned to an entity of type "PyArrayObject *"
op_arr = op;
^
numpy/core/src/multiarray/mapping.c(1821): warning #167: argument of type "PyObject *" is incompatible with parameter of type "const PyArrayObject *"
subnd = PyArray_NDIM(sub);
^
numpy/core/src/multiarray/mapping.c(2005): warning #167: argument of type "PyObject *" is incompatible with parameter of type "const PyArrayObject *"
if (PyArray_Check(indexobj) && PyArray_ISBOOL(indexobj)
^
numpy/core/src/multiarray/mapping.c(2145): warning #120: return value type does not match the function type
return mit;
^
icc: numpy/core/src/multiarray/number.c
numpy/core/src/multiarray/number.c(224): warning #167: argument of type "PyArrayObject *" is incompatible with parameter of type "PyObject *"
double m1_prio = PyArray_GetPriority(m1, NPY_SCALAR_PRIORITY);
^
icc: numpy/core/src/multiarray/sequence.c
icc: numpy/core/src/multiarray/getset.c
icc: numpy/core/src/multiarray/convert_datatype.c
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_datatype.c(228): warning #167: argument of type "PyObject *" is incompatible with parameter of type "PyArrayObject *"
PyObject *scalar = PyArray_ToList(data_obj);
^
numpy/core/src/multiarray/convert_datatype.c(250): warning #167: argument of type "PyObject *" is incompatible with parameter of type "PyArrayObject *"
list = PyArray_ToList(data_obj);
^
icc: numpy/core/src/multiarray/shape.c
numpy/core/src/multiarray/shape.c(184): warning #188: enumerated type mixed with another type
order = PyArray_ISFORTRAN(self);
^
icc: numpy/core/src/multiarray/buffer.c
icc: numpy/core/src/multiarray/methods.c
numpy/core/src/multiarray/methods.c(512): warning #188: enumerated type mixed with another type
if ((ret = (PyArrayObject *)PyArray_NewCopy(self,-1)) == NULL) {
^
icc: numpy/core/src/multiarray/ctors.c
numpy/core/src/multiarray/ctors.c(1047): 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(2660): warning #188: enumerated type mixed with another type
temp1 = PyArray_Ravel(arr,0);
^
icc: numpy/core/src/multiarray/hashdescr.c
icc: numpy/core/src/multiarray/scalarapi.c
icc: numpy/core/src/multiarray/dtype_transfer.c
numpy/core/src/multiarray/dtype_transfer.c(3259): warning #1890: the "visibility" attribute can only appear on functions and variables with external linkage
NPY_NO_EXPORT int
^
numpy/core/src/multiarray/dtype_transfer.c(3386): warning #1890: the "visibility" attribute can only appear on functions and variables with external linkage
NPY_NO_EXPORT int
^
icc: numpy/core/src/multiarray/array_assign.c
icc: numpy/core/src/multiarray/conversion_utils.c
numpy/core/src/multiarray/conversion_utils.c(882): warning #177: label "overflow_check" was declared but never referenced
overflow_check:
^
icc: numpy/core/src/multiarray/common.c
icc: numpy/core/src/multiarray/item_selection.c
numpy/core/src/multiarray/item_selection.c(1111): warning #188: enumerated type mixed with another type
return _new_sortlike(op, axis, which, NULL, 0, NULL, 0);
^
numpy/core/src/multiarray/item_selection.c(1212): warning #556: a value of type "PyObject *" cannot be assigned to an entity of type "PyArrayObject *"
kthrvl = PyArray_Cast(ktharray, NPY_INTP);
^
numpy/core/src/multiarray/item_selection.c(1278): warning #188: enumerated type mixed with another type
res = _new_sortlike(op, axis, 0,
^
numpy/core/src/multiarray/item_selection.c(1405): warning #188: enumerated type mixed with another type
NULL, 0, NULL, 0);
^
numpy/core/src/multiarray/item_selection.c(1542): warning #188: enumerated type mixed with another type
ret = (PyArrayObject *)_new_argsortlike(op2, axis, 0,
^
icc: numpy/core/src/multiarray/usertypes.c
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/arrayobject.o build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/multiarray/arraytypes.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/array_assign.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/array_assign_scalar.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/array_assign_array.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/buffer.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/calculation.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/common.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/convert.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/convert_datatype.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/conversion_utils.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/ctors.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/datetime.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/datetime_strings.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/datetime_busday.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/datetime_busdaycal.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/descriptor.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/dtype_transfer.o build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/multiarray/einsum.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/flagsobject.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/getset.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/hashdescr.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/item_selection.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/iterators.o build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/multiarray/lowlevel_strided_loops.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/mapping.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/methods.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/multiarraymodule.o build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/multiarray/nditer_templ.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/nditer_api.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/nditer_constr.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/nditer_pywrap.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/number.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/numpymemoryview.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/numpyos.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/refcount.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/sequence.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/shape.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/scalarapi.o build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/multiarray/scalartypes.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/usertypes.o build/temp.linux-x86_64-3.3/numpy/core/src/multiarray/ucsnarrow.o -Lbuild/temp.linux-x86_64-3.3 -lnpymath -lnpysort -o build/lib.linux-x86_64-3.3/numpy/core/multiarray.cpython-33m.so
building 'numpy.core.umath' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
creating build/temp.linux-x86_64-3.3/numpy/core/src/umath
creating build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/umath
compile options: '-DHAVE_NPY_CONFIG_H=1 -Ibuild/src.linux-x86_64-3.3/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: numpy/core/src/umath/umathmodule.c
icc: numpy/core/src/umath/ufunc_type_resolution.c
icc: numpy/core/src/umath/reduction.c
icc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c(758): warning #167: argument of type "PyObject *" is incompatible with parameter of type "PyArrayObject *"
out_op[i] = (PyArrayObject *)PyArray_FromArray(obj,NULL,0);
^
numpy/core/src/umath/ufunc_object.c(2792): warning #556: a value of type "int (*)(PyArrayObject *)" cannot be assigned to an entity of type "PyArray_AssignReduceIdentityFunc *"
assign_identity = &assign_reduce_identity_zero;
^
numpy/core/src/umath/ufunc_object.c(2803): warning #556: a value of type "int (*)(PyArrayObject *)" cannot be assigned to an entity of type "PyArray_AssignReduceIdentityFunc *"
assign_identity = &assign_reduce_identity_one;
^
numpy/core/src/umath/ufunc_object.c(4915): warning #556: a value of type "PyObject *" cannot be assigned to an entity of type "PyArrayObject *"
op1_array = op1;
^
numpy/core/src/umath/ufunc_object.c(4917): warning #556: a value of type "PyObject *" cannot be assigned to an entity of type "PyArrayMapIterObject *"
iter = PyArray_MapIterArray(op1_array, idx);
^
numpy/core/src/umath/ufunc_object.c(4990): warning #556: a value of type "PyObject *" cannot be assigned to an entity of type "PyArrayObject *"
array_operands[0] = PyArray_NewFromDescr(&PyArray_Type,
^
numpy/core/src/umath/ufunc_object.c(4996): warning #556: a value of type "PyObject *" cannot be assigned to an entity of type "PyArrayObject *"
array_operands[1] = PyArray_NewFromDescr(&PyArray_Type,
^
numpy/core/src/umath/ufunc_object.c(5002): warning #556: a value of type "PyObject *" cannot be assigned to an entity of type "PyArrayObject *"
array_operands[2] = PyArray_NewFromDescr(&PyArray_Type,
^
numpy/core/src/umath/ufunc_object.c(5010): warning #556: a value of type "PyObject *" cannot be assigned to an entity of type "PyArrayObject *"
array_operands[1] = PyArray_NewFromDescr(&PyArray_Type,
^
icc: build/src.linux-x86_64-3.3/numpy/core/src/umath/loops.c
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/numpy/core/src/umath/umathmodule.o build/temp.linux-x86_64-3.3/numpy/core/src/umath/reduction.o build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/umath/loops.o build/temp.linux-x86_64-3.3/numpy/core/src/umath/ufunc_object.o build/temp.linux-x86_64-3.3/numpy/core/src/umath/ufunc_type_resolution.o -Lbuild/temp.linux-x86_64-3.3 -lnpymath -o build/lib.linux-x86_64-3.3/numpy/core/umath.cpython-33m.so
building 'numpy.core.scalarmath' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
compile options: '-DHAVE_NPY_CONFIG_H=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: build/src.linux-x86_64-3.3/numpy/core/src/scalarmathmodule.c
numpy/core/src/scalarmathmodule.c.src(1783): 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(1784): 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(1785): 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(1786): 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(1787): 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(1788): 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(1804): 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(1805): 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(1806): 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(1807): 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(1828): 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(1829): 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(1830): 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(1831): 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(1847): 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(1848): 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(1849): 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(1850): 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(1927): 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(1934): 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(1969): 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(1976): 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(2011): 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(2018): 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 -O0 -shared build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/scalarmathmodule.o -Lbuild/temp.linux-x86_64-3.3 -lnpymath -o build/lib.linux-x86_64-3.3/numpy/core/scalarmath.cpython-33m.so
building 'numpy.core._dotblas' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
creating build/temp.linux-x86_64-3.3/numpy/core/blasdot
compile options: '-DHAVE_NPY_CONFIG_H=1 -DSCIPY_MKL_H -Inumpy/core/blasdot -I/opt/intel/composerxe-2011.1.107/mkl/include -Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: numpy/core/blasdot/_dotblas.c
numpy/core/blasdot/_dotblas.c(1135): warning #188: enumerated type mixed with another type
op1 = PyArray_Flatten(ap1, 0);
^
numpy/core/blasdot/_dotblas.c(1142): warning #188: enumerated type mixed with another type
op2 = PyArray_Flatten(ap2, 0);
^
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/numpy/core/blasdot/_dotblas.o -L/home/derekt/.linuxbrew/lib -Lbuild/temp.linux-x86_64-3.3 -lmkl_custom -lpthread -o build/lib.linux-x86_64-3.3/numpy/core/_dotblas.cpython-33m.so
building 'numpy.core.umath_tests' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
compile options: '-DHAVE_NPY_CONFIG_H=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: build/src.linux-x86_64-3.3/numpy/core/src/umath/umath_tests.c
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/umath/umath_tests.o -Lbuild/temp.linux-x86_64-3.3 -o build/lib.linux-x86_64-3.3/numpy/core/umath_tests.cpython-33m.so
building 'numpy.core.test_rational' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
compile options: '-DHAVE_NPY_CONFIG_H=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: build/src.linux-x86_64-3.3/numpy/core/src/umath/test_rational.c
/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m/pyconfig.h(1375): warning #47: incompatible redefinition of macro "_POSIX_C_SOURCE" (declared at line 198 of "/usr/include/features.h")
#define _POSIX_C_SOURCE 200809L
^
numpy/core/src/umath/test_rational.c.src(859): warning #592: variable "i" is used before its value is set
FIND_EXTREME(argmin,lt)
^
numpy/core/src/umath/test_rational.c.src(860): warning #592: variable "i" is used before its value is set
FIND_EXTREME(argmax,gt)
^
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/umath/test_rational.o -Lbuild/temp.linux-x86_64-3.3 -o build/lib.linux-x86_64-3.3/numpy/core/test_rational.cpython-33m.so
building 'numpy.core.struct_ufunc_test' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
compile options: '-DHAVE_NPY_CONFIG_H=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: build/src.linux-x86_64-3.3/numpy/core/src/umath/struct_ufunc_test.c
numpy/core/include/numpy/npy_1_7_deprecated_api.h(15): warning #1224: #warning directive: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
#warning "Using deprecated NumPy API, disable it by " \
^
numpy/core/src/umath/struct_ufunc_test.c.src(109): warning #167: argument of type "PyObject *" is incompatible with parameter of type "PyUFuncObject *"
PyUFunc_RegisterLoopForDescr(add_triplet,
^
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/umath/struct_ufunc_test.o -Lbuild/temp.linux-x86_64-3.3 -o build/lib.linux-x86_64-3.3/numpy/core/struct_ufunc_test.cpython-33m.so
building 'numpy.core.multiarray_tests' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
compile options: '-DHAVE_NPY_CONFIG_H=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: build/src.linux-x86_64-3.3/numpy/core/src/multiarray/multiarray_tests.c
numpy/core/src/multiarray/multiarray_tests.c.src(481): warning #167: argument of type "PyArrayObject *" is incompatible with parameter of type "PyObject *"
PyArray_BroadcastToShape(arr, mit->dimensions, mit->nd)) == NULL) {
^
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/multiarray/multiarray_tests.o -Lbuild/temp.linux-x86_64-3.3 -o build/lib.linux-x86_64-3.3/numpy/core/multiarray_tests.cpython-33m.so
building 'numpy.core.operand_flag_tests' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
compile options: '-DHAVE_NPY_CONFIG_H=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: build/src.linux-x86_64-3.3/numpy/core/src/umath/operand_flag_tests.c
/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m/pyconfig.h(1375): warning #47: incompatible redefinition of macro "_POSIX_C_SOURCE" (declared at line 198 of "/usr/include/features.h")
#define _POSIX_C_SOURCE 200809L
^
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/core/src/umath/operand_flag_tests.o -Lbuild/temp.linux-x86_64-3.3 -o build/lib.linux-x86_64-3.3/numpy/core/operand_flag_tests.cpython-33m.so
building 'numpy.lib._compiled_base' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
creating build/temp.linux-x86_64-3.3/numpy/lib
creating build/temp.linux-x86_64-3.3/numpy/lib/src
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: numpy/lib/src/_compiled_base.c
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/numpy/lib/src/_compiled_base.o -Lbuild/temp.linux-x86_64-3.3 -o build/lib.linux-x86_64-3.3/numpy/lib/_compiled_base.cpython-33m.so
building 'numpy.numarray._capi' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
creating build/temp.linux-x86_64-3.3/numpy/numarray
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: numpy/numarray/_capi.c
numpy/numarray/_capi.c(1102): warning #167: argument of type "PyObject *" is incompatible with parameter of type "PyArrayObject *"
if (PyArray_SetUpdateIfCopyBase(ret, a) < 0) {
^
numpy/numarray/_capi.c(1975): warning #188: enumerated type mixed with another type
o = getTypeObject(typeno);
^
numpy/numarray/_capi.c(2548): warning #188: enumerated type mixed with another type
return (PyArrayObject *)PyArray_NewCopy(from, 0);
^
numpy/numarray/_capi.c(2802): warning #188: enumerated type mixed with another type
return rval;
^
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/numpy/numarray/_capi.o -Lbuild/temp.linux-x86_64-3.3 -o build/lib.linux-x86_64-3.3/numpy/numarray/_capi.cpython-33m.so
building 'numpy.fft.fftpack_lite' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
creating build/temp.linux-x86_64-3.3/numpy/fft
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: numpy/fft/fftpack.c
icc: numpy/fft/fftpack_litemodule.c
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/numpy/fft/fftpack_litemodule.o build/temp.linux-x86_64-3.3/numpy/fft/fftpack.o -Lbuild/temp.linux-x86_64-3.3 -o build/lib.linux-x86_64-3.3/numpy/fft/fftpack_lite.cpython-33m.so
building 'numpy.linalg.lapack_lite' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
creating build/temp.linux-x86_64-3.3/numpy/linalg
creating build/temp.linux-x86_64-3.3/numpy/linalg/lapack_lite
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: numpy/linalg/lapack_litemodule.c
icc: numpy/linalg/lapack_lite/python_xerbla.c
/opt/intel/composerxe-2011.1.107/bin/intel64/ifort -shared -shared -nofor_main build/temp.linux-x86_64-3.3/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-3.3/numpy/linalg/lapack_lite/python_xerbla.o -L/home/derekt/.linuxbrew/lib -Lbuild/temp.linux-x86_64-3.3 -lopenblas -o build/lib.linux-x86_64-3.3/numpy/linalg/lapack_lite.cpython-33m.so
building 'numpy.linalg._umath_linalg' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
creating build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/linalg
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: numpy/linalg/lapack_lite/python_xerbla.c
icc: build/src.linux-x86_64-3.3/numpy/linalg/umath_linalg.c
numpy/linalg/umath_linalg.c.src(789): warning #161: unrecognized #pragma
#pragma GCC diagnostic push
^
numpy/linalg/umath_linalg.c.src(790): warning #161: unrecognized #pragma
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
^
numpy/linalg/umath_linalg.c.src(3718): warning #161: unrecognized #pragma
#pragma GCC diagnostic pop
^
/opt/intel/composerxe-2011.1.107/bin/intel64/ifort -shared -shared -nofor_main build/temp.linux-x86_64-3.3/build/src.linux-x86_64-3.3/numpy/linalg/umath_linalg.o build/temp.linux-x86_64-3.3/numpy/linalg/lapack_lite/python_xerbla.o -L/home/derekt/.linuxbrew/lib -Lbuild/temp.linux-x86_64-3.3 -lnpymath -lopenblas -o build/lib.linux-x86_64-3.3/numpy/linalg/_umath_linalg.cpython-33m.so
building 'numpy.random.mtrand' extension
compiling C sources
C compiler: icc -m64 -fPIC -O0
creating build/temp.linux-x86_64-3.3/numpy/random
creating build/temp.linux-x86_64-3.3/numpy/random/mtrand
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.3/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/home/derekt/.linuxbrew/Cellar/python3/3.3.2/include/python3.3m -c'
icc: numpy/random/mtrand/distributions.c
icc: numpy/random/mtrand/mtrand.c
icc: numpy/random/mtrand/initarray.c
icc: numpy/random/mtrand/randomkit.c
icc -m64 -fPIC -O0 -shared build/temp.linux-x86_64-3.3/numpy/random/mtrand/mtrand.o build/temp.linux-x86_64-3.3/numpy/random/mtrand/randomkit.o build/temp.linux-x86_64-3.3/numpy/random/mtrand/initarray.o build/temp.linux-x86_64-3.3/numpy/random/mtrand/distributions.o -Lbuild/temp.linux-x86_64-3.3 -o build/lib.linux-x86_64-3.3/numpy/random/mtrand.cpython-33m.so
running build_scripts
creating build/scripts.linux-x86_64-3.3
Creating build/scripts.linux-x86_64-3.3/f2py3.3
adding 'build/scripts.linux-x86_64-3.3/f2py3.3' to scripts
changing mode of build/scripts.linux-x86_64-3.3/f2py3.3 from 644 to 755
running install
running install_lib
copying build/lib.linux-x86_64-3.3/numpy/core/_dotblas.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core
copying build/lib.linux-x86_64-3.3/numpy/core/_dummy.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core
copying build/lib.linux-x86_64-3.3/numpy/core/test_rational.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core
copying build/lib.linux-x86_64-3.3/numpy/core/multiarray_tests.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core
copying build/lib.linux-x86_64-3.3/numpy/core/struct_ufunc_test.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core
copying build/lib.linux-x86_64-3.3/numpy/core/umath.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core
copying build/lib.linux-x86_64-3.3/numpy/core/multiarray.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core
copying build/lib.linux-x86_64-3.3/numpy/core/operand_flag_tests.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core
copying build/lib.linux-x86_64-3.3/numpy/core/umath_tests.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core
copying build/lib.linux-x86_64-3.3/numpy/core/scalarmath.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core
copying build/lib.linux-x86_64-3.3/numpy/numarray/_capi.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/numarray
copying build/lib.linux-x86_64-3.3/numpy/random/mtrand.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/random
copying build/lib.linux-x86_64-3.3/numpy/version.py -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy
copying build/lib.linux-x86_64-3.3/numpy/__config__.py -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy
copying build/lib.linux-x86_64-3.3/numpy/lib/_compiled_base.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/lib
copying build/lib.linux-x86_64-3.3/numpy/linalg/lapack_lite.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/linalg
copying build/lib.linux-x86_64-3.3/numpy/linalg/_umath_linalg.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/linalg
copying build/lib.linux-x86_64-3.3/numpy/fft/fftpack_lite.cpython-33m.so -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/fft
copying build/lib.linux-x86_64-3.3/numpy/distutils/__config__.py -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/distutils
running install_scripts
copying build/scripts.linux-x86_64-3.3/f2py3.3 -> /home/derekt/no-xhost/bin
changing mode of /home/derekt/no-xhost/bin/f2py3.3 to 755
running install_data
copying build/src.linux-x86_64-3.3/numpy/core/include/numpy/_numpyconfig.h -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core/include/numpy
copying build/src.linux-x86_64-3.3/numpy/core/include/numpy/__multiarray_api.h -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core/include/numpy
copying build/src.linux-x86_64-3.3/numpy/core/include/numpy/multiarray_api.txt -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core/include/numpy
copying build/src.linux-x86_64-3.3/numpy/core/include/numpy/__ufunc_api.h -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core/include/numpy
copying build/src.linux-x86_64-3.3/numpy/core/include/numpy/ufunc_api.txt -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core/include/numpy
copying build/src.linux-x86_64-3.3/numpy/core/lib/npy-pkg-config/npymath.ini -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core/lib/npy-pkg-config
copying build/src.linux-x86_64-3.3/numpy/core/lib/npy-pkg-config/mlib.ini -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core/lib/npy-pkg-config
running install_egg_info
Removing /home/derekt/no-xhost/lib/python3.3/site-packages/numpy-1.8.0rc1-py3.3.egg-info
Writing /home/derekt/no-xhost/lib/python3.3/site-packages/numpy-1.8.0rc1-py3.3.egg-info
running install_clib
copying build/temp.linux-x86_64-3.3/libnpymath.a -> /home/derekt/no-xhost/lib/python3.3/site-packages/numpy/core/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment