Skip to content

Instantly share code, notes, and snippets.

@WarrenWeckesser
Created November 18, 2019 19:58
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/200b6d91e34a41dd2fe90258532a76ac to your computer and use it in GitHub Desktop.
Save WarrenWeckesser/200b6d91e34a41dd2fe90258532a76ac to your computer and use it in GitHub Desktop.
NumPy build output from running: python3 setup.py install > build.out 2>&1
Processing numpy/random/_bounded_integers.pxd.in
Processing numpy/random/_bit_generator.pyx
Processing numpy/random/_bounded_integers.pyx
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/mtrand.pyx
Note: if you need reliable uninstall behavior, then install
with pip instead of using `setup.py install`:
- `pip install .` (from a git repo or downloaded source
release)
- `pip install numpy` (last NumPy release on PyPi)
Cythonizing sources
blas_opt_info:
blas_mkl_info:
customize UnixCCompiler
libraries mkl_rt not found in ['/Users/warren/local-py38/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
blis_info:
libraries blis not found in ['/Users/warren/local-py38/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/Users/warren/local-py38/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
libraries tatlas not found in ['/Users/warren/local-py38/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_info:
libraries satlas not found in ['/Users/warren/local-py38/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['/Users/warren/local-py38/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['/Users/warren/local-py38/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 -std=c99
creating /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpedt3d26q/var
creating /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpedt3d26q/var/folders
creating /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpedt3d26q/var/folders/p9
creating /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpedt3d26q/var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn
creating /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpedt3d26q/var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T
creating /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpedt3d26q/var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpedt3d26q
compile options: '-I/usr/local/include -I/usr/include -I/Users/warren/local-py38/include -c'
gcc: /var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpedt3d26q/source.c
/var/folders/p9/j_v_3wvd2bx5ftq544pvvf1w0000gn/T/tmpedt3d26q/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/local-py38/include']
FOUND:
define_macros = [('NO_ATLAS_INFO', 1)]
libraries = ['blas', 'blas']
library_dirs = ['/usr/lib']
include_dirs = ['/usr/local/include', '/usr/include', '/Users/warren/local-py38/include']
non-existing path in 'numpy/distutils': 'site.cfg'
lapack_opt_info:
lapack_mkl_info:
libraries mkl_rt not found in ['/Users/warren/local-py38/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
openblas_lapack_info:
libraries openblas not found in ['/Users/warren/local-py38/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
openblas_clapack_info:
libraries openblas,lapack not found in ['/Users/warren/local-py38/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
flame_info:
libraries flame not found in ['/Users/warren/local-py38/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
libraries lapack_atlas not found in /Users/warren/local-py38/lib
libraries tatlas,tatlas not found in /Users/warren/local-py38/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/local-py38/lib
libraries satlas,satlas not found in /Users/warren/local-py38/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/local-py38/lib
libraries ptf77blas,ptcblas,atlas not found in /Users/warren/local-py38/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/local-py38/lib
libraries f77blas,cblas,atlas not found in /Users/warren/local-py38/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/local-py38/include']
non-existing path in 'numpy/random': 'bit_generator.pyx'
non-existing path in 'numpy/random': 'bit_generator.pxd'
non-existing path in 'numpy/random': 'bit_generator.pyx'
non-existing path in 'numpy/random': 'bit_generator.pxd'
non-existing path in 'numpy/random': 'bit_generator.pyx'
non-existing path in 'numpy/random': 'bit_generator.pxd'
running install
running bdist_egg
running egg_info
running build_src
build_src
building py_modules sources
creating build
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
Could not locate executable gfortran
Could not locate executable f95
Could not locate executable f90
Could not locate executable f77
Could not locate executable xlf90
Could not locate executable xlf
Could not locate executable ifort
Could not locate executable ifc
Could not locate executable g77
Could not locate executable g95
Could not locate executable pgfortran
don't know how to compile Fortran code on platform 'posix'
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 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.
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
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'
installing library code to build/bdist.macosx-10.12-x86_64/egg
running build_clib
customize UnixCCompiler
customize UnixCCompiler using build_clib
building 'npymath' library
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c99
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/local-py38/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'
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 -std=c99
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/local-py38/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'
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/mergesort.c
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/radixsort.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/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/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 */ ( )
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/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/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/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
running install_lib
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/compat.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_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
warning: build_ext: f77_compiler=None is not available.
building 'numpy.core._multiarray_tests' extension
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c99
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/local-py38/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'
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/_multiarray_tests.c
gcc: numpy/core/src/common/mem_overlap.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 -std=c99
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
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/local-py38/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'
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/datetime_strings.c
gcc: numpy/core/src/multiarray/descriptor.c
gcc: numpy/core/src/multiarray/conversion_utils.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
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/compiled_base.c
gcc: numpy/core/src/multiarray/item_selection.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:26:
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:27:
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:1140: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:1249: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:1249: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: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/scalartypes.c
gcc: numpy/core/src/multiarray/typeinfo.c
gcc: numpy/core/src/multiarray/vdot.c
gcc: numpy/core/src/multiarray/usertypes.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/multiarray/nditer_templ.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: numpy/core/src/multiarray/nditer_pywrap.c
gcc: numpy/core/src/umath/reduction.c
gcc: numpy/core/src/umath/ufunc_object.c
gcc: numpy/core/src/multiarray/number.c
gcc: numpy/core/src/multiarray/strfuncs.c
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/core/src/umath/scalarmath.c
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
gcc: numpy/core/src/multiarray/nditer_api.c
gcc: numpy/core/src/common/array_assign.c
gcc: numpy/core/src/common/mem_overlap.c
gcc: numpy/core/src/umath/extobj.c
numpy/core/src/umath/loops.c.src:2683:22: warning: code will never be executed [-Wunreachable-code]
npy_intp n = dimensions[0];
^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2682:29: note: silence by adding parentheses to mark code as explicitly dead
if (IS_BINARY_REDUCE && 0) {
^
/* DISABLES CODE */ ( )
gcc: numpy/core/src/umath/cpuid.c
numpy/core/src/umath/loops.c.src:2683:22: warning: code will never be executed [-Wunreachable-code]
npy_intp n = dimensions[0];
^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2682: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:2683:22: warning: code will never be executed [-Wunreachable-code]
npy_intp n = dimensions[0];
^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2682:29: note: silence by adding parentheses to mark code as explicitly dead
if (IS_BINARY_REDUCE && 0) {
^
/* DISABLES CODE */ ( )
gcc: numpy/core/src/common/npy_longdouble.c
gcc: numpy/core/src/common/numpyos.c
gcc: numpy/core/src/common/ucsnarrow.c
gcc: numpy/core/src/common/ufunc_override.c
gcc: numpy/core/src/umath/ufunc_type_resolution.c
gcc: numpy/core/src/umath/override.c
gcc: numpy/core/src/multiarray/mapping.c
gcc: numpy/core/src/multiarray/methods.c
gcc: numpy/core/src/multiarray/flagsobject.c
gcc: numpy/core/src/multiarray/getset.c
3 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:44: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
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/numpy/core/src/umath/cpuid.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 -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 -std=c99
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/local-py38/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'
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 -std=c99
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/local-py38/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'
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 -std=c99
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/local-py38/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'
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 -std=c99
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/local-py38/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'
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 -std=c99
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/local-py38/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'
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
warning: build_ext: extension 'numpy.linalg.lapack_lite' has Fortran libraries but no Fortran linker found, using default linker
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c99
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/local-py38/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/local-py38/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'
gcc: numpy/linalg/lapack_litemodule.c
gcc: numpy/linalg/lapack_lite/python_xerbla.c
gcc -bundle -undefined dynamic_lookup 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 -Lbuild/temp.macosx-10.12-x86_64-3.8 -llapack -llapack -lblas -lblas -o build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/lapack_lite.cpython-38-darwin.so
building 'numpy.linalg._umath_linalg' extension
warning: build_ext: extension 'numpy.linalg._umath_linalg' has Fortran libraries but no Fortran linker found, using default linker
compiling C sources
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c99
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/local-py38/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/local-py38/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'
gcc: build/src.macosx-10.12-x86_64-3.8/numpy/linalg/umath_linalg.c
numpy/linalg/umath_linalg.c.src:735:32: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
^
numpy/linalg/umath_linalg.c.src:541:1: warning: unused function 'dump_ufunc_object' [-Wunused-function]
dump_ufunc_object(PyUFuncObject* ufunc)
^
numpy/linalg/umath_linalg.c.src:566: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:602:1: warning: unused function 'dump_FLOAT_matrix' [-Wunused-function]
dump_FLOAT_matrix(const char* name,
^
numpy/linalg/umath_linalg.c.src:602:1: warning: unused function 'dump_DOUBLE_matrix' [-Wunused-function]
dump_DOUBLE_matrix(const char* name,
^
numpy/linalg/umath_linalg.c.src:602:1: warning: unused function 'dump_CFLOAT_matrix' [-Wunused-function]
dump_CFLOAT_matrix(const char* name,
^
numpy/linalg/umath_linalg.c.src:602:1: warning: unused function 'dump_CDOUBLE_matrix' [-Wunused-function]
dump_CDOUBLE_matrix(const char* name,
^
numpy/linalg/umath_linalg.c.src:865: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:865: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:865: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:865: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:1862: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:2132:1: warning: unused function 'init_cgeev' [-Wunused-function]
init_cgeev(GEEV_PARAMS_t* params,
^
numpy/linalg/umath_linalg.c.src:2213:1: warning: unused function 'process_cgeev_results' [-Wunused-function]
process_cgeev_results(GEEV_PARAMS_t *NPY_UNUSED(params))
^
numpy/linalg/umath_linalg.c.src:2376:1: warning: unused function 'dump_gesdd_params' [-Wunused-function]
dump_gesdd_params(const char *name,
^
numpy/linalg/umath_linalg.c.src:2862:1: warning: unused function 'dump_gelsd_params' [-Wunused-function]
dump_gelsd_params(const char *name,
^
16 warnings generated.
gcc -bundle -undefined dynamic_lookup 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 -Lbuild/temp.macosx-10.12-x86_64-3.8 -lnpymath -llapack -llapack -lblas -lblas -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 -std=c99
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/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/local-py38/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 -msse2'
gcc: numpy/random/_mt19937.c
gcc: numpy/random/src/mt19937/mt19937-jump.c
gcc: numpy/random/src/mt19937/mt19937.c
numpy/random/_mt19937.c:5809:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/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 -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 -std=c99
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/local-py38/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 -msse2'
gcc: numpy/random/src/philox/philox.c
gcc: numpy/random/_philox.c
numpy/random/_philox.c:5734:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/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 -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 -std=c99
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/local-py38/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 -msse2'
gcc: numpy/random/_pcg64.c
gcc: numpy/random/src/pcg64/pcg64.c
numpy/random/_pcg64.c:5420:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/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 -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 -std=c99
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/local-py38/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 -msse2'
gcc: numpy/random/_sfc64.c
gcc: numpy/random/src/sfc64/sfc64.c
numpy/random/_sfc64.c:4821:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/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 -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 -std=c99
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/local-py38/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 -msse2'
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 -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 -std=c99
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/local-py38/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 -msse2'
gcc: numpy/random/_bit_generator.c
numpy/random/_bit_generator.c:10855:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/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:11028:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/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:11117:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/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:11214:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/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:15649:5: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0,
^
/Users/warren/local-py38/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/local-py38/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 -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 -std=c99
creating build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions
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/local-py38/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 -msse2'
gcc: numpy/random/_generator.c
gcc: numpy/random/src/distributions/distributions.c
gcc: numpy/random/src/distributions/random_mvhg_count.c
gcc: numpy/random/src/distributions/random_mvhg_marginals.c
gcc: numpy/random/src/distributions/logfactorial.c
gcc: numpy/random/src/distributions/random_hypergeometric.c
numpy/random/_generator.c:37471:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
numpy/random/_generator.c:37660:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
numpy/random/_generator.c:37779:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
numpy/random/_generator.c:38040:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
^
numpy/random/_generator.c:38186:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/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 build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions/logfactorial.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions/distributions.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions/random_mvhg_count.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions/random_mvhg_marginals.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions/random_hypergeometric.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -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 -std=c99
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/local-py38/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 -msse2'
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 build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions/logfactorial.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions/distributions.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions/random_mvhg_count.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions/random_mvhg_marginals.o build/temp.macosx-10.12-x86_64-3.8/numpy/random/src/distributions/random_hypergeometric.o -Lbuild/temp.macosx-10.12-x86_64-3.8 -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 -std=c99
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/local-py38/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 -msse2'
gcc: numpy/random/mtrand.c
gcc: numpy/random/src/legacy/legacy-distributions.c
gcc: numpy/random/src/distributions/logfactorial.c
gcc: numpy/random/src/distributions/distributions.c
numpy/random/mtrand.c:22155:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations]
0, /*tp_print*/
^
/Users/warren/local-py38/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/local-py38/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/logfactorial.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
creating build/bdist.macosx-10.12-x86_64
creating build/bdist.macosx-10.12-x86_64/egg
creating build/bdist.macosx-10.12-x86_64/egg/numpy
copying build/lib.macosx-10.12-x86_64-3.8/numpy/__config__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy
copying build/lib.macosx-10.12-x86_64-3.8/numpy/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy
copying build/lib.macosx-10.12-x86_64-3.8/numpy/_distributor_init.py -> build/bdist.macosx-10.12-x86_64/egg/numpy
copying build/lib.macosx-10.12-x86_64-3.8/numpy/_globals.py -> build/bdist.macosx-10.12-x86_64/egg/numpy
copying build/lib.macosx-10.12-x86_64-3.8/numpy/_pytesttester.py -> build/bdist.macosx-10.12-x86_64/egg/numpy
creating build/bdist.macosx-10.12-x86_64/egg/numpy/compat
copying build/lib.macosx-10.12-x86_64-3.8/numpy/compat/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/compat
copying build/lib.macosx-10.12-x86_64-3.8/numpy/compat/_inspect.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/compat
copying build/lib.macosx-10.12-x86_64-3.8/numpy/compat/py3k.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/compat
copying build/lib.macosx-10.12-x86_64-3.8/numpy/compat/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/compat
copying build/lib.macosx-10.12-x86_64-3.8/numpy/conftest.py -> build/bdist.macosx-10.12-x86_64/egg/numpy
creating build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_add_newdocs.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_asarray.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_dtype.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_dtype_ctypes.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_exceptions.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_internal.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_methods.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_multiarray_tests.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_multiarray_umath.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_operand_flag_tests.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_rational_tests.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_string_helpers.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_struct_ufunc_tests.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_type_aliases.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_ufunc_config.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/_umath_tests.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/arrayprint.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/cversions.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/defchararray.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/einsumfunc.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/fromnumeric.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/function_base.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/generate_numpy_api.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/getlimits.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/machar.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/memmap.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/multiarray.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/numeric.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/numerictypes.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/overrides.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/records.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/setup_common.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/shape_base.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/umath.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/core/umath_tests.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ctypeslib.py -> build/bdist.macosx-10.12-x86_64/egg/numpy
creating build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/__config__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/_shell_utils.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/ccompiler.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
creating build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/autodist.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/bdist_rpm.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/build.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/build_clib.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/build_ext.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/build_py.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/build_scripts.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/build_src.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/config.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/config_compiler.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/develop.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/egg_info.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/install.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/install_clib.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/install_data.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/install_headers.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/command/sdist.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/compat.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/conv_template.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/core.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/cpuinfo.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/exec_command.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/extension.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
creating build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/absoft.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/compaq.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/environment.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/g95.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/gnu.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/hpux.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/ibm.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/intel.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/lahey.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/mips.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/nag.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/none.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/pathf95.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/pg.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/sun.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/fcompiler/vast.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/from_template.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/intelccompiler.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/lib2def.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/line_endings.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/log.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/mingw32ccompiler.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/misc_util.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/msvc9compiler.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/msvccompiler.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/npy_pkg_config.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/numpy_distribution.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/pathccompiler.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/system_info.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
copying build/lib.macosx-10.12-x86_64-3.8/numpy/distutils/unixccompiler.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils
creating build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/basics.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/broadcasting.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/byteswapping.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/constants.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/creation.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/dispatch.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/glossary.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/indexing.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/internals.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/misc.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/structured_arrays.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/subclassing.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/doc/ufuncs.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/doc
copying build/lib.macosx-10.12-x86_64-3.8/numpy/dual.py -> build/bdist.macosx-10.12-x86_64/egg/numpy
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/__main__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/__version__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/auxfuncs.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/capi_maps.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/cb_rules.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/cfuncs.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/common_rules.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/crackfortran.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/diagnose.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/f2py2e.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/f2py_testing.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/f90mod_rules.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/func2subr.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/rules.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
copying build/lib.macosx-10.12-x86_64-3.8/numpy/f2py/use_rules.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py
creating build/bdist.macosx-10.12-x86_64/egg/numpy/fft
copying build/lib.macosx-10.12-x86_64-3.8/numpy/fft/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/fft
copying build/lib.macosx-10.12-x86_64-3.8/numpy/fft/_pocketfft.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/fft
copying build/lib.macosx-10.12-x86_64-3.8/numpy/fft/_pocketfft_internal.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/fft
copying build/lib.macosx-10.12-x86_64-3.8/numpy/fft/helper.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/fft
copying build/lib.macosx-10.12-x86_64-3.8/numpy/fft/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/fft
creating build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/_datasource.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/_iotools.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/_version.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/arraypad.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/arraysetops.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/arrayterator.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/financial.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/format.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/function_base.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/histograms.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/index_tricks.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/mixins.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/nanfunctions.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/npyio.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/polynomial.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/recfunctions.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/scimath.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/shape_base.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/stride_tricks.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/twodim_base.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/type_check.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/ufunclike.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/user_array.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/lib/utils.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib
creating build/bdist.macosx-10.12-x86_64/egg/numpy/linalg
copying build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/linalg
copying build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/_umath_linalg.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/linalg
copying build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/lapack_lite.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/linalg
copying build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/linalg.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/linalg
copying build/lib.macosx-10.12-x86_64-3.8/numpy/linalg/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/linalg
creating build/bdist.macosx-10.12-x86_64/egg/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/bench.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/core.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/extras.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/mrecords.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/testutils.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/ma/timer_comparison.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma
copying build/lib.macosx-10.12-x86_64-3.8/numpy/matlib.py -> build/bdist.macosx-10.12-x86_64/egg/numpy
creating build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/matrixlib/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/matrixlib/defmatrix.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib
copying build/lib.macosx-10.12-x86_64-3.8/numpy/matrixlib/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib
creating build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/_polybase.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/chebyshev.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/hermite.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/hermite_e.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/laguerre.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/legendre.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/polynomial.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/polyutils.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial
copying build/lib.macosx-10.12-x86_64-3.8/numpy/polynomial/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial
creating build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_bit_generator.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_bounded_integers.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_common.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_generator.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_mt19937.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_pcg64.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_philox.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_pickle.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/_sfc64.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/mtrand.cpython-38-darwin.so -> build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/random/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random
copying build/lib.macosx-10.12-x86_64-3.8/numpy/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy
creating build/bdist.macosx-10.12-x86_64/egg/numpy/testing
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing
creating build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private/decorators.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private/noseclasses.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private/nosetester.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private/parameterized.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/_private/utils.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/print_coercion_tables.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/setup.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing
copying build/lib.macosx-10.12-x86_64-3.8/numpy/testing/utils.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing
copying build/lib.macosx-10.12-x86_64-3.8/numpy/version.py -> build/bdist.macosx-10.12-x86_64/egg/numpy
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/__config__.py to __config__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/_distributor_init.py to _distributor_init.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/_globals.py to _globals.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/_pytesttester.py to _pytesttester.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/compat/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/compat/_inspect.py to _inspect.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/compat/py3k.py to py3k.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/compat/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/conftest.py to conftest.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_add_newdocs.py to _add_newdocs.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_asarray.py to _asarray.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_dtype.py to _dtype.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_dtype_ctypes.py to _dtype_ctypes.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_exceptions.py to _exceptions.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_internal.py to _internal.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_methods.py to _methods.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_string_helpers.py to _string_helpers.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_type_aliases.py to _type_aliases.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_ufunc_config.py to _ufunc_config.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/arrayprint.py to arrayprint.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/cversions.py to cversions.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/defchararray.py to defchararray.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/einsumfunc.py to einsumfunc.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/fromnumeric.py to fromnumeric.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/function_base.py to function_base.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/generate_numpy_api.py to generate_numpy_api.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/getlimits.py to getlimits.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/machar.py to machar.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/memmap.py to memmap.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/multiarray.py to multiarray.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/numeric.py to numeric.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/numerictypes.py to numerictypes.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/overrides.py to overrides.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/records.py to records.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/setup_common.py to setup_common.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/shape_base.py to shape_base.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/umath.py to umath.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/umath_tests.py to umath_tests.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/ctypeslib.py to ctypeslib.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/__config__.py to __config__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/_shell_utils.py to _shell_utils.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/ccompiler.py to ccompiler.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/autodist.py to autodist.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/bdist_rpm.py to bdist_rpm.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/build.py to build.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/build_clib.py to build_clib.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/build_ext.py to build_ext.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/build_py.py to build_py.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/build_scripts.py to build_scripts.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/build_src.py to build_src.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/config.py to config.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/config_compiler.py to config_compiler.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/develop.py to develop.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/egg_info.py to egg_info.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/install.py to install.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/install_clib.py to install_clib.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/install_data.py to install_data.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/install_headers.py to install_headers.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/command/sdist.py to sdist.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/compat.py to compat.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/conv_template.py to conv_template.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/core.py to core.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/cpuinfo.py to cpuinfo.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/exec_command.py to exec_command.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/extension.py to extension.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/absoft.py to absoft.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/compaq.py to compaq.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/environment.py to environment.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/g95.py to g95.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/gnu.py to gnu.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/hpux.py to hpux.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/ibm.py to ibm.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/intel.py to intel.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/lahey.py to lahey.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/mips.py to mips.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/nag.py to nag.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/none.py to none.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/pathf95.py to pathf95.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/pg.py to pg.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/sun.py to sun.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/fcompiler/vast.py to vast.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/from_template.py to from_template.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/intelccompiler.py to intelccompiler.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/lib2def.py to lib2def.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/line_endings.py to line_endings.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/log.py to log.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/mingw32ccompiler.py to mingw32ccompiler.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/misc_util.py to misc_util.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/msvc9compiler.py to msvc9compiler.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/msvccompiler.py to msvccompiler.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/npy_pkg_config.py to npy_pkg_config.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/numpy_distribution.py to numpy_distribution.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/pathccompiler.py to pathccompiler.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/system_info.py to system_info.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/unixccompiler.py to unixccompiler.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/basics.py to basics.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/broadcasting.py to broadcasting.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/byteswapping.py to byteswapping.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/constants.py to constants.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/creation.py to creation.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/dispatch.py to dispatch.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/glossary.py to glossary.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/indexing.py to indexing.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/internals.py to internals.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/misc.py to misc.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/structured_arrays.py to structured_arrays.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/subclassing.py to subclassing.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/doc/ufuncs.py to ufuncs.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/dual.py to dual.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/__main__.py to __main__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/__version__.py to __version__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/auxfuncs.py to auxfuncs.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/capi_maps.py to capi_maps.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/cb_rules.py to cb_rules.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/cfuncs.py to cfuncs.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/common_rules.py to common_rules.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/crackfortran.py to crackfortran.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/diagnose.py to diagnose.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/f2py2e.py to f2py2e.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/f2py_testing.py to f2py_testing.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/f90mod_rules.py to f90mod_rules.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/func2subr.py to func2subr.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/rules.py to rules.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/use_rules.py to use_rules.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/fft/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/fft/_pocketfft.py to _pocketfft.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/fft/helper.py to helper.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/fft/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/_datasource.py to _datasource.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/_iotools.py to _iotools.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/_version.py to _version.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/arraypad.py to arraypad.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/arraysetops.py to arraysetops.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/arrayterator.py to arrayterator.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/financial.py to financial.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/format.py to format.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/function_base.py to function_base.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/histograms.py to histograms.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/index_tricks.py to index_tricks.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/mixins.py to mixins.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/nanfunctions.py to nanfunctions.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/npyio.py to npyio.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/polynomial.py to polynomial.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/recfunctions.py to recfunctions.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/scimath.py to scimath.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/shape_base.py to shape_base.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/stride_tricks.py to stride_tricks.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/twodim_base.py to twodim_base.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/type_check.py to type_check.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/ufunclike.py to ufunclike.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/user_array.py to user_array.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/lib/utils.py to utils.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/linalg/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/linalg/linalg.py to linalg.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/linalg/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/ma/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/ma/bench.py to bench.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/ma/core.py to core.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/ma/extras.py to extras.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/ma/mrecords.py to mrecords.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/ma/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/ma/testutils.py to testutils.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/ma/timer_comparison.py to timer_comparison.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/matlib.py to matlib.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib/defmatrix.py to defmatrix.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/_polybase.py to _polybase.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/chebyshev.py to chebyshev.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/hermite.py to hermite.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/hermite_e.py to hermite_e.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/laguerre.py to laguerre.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/legendre.py to legendre.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/polynomial.py to polynomial.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/polyutils.py to polyutils.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/random/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/random/_pickle.py to _pickle.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/random/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/testing/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private/decorators.py to decorators.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private/noseclasses.py to noseclasses.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private/nosetester.py to nosetester.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private/parameterized.py to parameterized.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/testing/_private/utils.py to utils.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/testing/print_coercion_tables.py to print_coercion_tables.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/testing/setup.py to setup.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/testing/utils.py to utils.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/version.py to version.cpython-38.pyc
creating stub loader for numpy/core/_multiarray_tests.cpython-38-darwin.so
creating stub loader for numpy/core/_multiarray_umath.cpython-38-darwin.so
creating stub loader for numpy/core/_umath_tests.cpython-38-darwin.so
creating stub loader for numpy/core/_rational_tests.cpython-38-darwin.so
creating stub loader for numpy/core/_struct_ufunc_tests.cpython-38-darwin.so
creating stub loader for numpy/core/_operand_flag_tests.cpython-38-darwin.so
creating stub loader for numpy/fft/_pocketfft_internal.cpython-38-darwin.so
creating stub loader for numpy/linalg/lapack_lite.cpython-38-darwin.so
creating stub loader for numpy/linalg/_umath_linalg.cpython-38-darwin.so
creating stub loader for numpy/random/_mt19937.cpython-38-darwin.so
creating stub loader for numpy/random/_philox.cpython-38-darwin.so
creating stub loader for numpy/random/_pcg64.cpython-38-darwin.so
creating stub loader for numpy/random/_sfc64.cpython-38-darwin.so
creating stub loader for numpy/random/_common.cpython-38-darwin.so
creating stub loader for numpy/random/_bit_generator.cpython-38-darwin.so
creating stub loader for numpy/random/_generator.cpython-38-darwin.so
creating stub loader for numpy/random/_bounded_integers.cpython-38-darwin.so
creating stub loader for numpy/random/mtrand.cpython-38-darwin.so
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_multiarray_tests.py to _multiarray_tests.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_multiarray_umath.py to _multiarray_umath.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_umath_tests.py to _umath_tests.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_rational_tests.py to _rational_tests.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_struct_ufunc_tests.py to _struct_ufunc_tests.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/core/_operand_flag_tests.py to _operand_flag_tests.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/fft/_pocketfft_internal.py to _pocketfft_internal.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/linalg/lapack_lite.py to lapack_lite.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/linalg/_umath_linalg.py to _umath_linalg.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/random/_mt19937.py to _mt19937.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/random/_philox.py to _philox.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/random/_pcg64.py to _pcg64.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/random/_sfc64.py to _sfc64.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/random/_common.py to _common.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/random/_bit_generator.py to _bit_generator.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/random/_generator.py to _generator.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/random/_bounded_integers.py to _bounded_integers.cpython-38.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/numpy/random/mtrand.py to mtrand.cpython-38.pyc
installing package data to build/bdist.macosx-10.12-x86_64/egg
running install_data
creating build/bdist.macosx-10.12-x86_64/egg/numpy/compat/tests
copying numpy/compat/tests/test_compat.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/compat/tests/
copying numpy/compat/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/compat/tests/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/core/include
creating build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy
copying numpy/core/include/numpy/arrayobject.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/halffloat.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/arrayscalars.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_3kcompat.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_interrupt.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_math.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_common.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/ufuncobject.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/_neighborhood_iterator_imp.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_cpu.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/utils.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_os.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_1_7_deprecated_api.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/ndarraytypes.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/old_defines.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/oldnumeric.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/ndarrayobject.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_no_deprecated_api.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/npy_endian.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/numpyconfig.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
copying numpy/core/include/numpy/noprefix.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests
creating build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/data
copying numpy/core/tests/data/umath-validation-set-README -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/data
copying numpy/core/tests/data/astype_copy.pkl -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/data
copying numpy/core/tests/data/umath-validation-set-exp -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/data
copying numpy/core/tests/data/recarray_from_file.fits -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/data
copying numpy/core/tests/data/umath-validation-set-log -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/data
copying numpy/core/tests/data/umath-validation-set-cos -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/data
copying numpy/core/tests/data/umath-validation-set-sin -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/data
copying numpy/core/tests/test_umath.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_scalar_ctors.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_errstate.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_print.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_extint128.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_einsum.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_function_base.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_unicode.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_api.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_overrides.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_machar.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_scalarprint.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_memmap.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_datetime.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_records.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_numerictypes.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_scalar_methods.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_mem_overlap.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_issue14735.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_defchararray.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_nditer.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/_locales.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_numeric.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_indexerrors.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_longdouble.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_regression.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_ufunc.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_getlimits.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_item_selection.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_umath_accuracy.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_scalarmath.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_multiarray.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_scalarbuffer.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_umath_complex.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test__exceptions.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_shape_base.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_arrayprint.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_indexing.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_abc.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_scalarinherit.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_deprecations.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_dtype.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
copying numpy/core/tests/test_half.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/tests/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/tests
copying numpy/distutils/tests/test_misc_util.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/tests/
copying numpy/distutils/tests/test_shell_utils.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/tests/
copying numpy/distutils/tests/test_fcompiler_intel.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/tests/
copying numpy/distutils/tests/test_fcompiler.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/tests/
copying numpy/distutils/tests/test_from_template.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/tests/
copying numpy/distutils/tests/test_fcompiler_nagfor.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/tests/
copying numpy/distutils/tests/test_npy_pkg_config.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/tests/
copying numpy/distutils/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/tests/
copying numpy/distutils/tests/test_exec_command.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/tests/
copying numpy/distutils/tests/test_fcompiler_gnu.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/tests/
copying numpy/distutils/tests/test_system_info.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/tests/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/mingw
copying numpy/distutils/mingw/gfortran_vs2003_hack.c -> build/bdist.macosx-10.12-x86_64/egg/numpy/distutils/mingw
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/array_from_pyobj
copying numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/array_from_pyobj
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/foo_free.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/foo_mod.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/foo_use.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/precision.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/assumed_shape
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/common
copying numpy/f2py/tests/src/common/block.f -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/common
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/kind
copying numpy/f2py/tests/src/kind/foo.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/kind
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/mixed
copying numpy/f2py/tests/src/mixed/foo_free.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/mixed
copying numpy/f2py/tests/src/mixed/foo_fixed.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/mixed
copying numpy/f2py/tests/src/mixed/foo.f -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/mixed
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/parameter
copying numpy/f2py/tests/src/parameter/constant_real.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/parameter
copying numpy/f2py/tests/src/parameter/constant_compound.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/parameter
copying numpy/f2py/tests/src/parameter/constant_both.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/parameter
copying numpy/f2py/tests/src/parameter/constant_non_compound.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/parameter
copying numpy/f2py/tests/src/parameter/constant_integer.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/parameter
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/regression
copying numpy/f2py/tests/src/regression/inout.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/regression
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/size
copying numpy/f2py/tests/src/size/foo.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/size
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/string
copying numpy/f2py/tests/src/string/char.f90 -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/src/string
copying numpy/f2py/tests/test_compile_function.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_real.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_complex.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_size.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_regression.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/util.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_assumed_shape.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_mixed.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_character.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_block_docstring.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_quoted_character.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_semicolon_split.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_callback.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_parameter.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_array_from_pyobj.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_common.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_logical.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_kind.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_string.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_integer.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/tests/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/src
copying numpy/f2py/src/fortranobject.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/src
copying numpy/f2py/src/fortranobject.c -> build/bdist.macosx-10.12-x86_64/egg/numpy/f2py/src
creating build/bdist.macosx-10.12-x86_64/egg/numpy/fft/tests
copying numpy/fft/tests/test_pocketfft.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/fft/tests/
copying numpy/fft/tests/test_helper.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/fft/tests/
copying numpy/fft/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/fft/tests/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests
creating build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/data
copying numpy/lib/tests/data/py3-objarr.npy -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/data
copying numpy/lib/tests/data/win64python2.npy -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/data
copying numpy/lib/tests/data/py3-objarr.npz -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/data
copying numpy/lib/tests/data/py2-objarr.npz -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/data
copying numpy/lib/tests/data/python3.npy -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/data
copying numpy/lib/tests/data/py2-objarr.npy -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/data
copying numpy/lib/tests/test_mixins.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_index_tricks.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_recfunctions.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_type_check.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_format.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_polynomial.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test__datasource.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_io.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test__version.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_ufunclike.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_packbits.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_arraysetops.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_arrayterator.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_twodim_base.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_arraypad.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_regression.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_nanfunctions.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_function_base.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test__iotools.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_shape_base.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_histograms.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_utils.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_financial.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
copying numpy/lib/tests/test_stride_tricks.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/lib/tests/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/linalg/tests
copying numpy/linalg/tests/test_linalg.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/linalg/tests/
copying numpy/linalg/tests/test_deprecations.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/linalg/tests/
copying numpy/linalg/tests/test_build.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/linalg/tests/
copying numpy/linalg/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/linalg/tests/
copying numpy/linalg/tests/test_regression.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/linalg/tests/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/ma/tests
copying numpy/ma/tests/test_subclassing.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma/tests/
copying numpy/ma/tests/test_regression.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma/tests/
copying numpy/ma/tests/test_mrecords.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma/tests/
copying numpy/ma/tests/test_extras.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma/tests/
copying numpy/ma/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma/tests/
copying numpy/ma/tests/test_core.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma/tests/
copying numpy/ma/tests/test_old_ma.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma/tests/
copying numpy/ma/tests/test_deprecations.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/ma/tests/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_multiarray.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_numeric.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_masked_matrix.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_matrix_linalg.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_regression.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_interaction.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_defmatrix.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/matrixlib/tests/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/tests
copying numpy/polynomial/tests/test_laguerre.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_polynomial.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_legendre.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_hermite.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_chebyshev.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/tests/
copying numpy/polynomial/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_polyutils.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_printing.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_hermite_e.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_classes.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/polynomial/tests/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests
creating build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/data
copying numpy/random/tests/data/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/data
copying numpy/random/tests/data/pcg64-testset-2.csv -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/data
copying numpy/random/tests/data/mt19937-testset-2.csv -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/data
copying numpy/random/tests/data/philox-testset-2.csv -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/data
copying numpy/random/tests/data/pcg64-testset-1.csv -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/data
copying numpy/random/tests/data/philox-testset-1.csv -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/data
copying numpy/random/tests/data/mt19937-testset-1.csv -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/data
copying numpy/random/tests/data/sfc64-testset-1.csv -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/data
copying numpy/random/tests/data/sfc64-testset-2.csv -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/data
copying numpy/random/tests/test_randomstate.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/
copying numpy/random/tests/test_regression.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/
copying numpy/random/tests/test_randomstate_regression.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/
copying numpy/random/tests/test_generator_mt19937_regressions.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/
copying numpy/random/tests/test_random.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/
copying numpy/random/tests/test_generator_mt19937.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/
copying numpy/random/tests/test_seed_sequence.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/
copying numpy/random/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/
copying numpy/random/tests/test_smoke.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/
copying numpy/random/tests/test_direct.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/random/tests/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/testing/tests
copying numpy/testing/tests/test_doctesting.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing/tests/
copying numpy/testing/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing/tests/
copying numpy/testing/tests/test_decorators.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing/tests/
copying numpy/testing/tests/test_utils.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/testing/tests/
creating build/bdist.macosx-10.12-x86_64/egg/numpy/tests
copying numpy/tests/test_scripts.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/tests/
copying numpy/tests/test_public_api.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/tests/
copying numpy/tests/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/tests/
copying numpy/tests/test_warnings.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/tests/
copying numpy/tests/test_matlib.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/tests/
copying numpy/tests/test_reloading.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/tests/
copying numpy/tests/test_numpy_version.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/tests/
copying numpy/tests/test_ctypeslib.py -> build/bdist.macosx-10.12-x86_64/egg/numpy/tests/
copying LICENSE.txt -> build/bdist.macosx-10.12-x86_64/egg/numpy
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/_numpyconfig.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/__multiarray_api.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/multiarray_api.txt -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/__ufunc_api.h -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/include/numpy/ufunc_api.txt -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/include/numpy
creating build/bdist.macosx-10.12-x86_64/egg/numpy/core/lib
creating build/bdist.macosx-10.12-x86_64/egg/numpy/core/lib/npy-pkg-config
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/lib/npy-pkg-config/npymath.ini -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/lib/npy-pkg-config
copying build/src.macosx-10.12-x86_64-3.8/numpy/core/lib/npy-pkg-config/mlib.ini -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/lib/npy-pkg-config
running install_clib
copying build/temp.macosx-10.12-x86_64-3.8/libnpymath.a -> build/bdist.macosx-10.12-x86_64/egg/numpy/core/lib
creating build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
copying numpy.egg-info/PKG-INFO -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
copying numpy.egg-info/SOURCES.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
copying numpy.egg-info/dependency_links.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
copying numpy.egg-info/entry_points.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
copying numpy.egg-info/not-zip-safe -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
copying numpy.egg-info/top_level.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
writing build/bdist.macosx-10.12-x86_64/egg/EGG-INFO/native_libs.txt
creating dist
creating 'dist/numpy-1.18.0.dev0+5fa589c-py3.8-macosx-10.12-x86_64.egg' and adding 'build/bdist.macosx-10.12-x86_64/egg' to it
removing 'build/bdist.macosx-10.12-x86_64/egg' (and everything under it)
Processing numpy-1.18.0.dev0+5fa589c-py3.8-macosx-10.12-x86_64.egg
creating /Users/warren/local-py38/lib/python3.8/site-packages/numpy-1.18.0.dev0+5fa589c-py3.8-macosx-10.12-x86_64.egg
Extracting numpy-1.18.0.dev0+5fa589c-py3.8-macosx-10.12-x86_64.egg to /Users/warren/local-py38/lib/python3.8/site-packages
Adding numpy 1.18.0.dev0+5fa589c to easy-install.pth file
Installing f2py script to /Users/warren/local-py38/bin
Installing f2py3 script to /Users/warren/local-py38/bin
Installing f2py3.8 script to /Users/warren/local-py38/bin
Installed /Users/warren/local-py38/lib/python3.8/site-packages/numpy-1.18.0.dev0+5fa589c-py3.8-macosx-10.12-x86_64.egg
Processing dependencies for numpy==1.18.0.dev0+5fa589c
Finished processing dependencies for numpy==1.18.0.dev0+5fa589c
Running from numpy source directory.
/Users/warren/repos/git/forks/numpy/numpy/distutils/system_info.py:697: 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.
self.calc_info()
/Users/warren/local-py38/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