Skip to content

Instantly share code, notes, and snippets.

@WarrenWeckesser
Created April 12, 2020 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WarrenWeckesser/24373277b8562f922b4e72a5ed5d9a88 to your computer and use it in GitHub Desktop.
Save WarrenWeckesser/24373277b8562f922b4e72a5ed5d9a88 to your computer and use it in GitHub Desktop.
numpy build log, PR gh-15759
Processing numpy/random/_bounded_integers.pxd.in
Processing numpy/random/_bounded_integers.pyx.in
Processing numpy/random/_common.pyx
Processing numpy/random/_generator.pyx
Processing numpy/random/_mt19937.pyx
Processing numpy/random/_pcg64.pyx
Processing numpy/random/_philox.pyx
Processing numpy/random/_sfc64.pyx
Processing numpy/random/bit_generator.pyx
Processing numpy/random/mtrand.pyx
Cythonizing sources
blas_opt_info:
blas_mkl_info:
customize UnixCCompiler
libraries mkl_rt not found in ['/Users/warren/py381/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
blis_info:
libraries blis not found in ['/Users/warren/py381/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/Users/warren/py381/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
libraries tatlas not found in ['/Users/warren/py381/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_info:
libraries satlas not found in ['/Users/warren/py381/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['/Users/warren/py381/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['/Users/warren/py381/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
blas_info:
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpzl28_2z1/var
creating /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpzl28_2z1/var/folders
creating /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpzl28_2z1/var/folders/p9
creating /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpzl28_2z1/var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn
creating /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpzl28_2z1/var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T
creating /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpzl28_2z1/var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpzl28_2z1
compile options: '-I/usr/local/include -I/usr/include -I/Users/warren/py381/include -c'
gcc: /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpzl28_2z1/source.c
/var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpzl28_2z1/source.c:1:10: fatal error: 'cblas.h' file not found
#include <cblas.h>
^~~~~~~~~
1 error generated.
FOUND:
libraries = ['blas', 'blas']
library_dirs = ['/usr/lib']
include_dirs = ['/usr/local/include', '/usr/include', '/Users/warren/py381/include']
FOUND:
define_macros = [('NO_ATLAS_INFO', 1)]
libraries = ['blas', 'blas']
library_dirs = ['/usr/lib']
include_dirs = ['/usr/local/include', '/usr/include', '/Users/warren/py381/include']
non-existing path in 'numpy/distutils': 'site.cfg'
lapack_opt_info:
lapack_mkl_info:
libraries mkl_rt not found in ['/Users/warren/py381/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
openblas_lapack_info:
libraries openblas not found in ['/Users/warren/py381/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
openblas_clapack_info:
libraries openblas,lapack not found in ['/Users/warren/py381/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
flame_info:
libraries flame not found in ['/Users/warren/py381/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
libraries lapack_atlas not found in /Users/warren/py381/lib
libraries tatlas,tatlas not found in /Users/warren/py381/lib
libraries lapack_atlas not found in /usr/local/lib
libraries tatlas,tatlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/lib
libraries tatlas,tatlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE
atlas_3_10_info:
libraries lapack_atlas not found in /Users/warren/py381/lib
libraries satlas,satlas not found in /Users/warren/py381/lib
libraries lapack_atlas not found in /usr/local/lib
libraries satlas,satlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/lib
libraries satlas,satlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries lapack_atlas not found in /Users/warren/py381/lib
libraries ptf77blas,ptcblas,atlas not found in /Users/warren/py381/lib
libraries lapack_atlas not found in /usr/local/lib
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/lib
libraries ptf77blas,ptcblas,atlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE
atlas_info:
libraries lapack_atlas not found in /Users/warren/py381/lib
libraries f77blas,cblas,atlas not found in /Users/warren/py381/lib
libraries lapack_atlas not found in /usr/local/lib
libraries f77blas,cblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/lib
libraries f77blas,cblas,atlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE
lapack_info:
FOUND:
libraries = ['lapack', 'lapack']
library_dirs = ['/usr/lib']
language = f77
FOUND:
libraries = ['lapack', 'lapack', 'blas', 'blas']
library_dirs = ['/usr/lib']
language = f77
define_macros = [('NO_ATLAS_INFO', 1)]
include_dirs = ['/usr/local/include', '/usr/include', '/Users/warren/py381/include']
non-existing path in 'numpy/random': '{gen}.pxd'
non-existing path in 'numpy/random': '{gen}.pxd'
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/src.macosx-10.12-x86_64-3.8
creating build/src.macosx-10.12-x86_64-3.8/numpy
creating build/src.macosx-10.12-x86_64-3.8/numpy/distutils
building library "npymath" sources
creating build/src.macosx-10.12-x86_64-3.8/numpy/core
creating build/src.macosx-10.12-x86_64-3.8/numpy/core/src
creating build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/npy_math_internal.h
adding 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath' to include_dirs.
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/ieee754.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/npy_math_complex.c
None - nothing done with h_files = ['build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/npy_math_internal.h']
building library "npysort" sources
creating build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common/npy_sort.h
adding 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common' to include_dirs.
creating build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/quicksort.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/mergesort.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/timsort.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/heapsort.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/radixsort.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common/npy_partition.h
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/selection.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common/npy_binsearch.h
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/binsearch.c
None - nothing done with h_files = ['build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common/npy_sort.h', 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common/npy_partition.h', 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common/npy_binsearch.h']
building library "npyrandom" sources
building extension "numpy.core._multiarray_tests" sources
creating build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/_multiarray_tests.c
building extension "numpy.core._multiarray_umath" sources
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/arraytypes.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/einsum.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/lowlevel_strided_loops.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/nditer_templ.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/scalartypes.c
creating build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/funcs.inc
adding 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath' to include_dirs.
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/simd.inc
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/loops.h
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/loops.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/matmul.h
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/matmul.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/clip.h
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/clip.c
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/scalarmath.c
adding 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath' to include_dirs.
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common/templ_common.h
adding 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common' to include_dirs.
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common/npy_cpu_features.c
numpy.core - nothing done with h_files = ['build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/funcs.inc', 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/simd.inc', 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/loops.h', 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/matmul.h', 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/clip.h', 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/npy_math_internal.h', 'build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common/templ_common.h', 'build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/config.h', 'build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/__multiarray_api.h', 'build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core._umath_tests" sources
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/_umath_tests.c
building extension "numpy.core._rational_tests" sources
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/_rational_tests.c
building extension "numpy.core._struct_ufunc_tests" sources
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/_struct_ufunc_tests.c
building extension "numpy.core._operand_flag_tests" sources
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/_operand_flag_tests.c
building extension "numpy.fft._pocketfft_internal" sources
building extension "numpy.linalg.lapack_lite" sources
creating build/src.macosx-10.12-x86_64-3.8/numpy/linalg
building extension "numpy.linalg._umath_linalg" sources
conv_template:> build/src.macosx-10.12-x86_64-3.8/numpy/linalg/umath_linalg.c
building extension "numpy.random._mt19937" sources
building extension "numpy.random._philox" sources
building extension "numpy.random._pcg64" sources
building extension "numpy.random._sfc64" sources
building extension "numpy.random._common" sources
building extension "numpy.random.bit_generator" sources
building extension "numpy.random._generator" sources
building extension "numpy.random._bounded_integers" sources
building extension "numpy.random.mtrand" sources
building data_files sources
build_src: building npy-pkg config files
running build_py
creating build/lib.macosx-10.12-x86_64-3.8
creating build/lib.macosx-10.12-x86_64-3.8/numpy
copying numpy/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy
copying numpy/_distributor_init.py -> build/lib.macosx-10.12-x86_64-3.8/numpy
copying numpy/_globals.py -> build/lib.macosx-10.12-x86_64-3.8/numpy
copying numpy/_pytesttester.py -> build/lib.macosx-10.12-x86_64-3.8/numpy
copying numpy/conftest.py -> build/lib.macosx-10.12-x86_64-3.8/numpy
copying numpy/ctypeslib.py -> build/lib.macosx-10.12-x86_64-3.8/numpy
copying numpy/dual.py -> build/lib.macosx-10.12-x86_64-3.8/numpy
copying numpy/matlib.py -> build/lib.macosx-10.12-x86_64-3.8/numpy
copying numpy/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy
copying numpy/version.py -> build/lib.macosx-10.12-x86_64-3.8/numpy
copying build/src.macosx-10.12-x86_64-3.8/numpy/__config__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy
creating build/lib.macosx-10.12-x86_64-3.8/numpy/compat
copying numpy/compat/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/compat
copying numpy/compat/_inspect.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/compat
copying numpy/compat/py3k.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/compat
copying numpy/compat/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/compat
creating build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/_add_newdocs.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/_asarray.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/_dtype.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/_dtype_ctypes.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/_exceptions.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/_internal.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/_methods.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/_string_helpers.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/_type_aliases.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/_ufunc_config.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/arrayprint.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/cversions.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/defchararray.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/einsumfunc.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/fromnumeric.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/function_base.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/getlimits.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/machar.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/memmap.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/multiarray.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/numeric.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/numerictypes.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/overrides.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/records.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/setup_common.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/shape_base.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/umath.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/umath_tests.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/core
creating build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/_shell_utils.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/ccompiler.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/conv_template.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/core.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/cpuinfo.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/exec_command.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/extension.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/from_template.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/intelccompiler.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/lib2def.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/line_endings.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/log.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/mingw32ccompiler.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/misc_util.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/msvc9compiler.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/msvccompiler.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/npy_pkg_config.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/numpy_distribution.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/pathccompiler.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/system_info.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying numpy/distutils/unixccompiler.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
copying build/src.macosx-10.12-x86_64-3.8/numpy/distutils/__config__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils
creating build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/autodist.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/bdist_rpm.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/build.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/build_clib.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/build_ext.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/build_py.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/build_scripts.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/build_src.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/config.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/config_compiler.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/develop.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/egg_info.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/install.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/install_clib.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/install_data.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/install_headers.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
copying numpy/distutils/command/sdist.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command
creating build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/absoft.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/compaq.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/environment.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/g95.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/gnu.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/hpux.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/ibm.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/intel.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/lahey.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/mips.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/nag.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/none.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pathf95.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pg.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/sun.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/vast.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler
creating build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/basics.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/broadcasting.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/byteswapping.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/constants.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/creation.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/dispatch.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/glossary.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/indexing.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/internals.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/misc.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/structured_arrays.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/subclassing.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
copying numpy/doc/ufuncs.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/doc
creating build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/__main__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/__version__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/auxfuncs.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/capi_maps.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/cb_rules.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/cfuncs.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/common_rules.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/crackfortran.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/diagnose.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/f2py2e.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/f2py_testing.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/f90mod_rules.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/func2subr.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/rules.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
copying numpy/f2py/use_rules.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/f2py
creating build/lib.macosx-10.12-x86_64-3.8/numpy/fft
copying numpy/fft/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/fft
copying numpy/fft/_pocketfft.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/fft
copying numpy/fft/helper.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/fft
copying numpy/fft/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/fft
creating build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/_datasource.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/_iotools.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/_version.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/arraypad.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/arraysetops.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/arrayterator.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/financial.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/format.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/function_base.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/histograms.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/index_tricks.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/mixins.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/nanfunctions.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/npyio.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/polynomial.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/recfunctions.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/scimath.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/shape_base.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/stride_tricks.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/twodim_base.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/type_check.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/ufunclike.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/user_array.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
copying numpy/lib/utils.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/lib
creating build/lib.macosx-10.12-x86_64-3.8/numpy/linalg
copying numpy/linalg/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/linalg
copying numpy/linalg/linalg.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/linalg
copying numpy/linalg/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/linalg
creating build/lib.macosx-10.12-x86_64-3.8/numpy/ma
copying numpy/ma/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/ma
copying numpy/ma/bench.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/ma
copying numpy/ma/core.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/ma
copying numpy/ma/extras.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/ma
copying numpy/ma/mrecords.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/ma
copying numpy/ma/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/ma
copying numpy/ma/testutils.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/ma
copying numpy/ma/timer_comparison.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/ma
creating build/lib.macosx-10.12-x86_64-3.8/numpy/matrixlib
copying numpy/matrixlib/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/matrixlib
copying numpy/matrixlib/defmatrix.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/matrixlib
copying numpy/matrixlib/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/matrixlib
creating build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial
copying numpy/polynomial/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial
copying numpy/polynomial/_polybase.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial
copying numpy/polynomial/chebyshev.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial
copying numpy/polynomial/hermite.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial
copying numpy/polynomial/hermite_e.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial
copying numpy/polynomial/laguerre.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial
copying numpy/polynomial/legendre.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial
copying numpy/polynomial/polynomial.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial
copying numpy/polynomial/polyutils.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial
copying numpy/polynomial/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial
creating build/lib.macosx-10.12-x86_64-3.8/numpy/random
copying numpy/random/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/random
copying numpy/random/_pickle.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/random
copying numpy/random/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/random
creating build/lib.macosx-10.12-x86_64-3.8/numpy/testing
copying numpy/testing/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/testing
copying numpy/testing/print_coercion_tables.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/testing
copying numpy/testing/setup.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/testing
copying numpy/testing/utils.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/testing
creating build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private
copying numpy/testing/_private/__init__.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private
copying numpy/testing/_private/decorators.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private
copying numpy/testing/_private/noseclasses.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private
copying numpy/testing/_private/nosetester.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private
copying numpy/testing/_private/parameterized.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private
copying numpy/testing/_private/utils.py -> build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private
running build_clib
customize UnixCCompiler
customize UnixCCompiler using new_build_clib
building 'npymath' library
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8
creating build/temp.macosx-10.12-x86_64-3.8/numpy
creating build/temp.macosx-10.12-x86_64-3.8/numpy/core
creating build/temp.macosx-10.12-x86_64-3.8/numpy/core/src
creating build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/npymath
creating build/temp.macosx-10.12-x86_64-3.8/build
creating build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8
creating build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy
creating build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core
creating build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src
creating build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath
compile options: '-Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-std=c99'
gcc: numpy/core/src/npymath/npy_math.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/ieee754.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/npy_math_complex.c
gcc: numpy/core/src/npymath/halffloat.c
ar: adding 4 object files to build/temp.macosx-10.12-x86_64-3.8/libnpymath.a
ranlib:@ build/temp.macosx-10.12-x86_64-3.8/libnpymath.a
building 'npysort' library
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort
compile options: '-Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-std=c99'
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/timsort.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/mergesort.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/quicksort.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/heapsort.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/radixsort.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/selection.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npysort/binsearch.c
In file included from numpy/core/src/npysort/binsearch.c.src:6:
numpy/core/src/common/npy_binsearch.h.src:110:14: warning: comparison of constant 2 with expression of type 'NPY_SEARCHSIDE' is always false [-Wtautological-constant-out-of-range-compare]
if (side >= NPY_NSEARCHSIDES) {
~~~~ ^ ~~~~~~~~~~~~~~~~
numpy/core/src/common/npy_binsearch.h.src:110:14: warning: comparison of constant 2 with expression of type 'NPY_SEARCHSIDE' is always false [-Wtautological-constant-out-of-range-compare]
if (side >= NPY_NSEARCHSIDES) {
~~~~ ^ ~~~~~~~~~~~~~~~~
In file included from numpy/core/src/npysort/selection.c.src:22:
numpy/core/src/common/npy_partition.h.src:98:15: warning: comparison of constant 1 with expression of type 'NPY_SELECTKIND' is always false [-Wtautological-constant-out-of-range-compare]
if (which >= NPY_NSELECTS) {
~~~~~ ^ ~~~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
npy_intp k;
^~~~~~~~~~~
numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && kth == num - 1) {
^
/* DISABLES CODE */ ( )
2 warnings generated.
23 warnings generated.
ar: adding 7 object files to build/temp.macosx-10.12-x86_64-3.8/libnpysort.a
ranlib:@ build/temp.macosx-10.12-x86_64-3.8/libnpysort.a
building 'npyrandom' library
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8/numpy/random
creating build/temp.macosx-10.12-x86_64-3.8/numpy/random/src
creating build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-std=c99'
gcc: numpy/random/src/distributions/logfactorial.c
gcc: numpy/random/src/distributions/distributions.c
gcc: numpy/random/src/distributions/random_hypergeometric.c
gcc: numpy/random/src/distributions/random_mvhg_marginals.c
gcc: numpy/random/src/distributions/random_mvhg_count.c
ar: adding 5 object files to build/temp.macosx-10.12-x86_64-3.8/libnpyrandom.a
ranlib:@ build/temp.macosx-10.12-x86_64-3.8/libnpyrandom.a
running build_ext
customize UnixCCompiler
customize UnixCCompiler using new_build_ext
get_default_fcompiler: matching types: '['gnu95', 'nag', 'absoft', 'ibm', 'intel', 'gnu', 'g95', 'pg']'
customize Gnu95FCompiler
customize Gnu95FCompiler
customize Gnu95FCompiler using new_build_ext
building 'numpy.core._multiarray_tests' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray
creating build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/common
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-std=c99'
gcc: numpy/core/src/common/mem_overlap.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/_multiarray_tests.c
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/_multiarray_tests.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/common/mem_overlap.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -lnpymath -o build/lib.macosx-10.12-x86_64-3.8/numpy/core/_multiarray_tests.cpython-38-darwin.so
building 'numpy.core._multiarray_umath' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray
creating build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/umath
creating build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath
creating build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-std=c99'
gcc: numpy/core/src/multiarray/alloc.c
gcc: numpy/core/src/multiarray/array_assign_scalar.c
gcc: numpy/core/src/multiarray/buffer.c
gcc: numpy/core/src/multiarray/common.c
gcc: numpy/core/src/multiarray/conversion_utils.c
gcc: numpy/core/src/multiarray/datetime_strings.c
gcc: numpy/core/src/multiarray/descriptor.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/einsum.c
gcc: numpy/core/src/multiarray/arrayobject.c
gcc: numpy/core/src/multiarray/array_assign_array.c
gcc: numpy/core/src/multiarray/ctors.c
numpy/core/src/multiarray/einsum.c.src:2158:32: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
^
gcc: numpy/core/src/multiarray/convert.c
gcc: numpy/core/src/multiarray/datetime_busday.c
gcc: numpy/core/src/multiarray/calculation.c
gcc: numpy/core/src/multiarray/arrayfunction_override.c
gcc: numpy/core/src/multiarray/convert_datatype.c
gcc: numpy/core/src/multiarray/hashdescr.c
gcc: numpy/core/src/multiarray/datetime_busdaycal.c
gcc: numpy/core/src/multiarray/dragon4.c
gcc: numpy/core/src/multiarray/item_selection.c
gcc: numpy/core/src/multiarray/compiled_base.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/arraytypes.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/lowlevel_strided_loops.c
In file included from numpy/core/src/multiarray/item_selection.c:25:
numpy/core/src/common/npy_partition.h.src:98:15: warning: comparison of constant 1 with expression of type 'NPY_SELECTKIND' is always false [-Wtautological-constant-out-of-range-compare]
if (which >= NPY_NSELECTS) {
~~~~~ ^ ~~~~~~~~~~~~
In file included from numpy/core/src/multiarray/item_selection.c:26:
numpy/core/src/common/npy_binsearch.h.src:110:14: warning: comparison of constant 2 with expression of type 'NPY_SEARCHSIDE' is always false [-Wtautological-constant-out-of-range-compare]
if (side >= NPY_NSEARCHSIDES) {
~~~~ ^ ~~~~~~~~~~~~~~~~
numpy/core/src/common/npy_binsearch.h.src:110:14: warning: comparison of constant 2 with expression of type 'NPY_SEARCHSIDE' is always false [-Wtautological-constant-out-of-range-compare]
if (side >= NPY_NSEARCHSIDES) {
~~~~ ^ ~~~~~~~~~~~~~~~~
numpy/core/src/multiarray/item_selection.c:1244:15: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
if (which < 0 || which >= NPY_NSORTS) {
~~~~~ ^ ~
numpy/core/src/multiarray/item_selection.c:1353:15: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
if (which < 0 || which >= NPY_NSELECTS) {
~~~~~ ^ ~
numpy/core/src/multiarray/item_selection.c:1353:28: warning: comparison of constant 1 with expression of type 'NPY_SELECTKIND' is always false [-Wtautological-constant-out-of-range-compare]
if (which < 0 || which >= NPY_NSELECTS) {
~~~~~ ^ ~~~~~~~~~~~~
gcc: numpy/core/src/multiarray/multiarraymodule.c
gcc: numpy/core/src/multiarray/datetime.c
gcc: numpy/core/src/multiarray/dtype_transfer.c
gcc: numpy/core/src/multiarray/nditer_constr.c
6 warnings generated.
gcc: numpy/core/src/multiarray/iterators.c
gcc: numpy/core/src/multiarray/refcount.c
gcc: numpy/core/src/multiarray/sequence.c
gcc: numpy/core/src/multiarray/shape.c
gcc: numpy/core/src/multiarray/scalarapi.c
gcc: numpy/core/src/multiarray/temp_elide.c
gcc: numpy/core/src/multiarray/typeinfo.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/scalartypes.c
gcc: numpy/core/src/multiarray/usertypes.c
gcc: numpy/core/src/multiarray/vdot.c
gcc: numpy/core/src/umath/umathmodule.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/loops.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/nditer_templ.c
gcc: numpy/core/src/multiarray/nditer_pywrap.c
gcc: numpy/core/src/umath/reduction.c
In file included from numpy/core/src/umath/loops.c.src:47:
numpy/core/src/umath/simd.inc.src:252:10: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if ((IS_OUTPUT_BLOCKABLE_UNARY((npy_uint)(8/1), 64)) && (labs(steps[0]) < 2*2*8)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if ((IS_OUTPUT_BLOCKABLE_UNARY((npy_uint)(8/2), 64)) && (labs(steps[0]) < 2*8*8)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if ((IS_OUTPUT_BLOCKABLE_UNARY((npy_uint)(8/1), 64)) && (labs(steps[0]) < 2*8*8)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if ((IS_OUTPUT_BLOCKABLE_UNARY((npy_uint)(16/1), 64)) && (labs(steps[0]) < 2*2*16)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if ((IS_OUTPUT_BLOCKABLE_UNARY((npy_uint)(16/2), 64)) && (labs(steps[0]) < 2*8*16)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if ((IS_OUTPUT_BLOCKABLE_UNARY((npy_uint)(16/1), 64)) && (labs(steps[0]) < 2*8*16)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:378:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:378:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:378:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:378:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
gcc: numpy/core/src/umath/ufunc_object.c
gcc: numpy/core/src/multiarray/number.c
gcc: numpy/core/src/multiarray/strfuncs.c
gcc: numpy/core/src/umath/ufunc_type_resolution.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/ieee754.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/npy_math_complex.c
gcc: numpy/core/src/npymath/halffloat.c
gcc: numpy/core/src/umath/override.c
gcc: numpy/core/src/common/array_assign.c
gcc: numpy/core/src/common/mem_overlap.c
gcc: numpy/core/src/npymath/npy_math.c
gcc: numpy/core/src/multiarray/nditer_api.c
gcc: numpy/core/src/umath/extobj.c
gcc: numpy/core/src/common/npy_longdouble.c
gcc: numpy/core/src/common/ucsnarrow.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/scalarmath.c
gcc: numpy/core/src/common/ufunc_override.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common/npy_cpu_features.c
numpy/core/src/umath/loops.c.src:2599:22: warning: code will never be executed [-Wunreachable-code]
npy_intp n = dimensions[0];
^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2598:29: note: silence by adding parentheses to mark code as explicitly dead
if (IS_BINARY_REDUCE && 0) {
^
/* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2599:22: warning: code will never be executed [-Wunreachable-code]
npy_intp n = dimensions[0];
^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2598:29: note: silence by adding parentheses to mark code as explicitly dead
if (IS_BINARY_REDUCE && 0) {
^
/* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2599:22: warning: code will never be executed [-Wunreachable-code]
npy_intp n = dimensions[0];
^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2598:29: note: silence by adding parentheses to mark code as explicitly dead
if (IS_BINARY_REDUCE && 0) {
^
/* DISABLES CODE */ ( )
gcc: numpy/core/src/common/numpyos.c
gcc: numpy/core/src/multiarray/mapping.c
gcc: numpy/core/src/multiarray/methods.c
1 warning generated.
gcc: numpy/core/src/multiarray/flagsobject.c
gcc: numpy/core/src/multiarray/getset.c
59 warnings generated.
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/matmul.c
numpy/core/src/umath/matmul.c.src:48:1: warning: unused function 'is_blasable2d' [-Wunused-function]
is_blasable2d(npy_intp byte_stride1, npy_intp byte_stride2,
^
1 warning generated.
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/clip.c
In file included from numpy/core/src/umath/clip.c.src:15:
In file included from numpy/core/src/umath/fast_loop_macros.h:13:
numpy/core/src/umath/simd.inc.src:252:10: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if ((IS_OUTPUT_BLOCKABLE_UNARY((npy_uint)(8/1), 64)) && (labs(steps[0]) < 2*2*8)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if ((IS_OUTPUT_BLOCKABLE_UNARY((npy_uint)(8/2), 64)) && (labs(steps[0]) < 2*8*8)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if ((IS_OUTPUT_BLOCKABLE_UNARY((npy_uint)(8/1), 64)) && (labs(steps[0]) < 2*8*8)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if ((IS_OUTPUT_BLOCKABLE_UNARY((npy_uint)(16/1), 64)) && (labs(steps[0]) < 2*2*16)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if ((IS_OUTPUT_BLOCKABLE_UNARY((npy_uint)(16/2), 64)) && (labs(steps[0]) < 2*8*16)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if ((IS_OUTPUT_BLOCKABLE_UNARY((npy_uint)(16/1), 64)) && (labs(steps[0]) < 2*8*16)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:252:10: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:122:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
((abs(steps[0]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:123:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[1]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP) {
^
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:290:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:124:7: note: expanded from macro 'IS_BINARY_SMALL_STEPS_AND_NOMEMOVERLAP'
(abs(steps[2]) < MAX_STEP_SIZE) && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:378:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 32)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:378:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_double), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:331:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:357:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:378:9: warning: absolute value function 'abs' given an argument of type 'const npy_intp' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (IS_OUTPUT_BLOCKABLE_UNARY(sizeof(npy_float), 64)) {
^
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
numpy/core/src/umath/simd.inc.src:378:9: note: use function 'labs' instead
numpy/core/src/umath/simd.inc.src:134:29: note: expanded from macro 'IS_OUTPUT_BLOCKABLE_UNARY'
(steps[1] == (esize) && abs(steps[0]) < MAX_STEP_SIZE && \
^
56 warnings generated.
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/alloc.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/arrayobject.o build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/arraytypes.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/array_assign_scalar.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/array_assign_array.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/arrayfunction_override.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/buffer.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/calculation.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/compiled_base.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/common.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/convert.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/convert_datatype.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/conversion_utils.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/ctors.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/datetime.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/datetime_strings.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/datetime_busday.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/datetime_busdaycal.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/descriptor.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/dragon4.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/dtype_transfer.o build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/einsum.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/flagsobject.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/getset.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/hashdescr.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/item_selection.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/iterators.o build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/lowlevel_strided_loops.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/mapping.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/methods.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/multiarraymodule.o build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/nditer_templ.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/nditer_api.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/nditer_constr.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/nditer_pywrap.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/number.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/refcount.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/sequence.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/shape.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/scalarapi.o build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/scalartypes.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/strfuncs.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/temp_elide.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/typeinfo.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/usertypes.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/vdot.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/umath/umathmodule.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/umath/reduction.o build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/loops.o build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/matmul.o build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/clip.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/umath/ufunc_object.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/umath/extobj.o build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/scalarmath.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/umath/ufunc_type_resolution.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/umath/override.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/npy_math.o build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/ieee754.o build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/npy_math_complex.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/npymath/halffloat.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/common/array_assign.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/common/mem_overlap.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/common/npy_longdouble.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/common/ucsnarrow.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/common/ufunc_override.o build/temp.macosx-10.12-x86_64-3.8/numpy/core/src/common/numpyos.o build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/common/npy_cpu_features.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -lnpymath -lnpysort -o build/lib.macosx-10.12-x86_64-3.8/numpy/core/_multiarray_umath.cpython-38-darwin.so
building 'numpy.core._umath_tests' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-std=c99'
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/_umath_tests.c
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/_umath_tests.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -o build/lib.macosx-10.12-x86_64-3.8/numpy/core/_umath_tests.cpython-38-darwin.so
building 'numpy.core._rational_tests' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-std=c99'
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/_rational_tests.c
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/_rational_tests.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -o build/lib.macosx-10.12-x86_64-3.8/numpy/core/_rational_tests.cpython-38-darwin.so
building 'numpy.core._struct_ufunc_tests' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-std=c99'
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/_struct_ufunc_tests.c
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/_struct_ufunc_tests.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -o build/lib.macosx-10.12-x86_64-3.8/numpy/core/_struct_ufunc_tests.cpython-38-darwin.so
building 'numpy.core._operand_flag_tests' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-std=c99'
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/_operand_flag_tests.c
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/_operand_flag_tests.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -o build/lib.macosx-10.12-x86_64-3.8/numpy/core/_operand_flag_tests.cpython-38-darwin.so
building 'numpy.fft._pocketfft_internal' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8/numpy/fft
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-std=c99'
gcc: numpy/fft/_pocketfft.c
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/numpy/fft/_pocketfft.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -o build/lib.macosx-10.12-x86_64-3.8/numpy/fft/_pocketfft_internal.cpython-38-darwin.so
building 'numpy.linalg.lapack_lite' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8/numpy/linalg
creating build/temp.macosx-10.12-x86_64-3.8/numpy/linalg/lapack_lite
compile options: '-DNO_ATLAS_INFO=1 -I/usr/local/include -I/usr/include -I/Users/warren/py381/include -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-std=c99'
gcc: numpy/linalg/lapack_litemodule.c
gcc: numpy/linalg/lapack_lite/python_xerbla.c
/Users/warren/bin/gfortran -Wall -g -Wall -g -undefined dynamic_lookup -bundle build/temp.macosx-10.12-x86_64-3.8/numpy/linalg/lapack_litemodule.o build/temp.macosx-10.12-x86_64-3.8/numpy/linalg/lapack_lite/python_xerbla.o -L/usr/lib -L/usr/local/gcc-6.1.0/lib/gcc/x86_64-apple-darwin13.4.0/6.1.0 -L/usr/local/gcc-6.1.0/lib/gcc/x86_64-apple-darwin13.4.0/6.1.0/../../.. -L/usr/local/gcc-6.1.0/lib/gcc/x86_64-apple-darwin13.4.0/6.1.0/../../.. -Lbuild/temp.macosx-10.12-x86_64-3.8 -llapack -llapack -lblas -lblas -lgfortran -o build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/lapack_lite.cpython-38-darwin.so
building 'numpy.linalg._umath_linalg' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/linalg
compile options: '-DNO_ATLAS_INFO=1 -I/usr/local/include -I/usr/include -I/Users/warren/py381/include -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-std=c99'
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/linalg/umath_linalg.c
numpy/linalg/umath_linalg.c.src:734:32: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
^
numpy/linalg/umath_linalg.c.src:540:1: warning: unused function 'dump_ufunc_object' [-Wunused-function]
dump_ufunc_object(PyUFuncObject* ufunc)
^
numpy/linalg/umath_linalg.c.src:565:1: warning: unused function 'dump_linearize_data' [-Wunused-function]
dump_linearize_data(const char* name, const LINEARIZE_DATA_t* params)
^
numpy/linalg/umath_linalg.c.src:601:1: warning: unused function 'dump_FLOAT_matrix' [-Wunused-function]
dump_FLOAT_matrix(const char* name,
^
numpy/linalg/umath_linalg.c.src:601:1: warning: unused function 'dump_DOUBLE_matrix' [-Wunused-function]
dump_DOUBLE_matrix(const char* name,
^
numpy/linalg/umath_linalg.c.src:601:1: warning: unused function 'dump_CFLOAT_matrix' [-Wunused-function]
dump_CFLOAT_matrix(const char* name,
^
numpy/linalg/umath_linalg.c.src:601:1: warning: unused function 'dump_CDOUBLE_matrix' [-Wunused-function]
dump_CDOUBLE_matrix(const char* name,
^
numpy/linalg/umath_linalg.c.src:864:1: warning: unused function 'zero_FLOAT_matrix' [-Wunused-function]
zero_FLOAT_matrix(void *dst_in, const LINEARIZE_DATA_t* data)
^
numpy/linalg/umath_linalg.c.src:864:1: warning: unused function 'zero_DOUBLE_matrix' [-Wunused-function]
zero_DOUBLE_matrix(void *dst_in, const LINEARIZE_DATA_t* data)
^
numpy/linalg/umath_linalg.c.src:864:1: warning: unused function 'zero_CFLOAT_matrix' [-Wunused-function]
zero_CFLOAT_matrix(void *dst_in, const LINEARIZE_DATA_t* data)
^
numpy/linalg/umath_linalg.c.src:864:1: warning: unused function 'zero_CDOUBLE_matrix' [-Wunused-function]
zero_CDOUBLE_matrix(void *dst_in, const LINEARIZE_DATA_t* data)
^
numpy/linalg/umath_linalg.c.src:1861:1: warning: unused function 'dump_geev_params' [-Wunused-function]
dump_geev_params(const char *name, GEEV_PARAMS_t* params)
^
numpy/linalg/umath_linalg.c.src:2131:1: warning: unused function 'init_cgeev' [-Wunused-function]
init_cgeev(GEEV_PARAMS_t* params,
^
numpy/linalg/umath_linalg.c.src:2212:1: warning: unused function 'process_cgeev_results' [-Wunused-function]
process_cgeev_results(GEEV_PARAMS_t *NPY_UNUSED(params))
^
numpy/linalg/umath_linalg.c.src:2375:1: warning: unused function 'dump_gesdd_params' [-Wunused-function]
dump_gesdd_params(const char *name,
^
numpy/linalg/umath_linalg.c.src:2861:1: warning: unused function 'dump_gelsd_params' [-Wunused-function]
dump_gelsd_params(const char *name,
^
16 warnings generated.
/Users/warren/bin/gfortran -Wall -g -Wall -g -undefined dynamic_lookup -bundle build/temp.macosx-10.12-x86_64-3.8/build/src.macosx-10.12-x86_64-3.8/numpy/linalg/umath_linalg.o build/temp.macosx-10.12-x86_64-3.8/numpy/linalg/lapack_lite/python_xerbla.o -L/usr/lib -L/usr/local/gcc-6.1.0/lib/gcc/x86_64-apple-darwin13.4.0/6.1.0 -L/usr/local/gcc-6.1.0/lib/gcc/x86_64-apple-darwin13.4.0/6.1.0/../../.. -L/usr/local/gcc-6.1.0/lib/gcc/x86_64-apple-darwin13.4.0/6.1.0/../../.. -Lbuild/temp.macosx-10.12-x86_64-3.8 -lnpymath -llapack -llapack -lblas -lblas -lgfortran -o build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/_umath_linalg.cpython-38-darwin.so
building 'numpy.random._mt19937' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/mt19937
compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/mt19937 -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99'
gcc: numpy/random/_mt19937.c
gcc: numpy/random/src/mt19937/mt19937.c
gcc: numpy/random/src/mt19937/mt19937-jump.c
numpy/random/_mt19937.c:5811:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
1 warning generated.
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/numpy/random/_mt19937.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/mt19937/mt19937.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/mt19937/mt19937-jump.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -lnpyrandom -lm -o build/lib.macosx-10.12-x86_64-3.8/numpy/random/_mt19937.cpython-38-darwin.so
building 'numpy.random._philox' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/philox
compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/philox -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99'
gcc: numpy/random/_philox.c
gcc: numpy/random/src/philox/philox.c
numpy/random/_philox.c:5736:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
1 warning generated.
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/numpy/random/_philox.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/philox/philox.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -lnpyrandom -lm -o build/lib.macosx-10.12-x86_64-3.8/numpy/random/_philox.cpython-38-darwin.so
building 'numpy.random._pcg64' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/pcg64
compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/pcg64 -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99'
gcc: numpy/random/_pcg64.c
gcc: numpy/random/src/pcg64/pcg64.c
numpy/random/_pcg64.c:5422:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
1 warning generated.
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/numpy/random/_pcg64.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/pcg64/pcg64.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -lnpyrandom -lm -o build/lib.macosx-10.12-x86_64-3.8/numpy/random/_pcg64.cpython-38-darwin.so
building 'numpy.random._sfc64' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/sfc64
compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/sfc64 -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99'
gcc: numpy/random/_sfc64.c
gcc: numpy/random/src/sfc64/sfc64.c
numpy/random/_sfc64.c:4823:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
1 warning generated.
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/numpy/random/_sfc64.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/sfc64/sfc64.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -lnpyrandom -lm -o build/lib.macosx-10.12-x86_64-3.8/numpy/random/_sfc64.cpython-38-darwin.so
building 'numpy.random._common' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99'
gcc: numpy/random/_common.c
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/numpy/random/_common.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -lnpyrandom -lm -o build/lib.macosx-10.12-x86_64-3.8/numpy/random/_common.cpython-38-darwin.so
building 'numpy.random.bit_generator' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99'
gcc: numpy/random/bit_generator.c
numpy/random/bit_generator.c:10857:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
numpy/random/bit_generator.c:11030:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
numpy/random/bit_generator.c:11119:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
numpy/random/bit_generator.c:11216:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
numpy/random/bit_generator.c:15651:5: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0,
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
5 warnings generated.
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/numpy/random/bit_generator.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -lnpyrandom -lm -o build/lib.macosx-10.12-x86_64-3.8/numpy/random/bit_generator.cpython-38-darwin.so
building 'numpy.random._generator' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99'
gcc: numpy/random/_generator.c
numpy/random/_generator.c:37486:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
numpy/random/_generator.c:37675:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
numpy/random/_generator.c:37794:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
numpy/random/_generator.c:38055:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
numpy/random/_generator.c:38201:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
5 warnings generated.
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/numpy/random/_generator.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -lnpyrandom -lm -o build/lib.macosx-10.12-x86_64-3.8/numpy/random/_generator.cpython-38-darwin.so
building 'numpy.random._bounded_integers' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99'
gcc: numpy/random/_bounded_integers.c
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/numpy/random/_bounded_integers.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -lnpyrandom -lm -o build/lib.macosx-10.12-x86_64-3.8/numpy/random/_bounded_integers.cpython-38-darwin.so
building 'numpy.random.mtrand' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall
creating build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/legacy
compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -DNP_RANDOM_LEGACY=1 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/legacy -Inumpy/core/include -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/warren/py381/include/python3.8 -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.12-x86_64-3.8/numpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99'
gcc: numpy/random/mtrand.c
gcc: numpy/random/src/legacy/legacy-distributions.c
gcc: numpy/random/src/distributions/distributions.c
numpy/random/mtrand.c:22190:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/py381/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^
/Users/warren/py381/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
1 warning generated.
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.12-x86_64-3.8/numpy/random/mtrand.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/legacy/legacy-distributions.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions/distributions.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -lm -o build/lib.macosx-10.12-x86_64-3.8/numpy/random/mtrand.cpython-38-darwin.so
running install
running install_lib
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
copying build/lib.macosx-10.12-x86_64-3.8/numpy/__config__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
copying build/lib.macosx-10.12-x86_64-3.8/numpy/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
copying build/lib.macosx-10.12-x86_64-3.8/numpy/_distributor_init.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
copying build/lib.macosx-10.12-x86_64-3.8/numpy/_globals.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
copying build/lib.macosx-10.12-x86_64-3.8/numpy/_pytesttester.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/compat
copying build/lib.macosx-10.12-x86_64-3.8/numpy/compat/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/compat
copying build/lib.macosx-10.12-x86_64-3.8/numpy/compat/_inspect.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/compat
copying build/lib.macosx-10.12-x86_64-3.8/numpy/compat/py3k.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/compat
copying build/lib.macosx-10.12-x86_64-3.8/numpy/compat/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/compat
copying build/lib.macosx-10.12-x86_64-3.8/numpy/conftest.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_add_newdocs.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_asarray.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_dtype.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_dtype_ctypes.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_exceptions.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_internal.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_methods.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_multiarray_tests.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_multiarray_umath.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_operand_flag_tests.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_rational_tests.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_string_helpers.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_struct_ufunc_tests.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_type_aliases.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_ufunc_config.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_umath_tests.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/arrayprint.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/cversions.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/defchararray.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/einsumfunc.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/fromnumeric.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/function_base.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/generate_numpy_api.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/getlimits.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/machar.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/memmap.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/multiarray.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/numeric.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/numerictypes.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/overrides.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/records.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/setup_common.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/shape_base.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/umath.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/umath_tests.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ctypeslib.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/__config__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/_shell_utils.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/ccompiler.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/autodist.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/bdist_rpm.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/build.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/build_clib.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/build_ext.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/build_py.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/build_scripts.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/build_src.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/config.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/config_compiler.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/develop.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/egg_info.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/install.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/install_clib.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/install_data.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/install_headers.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/sdist.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/conv_template.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/core.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/cpuinfo.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/exec_command.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/extension.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/absoft.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/compaq.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/environment.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/g95.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/gnu.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/hpux.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/ibm.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/intel.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/lahey.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/mips.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/nag.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/none.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/pathf95.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/pg.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/sun.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/vast.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/from_template.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/intelccompiler.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/lib2def.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/line_endings.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/log.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/mingw32ccompiler.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/misc_util.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/msvc9compiler.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/msvccompiler.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/npy_pkg_config.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/numpy_distribution.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/pathccompiler.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/system_info.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/unixccompiler.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/basics.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/broadcasting.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/byteswapping.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/constants.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/creation.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/dispatch.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/glossary.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/indexing.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/internals.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/misc.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/structured_arrays.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/subclassing.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/ufuncs.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/dual.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/__main__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/__version__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/auxfuncs.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/capi_maps.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/cb_rules.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/cfuncs.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/common_rules.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/crackfortran.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/diagnose.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/f2py2e.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/f2py_testing.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/f90mod_rules.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/func2subr.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/rules.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/use_rules.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft
copying build/lib.macosx-10.12-x86_64-3.8/numpy/fft/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft
copying build/lib.macosx-10.12-x86_64-3.8/numpy/fft/_pocketfft.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft
copying build/lib.macosx-10.12-x86_64-3.8/numpy/fft/_pocketfft_internal.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft
copying build/lib.macosx-10.12-x86_64-3.8/numpy/fft/helper.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft
copying build/lib.macosx-10.12-x86_64-3.8/numpy/fft/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/_datasource.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/_iotools.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/_version.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/arraypad.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/arraysetops.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/arrayterator.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/financial.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/format.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/function_base.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/histograms.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/index_tricks.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/mixins.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/nanfunctions.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/npyio.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/polynomial.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/recfunctions.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/scimath.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/shape_base.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/stride_tricks.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/twodim_base.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/type_check.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/ufunclike.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/user_array.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/utils.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg
copying build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg
copying build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/_umath_linalg.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg
copying build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/lapack_lite.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg
copying build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/linalg.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg
copying build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/bench.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/core.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/extras.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/mrecords.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/testutils.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/timer_comparison.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/matlib.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/matrixlib/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/matrixlib/defmatrix.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/matrixlib/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/_polybase.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/chebyshev.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/hermite.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/hermite_e.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/laguerre.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/legendre.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/polynomial.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/polyutils.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_bounded_integers.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_common.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_generator.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_mt19937.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_pcg64.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_philox.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_pickle.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_sfc64.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/bit_generator.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/mtrand.cpython-38-darwin.so -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private/decorators.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private/noseclasses.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private/nosetester.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private/parameterized.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private/utils.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/print_coercion_tables.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/utils.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing
copying build/lib.macosx-10.12-x86_64-3.8/numpy/version.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/__config__.py to __config__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/_distributor_init.py to _distributor_init.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/_globals.py to _globals.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/_pytesttester.py to _pytesttester.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/compat/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/compat/_inspect.py to _inspect.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/compat/py3k.py to py3k.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/compat/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/conftest.py to conftest.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/_add_newdocs.py to _add_newdocs.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/_asarray.py to _asarray.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/_dtype.py to _dtype.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/_dtype_ctypes.py to _dtype_ctypes.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/_exceptions.py to _exceptions.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/_internal.py to _internal.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/_methods.py to _methods.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/_string_helpers.py to _string_helpers.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/_type_aliases.py to _type_aliases.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/_ufunc_config.py to _ufunc_config.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/arrayprint.py to arrayprint.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/cversions.py to cversions.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/defchararray.py to defchararray.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/einsumfunc.py to einsumfunc.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/fromnumeric.py to fromnumeric.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/function_base.py to function_base.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/generate_numpy_api.py to generate_numpy_api.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/getlimits.py to getlimits.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/machar.py to machar.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/memmap.py to memmap.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/multiarray.py to multiarray.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/numeric.py to numeric.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/numerictypes.py to numerictypes.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/overrides.py to overrides.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/records.py to records.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/setup_common.py to setup_common.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/shape_base.py to shape_base.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/umath.py to umath.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/umath_tests.py to umath_tests.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ctypeslib.py to ctypeslib.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/__config__.py to __config__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/_shell_utils.py to _shell_utils.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/ccompiler.py to ccompiler.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/autodist.py to autodist.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/bdist_rpm.py to bdist_rpm.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/build.py to build.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/build_clib.py to build_clib.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/build_ext.py to build_ext.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/build_py.py to build_py.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/build_scripts.py to build_scripts.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/build_src.py to build_src.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/config.py to config.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/config_compiler.py to config_compiler.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/develop.py to develop.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/egg_info.py to egg_info.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/install.py to install.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/install_clib.py to install_clib.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/install_data.py to install_data.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/install_headers.py to install_headers.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/command/sdist.py to sdist.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/conv_template.py to conv_template.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/core.py to core.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/cpuinfo.py to cpuinfo.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/exec_command.py to exec_command.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/extension.py to extension.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/absoft.py to absoft.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/compaq.py to compaq.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/environment.py to environment.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/g95.py to g95.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/gnu.py to gnu.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/hpux.py to hpux.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/ibm.py to ibm.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/intel.py to intel.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/lahey.py to lahey.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/mips.py to mips.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/nag.py to nag.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/none.py to none.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/pathf95.py to pathf95.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/pg.py to pg.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/sun.py to sun.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/fcompiler/vast.py to vast.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/from_template.py to from_template.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/intelccompiler.py to intelccompiler.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/lib2def.py to lib2def.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/line_endings.py to line_endings.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/log.py to log.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/mingw32ccompiler.py to mingw32ccompiler.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/misc_util.py to misc_util.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/msvc9compiler.py to msvc9compiler.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/msvccompiler.py to msvccompiler.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/npy_pkg_config.py to npy_pkg_config.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/numpy_distribution.py to numpy_distribution.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/pathccompiler.py to pathccompiler.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/system_info.py to system_info.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/unixccompiler.py to unixccompiler.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/basics.py to basics.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/broadcasting.py to broadcasting.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/byteswapping.py to byteswapping.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/constants.py to constants.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/creation.py to creation.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/dispatch.py to dispatch.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/glossary.py to glossary.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/indexing.py to indexing.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/internals.py to internals.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/misc.py to misc.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/structured_arrays.py to structured_arrays.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/subclassing.py to subclassing.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/doc/ufuncs.py to ufuncs.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/dual.py to dual.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/__main__.py to __main__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/__version__.py to __version__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/auxfuncs.py to auxfuncs.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/capi_maps.py to capi_maps.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/cb_rules.py to cb_rules.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/cfuncs.py to cfuncs.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/common_rules.py to common_rules.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/crackfortran.py to crackfortran.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/diagnose.py to diagnose.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/f2py2e.py to f2py2e.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/f2py_testing.py to f2py_testing.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/f90mod_rules.py to f90mod_rules.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/func2subr.py to func2subr.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/rules.py to rules.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/use_rules.py to use_rules.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft/_pocketfft.py to _pocketfft.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft/helper.py to helper.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/_datasource.py to _datasource.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/_iotools.py to _iotools.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/_version.py to _version.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/arraypad.py to arraypad.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/arraysetops.py to arraysetops.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/arrayterator.py to arrayterator.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/financial.py to financial.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/format.py to format.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/function_base.py to function_base.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/histograms.py to histograms.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/index_tricks.py to index_tricks.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/mixins.py to mixins.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/nanfunctions.py to nanfunctions.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/npyio.py to npyio.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/polynomial.py to polynomial.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/recfunctions.py to recfunctions.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/scimath.py to scimath.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/shape_base.py to shape_base.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/stride_tricks.py to stride_tricks.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/twodim_base.py to twodim_base.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/type_check.py to type_check.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/ufunclike.py to ufunclike.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/user_array.py to user_array.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/utils.py to utils.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg/linalg.py to linalg.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/bench.py to bench.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/core.py to core.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/extras.py to extras.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/mrecords.py to mrecords.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/testutils.py to testutils.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/timer_comparison.py to timer_comparison.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matlib.py to matlib.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib/defmatrix.py to defmatrix.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/_polybase.py to _polybase.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/chebyshev.py to chebyshev.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/hermite.py to hermite.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/hermite_e.py to hermite_e.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/laguerre.py to laguerre.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/legendre.py to legendre.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/polynomial.py to polynomial.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/polyutils.py to polyutils.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/_pickle.py to _pickle.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private/__init__.py to __init__.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private/decorators.py to decorators.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private/noseclasses.py to noseclasses.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private/nosetester.py to nosetester.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private/parameterized.py to parameterized.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/_private/utils.py to utils.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/print_coercion_tables.py to print_coercion_tables.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/setup.py to setup.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/utils.py to utils.cpython-38.pyc
byte-compiling /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/version.py to version.cpython-38.pyc
running install_data
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/compat/tests
copying numpy/compat/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/compat/tests/
copying numpy/compat/tests/test_compat.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/compat/tests/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/random
copying numpy/core/include/numpy/random/distributions.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/random
copying numpy/core/include/numpy/random/bitgen.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/random
copying numpy/core/include/numpy/halffloat.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/oldnumeric.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_no_deprecated_api.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/numpyconfig.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/ufuncobject.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_common.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/old_defines.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_cpu.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_math.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/ndarraytypes.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/ndarrayobject.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/noprefix.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/utils.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_os.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/arrayscalars.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_interrupt.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_endian.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_1_7_deprecated_api.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/_neighborhood_iterator_imp.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/arrayobject.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_3kcompat.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/data
copying numpy/core/tests/data/umath-validation-set-README -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/data
copying numpy/core/tests/data/astype_copy.pkl -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/data
copying numpy/core/tests/data/umath-validation-set-sin -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/data
copying numpy/core/tests/data/umath-validation-set-log -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/data
copying numpy/core/tests/data/recarray_from_file.fits -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/data
copying numpy/core/tests/data/umath-validation-set-exp -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/data
copying numpy/core/tests/data/umath-validation-set-cos -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/data
copying numpy/core/tests/test_overrides.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_api.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_dtype.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_unicode.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_scalarbuffer.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_arrayprint.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_errstate.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_scalar_methods.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test__exceptions.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_mem_overlap.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_multiarray.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_indexerrors.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_print.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_einsum.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_nditer.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_defchararray.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_umath_complex.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_datetime.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_function_base.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_item_selection.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_deprecations.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_umath.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_extint128.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_numerictypes.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_scalarinherit.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_half.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_records.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_cpu_features.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_shape_base.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_scalar_ctors.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_abc.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/_locales.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_getlimits.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_indexing.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_memmap.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_umath_accuracy.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_ufunc.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_machar.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_scalarprint.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_scalarmath.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_protocols.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_regression.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_longdouble.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
copying numpy/core/tests/test_numeric.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/tests/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests
copying numpy/distutils/tests/test_fcompiler_gnu.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_fcompiler_intel.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_shell_utils.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_fcompiler.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_fcompiler_nagfor.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_misc_util.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_exec_command.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_from_template.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_npy_pkg_config.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_system_info.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_mingw32ccompiler.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/mingw
copying numpy/distutils/mingw/gfortran_vs2003_hack.c -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/distutils/mingw
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/array_from_pyobj
copying numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/array_from_pyobj
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/foo_use.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/foo_free.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/precision.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/foo_mod.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/assumed_shape
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/common
copying numpy/f2py/tests/src/common/block.f -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/common
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/kind
copying numpy/f2py/tests/src/kind/foo.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/kind
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/mixed
copying numpy/f2py/tests/src/mixed/foo_fixed.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/mixed
copying numpy/f2py/tests/src/mixed/foo.f -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/mixed
copying numpy/f2py/tests/src/mixed/foo_free.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/mixed
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/parameter
copying numpy/f2py/tests/src/parameter/constant_integer.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/parameter
copying numpy/f2py/tests/src/parameter/constant_real.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/parameter
copying numpy/f2py/tests/src/parameter/constant_compound.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/parameter
copying numpy/f2py/tests/src/parameter/constant_both.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/parameter
copying numpy/f2py/tests/src/parameter/constant_non_compound.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/parameter
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/regression
copying numpy/f2py/tests/src/regression/inout.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/regression
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/size
copying numpy/f2py/tests/src/size/foo.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/size
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/string
copying numpy/f2py/tests/src/string/char.f90 -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/src/string
copying numpy/f2py/tests/test_return_logical.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_common.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_regression.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_mixed.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_integer.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/util.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_string.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_semicolon_split.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_parameter.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_block_docstring.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_array_from_pyobj.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_assumed_shape.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_crackfortran.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_kind.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_real.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_callback.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_size.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_complex.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_character.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_quoted_character.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_compile_function.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/src
copying numpy/f2py/src/fortranobject.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/src
copying numpy/f2py/src/fortranobject.c -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/f2py/src
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft/tests
copying numpy/fft/tests/test_helper.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft/tests/
copying numpy/fft/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft/tests/
copying numpy/fft/tests/test_pocketfft.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/fft/tests/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/py3-objarr.npy -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/py2-objarr.npy -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/py3-objarr.npz -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/python3.npy -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/py2-objarr.npz -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/win64python2.npy -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/test_recfunctions.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_shape_base.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test__datasource.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_arraypad.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_arraysetops.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_index_tricks.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_twodim_base.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_io.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_regression.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_arrayterator.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_histograms.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_packbits.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_polynomial.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_stride_tricks.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_type_check.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_format.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_nanfunctions.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_ufunclike.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_mixins.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test__version.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_function_base.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_financial.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test__iotools.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_utils.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/lib/tests/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg/tests
copying numpy/linalg/tests/test_linalg.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg/tests/
copying numpy/linalg/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg/tests/
copying numpy/linalg/tests/test_build.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg/tests/
copying numpy/linalg/tests/test_regression.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg/tests/
copying numpy/linalg/tests/test_deprecations.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/linalg/tests/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/tests
copying numpy/ma/tests/test_deprecations.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_extras.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_subclassing.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_mrecords.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_regression.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_old_ma.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_core.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/tests/
copying numpy/ma/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/ma/tests/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_regression.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_interaction.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_multiarray.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_numeric.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_defmatrix.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_matrix_linalg.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_masked_matrix.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/matrixlib/tests/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests
copying numpy/polynomial/tests/test_laguerre.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_classes.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_hermite.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_legendre.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_chebyshev.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_polynomial.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_printing.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_polyutils.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_hermite_e.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/data
copying numpy/random/tests/data/mt19937-testset-1.csv -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/data
copying numpy/random/tests/data/philox-testset-2.csv -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/data
copying numpy/random/tests/data/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/data
copying numpy/random/tests/data/sfc64-testset-1.csv -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/data
copying numpy/random/tests/data/pcg64-testset-2.csv -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/data
copying numpy/random/tests/data/mt19937-testset-2.csv -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/data
copying numpy/random/tests/data/pcg64-testset-1.csv -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/data
copying numpy/random/tests/data/philox-testset-1.csv -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/data
copying numpy/random/tests/data/sfc64-testset-2.csv -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/data
copying numpy/random/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/
copying numpy/random/tests/test_extending.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/
copying numpy/random/tests/test_random.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/
copying numpy/random/tests/test_generator_mt19937_regressions.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/
copying numpy/random/tests/test_randomstate_regression.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/
copying numpy/random/tests/test_smoke.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/
copying numpy/random/tests/test_seed_sequence.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/
copying numpy/random/tests/test_generator_mt19937.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/
copying numpy/random/tests/test_direct.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/
copying numpy/random/tests/test_regression.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/
copying numpy/random/tests/test_randomstate.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/tests/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/_examples
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/_examples/cffi
copying numpy/random/_examples/cffi/extending.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/_examples/cffi
copying numpy/random/_examples/cffi/parse.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/_examples/cffi
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/_examples/cython
copying numpy/random/_examples/cython/extending_distributions.pyx -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/_examples/cython
copying numpy/random/_examples/cython/setup.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/_examples/cython
copying numpy/random/_examples/cython/extending.pyx -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/_examples/cython
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/_examples/numba
copying numpy/random/_examples/numba/extending_distributions.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/_examples/numba
copying numpy/random/_examples/numba/extending.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/_examples/numba
copying numpy/random/bit_generator.pxd -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/
copying numpy/random/c_distributions.pxd -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/
copying numpy/random/_bounded_integers.pxd -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/
copying numpy/random/__init__.pxd -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/tests
copying numpy/testing/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/tests/
copying numpy/testing/tests/test_utils.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/tests/
copying numpy/testing/tests/test_doctesting.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/tests/
copying numpy/testing/tests/test_decorators.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/testing/tests/
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/tests
copying numpy/tests/test_numpy_version.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/tests/
copying numpy/tests/test_public_api.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/tests/
copying numpy/tests/test_scripts.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/tests/
copying numpy/tests/test_matlib.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/tests/
copying numpy/tests/__init__.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/tests/
copying numpy/tests/test_reloading.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/tests/
copying numpy/tests/test_warnings.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/tests/
copying numpy/tests/test_ctypeslib.py -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/tests/
copying LICENSE.txt -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/_numpyconfig.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/__multiarray_api.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/multiarray_api.txt -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/__ufunc_api.h -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/ufunc_api.txt -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/include/numpy
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/lib
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/lib/npy-pkg-config
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/lib/npy-pkg-config/npymath.ini -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/lib/npy-pkg-config
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/lib/npy-pkg-config/mlib.ini -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/lib/npy-pkg-config
running install_clib
copying build/temp.macosx-10.12-x86_64-3.8/libnpymath.a -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/core/lib
creating /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/lib
copying build/temp.macosx-10.12-x86_64-3.8/libnpyrandom.a -> /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy/random/lib
running install_egg_info
running egg_info
creating numpy.egg-info
writing numpy.egg-info/PKG-INFO
writing dependency_links to numpy.egg-info/dependency_links.txt
writing entry points to numpy.egg-info/entry_points.txt
writing top-level names to numpy.egg-info/top_level.txt
writing manifest file 'numpy.egg-info/SOURCES.txt'
reading manifest file 'numpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'doc/build'
no previously-included directories found matching 'doc/source/generated'
no previously-included directories found matching 'benchmarks/env'
no previously-included directories found matching 'benchmarks/results'
no previously-included directories found matching 'benchmarks/html'
no previously-included directories found matching 'benchmarks/numpy'
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
warning: no previously-included files matching '*.swp' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
writing manifest file 'numpy.egg-info/SOURCES.txt'
Copying numpy.egg-info to /Users/warren/repos/git/forks/numpy/build/testenv/lib/python3.8/site-packages/numpy-1.19.0.dev0+9fdf2ec-py3.8.egg-info
running install_scripts
Installing f2py script to /Users/warren/repos/git/forks/numpy/build/testenv/bin
Installing f2py3 script to /Users/warren/repos/git/forks/numpy/build/testenv/bin
Installing f2py3.8 script to /Users/warren/repos/git/forks/numpy/build/testenv/bin
writing list of installed files to '/Users/warren/repos/git/forks/numpy/build/testenvtmp_install_log.txt'
Running from numpy source directory.
/Users/warren/repos/git/forks/numpy/numpy/distutils/system_info.py:1913: UserWarning:
Optimized (vendor) Blas libraries are not found.
Falls back to netlib Blas library which has worse performance.
A better performance should be easily gained by switching
Blas library.
if self._calc_info(blas):
/Users/warren/py381/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment