Skip to content

Instantly share code, notes, and snippets.

@bbelgodere
Created July 26, 2016 13:12
Show Gist options
  • Save bbelgodere/23db858f8d9df293b8c06da2812afcb3 to your computer and use it in GitHub Desktop.
Save bbelgodere/23db858f8d9df293b8c06da2812afcb3 to your computer and use it in GitHub Desktop.
Running from numpy source directory.
numpy/random/mtrand/mtrand.pyx has not changed
Cythonizing sources
blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in ['/u/bmbelgod/Envs/numpy_test/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/u/bmbelgod/Envs/numpy_test/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
NOT AVAILABLE
atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
Setting PTATLAS=ATLAS
Setting PTATLAS=ATLAS
Setting PTATLAS=ATLAS
Setting PTATLAS=ATLAS
libraries tatlas not found in []
Runtime library tatlas was not found. Ignoring
FOUND:
libraries = ['tatlas', 'tatlas']
library_dirs = ['/usr/lib64/atlas']
language = c
define_macros = [('HAVE_CBLAS', None), ('NO_ATLAS_INFO', -1)]
include_dirs = ['/usr/include']
FOUND:
libraries = ['tatlas', 'tatlas']
library_dirs = ['/usr/lib64/atlas']
language = c
define_macros = [('HAVE_CBLAS', None), ('NO_ATLAS_INFO', -1)]
include_dirs = ['/usr/include']
non-existing path in 'numpy/distutils': 'site.cfg'
F2PY Version 2
lapack_opt_info:
openblas_lapack_info:
libraries openblas not found in ['/u/bmbelgod/Envs/numpy_test/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
NOT AVAILABLE
lapack_mkl_info:
mkl_info:
libraries mkl,vml,guide not found in ['/u/bmbelgod/Envs/numpy_test/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
NOT AVAILABLE
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
libraries tatlas,tatlas not found in /u/bmbelgod/Envs/numpy_test/lib
libraries lapack_atlas not found in /u/bmbelgod/Envs/numpy_test/lib
libraries tatlas,tatlas not found in /usr/local/lib64
libraries lapack_atlas not found in /usr/local/lib64
libraries tatlas,tatlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/lib64/atlas
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
Setting PTATLAS=ATLAS
Setting PTATLAS=ATLAS
Setting PTATLAS=ATLAS
Setting PTATLAS=ATLAS
libraries tatlas not found in []
Runtime library tatlas was not found. Ignoring
FOUND:
libraries = ['tatlas', 'tatlas', 'tatlas', 'tatlas']
library_dirs = ['/usr/lib64/atlas']
language = f77
define_macros = [('NO_ATLAS_INFO', -1)]
include_dirs = ['/usr/include']
FOUND:
libraries = ['tatlas', 'tatlas', 'tatlas', 'tatlas']
library_dirs = ['/usr/lib64/atlas']
language = f77
define_macros = [('NO_ATLAS_INFO', -1)]
include_dirs = ['/usr/include']
/opt/share/Python-2.7.12/ppc64le/lib/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
building library "npymath" sources
customize Gnu95FCompiler
Found executable /usr/bin/gfortran
customize Gnu95FCompiler
customize Gnu95FCompiler using config
C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/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/opt/share/Python-2.7.12/ppc64le/include/python2.7 -c'
gcc: _configtest.c
gcc -pthread _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/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/opt/share/Python-2.7.12/ppc64le/include/python2.7 -c'
gcc: _configtest.c
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default]
int exp (void);
^
gcc -pthread _configtest.o -o _configtest
_configtest.o: In function `main':
/u/bmbelgod/numpy/_configtest.c:6: undefined reference to `exp'
collect2: error: ld returned 1 exit status
_configtest.o: In function `main':
/u/bmbelgod/numpy/_configtest.c:6: undefined reference to `exp'
collect2: error: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/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/opt/share/Python-2.7.12/ppc64le/include/python2.7 -c'
gcc: _configtest.c
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default]
int exp (void);
^
gcc -pthread _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
building library "npysort" sources
adding 'build/src.linux-ppc64le-2.7/numpy/core/src/private' to include_dirs.
None - nothing done with h_files = ['build/src.linux-ppc64le-2.7/numpy/core/src/private/npy_partition.h', 'build/src.linux-ppc64le-2.7/numpy/core/src/private/npy_binsearch.h']
building extension "numpy.core._dummy" sources
adding 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.linux-ppc64le-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.multiarray" sources
adding 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
adding 'build/src.linux-ppc64le-2.7/numpy/core/src/private' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.linux-ppc64le-2.7/numpy/core/src/private/templ_common.h', 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
adding 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
adding 'build/src.linux-ppc64le-2.7/numpy/core/src/umath' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.linux-ppc64le-2.7/numpy/core/src/umath/funcs.inc', 'build/src.linux-ppc64le-2.7/numpy/core/src/umath/simd.inc', 'build/src.linux-ppc64le-2.7/numpy/core/src/umath/loops.h', 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-ppc64le-2.7/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core.umath_tests" sources
building extension "numpy.core.test_rational" sources
building extension "numpy.core.struct_ufunc_test" sources
building extension "numpy.core.multiarray_tests" sources
building extension "numpy.core.operand_flag_tests" sources
building extension "numpy.fft.fftpack_lite" sources
building extension "numpy.linalg.lapack_lite" sources
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.
building extension "numpy.random.mtrand" sources
building data_files sources
build_src: building npy-pkg config files
running build_py
creating build/lib.linux-ppc64le-2.7
creating build/lib.linux-ppc64le-2.7/numpy
copying numpy/dual.py -> build/lib.linux-ppc64le-2.7/numpy
copying numpy/matlib.py -> build/lib.linux-ppc64le-2.7/numpy
copying numpy/setup.py -> build/lib.linux-ppc64le-2.7/numpy
copying numpy/version.py -> build/lib.linux-ppc64le-2.7/numpy
copying numpy/__init__.py -> build/lib.linux-ppc64le-2.7/numpy
copying numpy/_import_tools.py -> build/lib.linux-ppc64le-2.7/numpy
copying numpy/add_newdocs.py -> build/lib.linux-ppc64le-2.7/numpy
copying numpy/ctypeslib.py -> build/lib.linux-ppc64le-2.7/numpy
copying build/src.linux-ppc64le-2.7/numpy/__config__.py -> build/lib.linux-ppc64le-2.7/numpy
creating build/lib.linux-ppc64le-2.7/numpy/compat
copying numpy/compat/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/compat
copying numpy/compat/setup.py -> build/lib.linux-ppc64le-2.7/numpy/compat
copying numpy/compat/_inspect.py -> build/lib.linux-ppc64le-2.7/numpy/compat
copying numpy/compat/py3k.py -> build/lib.linux-ppc64le-2.7/numpy/compat
creating build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/_methods.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/arrayprint.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/cversions.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/defchararray.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/machar.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/setup_common.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/_internal.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/fromnumeric.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/function_base.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/getlimits.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/info.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/memmap.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/numeric.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/numerictypes.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/records.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/setup.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/shape_base.py -> build/lib.linux-ppc64le-2.7/numpy/core
copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-ppc64le-2.7/numpy/core
creating build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/__version__.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/ccompiler.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/compat.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/core.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/cpuinfo.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/environment.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/extension.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/info.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/lib2def.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/line_endings.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/log.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/msvc9compiler.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/msvccompiler.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/numpy_distribution.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/pathccompiler.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/setup.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/unixccompiler.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/conv_template.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/exec_command.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/from_template.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/intelccompiler.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/misc_util.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying numpy/distutils/system_info.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
copying build/src.linux-ppc64le-2.7/numpy/distutils/__config__.py -> build/lib.linux-ppc64le-2.7/numpy/distutils
creating build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/autodist.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/build.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/build_clib.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/build_ext.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/build_py.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/build_scripts.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/config_compiler.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/develop.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/egg_info.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/install.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/install_clib.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/install_data.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/install_headers.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/sdist.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/build_src.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
copying numpy/distutils/command/config.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/command
creating build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/none.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-ppc64le-2.7/numpy/distutils/fcompiler
creating build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/basics.py -> build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/broadcasting.py -> build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/constants.py -> build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/creation.py -> build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/misc.py -> build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/structured_arrays.py -> build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/ufuncs.py -> build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/byteswapping.py -> build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/glossary.py -> build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/indexing.py -> build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/internals.py -> build/lib.linux-ppc64le-2.7/numpy/doc
copying numpy/doc/subclassing.py -> build/lib.linux-ppc64le-2.7/numpy/doc
creating build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/__main__.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/__version__.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/auxfuncs.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/cb_rules.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/cfuncs.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/common_rules.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/diagnose.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/f2py2e.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/f2py_testing.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/f90mod_rules.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/func2subr.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/info.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/setup.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/use_rules.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/capi_maps.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/crackfortran.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
copying numpy/f2py/rules.py -> build/lib.linux-ppc64le-2.7/numpy/f2py
creating build/lib.linux-ppc64le-2.7/numpy/fft
copying numpy/fft/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/fft
copying numpy/fft/info.py -> build/lib.linux-ppc64le-2.7/numpy/fft
copying numpy/fft/setup.py -> build/lib.linux-ppc64le-2.7/numpy/fft
copying numpy/fft/fftpack.py -> build/lib.linux-ppc64le-2.7/numpy/fft
copying numpy/fft/helper.py -> build/lib.linux-ppc64le-2.7/numpy/fft
creating build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/_iotools.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/_version.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/arraysetops.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/arrayterator.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/index_tricks.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/info.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/recfunctions.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/scimath.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/setup.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/ufunclike.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/user_array.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/_datasource.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/financial.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/format.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/nanfunctions.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/npyio.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/polynomial.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/shape_base.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/stride_tricks.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/twodim_base.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/type_check.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/utils.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/arraypad.py -> build/lib.linux-ppc64le-2.7/numpy/lib
copying numpy/lib/function_base.py -> build/lib.linux-ppc64le-2.7/numpy/lib
creating build/lib.linux-ppc64le-2.7/numpy/linalg
copying numpy/linalg/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/linalg
copying numpy/linalg/info.py -> build/lib.linux-ppc64le-2.7/numpy/linalg
copying numpy/linalg/setup.py -> build/lib.linux-ppc64le-2.7/numpy/linalg
copying numpy/linalg/linalg.py -> build/lib.linux-ppc64le-2.7/numpy/linalg
creating build/lib.linux-ppc64le-2.7/numpy/ma
copying numpy/ma/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/ma
copying numpy/ma/bench.py -> build/lib.linux-ppc64le-2.7/numpy/ma
copying numpy/ma/setup.py -> build/lib.linux-ppc64le-2.7/numpy/ma
copying numpy/ma/testutils.py -> build/lib.linux-ppc64le-2.7/numpy/ma
copying numpy/ma/timer_comparison.py -> build/lib.linux-ppc64le-2.7/numpy/ma
copying numpy/ma/version.py -> build/lib.linux-ppc64le-2.7/numpy/ma
copying numpy/ma/mrecords.py -> build/lib.linux-ppc64le-2.7/numpy/ma
copying numpy/ma/core.py -> build/lib.linux-ppc64le-2.7/numpy/ma
copying numpy/ma/extras.py -> build/lib.linux-ppc64le-2.7/numpy/ma
creating build/lib.linux-ppc64le-2.7/numpy/matrixlib
copying numpy/matrixlib/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/matrixlib
copying numpy/matrixlib/setup.py -> build/lib.linux-ppc64le-2.7/numpy/matrixlib
copying numpy/matrixlib/defmatrix.py -> build/lib.linux-ppc64le-2.7/numpy/matrixlib
creating build/lib.linux-ppc64le-2.7/numpy/polynomial
copying numpy/polynomial/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/polynomial
copying numpy/polynomial/chebyshev.py -> build/lib.linux-ppc64le-2.7/numpy/polynomial
copying numpy/polynomial/hermite.py -> build/lib.linux-ppc64le-2.7/numpy/polynomial
copying numpy/polynomial/laguerre.py -> build/lib.linux-ppc64le-2.7/numpy/polynomial
copying numpy/polynomial/legendre.py -> build/lib.linux-ppc64le-2.7/numpy/polynomial
copying numpy/polynomial/setup.py -> build/lib.linux-ppc64le-2.7/numpy/polynomial
copying numpy/polynomial/_polybase.py -> build/lib.linux-ppc64le-2.7/numpy/polynomial
copying numpy/polynomial/hermite_e.py -> build/lib.linux-ppc64le-2.7/numpy/polynomial
copying numpy/polynomial/polynomial.py -> build/lib.linux-ppc64le-2.7/numpy/polynomial
copying numpy/polynomial/polyutils.py -> build/lib.linux-ppc64le-2.7/numpy/polynomial
creating build/lib.linux-ppc64le-2.7/numpy/random
copying numpy/random/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/random
copying numpy/random/info.py -> build/lib.linux-ppc64le-2.7/numpy/random
copying numpy/random/setup.py -> build/lib.linux-ppc64le-2.7/numpy/random
creating build/lib.linux-ppc64le-2.7/numpy/testing
copying numpy/testing/__init__.py -> build/lib.linux-ppc64le-2.7/numpy/testing
copying numpy/testing/decorators.py -> build/lib.linux-ppc64le-2.7/numpy/testing
copying numpy/testing/noseclasses.py -> build/lib.linux-ppc64le-2.7/numpy/testing
copying numpy/testing/nosetester.py -> build/lib.linux-ppc64le-2.7/numpy/testing
copying numpy/testing/print_coercion_tables.py -> build/lib.linux-ppc64le-2.7/numpy/testing
copying numpy/testing/setup.py -> build/lib.linux-ppc64le-2.7/numpy/testing
copying numpy/testing/utils.py -> build/lib.linux-ppc64le-2.7/numpy/testing
running build_clib
customize UnixCCompiler
customize UnixCCompiler using build_clib
building 'npymath' library
compiling C sources
C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
compile options: '-Inumpy/core/include -Ibuild/src.linux-ppc64le-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/opt/share/Python-2.7.12/ppc64le/include/python2.7 -Ibuild/src.linux-ppc64le-2.7/numpy/core/src/private -Ibuild/src.linux-ppc64le-2.7/numpy/core/src/private -Ibuild/src.linux-ppc64le-2.7/numpy/core/src/private -c'
gcc: build/src.linux-ppc64le-2.7/numpy/core/src/npymath/npy_math.c
gcc: build/src.linux-ppc64le-2.7/numpy/core/src/npymath/ieee754.c
gcc: numpy/core/src/npymath/halffloat.c
gcc: build/src.linux-ppc64le-2.7/numpy/core/src/npymath/npy_math_complex.c
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_cacosf’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1325:5: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_casinhf’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1482:5: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src:1433:21: warning: unused variable ‘pio2_hi’ [-Wunused-variable]
const @type@ pio2_hi = NPY_PI_2@c@;
^
numpy/core/src/npymath/npy_math_complex.c.src:1422:30: warning: unused variable ‘pio2_lo’ [-Wunused-variable]
const volatile npy_float pio2_lo = 7.5497899549e-9f;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_catanhf’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1716:9: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_cacos’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1325:5: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_casinh’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1482:5: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src:1433:22: warning: unused variable ‘pio2_hi’ [-Wunused-variable]
const @type@ pio2_hi = NPY_PI_2@c@;
^
numpy/core/src/npymath/npy_math_complex.c.src:1426:31: warning: unused variable ‘pio2_lo’ [-Wunused-variable]
const volatile npy_double pio2_lo = 6.1232339957367659e-17;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_catanh’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1716:9: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘_do_hard_workl’:
numpy/core/src/npymath/npy_math_complex.c.src:1077:5: warning: floating constant truncated to zero [-Woverflow]
const npy_longdouble FOUR_SQRT_MIN = 7.3344154702193886625e-2466l;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘_clog_for_large_valuesl’:
numpy/core/src/npymath/npy_math_complex.c.src:1218:5: warning: floating constant exceeds range of ‘long double’ [-Woverflow]
const npy_longdouble QUARTER_SQRT_MAX = 2.7268703390485398235e+2465l;
^
numpy/core/src/npymath/npy_math_complex.c.src:1219:5: warning: floating constant truncated to zero [-Woverflow]
const npy_longdouble SQRT_MIN = 1.8336038675548471656e-2466l;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_cacosl’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1325:5: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_casinhl’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1482:5: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src:1433:26: warning: unused variable ‘pio2_hi’ [-Wunused-variable]
const @type@ pio2_hi = NPY_PI_2@c@;
^
numpy/core/src/npymath/npy_math_complex.c.src:1430:35: warning: unused variable ‘pio2_lo’ [-Wunused-variable]
const volatile npy_longdouble pio2_lo = 2.710505431213761085e-20l;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘_sum_squaresl’:
numpy/core/src/npymath/npy_math_complex.c.src:1518:1: warning: floating constant truncated to zero [-Woverflow]
const npy_longdouble SQRT_MIN = 1.8336038675548471656e-2466l;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘_real_part_reciprocall’:
numpy/core/src/npymath/npy_math_complex.c.src:1616:25: error: storage size of ‘ux’ isn’t known
union IEEEl2bitsrep ux, uy, us;
^
numpy/core/src/npymath/npy_math_complex.c.src:1616:29: error: storage size of ‘uy’ isn’t known
union IEEEl2bitsrep ux, uy, us;
^
numpy/core/src/npymath/npy_math_complex.c.src:1616:33: error: storage size of ‘us’ isn’t known
union IEEEl2bitsrep ux, uy, us;
^
numpy/core/src/npymath/npy_math_complex.c.src:1620:5: warning: implicit declaration of function ‘GET_LDOUBLE_EXP’ [-Wimplicit-function-declaration]
ix = GET_LDOUBLE_EXP(ux);
^
numpy/core/src/npymath/npy_math_complex.c.src:1633:5: warning: implicit declaration of function ‘SET_LDOUBLE_EXP’ [-Wimplicit-function-declaration]
SET_LDOUBLE_EXP(us, 0x7fff - ix);
^
numpy/core/src/npymath/npy_math_complex.c.src:1616:33: warning: unused variable ‘us’ [-Wunused-variable]
union IEEEl2bitsrep ux, uy, us;
^
numpy/core/src/npymath/npy_math_complex.c.src:1616:29: warning: unused variable ‘uy’ [-Wunused-variable]
union IEEEl2bitsrep ux, uy, us;
^
numpy/core/src/npymath/npy_math_complex.c.src:1616:25: warning: unused variable ‘ux’ [-Wunused-variable]
union IEEEl2bitsrep ux, uy, us;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_catanhl’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1716:9: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_cpowl’:
numpy/core/src/npymath/npy_math_complex.c.src:459:1: note: the ABI of passing aggregates with 16-byte alignment will change in a future GCC release
npy_cpow@c@ (@ctype@ a, @ctype@ b)
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_cacosf’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1325:5: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_casinhf’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1482:5: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src:1433:21: warning: unused variable ‘pio2_hi’ [-Wunused-variable]
const @type@ pio2_hi = NPY_PI_2@c@;
^
numpy/core/src/npymath/npy_math_complex.c.src:1422:30: warning: unused variable ‘pio2_lo’ [-Wunused-variable]
const volatile npy_float pio2_lo = 7.5497899549e-9f;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_catanhf’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1716:9: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_cacos’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1325:5: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_casinh’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1482:5: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src:1433:22: warning: unused variable ‘pio2_hi’ [-Wunused-variable]
const @type@ pio2_hi = NPY_PI_2@c@;
^
numpy/core/src/npymath/npy_math_complex.c.src:1426:31: warning: unused variable ‘pio2_lo’ [-Wunused-variable]
const volatile npy_double pio2_lo = 6.1232339957367659e-17;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_catanh’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1716:9: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘_do_hard_workl’:
numpy/core/src/npymath/npy_math_complex.c.src:1077:5: warning: floating constant truncated to zero [-Woverflow]
const npy_longdouble FOUR_SQRT_MIN = 7.3344154702193886625e-2466l;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘_clog_for_large_valuesl’:
numpy/core/src/npymath/npy_math_complex.c.src:1218:5: warning: floating constant exceeds range of ‘long double’ [-Woverflow]
const npy_longdouble QUARTER_SQRT_MAX = 2.7268703390485398235e+2465l;
^
numpy/core/src/npymath/npy_math_complex.c.src:1219:5: warning: floating constant truncated to zero [-Woverflow]
const npy_longdouble SQRT_MIN = 1.8336038675548471656e-2466l;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_cacosl’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1325:5: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_casinhl’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1482:5: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src:1433:26: warning: unused variable ‘pio2_hi’ [-Wunused-variable]
const @type@ pio2_hi = NPY_PI_2@c@;
^
numpy/core/src/npymath/npy_math_complex.c.src:1430:35: warning: unused variable ‘pio2_lo’ [-Wunused-variable]
const volatile npy_longdouble pio2_lo = 2.710505431213761085e-20l;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘_sum_squaresl’:
numpy/core/src/npymath/npy_math_complex.c.src:1518:1: warning: floating constant truncated to zero [-Woverflow]
const npy_longdouble SQRT_MIN = 1.8336038675548471656e-2466l;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘_real_part_reciprocall’:
numpy/core/src/npymath/npy_math_complex.c.src:1616:25: error: storage size of ‘ux’ isn’t known
union IEEEl2bitsrep ux, uy, us;
^
numpy/core/src/npymath/npy_math_complex.c.src:1616:29: error: storage size of ‘uy’ isn’t known
union IEEEl2bitsrep ux, uy, us;
^
numpy/core/src/npymath/npy_math_complex.c.src:1616:33: error: storage size of ‘us’ isn’t known
union IEEEl2bitsrep ux, uy, us;
^
numpy/core/src/npymath/npy_math_complex.c.src:1620:5: warning: implicit declaration of function ‘GET_LDOUBLE_EXP’ [-Wimplicit-function-declaration]
ix = GET_LDOUBLE_EXP(ux);
^
numpy/core/src/npymath/npy_math_complex.c.src:1633:5: warning: implicit declaration of function ‘SET_LDOUBLE_EXP’ [-Wimplicit-function-declaration]
SET_LDOUBLE_EXP(us, 0x7fff - ix);
^
numpy/core/src/npymath/npy_math_complex.c.src:1616:33: warning: unused variable ‘us’ [-Wunused-variable]
union IEEEl2bitsrep ux, uy, us;
^
numpy/core/src/npymath/npy_math_complex.c.src:1616:29: warning: unused variable ‘uy’ [-Wunused-variable]
union IEEEl2bitsrep ux, uy, us;
^
numpy/core/src/npymath/npy_math_complex.c.src:1616:25: warning: unused variable ‘ux’ [-Wunused-variable]
union IEEEl2bitsrep ux, uy, us;
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_catanhl’:
numpy/core/src/npymath/npy_math_complex.c.src:39:49: warning: unused variable ‘junk’ [-Wunused-variable]
#define raise_inexact() do { volatile npy_float junk = 1 + tiny; } while(0)
^
numpy/core/src/npymath/npy_math_complex.c.src:1716:9: note: in expansion of macro ‘raise_inexact’
raise_inexact();
^
numpy/core/src/npymath/npy_math_complex.c.src: In function ‘npy_cpowl’:
numpy/core/src/npymath/npy_math_complex.c.src:459:1: note: the ABI of passing aggregates with 16-byte alignment will change in a future GCC release
npy_cpow@c@ (@ctype@ a, @ctype@ b)
^
error: Command "gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Inumpy/core/include -Ibuild/src.linux-ppc64le-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/opt/share/Python-2.7.12/ppc64le/include/python2.7 -Ibuild/src.linux-ppc64le-2.7/numpy/core/src/private -Ibuild/src.linux-ppc64le-2.7/numpy/core/src/private -Ibuild/src.linux-ppc64le-2.7/numpy/core/src/private -c build/src.linux-ppc64le-2.7/numpy/core/src/npymath/npy_math_complex.c -o build/temp.linux-ppc64le-2.7/build/src.linux-ppc64le-2.7/numpy/core/src/npymath/npy_math_complex.o" failed with exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment