Created
August 30, 2016 16:05
-
-
Save ehermes/4f14e1880d06e974883a87ad04ff7f6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running from numpy source directory. | |
blas_opt_info: | |
system_info: | |
NOT AVAILABLE | |
/var/tmp/portage/dev-python/numpy-1.11.0/work/numpy-1.11.0/numpy/distutils/system_info.py:1621: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
blas_info: | |
C compiler: cc | |
creating /tmp/tmpZNcdR5/tmp | |
creating /tmp/tmpZNcdR5/tmp/tmpZNcdR5 | |
compile options: '-I/opt/intel/composerxe-2013.3.174/mkl/include -c' | |
cc: /tmp/tmpZNcdR5/source.c | |
/tmp/tmpZNcdR5/source.c:1:19: fatal error: cblas.h: No such file or directory | |
compilation terminated. | |
/tmp/tmpZNcdR5/source.c:1:19: fatal error: cblas.h: No such file or directory | |
compilation terminated. | |
libraries blas not found in ['', ''] | |
Runtime library blas was not found. Ignoring | |
FOUND: | |
libraries = ['mkl_rt', 'blas'] | |
library_dirs = ['/opt/intel/composerxe-2013.3.174/mkl/lib/intel64', '/usr/lib64'] | |
FOUND: | |
libraries = ['mkl_rt', 'blas'] | |
library_dirs = ['/opt/intel/composerxe-2013.3.174/mkl/lib/intel64', '/usr/lib64'] | |
define_macros = [('NO_ATLAS_INFO', 1)] | |
F2PY Version 2 | |
lapack_opt_info: | |
/var/tmp/portage/dev-python/numpy-1.11.0/work/numpy-1.11.0/numpy/distutils/system_info.py:1523: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
lapack_info: | |
libraries lapack not found in ['/opt/intel/composerxe-2013.3.174/mkl/lib/intel64', '/opt/intel/composerxe-2013.3.174/compiler/lib/intel64', '/usr/lib64'] | |
Library lapack was not found. Ignoring | |
libraries lapack not found in ['', ''] | |
Runtime library lapack was not found. Ignoring | |
FOUND: | |
libraries = ['mkl_rt'] | |
library_dirs = ['/opt/intel/composerxe-2013.3.174/mkl/lib/intel64'] | |
language = f77 | |
FOUND: | |
libraries = ['mkl_rt', 'mkl_rt', 'blas'] | |
library_dirs = ['/opt/intel/composerxe-2013.3.174/mkl/lib/intel64', '/usr/lib64'] | |
define_macros = [('NO_ATLAS_INFO', 1)] | |
language = f77 | |
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros' | |
warnings.warn(msg) | |
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-2.7 | |
creating build/src.linux-x86_64-2.7/numpy | |
creating build/src.linux-x86_64-2.7/numpy/distutils | |
building library "npymath" sources | |
Found executable /opt/intel/composerxe-2013_update4.5.192/bin/intel64/icc | |
Could not locate executable ecc | |
customize IntelEM64TFCompiler | |
Found executable /opt/intel/composerxe-2013_update4.5.192/bin/intel64/ifort | |
customize IntelEM64TFCompiler using config | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
creating build/src.linux-x86_64-2.7/numpy/core | |
creating build/src.linux-x86_64-2.7/numpy/core/src | |
creating build/src.linux-x86_64-2.7/numpy/core/src/npymath | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c | |
building library "npysort" sources | |
creating build/src.linux-x86_64-2.7/numpy/core/src/npysort | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/quicksort.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/mergesort.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/heapsort.c | |
creating build/src.linux-x86_64-2.7/numpy/core/src/private | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/private/npy_partition.h | |
adding 'build/src.linux-x86_64-2.7/numpy/core/src/private' to include_dirs. | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/selection.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/private/npy_binsearch.h | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/binsearch.c | |
None - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/private/npy_partition.h', 'build/src.linux-x86_64-2.7/numpy/core/src/private/npy_binsearch.h'] | |
building extension "numpy.core._dummy" sources | |
Generating build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
_configtest.c(7): error: identifier "SIZEOF_LONGDOUBLE" is undefined | |
(void) SIZEOF_LONGDOUBLE; | |
^ | |
compilation aborted for _configtest.c (code 2) | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
_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 -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
_configtest.o: In function `main': | |
_configtest.c:(.text+0x2e): undefined reference to `__builtin_mul_overflow' | |
_configtest.o: In function `main': | |
_configtest.c:(.text+0x2e): undefined reference to `__builtin_mul_overflow' | |
failure. | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
_configtest.c(7): warning #167: argument of type "float *" is incompatible with parameter of type "const char *" | |
_mm_prefetch((float*)0, _MM_HINT_NTA); | |
^ | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
_configtest.c(2): warning #161: unrecognized #pragma | |
#pragma GCC diagnostic error "-Wattributes" | |
^ | |
_configtest.c(3): warning #161: unrecognized #pragma | |
#pragma clang diagnostic error "-Wattributes" | |
^ | |
_configtest.c(5): warning #3175: unrecognized gcc optimization level | |
int __attribute__((optimize("unroll-loops"))) attribute_optimize_unroll_loops(void*); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
_configtest.c(2): warning #161: unrecognized #pragma | |
#pragma GCC diagnostic error "-Wattributes" | |
^ | |
_configtest.c(3): warning #161: unrecognized #pragma | |
#pragma clang diagnostic error "-Wattributes" | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
_configtest.c(2): warning #161: unrecognized #pragma | |
#pragma GCC diagnostic error "-Wattributes" | |
^ | |
_configtest.c(3): warning #161: unrecognized #pragma | |
#pragma clang diagnostic error "-Wattributes" | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
_configtest.c(2): warning #161: unrecognized #pragma | |
#pragma GCC diagnostic error "-Wattributes" | |
^ | |
_configtest.c(3): warning #161: unrecognized #pragma | |
#pragma clang diagnostic error "-Wattributes" | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
_configtest.c(2): warning #161: unrecognized #pragma | |
#pragma GCC diagnostic error "-Wattributes" | |
^ | |
_configtest.c(3): warning #161: unrecognized #pragma | |
#pragma clang diagnostic error "-Wattributes" | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
_configtest.c(8): error: identifier "HAVE_DECL_SIGNBIT" is undefined | |
(void) HAVE_DECL_SIGNBIT; | |
^ | |
compilation aborted for _configtest.c (code 2) | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
_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 -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
_configtest.c(2): error: expected a ")" | |
static int static_func (char * restrict a) | |
^ | |
compilation aborted for _configtest.c (code 2) | |
_configtest.c(2): error: expected a ")" | |
static int static_func (char * restrict a) | |
^ | |
compilation aborted for _configtest.c (code 2) | |
failure. | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
removing: _configtest.c _configtest.o | |
File: build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h | |
#define HAVE_ENDIAN_H 1 | |
#define SIZEOF_PY_INTPTR_T 8 | |
#define SIZEOF_OFF_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_STRTOLL 1 | |
#define HAVE_STRTOULL 1 | |
#define HAVE_CBRT 1 | |
#define HAVE_STRTOLD_L 1 | |
#define HAVE_FALLOCATE 1 | |
#define HAVE_XMMINTRIN_H 1 | |
#define HAVE_EMMINTRIN_H 1 | |
#define HAVE_FEATURES_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_PREFETCH 1 | |
#define HAVE__MM_LOAD_PD 1 | |
#define HAVE___BUILTIN_PREFETCH 1 | |
#define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 1 | |
#define HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 1 | |
#define HAVE_ATTRIBUTE_NONNULL 1 | |
#define HAVE___THREAD 1 | |
#define HAVE___DECLSPEC_THREAD_ 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_CBRTF 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_CBRTL 1 | |
#define HAVE_DECL_SIGNBIT | |
#define HAVE_COMPLEX_H 1 | |
#define HAVE_CABS 1 | |
#define HAVE_CACOS 1 | |
#define HAVE_CACOSH 1 | |
#define HAVE_CARG 1 | |
#define HAVE_CASIN 1 | |
#define HAVE_CASINH 1 | |
#define HAVE_CATAN 1 | |
#define HAVE_CATANH 1 | |
#define HAVE_CCOS 1 | |
#define HAVE_CCOSH 1 | |
#define HAVE_CEXP 1 | |
#define HAVE_CIMAG 1 | |
#define HAVE_CLOG 1 | |
#define HAVE_CONJ 1 | |
#define HAVE_CPOW 1 | |
#define HAVE_CPROJ 1 | |
#define HAVE_CREAL 1 | |
#define HAVE_CSIN 1 | |
#define HAVE_CSINH 1 | |
#define HAVE_CSQRT 1 | |
#define HAVE_CTAN 1 | |
#define HAVE_CTANH 1 | |
#define HAVE_CABSF 1 | |
#define HAVE_CACOSF 1 | |
#define HAVE_CACOSHF 1 | |
#define HAVE_CARGF 1 | |
#define HAVE_CASINF 1 | |
#define HAVE_CASINHF 1 | |
#define HAVE_CATANF 1 | |
#define HAVE_CATANHF 1 | |
#define HAVE_CCOSF 1 | |
#define HAVE_CCOSHF 1 | |
#define HAVE_CEXPF 1 | |
#define HAVE_CIMAGF 1 | |
#define HAVE_CLOGF 1 | |
#define HAVE_CONJF 1 | |
#define HAVE_CPOWF 1 | |
#define HAVE_CPROJF 1 | |
#define HAVE_CREALF 1 | |
#define HAVE_CSINF 1 | |
#define HAVE_CSINHF 1 | |
#define HAVE_CSQRTF 1 | |
#define HAVE_CTANF 1 | |
#define HAVE_CTANHF 1 | |
#define HAVE_CABSL 1 | |
#define HAVE_CACOSL 1 | |
#define HAVE_CACOSHL 1 | |
#define HAVE_CARGL 1 | |
#define HAVE_CASINL 1 | |
#define HAVE_CASINHL 1 | |
#define HAVE_CATANL 1 | |
#define HAVE_CATANHL 1 | |
#define HAVE_CCOSL 1 | |
#define HAVE_CCOSHL 1 | |
#define HAVE_CEXPL 1 | |
#define HAVE_CIMAGL 1 | |
#define HAVE_CLOGL 1 | |
#define HAVE_CONJL 1 | |
#define HAVE_CPOWL 1 | |
#define HAVE_CPROJL 1 | |
#define HAVE_CREALL 1 | |
#define HAVE_CSINL 1 | |
#define HAVE_CSINHL 1 | |
#define HAVE_CSQRTL 1 | |
#define HAVE_CTANL 1 | |
#define HAVE_CTANHL 1 | |
#define NPY_RESTRICT __restrict__ | |
#define HAVE_LDOUBLE_INTEL_EXTENDED_16_BYTES_LE 1 | |
#ifndef __cplusplus | |
/* #undef inline */ | |
#endif | |
#ifndef _NPY_NPY_CONFIG_H_ | |
#error config.h should never be included directly, include npy_config.h instead | |
#endif | |
EOF | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. | |
Generating build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared-intel _configtest.o -o _configtest | |
success! | |
removing: _configtest.c _configtest.o _configtest | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
success! | |
removing: _configtest.c _configtest.o | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
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 -I/usr/include/python2.7 -c' | |
icc: _configtest.c | |
success! | |
removing: _configtest.c _configtest.o | |
File: build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h | |
#define NPY_HAVE_ENDIAN_H 1 | |
#define NPY_SIZEOF_SHORT SIZEOF_SHORT | |
#define NPY_SIZEOF_INT SIZEOF_INT | |
#define NPY_SIZEOF_LONG SIZEOF_LONG | |
#define NPY_SIZEOF_FLOAT 4 | |
#define NPY_SIZEOF_COMPLEX_FLOAT 8 | |
#define NPY_SIZEOF_DOUBLE 8 | |
#define NPY_SIZEOF_COMPLEX_DOUBLE 16 | |
#define NPY_SIZEOF_LONGDOUBLE 16 | |
#define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | |
#define NPY_SIZEOF_PY_INTPTR_T 8 | |
#define NPY_SIZEOF_OFF_T 8 | |
#define NPY_SIZEOF_PY_LONG_LONG 8 | |
#define NPY_SIZEOF_LONGLONG 8 | |
#define NPY_NO_SMP 0 | |
#define NPY_HAVE_DECL_ISNAN | |
#define NPY_HAVE_DECL_ISINF | |
#define NPY_HAVE_DECL_ISFINITE | |
#define NPY_HAVE_DECL_SIGNBIT | |
#define NPY_USE_C99_COMPLEX 1 | |
#define NPY_HAVE_COMPLEX_DOUBLE 1 | |
#define NPY_HAVE_COMPLEX_FLOAT 1 | |
#define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | |
#define NPY_USE_C99_FORMATS 1 | |
#define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | |
#define NPY_ABI_VERSION 0x01000009 | |
#define NPY_API_VERSION 0x0000000A | |
#ifndef __STDC_FORMAT_MACROS | |
#define __STDC_FORMAT_MACROS 1 | |
#endif | |
EOF | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. | |
executing numpy/core/code_generators/generate_numpy_api.py | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. | |
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h'] | |
building extension "numpy.core.multiarray" sources | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. | |
executing numpy/core/code_generators/generate_numpy_api.py | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. | |
creating build/src.linux-x86_64-2.7/numpy/core/src/multiarray | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/einsum.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/private/templ_common.h | |
adding 'build/src.linux-x86_64-2.7/numpy/core/src/private' to include_dirs. | |
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/private/templ_common.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h'] | |
building extension "numpy.core.umath" sources | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. | |
executing numpy/core/code_generators/generate_ufunc_api.py | |
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources. | |
creating build/src.linux-x86_64-2.7/numpy/core/src/umath | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc | |
adding 'build/src.linux-x86_64-2.7/numpy/core/src/umath' to include_dirs. | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/simd.inc | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.h | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.c | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/scalarmath.c | |
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-2.7/numpy/core/src/umath/simd.inc', 'build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h'] | |
building extension "numpy.core.umath_tests" sources | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.c | |
building extension "numpy.core.test_rational" sources | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/test_rational.c | |
building extension "numpy.core.struct_ufunc_test" sources | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.c | |
building extension "numpy.core.multiarray_tests" sources | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c | |
building extension "numpy.core.operand_flag_tests" sources | |
conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.c | |
building extension "numpy.fft.fftpack_lite" sources | |
building extension "numpy.linalg.lapack_lite" sources | |
creating build/src.linux-x86_64-2.7/numpy/linalg | |
adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. | |
building extension "numpy.linalg._umath_linalg" sources | |
adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. | |
conv_template:> build/src.linux-x86_64-2.7/numpy/linalg/umath_linalg.c | |
building extension "numpy.random.mtrand" sources | |
creating build/src.linux-x86_64-2.7/numpy/random | |
building data_files sources | |
build_src: building npy-pkg config files | |
running build_py | |
creating build/lib.linux-x86_64-2.7 | |
creating build/lib.linux-x86_64-2.7/numpy | |
copying numpy/_import_tools.py -> build/lib.linux-x86_64-2.7/numpy | |
copying numpy/add_newdocs.py -> build/lib.linux-x86_64-2.7/numpy | |
copying numpy/setup.py -> build/lib.linux-x86_64-2.7/numpy | |
copying numpy/__init__.py -> build/lib.linux-x86_64-2.7/numpy | |
copying numpy/dual.py -> build/lib.linux-x86_64-2.7/numpy | |
copying numpy/matlib.py -> build/lib.linux-x86_64-2.7/numpy | |
copying numpy/version.py -> build/lib.linux-x86_64-2.7/numpy | |
copying numpy/ctypeslib.py -> build/lib.linux-x86_64-2.7/numpy | |
copying build/src.linux-x86_64-2.7/numpy/__config__.py -> build/lib.linux-x86_64-2.7/numpy | |
creating build/lib.linux-x86_64-2.7/numpy/compat | |
copying numpy/compat/setup.py -> build/lib.linux-x86_64-2.7/numpy/compat | |
copying numpy/compat/__init__.py -> build/lib.linux-x86_64-2.7/numpy/compat | |
copying numpy/compat/_inspect.py -> build/lib.linux-x86_64-2.7/numpy/compat | |
copying numpy/compat/py3k.py -> build/lib.linux-x86_64-2.7/numpy/compat | |
creating build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/_internal.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/fromnumeric.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/getlimits.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/defchararray.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/setup.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/__init__.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/records.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/memmap.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/function_base.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/arrayprint.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/numeric.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/cversions.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/numerictypes.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/shape_base.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/info.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/setup_common.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/machar.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/_methods.py -> build/lib.linux-x86_64-2.7/numpy/core | |
copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-x86_64-2.7/numpy/core | |
creating build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/exec_command.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/core.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/setup.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/__init__.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/conv_template.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/unixccompiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/from_template.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/numpy_distribution.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/misc_util.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/msvc9compiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/pathccompiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/environment.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/ccompiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/info.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/lib2def.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/intelccompiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/cpuinfo.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/msvccompiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/__version__.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/log.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/line_endings.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/compat.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/extension.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying numpy/distutils/system_info.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
copying build/src.linux-x86_64-2.7/numpy/distutils/__config__.py -> build/lib.linux-x86_64-2.7/numpy/distutils | |
creating build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/sdist.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/config_compiler.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/build_scripts.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/config.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/autodist.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/build_src.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/__init__.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/install.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/build_py.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/install_data.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/build_clib.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/build_ext.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/install_headers.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/install_clib.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/egg_info.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/build.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
copying numpy/distutils/command/develop.py -> build/lib.linux-x86_64-2.7/numpy/distutils/command | |
creating build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/none.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-x86_64-2.7/numpy/distutils/fcompiler | |
creating build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/__init__.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/constants.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/byteswapping.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/subclassing.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/misc.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/creation.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/glossary.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/broadcasting.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/internals.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/ufuncs.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/indexing.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/structured_arrays.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
copying numpy/doc/basics.py -> build/lib.linux-x86_64-2.7/numpy/doc | |
creating build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/f2py_testing.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/__init__.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/crackfortran.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/rules.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/f2py2e.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/diagnose.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/cb_rules.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/cfuncs.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/f90mod_rules.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/auxfuncs.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/info.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/__main__.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/func2subr.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/use_rules.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/__version__.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/capi_maps.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/common_rules.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
copying numpy/f2py/setup.py -> build/lib.linux-x86_64-2.7/numpy/f2py | |
creating build/lib.linux-x86_64-2.7/numpy/fft | |
copying numpy/fft/setup.py -> build/lib.linux-x86_64-2.7/numpy/fft | |
copying numpy/fft/__init__.py -> build/lib.linux-x86_64-2.7/numpy/fft | |
copying numpy/fft/helper.py -> build/lib.linux-x86_64-2.7/numpy/fft | |
copying numpy/fft/fftpack.py -> build/lib.linux-x86_64-2.7/numpy/fft | |
copying numpy/fft/info.py -> build/lib.linux-x86_64-2.7/numpy/fft | |
creating build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/_datasource.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/arrayterator.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/utils.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/_version.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/scimath.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/ufunclike.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/setup.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/__init__.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/nanfunctions.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/_iotools.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/function_base.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/npyio.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/polynomial.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/user_array.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/arraysetops.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/twodim_base.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/index_tricks.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/shape_base.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/info.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/stride_tricks.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/type_check.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/arraypad.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/format.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/financial.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
copying numpy/lib/recfunctions.py -> build/lib.linux-x86_64-2.7/numpy/lib | |
creating build/lib.linux-x86_64-2.7/numpy/linalg | |
copying numpy/linalg/setup.py -> build/lib.linux-x86_64-2.7/numpy/linalg | |
copying numpy/linalg/__init__.py -> build/lib.linux-x86_64-2.7/numpy/linalg | |
copying numpy/linalg/info.py -> build/lib.linux-x86_64-2.7/numpy/linalg | |
copying numpy/linalg/linalg.py -> build/lib.linux-x86_64-2.7/numpy/linalg | |
creating build/lib.linux-x86_64-2.7/numpy/ma | |
copying numpy/ma/core.py -> build/lib.linux-x86_64-2.7/numpy/ma | |
copying numpy/ma/timer_comparison.py -> build/lib.linux-x86_64-2.7/numpy/ma | |
copying numpy/ma/setup.py -> build/lib.linux-x86_64-2.7/numpy/ma | |
copying numpy/ma/testutils.py -> build/lib.linux-x86_64-2.7/numpy/ma | |
copying numpy/ma/bench.py -> build/lib.linux-x86_64-2.7/numpy/ma | |
copying numpy/ma/__init__.py -> build/lib.linux-x86_64-2.7/numpy/ma | |
copying numpy/ma/extras.py -> build/lib.linux-x86_64-2.7/numpy/ma | |
copying numpy/ma/mrecords.py -> build/lib.linux-x86_64-2.7/numpy/ma | |
copying numpy/ma/version.py -> build/lib.linux-x86_64-2.7/numpy/ma | |
creating build/lib.linux-x86_64-2.7/numpy/matrixlib | |
copying numpy/matrixlib/setup.py -> build/lib.linux-x86_64-2.7/numpy/matrixlib | |
copying numpy/matrixlib/__init__.py -> build/lib.linux-x86_64-2.7/numpy/matrixlib | |
copying numpy/matrixlib/defmatrix.py -> build/lib.linux-x86_64-2.7/numpy/matrixlib | |
creating build/lib.linux-x86_64-2.7/numpy/polynomial | |
copying numpy/polynomial/hermite.py -> build/lib.linux-x86_64-2.7/numpy/polynomial | |
copying numpy/polynomial/setup.py -> build/lib.linux-x86_64-2.7/numpy/polynomial | |
copying numpy/polynomial/__init__.py -> build/lib.linux-x86_64-2.7/numpy/polynomial | |
copying numpy/polynomial/laguerre.py -> build/lib.linux-x86_64-2.7/numpy/polynomial | |
copying numpy/polynomial/legendre.py -> build/lib.linux-x86_64-2.7/numpy/polynomial | |
copying numpy/polynomial/polynomial.py -> build/lib.linux-x86_64-2.7/numpy/polynomial | |
copying numpy/polynomial/chebyshev.py -> build/lib.linux-x86_64-2.7/numpy/polynomial | |
copying numpy/polynomial/polyutils.py -> build/lib.linux-x86_64-2.7/numpy/polynomial | |
copying numpy/polynomial/hermite_e.py -> build/lib.linux-x86_64-2.7/numpy/polynomial | |
copying numpy/polynomial/_polybase.py -> build/lib.linux-x86_64-2.7/numpy/polynomial | |
creating build/lib.linux-x86_64-2.7/numpy/random | |
copying numpy/random/setup.py -> build/lib.linux-x86_64-2.7/numpy/random | |
copying numpy/random/__init__.py -> build/lib.linux-x86_64-2.7/numpy/random | |
copying numpy/random/info.py -> build/lib.linux-x86_64-2.7/numpy/random | |
creating build/lib.linux-x86_64-2.7/numpy/testing | |
copying numpy/testing/utils.py -> build/lib.linux-x86_64-2.7/numpy/testing | |
copying numpy/testing/setup.py -> build/lib.linux-x86_64-2.7/numpy/testing | |
copying numpy/testing/__init__.py -> build/lib.linux-x86_64-2.7/numpy/testing | |
copying numpy/testing/nosetester.py -> build/lib.linux-x86_64-2.7/numpy/testing | |
copying numpy/testing/noseclasses.py -> build/lib.linux-x86_64-2.7/numpy/testing | |
copying numpy/testing/print_coercion_tables.py -> build/lib.linux-x86_64-2.7/numpy/testing | |
copying numpy/testing/decorators.py -> build/lib.linux-x86_64-2.7/numpy/testing | |
running build_clib | |
customize IntelEM64TCCompiler | |
customize IntelEM64TCCompiler using build_clib | |
building 'npymath' library | |
compiling C sources | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
creating build/temp.linux-x86_64-2.7 | |
creating build/temp.linux-x86_64-2.7/build | |
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7 | |
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy | |
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core | |
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src | |
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/npymath | |
creating build/temp.linux-x86_64-2.7/numpy | |
creating build/temp.linux-x86_64-2.7/numpy/core | |
creating build/temp.linux-x86_64-2.7/numpy/core/src | |
creating build/temp.linux-x86_64-2.7/numpy/core/src/npymath | |
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
icc: numpy/core/src/npymath/halffloat.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
xiar: adding 4 object files to build/temp.linux-x86_64-2.7/libnpymath.a | |
xiar: executing 'ar' | |
building 'npysort' library | |
compiling C sources | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/npysort | |
compile options: '-Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/npysort/selection.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/npysort/quicksort.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/npysort/mergesort.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/npysort/binsearch.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/npysort/heapsort.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
xiar: adding 5 object files to build/temp.linux-x86_64-2.7/libnpysort.a | |
xiar: executing 'ar' | |
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 -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
icc: numpy/core/src/dummymodule.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared -shared-intel build/temp.linux-x86_64-2.7/numpy/core/src/dummymodule.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.7 -lpython2.7 -o build/lib.linux-x86_64-2.7/numpy/core/_dummy.so | |
building 'numpy.core.multiarray' extension | |
compiling C sources | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
creating build/temp.linux-x86_64-2.7/numpy/core/src/multiarray | |
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray | |
creating build/temp.linux-x86_64-2.7/numpy/core/src/private | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
icc: numpy/core/src/multiarray/compiled_base.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/sequence.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/descriptor.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/getset.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/arrayobject.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/methods.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/datetime_busdaycal.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/vdot.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/array_assign_array.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/buffer.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/refcount.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/convert.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/shape.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/numpymemoryview.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(125): warning #3175: unrecognized gcc optimization level | |
NPY_GCC_UNROLL_LOOPS | |
^ | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(125): warning #3175: unrecognized gcc optimization level | |
NPY_GCC_UNROLL_LOOPS | |
^ | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(125): warning #3175: unrecognized gcc optimization level | |
NPY_GCC_UNROLL_LOOPS | |
^ | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(125): warning #3175: unrecognized gcc optimization level | |
NPY_GCC_UNROLL_LOOPS | |
^ | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(125): warning #3175: unrecognized gcc optimization level | |
NPY_GCC_UNROLL_LOOPS | |
^ | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(125): warning #3175: unrecognized gcc optimization level | |
NPY_GCC_UNROLL_LOOPS | |
^ | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(125): warning #3175: unrecognized gcc optimization level | |
NPY_GCC_UNROLL_LOOPS | |
^ | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(125): warning #3175: unrecognized gcc optimization level | |
NPY_GCC_UNROLL_LOOPS | |
^ | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(125): warning #3175: unrecognized gcc optimization level | |
NPY_GCC_UNROLL_LOOPS | |
^ | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(125): warning #3175: unrecognized gcc optimization level | |
NPY_GCC_UNROLL_LOOPS | |
^ | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(125): warning #3175: unrecognized gcc optimization level | |
NPY_GCC_UNROLL_LOOPS | |
^ | |
numpy/core/src/multiarray/lowlevel_strided_loops.c.src(125): warning #3175: unrecognized gcc optimization level | |
NPY_GCC_UNROLL_LOOPS | |
^ | |
icc: numpy/core/src/multiarray/multiarraymodule.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/item_selection.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/usertypes.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/calculation.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/hashdescr.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/scalarapi.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/dtype_transfer.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
numpy/core/src/multiarray/dtype_transfer.c(3251): 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(3378): warning #1890: the "visibility" attribute can only appear on functions and variables with external linkage | |
NPY_NO_EXPORT int | |
^ | |
icc: numpy/core/src/multiarray/mapping.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/flagsobject.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/nditer_constr.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/convert_datatype.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/array_assign_scalar.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/conversion_utils.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/common.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/ucsnarrow.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/einsum.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
numpy/core/src/multiarray/einsum.c.src(1078): 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(1157): 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(605): 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(606): 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(693): 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(694): 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(1114): 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(1155): 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(645): 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(646): 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(691): 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(692): 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/number.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/numpyos.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/datetime.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/datetime_strings.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/ctors.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/nditer_api.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/iterators.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/private/mem_overlap.c | |
/usr/include/python2.7/pyconfig.h(1193): warning #47: incompatible redefinition of macro "_POSIX_C_SOURCE" (declared at line 225 of "/usr/include/features.h") | |
#define _POSIX_C_SOURCE 200112L | |
^ | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/array_assign.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/nditer_pywrap.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/datetime_busday.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/multiarray/alloc.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared -shared-intel build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/alloc.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/arrayobject.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/arraytypes.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/array_assign.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/array_assign_scalar.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/array_assign_array.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/buffer.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/calculation.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/compiled_base.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/common.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/convert.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/convert_datatype.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/conversion_utils.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/ctors.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/datetime.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/datetime_strings.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/datetime_busday.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/datetime_busdaycal.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/descriptor.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/dtype_transfer.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/einsum.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/flagsobject.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/getset.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/hashdescr.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/item_selection.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/iterators.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/mapping.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/methods.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/multiarraymodule.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_api.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_constr.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_pywrap.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/number.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpymemoryview.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/refcount.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/sequence.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/shape.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/scalarapi.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/scalartypes.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/usertypes.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/ucsnarrow.o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/vdot.o build/temp.linux-x86_64-2.7/numpy/core/src/private/mem_overlap.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.7 -lnpymath -lnpysort -lpython2.7 -o build/lib.linux-x86_64-2.7/numpy/core/multiarray.so | |
building 'numpy.core.umath' extension | |
compiling C sources | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
creating build/temp.linux-x86_64-2.7/numpy/core/src/umath | |
creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
icc: numpy/core/src/umath/ufunc_type_resolution.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/umath/ufunc_object.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/umath/scalarmath.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/umath/umathmodule.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/core/src/umath/reduction.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "_PyArg_ParseTuple_SizeT" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared -shared-intel build/temp.linux-x86_64-2.7/numpy/core/src/umath/umathmodule.o build/temp.linux-x86_64-2.7/numpy/core/src/umath/reduction.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.o build/temp.linux-x86_64-2.7/numpy/core/src/umath/ufunc_object.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath/scalarmath.o build/temp.linux-x86_64-2.7/numpy/core/src/umath/ufunc_type_resolution.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.7 -lnpymath -lpython2.7 -o build/lib.linux-x86_64-2.7/numpy/core/umath.so | |
building 'numpy.core.umath_tests' extension | |
compiling C sources | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared -shared-intel build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.7 -lpython2.7 -o build/lib.linux-x86_64-2.7/numpy/core/umath_tests.so | |
building 'numpy.core.test_rational' extension | |
compiling C sources | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/umath/test_rational.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared -shared-intel build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath/test_rational.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.7 -lpython2.7 -o build/lib.linux-x86_64-2.7/numpy/core/test_rational.so | |
building 'numpy.core.struct_ufunc_test' extension | |
compiling C sources | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared -shared-intel build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.7 -lpython2.7 -o build/lib.linux-x86_64-2.7/numpy/core/struct_ufunc_test.so | |
building 'numpy.core.multiarray_tests' extension | |
compiling C sources | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
icc: numpy/core/src/private/mem_overlap.c | |
/usr/include/python2.7/pyconfig.h(1193): warning #47: incompatible redefinition of macro "_POSIX_C_SOURCE" (declared at line 225 of "/usr/include/features.h") | |
#define _POSIX_C_SOURCE 200112L | |
^ | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared -shared-intel build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.o build/temp.linux-x86_64-2.7/numpy/core/src/private/mem_overlap.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.7 -lpython2.7 -o build/lib.linux-x86_64-2.7/numpy/core/multiarray_tests.so | |
building 'numpy.core.operand_flag_tests' extension | |
compiling C sources | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
icc: build/src.linux-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared -shared-intel build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.7 -lpython2.7 -o build/lib.linux-x86_64-2.7/numpy/core/operand_flag_tests.so | |
building 'numpy.fft.fftpack_lite' extension | |
compiling C sources | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
creating build/temp.linux-x86_64-2.7/numpy/fft | |
compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
icc: numpy/fft/fftpack.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/fft/fftpack_litemodule.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 -shared -shared-intel build/temp.linux-x86_64-2.7/numpy/fft/fftpack_litemodule.o build/temp.linux-x86_64-2.7/numpy/fft/fftpack.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.7 -lpython2.7 -o build/lib.linux-x86_64-2.7/numpy/fft/fftpack_lite.so | |
building 'numpy.linalg.lapack_lite' extension | |
compiling C sources | |
C compiler: icc -m64 -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp -xSSE4.2 | |
creating build/temp.linux-x86_64-2.7/numpy/linalg | |
creating build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite | |
compile options: '-DNO_ATLAS_INFO=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -c' | |
icc: numpy/linalg/lapack_litemodule.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
icc: numpy/linalg/lapack_lite/python_xerbla.c | |
/usr/include/python2.7/modsupport.h(27): warning #1498: unrecognized format function type "PyArg_ParseTuple" ignored | |
PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); | |
^ | |
/opt/intel/composerxe-2013_update4.5.192/bin/intel64/ifort -shared -shared -nofor_main build/temp.linux-x86_64-2.7/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -L/opt/intel/composerxe-2013.3.174/mkl/lib/intel64 -L/usr/lib64 -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.7 -lmkl_rt -lmkl_rt -lblas -lpython2.7 -o build/lib.linux-x86_64-2.7/numpy/linalg/lapack_lite.so | |
ld: cannot find -lblas | |
ld: cannot find -lblas | |
error: Command "/opt/intel/composerxe-2013_update4.5.192/bin/intel64/ifort -shared -shared -nofor_main build/temp.linux-x86_64-2.7/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -L/opt/intel/composerxe-2013.3.174/mkl/lib/intel64 -L/usr/lib64 -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.7 -lmkl_rt -lmkl_rt -lblas -lpython2.7 -o build/lib.linux-x86_64-2.7/numpy/linalg/lapack_lite.so" failed with exit status 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment