Skip to content

Instantly share code, notes, and snippets.

@asmeurer
Created November 9, 2021 19:02
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 asmeurer/40754d1a4429449e1d558e003caa1860 to your computer and use it in GitHub Desktop.
Save asmeurer/40754d1a4429449e1d558e003caa1860 to your computer and use it in GitHub Desktop.
NumPy build log
Running from numpy source directory.
Cythonizing sources
Processing numpy/random/_bounded_integers.pxd.in
Processing numpy/random/_philox.pyx
Processing numpy/random/_bounded_integers.pyx.in
Processing numpy/random/_sfc64.pyx
Processing numpy/random/_mt19937.pyx
Processing numpy/random/bit_generator.pyx
Processing numpy/random/mtrand.pyx
Processing numpy/random/_generator.pyx
Processing numpy/random/_pcg64.pyx
Processing numpy/random/_common.pyx
blas_opt_info:
blas_mkl_info:
customize UnixCCompiler
FOUND:
libraries = ['mkl_rt', 'pthread']
library_dirs = ['/Users/aaronmeurer/anaconda3/envs/array-apis/lib']
define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]
include_dirs = ['/usr/local/include', '/Users/aaronmeurer/anaconda3/envs/array-apis/include']
FOUND:
libraries = ['mkl_rt', 'pthread']
library_dirs = ['/Users/aaronmeurer/anaconda3/envs/array-apis/lib']
define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]
include_dirs = ['/usr/local/include', '/Users/aaronmeurer/anaconda3/envs/array-apis/include']
non-existing path in 'numpy/distutils': 'site.cfg'
lapack_opt_info:
lapack_mkl_info:
FOUND:
libraries = ['mkl_rt', 'pthread']
library_dirs = ['/Users/aaronmeurer/anaconda3/envs/array-apis/lib']
define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]
include_dirs = ['/usr/local/include', '/Users/aaronmeurer/anaconda3/envs/array-apis/include']
FOUND:
libraries = ['mkl_rt', 'pthread']
library_dirs = ['/Users/aaronmeurer/anaconda3/envs/array-apis/lib']
define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]
include_dirs = ['/usr/local/include', '/Users/aaronmeurer/anaconda3/envs/array-apis/include']
Warning: attempted relative import with no known parent package
/Users/aaronmeurer/anaconda3/envs/array-apis/lib/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running build_ext
running build_src
build_src
building py_modules sources
building library "npymath" sources
creating build
creating build/src.macosx-10.9-x86_64-3.9
conv_template:> numpy/core/src/npymath/npy_math_internal.h
adding 'numpy/core/src/npymath' to include_dirs.
conv_template:> numpy/core/src/npymath/ieee754.c
conv_template:> numpy/core/src/npymath/npy_math_complex.c
None - nothing done with h_files = ['numpy/core/src/npymath/npy_math_internal.h']
building library "npyrandom" sources
building extension "numpy.core._multiarray_tests" sources
conv_template:> numpy/core/src/multiarray/_multiarray_tests.c
building extension "numpy.core._multiarray_umath" sources
conv_template:> numpy/core/src/multiarray/arraytypes.c
conv_template:> numpy/core/src/multiarray/einsum.c
conv_template:> numpy/core/src/multiarray/einsum_sumprod.c
conv_template:> numpy/core/src/multiarray/lowlevel_strided_loops.c
conv_template:> numpy/core/src/multiarray/nditer_templ.c
conv_template:> numpy/core/src/multiarray/scalartypes.c
conv_template:> numpy/core/src/common/npy_sort.h
adding 'numpy/core/src/common' to include_dirs.
conv_template:> numpy/core/src/npysort/quicksort.c
conv_template:> numpy/core/src/npysort/mergesort.c
conv_template:> numpy/core/src/npysort/timsort.c
conv_template:> numpy/core/src/npysort/heapsort.c
conv_template:> numpy/core/src/common/npy_partition.h
conv_template:> numpy/core/src/npysort/selection.c
conv_template:> numpy/core/src/common/npy_binsearch.h
conv_template:> numpy/core/src/npysort/binsearch.c
conv_template:> numpy/core/src/umath/funcs.inc
adding 'numpy/core/src/umath' to include_dirs.
conv_template:> numpy/core/src/umath/simd.inc
conv_template:> numpy/core/src/umath/loops.h
conv_template:> numpy/core/src/umath/loops_utils.h
conv_template:> numpy/core/src/umath/loops.c
conv_template:> numpy/core/src/umath/loops_unary_fp.dispatch.c
conv_template:> numpy/core/src/umath/loops_arithm_fp.dispatch.c
conv_template:> numpy/core/src/umath/loops_arithmetic.dispatch.c
conv_template:> numpy/core/src/umath/loops_trigonometric.dispatch.c
conv_template:> numpy/core/src/umath/loops_umath_fp.dispatch.c
conv_template:> numpy/core/src/umath/loops_exponent_log.dispatch.c
conv_template:> numpy/core/src/umath/matmul.h
conv_template:> numpy/core/src/umath/matmul.c
conv_template:> numpy/core/src/umath/scalarmath.c
conv_template:> numpy/core/src/common/templ_common.h
conv_template:> numpy/core/src/common/npy_cpu_features.c
numpy.core - nothing done with h_files = ['numpy/core/src/common/npy_sort.h', 'numpy/core/src/common/npy_partition.h', 'numpy/core/src/common/npy_binsearch.h', 'numpy/core/src/umath/funcs.inc', 'numpy/core/src/umath/simd.inc', 'numpy/core/src/umath/loops.h', 'numpy/core/src/umath/loops_utils.h', 'numpy/core/src/umath/matmul.h', 'numpy/core/src/umath/clip.h', 'numpy/core/src/common/templ_common.h', 'numpy/core/include/numpy/config.h', 'numpy/core/include/numpy/_numpyconfig.h', 'numpy/core/include/numpy/__multiarray_api.h', 'numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core._umath_tests" sources
conv_template:> numpy/core/src/umath/_umath_tests.c
building extension "numpy.core._rational_tests" sources
conv_template:> numpy/core/src/umath/_rational_tests.c
building extension "numpy.core._struct_ufunc_tests" sources
conv_template:> numpy/core/src/umath/_struct_ufunc_tests.c
building extension "numpy.core._operand_flag_tests" sources
conv_template:> numpy/core/src/umath/_operand_flag_tests.c
building extension "numpy.core._simd" sources
conv_template:> numpy/core/src/_simd/_simd_inc.h
adding 'numpy/core/src/_simd' to include_dirs.
conv_template:> numpy/core/src/_simd/_simd_data.inc
conv_template:> numpy/core/src/_simd/_simd.dispatch.c
numpy.core - nothing done with h_files = ['numpy/core/src/_simd/_simd_inc.h', 'numpy/core/src/_simd/_simd_data.inc']
building extension "numpy.fft._pocketfft_internal" sources
building extension "numpy.linalg.lapack_lite" sources
building extension "numpy.linalg._umath_linalg" sources
conv_template:> 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
customize UnixCCompiler
customize UnixCCompiler using new_build_clib
CCompilerOpt.cc_test_flags[1026] : testing flags (-march=native)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
creating /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users
creating /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users/aaronmeurer
creating /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users/aaronmeurer/Documents
creating /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users/aaronmeurer/Documents/numpy
creating /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users/aaronmeurer/Documents/numpy/numpy
creating /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users/aaronmeurer/Documents/numpy/numpy/distutils
creating /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-march=native'
CCompilerOpt.cc_test_flags[1026] : testing flags (-O3)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-O3'
CCompilerOpt.cc_test_flags[1026] : testing flags (-Werror=switch)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-Werror=switch'
CCompilerOpt.cc_test_flags[1026] : testing flags (-Werror)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-Werror'
CCompilerOpt.cc_test_flags[1026] : testing flags (-std=c++11)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-std=c++11'
CCompilerOpt.dist_test[595] : CCompilerOpt._dist_test_spawn[729] : Command (x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c /Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/test_flags.c -o /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/test_flags.o -MMD -MF /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/test_flags.o.d -std=c++11) failed with exit status 1 output ->
error: invalid argument '-std=c++11' not allowed with 'C'
CCompilerOpt.cc_test_flags[1030] : testing failed
CCompilerOpt.__init__[1714] : check requested baseline
CCompilerOpt.cc_test_flags[1026] : testing flags (-msse)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse'
CCompilerOpt.cc_test_flags[1026] : testing flags (-msse2)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse2'
CCompilerOpt.feature_test[1479] : testing feature 'SSE' with flags (-msse -msse2)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -Werror=switch -Werror'
CCompilerOpt.feature_test[1479] : testing feature 'SSE2' with flags (-msse -msse2)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -Werror=switch -Werror'
CCompilerOpt.cc_test_flags[1026] : testing flags (-msse3)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse3'
CCompilerOpt.feature_test[1479] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -Werror=switch -Werror'
CCompilerOpt.__init__[1723] : check requested dispatch-able features
CCompilerOpt.cc_test_flags[1026] : testing flags (-mssse3)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mssse3'
CCompilerOpt.feature_test[1479] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -Werror=switch -Werror'
CCompilerOpt.cc_test_flags[1026] : testing flags (-msse4.1)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse4.1'
CCompilerOpt.feature_test[1479] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror=switch -Werror'
CCompilerOpt.cc_test_flags[1026] : testing flags (-mpopcnt)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mpopcnt'
CCompilerOpt.feature_test[1479] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror=switch -Werror'
CCompilerOpt.cc_test_flags[1026] : testing flags (-msse4.2)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse4.2'
CCompilerOpt.cc_test_flags[1026] : testing flags (-mavx)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mavx'
CCompilerOpt.feature_test[1479] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror=switch -Werror'
CCompilerOpt.cc_test_flags[1026] : testing flags (-mf16c)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mf16c'
CCompilerOpt.cc_test_flags[1026] : testing flags (-mavx2)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mavx2'
CCompilerOpt.feature_test[1479] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror=switch -Werror'
CCompilerOpt.cc_test_flags[1026] : testing flags (-mfma)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mfma'
CCompilerOpt.cc_test_flags[1026] : testing flags (-mavx512f)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mavx512f'
CCompilerOpt.feature_test[1479] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror=switch -Werror'
CCompilerOpt.feature_test[1479] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror=switch -Werror'
CCompilerOpt.cc_test_flags[1026] : testing flags (-mavx512cd)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mavx512cd'
CCompilerOpt.cc_test_flags[1026] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mavx512vl -mavx512bw -mavx512dq'
CCompilerOpt.feature_test[1479] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror=switch -Werror'
CCompilerOpt.feature_test[1479] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror=switch -Werror'
CCompilerOpt.feature_test[1479] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror=switch -Werror'
CCompilerOpt.feature_test[1479] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -Werror=switch -Werror'
CCompilerOpt.cc_test_flags[1026] : testing flags (-mavx512ifma -mavx512vbmi)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mavx512ifma -mavx512vbmi'
CCompilerOpt.feature_test[1479] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror=switch -Werror'
CCompilerOpt.cc_test_flags[1026] : testing flags (-mavx512vnni)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mavx512vnni'
CCompilerOpt.feature_test[1479] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror=switch -Werror'
CCompilerOpt.cc_test_flags[1026] : testing flags (-mavx512er -mavx512pf)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mavx512er -mavx512pf'
CCompilerOpt.feature_test[1479] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror=switch -Werror'
CCompilerOpt.cc_test_flags[1026] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq'
CCompilerOpt.dist_test[595] : CCompilerOpt._dist_test_spawn[729] : Command (x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c /Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/test_flags.c -o /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/test_flags.o -MMD -MF /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/test_flags.o.d -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq) failed with exit status 1 output ->
clang-12: error: unknown argument: '-mavx5124fmaps'
clang-12: error: unknown argument: '-mavx5124vnniw'
CCompilerOpt.cc_test_flags[1030] : testing failed
CCompilerOpt.feature_test[1479] : testing feature 'AVX512_KNM' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror=switch -Werror'
CCompilerOpt.dist_test[595] : CCompilerOpt._dist_test_spawn[729] : Command (x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c /Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/cpu_avx512_knm.c -o /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/cpu_avx512_knm.o -MMD -MF /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/tmpyy7h8izt/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/cpu_avx512_knm.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror=switch -Werror) failed with exit status 1 output ->
/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/cpu_avx512_knm.c:22:9: error: implicit declaration of function '_mm512_4fmadd_ps' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
b = _mm512_4fmadd_ps(b, b, b, b, b, NULL);
^
/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/cpu_avx512_knm.c:22:9: note: did you mean '_mm512_fmadd_ps'?
/Users/aaronmeurer/anaconda3/envs/array-apis/lib/clang/12.0.1/include/avx512fintrin.h:2716:1: note: '_mm512_fmadd_ps' declared here
_mm512_fmadd_ps(__m512 __A, __m512 __B, __m512 __C)
^
/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/cpu_avx512_knm.c:22:7: error: assigning to '__m512' (vector of 16 'float' values) from incompatible type 'int'
b = _mm512_4fmadd_ps(b, b, b, b, b, NULL);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/cpu_avx512_knm.c:24:9: error: implicit declaration of function '_mm512_4dpwssd_epi32' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
a = _mm512_4dpwssd_epi32(a, a, a, a, a, NULL);
^
/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/cpu_avx512_knm.c:24:9: note: did you mean '_mm512_dpwssd_epi32'?
/Users/aaronmeurer/anaconda3/envs/array-apis/lib/clang/12.0.1/include/avx512vnniintrin.h:68:1: note: '_mm512_dpwssd_epi32' declared here
_mm512_dpwssd_epi32(__m512i __S, __m512i __A, __m512i __B)
^
/Users/aaronmeurer/Documents/numpy/numpy/distutils/checks/cpu_avx512_knm.c:24:7: error: assigning to '__m512i' (vector of 8 'long long' values) from incompatible type 'int'
a = _mm512_4dpwssd_epi32(a, a, a, a, a, NULL);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
CCompilerOpt.feature_test[1495] : testing failed
CCompilerOpt.cc_test_flags[1026] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
CCompilerOpt.feature_test[1479] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror=switch -Werror'
CCompilerOpt.__init__[1735] : skip features (SSE3 SSE SSE2) since its part of baseline
CCompilerOpt.__init__[1739] : initialize targets groups
CCompilerOpt.__init__[1741] : parse target group simd_test
CCompilerOpt._parse_target_tokens[1952] : skip targets (VSX3 VSX FMA4 NEON ASIMD VSX2 XOP) not part of baseline or dispatch-able features
CCompilerOpt._parse_policy_not_keepbase[2064] : skip baseline features (SSE2)
CCompilerOpt.generate_dispatch_header[2285] : generate CPU dispatch header: (build/src.macosx-10.9-x86_64-3.9/numpy/distutils/include/npy_cpu_dispatch_config.h)
CCompilerOpt.generate_dispatch_header[2294] : dispatch header dir build/src.macosx-10.9-x86_64-3.9/numpy/distutils/include does not exist, creating it
CCompilerOpt.feature_extra_checks[1559] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror=switch -Werror'
CCompilerOpt.feature_extra_checks[1559] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror=switch -Werror'
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror=switch -Werror'
building 'npymath' library
compiling C sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
creating build/temp.macosx-10.9-x86_64-3.9
creating build/temp.macosx-10.9-x86_64-3.9/numpy
creating build/temp.macosx-10.9-x86_64-3.9/numpy/core
creating build/temp.macosx-10.9-x86_64-3.9/numpy/core/src
creating build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/npymath
compile options: '-Inumpy/core/src/npymath -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/npymath/npy_math.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/npymath/npy_math_complex.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/npymath/halffloat.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/npymath/ieee754.c
x86_64-apple-darwin13.4.0-ar: adding 4 object files to build/temp.macosx-10.9-x86_64-3.9/libnpymath.a
x86_64-apple-darwin13.4.0-ranlib:@ build/temp.macosx-10.9-x86_64-3.9/libnpymath.a
building 'npyrandom' library
compiling C sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
creating build/temp.macosx-10.9-x86_64-3.9/numpy/random
creating build/temp.macosx-10.9-x86_64-3.9/numpy/random/src
creating build/temp.macosx-10.9-x86_64-3.9/numpy/random/src/distributions
compile options: '-Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
x86_64-apple-darwin13.4.0-clang: numpy/random/src/distributions/logfactorial.c
x86_64-apple-darwin13.4.0-clang: numpy/random/src/distributions/distributions.c
x86_64-apple-darwin13.4.0-clang: numpy/random/src/distributions/random_mvhg_marginals.c
x86_64-apple-darwin13.4.0-clang: numpy/random/src/distributions/random_hypergeometric.c
x86_64-apple-darwin13.4.0-clang: numpy/random/src/distributions/random_mvhg_count.c
x86_64-apple-darwin13.4.0-ar: adding 5 object files to build/temp.macosx-10.9-x86_64-3.9/libnpyrandom.a
x86_64-apple-darwin13.4.0-ranlib:@ build/temp.macosx-10.9-x86_64-3.9/libnpyrandom.a
customize UnixCCompiler
customize UnixCCompiler using new_build_ext
CCompilerOpt.__init__[799] : hit the memory cache
CCompilerOpt.generate_dispatch_header[2285] : generate CPU dispatch header: (build/src.macosx-10.9-x86_64-3.9/numpy/distutils/include/npy_cpu_dispatch_config.h)
resetting extension 'numpy.core._multiarray_umath' language from 'c' to 'c++'.
customize UnixCCompiler
#### ['x86_64-apple-darwin13.4.0-clang', '-Wno-unused-result', '-Wsign-compare', '-Wunreachable-code', '-DNDEBUG', '-fwrapv', '-O2', '-Wall', '-march=core2', '-mtune=haswell', '-mssse3', '-ftree-vectorize', '-fPIC', '-fPIE', '-fstack-protector-strong', '-O2', '-pipe', '-isystem', '/Users/aaronmeurer/anaconda3/envs/array-apis/include', '-march=core2', '-mtune=haswell', '-mssse3', '-ftree-vectorize', '-fPIC', '-fPIE', '-fstack-protector-strong', '-O2', '-pipe', '-isystem', '/Users/aaronmeurer/anaconda3/envs/array-apis/include', '-march=core2', '-mtune=haswell', '-mssse3', '-ftree-vectorize', '-fPIC', '-fPIE', '-fstack-protector-strong', '-O2', '-pipe', '-isystem', '/Users/aaronmeurer/anaconda3/envs/array-apis/include', '-D_FORTIFY_SOURCE=2', '-isystem', '/Users/aaronmeurer/anaconda3/envs/array-apis/include'] #######
customize UnixCCompiler using new_build_ext
building 'numpy.core._multiarray_tests' extension
compiling C sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
building 'numpy.core._multiarray_umath' extension
compiling C dispatch-able sources
creating build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/multiarray
building 'numpy.core._rational_tests' extension
building 'numpy.core._struct_ufunc_tests' extension
compiling C sources
compiling C sources
building 'numpy.core._operand_flag_tests' extension
building 'numpy.core._umath_tests' extension
building 'numpy.fft._pocketfft_internal' extension
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
creating build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/common
building 'numpy.core._simd' extension
building 'numpy.random._philox' extension
building 'numpy.random._pcg64' extension
building 'numpy.random._mt19937' extension
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compiling C sources
compiling C sources
compiling C sources
building 'numpy.random.bit_generator' extension
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
building 'numpy.linalg._umath_linalg' extension
building 'numpy.random._sfc64' extension
compiling C dispatch-able sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
creating build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/umath
compiling C sources
compiling C sources
building 'numpy.linalg.lapack_lite' extension
compiling C sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compiling C sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compiling C sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
compiling C dispatch-able sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
CCompilerOpt.parse_targets[1781] : looking for '@targets' inside -> numpy/core/src/umath/loops_unary_fp.dispatch.c
creating build/temp.macosx-10.9-x86_64-3.9/numpy/random/src/philox
building 'numpy.random._common' extension
compiling C sources
CCompilerOpt.parse_targets[1781] : looking for '@targets' inside -> numpy/core/src/umath/_umath_tests.dispatch.c
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
creating build/temp.macosx-10.9-x86_64-3.9/numpy/linalg
creating build/temp.macosx-10.9-x86_64-3.9/numpy/fft
creating build/temp.macosx-10.9-x86_64-3.9/numpy/random/src/pcg64
creating build/temp.macosx-10.9-x86_64-3.9/numpy/linalg
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3'
compiling C sources
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3'
CCompilerOpt.parse_targets[1781] : looking for '@targets' inside -> numpy/core/src/_simd/_simd.dispatch.c
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3'
creating build/temp.macosx-10.9-x86_64-3.9/numpy/linalg/lapack_lite
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
creating build/temp.macosx-10.9-x86_64-3.9/numpy/random/src/sfc64
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/_rational_tests.c
compile options: '-DSCIPY_MKL_H -DHAVE_CBLAS -I/usr/local/include -I/Users/aaronmeurer/anaconda3/envs/array-apis/include -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/mem_overlap.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/npy_argparse.c
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3'creating build/temp.macosx-10.9-x86_64-3.9/numpy/linalg/lapack_lite
x86_64-apple-darwin13.4.0-clang: numpy/random/bit_generator.c
CCompilerOpt._parse_target_tokens[1952] : skip targets (ASIMDHP NEON VSX3 VSX ASIMD VSX2) not part of baseline or dispatch-able features
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/npy_hashtable.c
compile options: '-DSCIPY_MKL_H -DHAVE_CBLAS -I/usr/local/include -I/Users/aaronmeurer/anaconda3/envs/array-apis/include -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'CCompilerOpt._parse_target_tokens[1952] : skip targets (VSX2 ASIMD NEON) not part of baseline or dispatch-able features
creating build/temp.macosx-10.9-x86_64-3.9/numpy/random/src/mt19937
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/_multiarray_tests.c
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3'compile options: '-Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/_struct_ufunc_tests.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/_operand_flag_tests.c
x86_64-apple-darwin13.4.0-clang: numpy/fft/_pocketfft.c
x86_64-apple-darwin13.4.0-clang: numpy/random/src/philox/philox.c
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3'
CCompilerOpt._generate_config[2519] : generate dispatched config -> numpy/core/src/_simd/_simd.dispatch.h
x86_64-apple-darwin13.4.0-clang: numpy/random/_philox.c
x86_64-apple-darwin13.4.0-clang: numpy/random/_common.c
x86_64-apple-darwin13.4.0-clang: numpy/linalg/lapack_lite/python_xerbla.c
x86_64-apple-darwin13.4.0-clang: numpy/linalg/umath_linalg.c
x86_64-apple-darwin13.4.0-clang: numpy/random/src/sfc64/sfc64.c
x86_64-apple-darwin13.4.0-clang: numpy/random/_sfc64.c
CCompilerOpt._parse_policy_not_keepbase[2064] : skip baseline features (SSE2)
CCompilerOpt._parse_policy_not_keepbase[2064] : skip baseline features (SSE2)
CCompilerOpt._parse_target_tokens[1976] : policy 'WERROR' is ON
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/_simd/_simd.dispatch.avx512_skx.c
CCompilerOpt._parse_target_tokens[1976] : policy 'MAXOPT' is ON
CCompilerOpt._parse_policy_werror[2108] : compiler warnings are treated as errors
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/_simd/_simd.dispatch.avx512f.c
CCompilerOpt._parse_policy_maxopt[2085] : debug mode is detected, policy 'maxopt' is skipped.
CCompilerOpt._generate_config[2519] : generate dispatched config -> numpy/core/src/umath/_umath_tests.dispatch.h
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/_simd/_simd.dispatch.fma3.avx2.c
CCompilerOpt._generate_config[2519] : generate dispatched config -> numpy/core/src/umath/loops_unary_fp.dispatch.h
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/_umath_tests.dispatch.avx2.c
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/_simd/_simd.dispatch.sse42.c
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_unary_fp.dispatch.sse41.c
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
creating build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/_simd
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/_umath_tests.dispatch.sse41.c
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/src/_simd -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq'
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-Werror=switch -Werror -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2'
CCompilerOpt.parse_targets[1781] : looking for '@targets' inside -> numpy/core/src/umath/loops_arithm_fp.dispatch.c
CCompilerOpt._parse_policy_not_keepbase[2064] : skip baseline features (SSE2)
CCompilerOpt._parse_target_tokens[1976] : policy 'MAXOPT' is ON
CCompilerOpt._parse_policy_maxopt[2085] : debug mode is detected, policy 'maxopt' is skipped.
CCompilerOpt._generate_config[2519] : generate dispatched config -> numpy/core/src/umath/loops_arithm_fp.dispatch.h
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_arithm_fp.dispatch.avx512f.c
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_arithm_fp.dispatch.avx2.c
CCompilerOpt.parse_targets[1781] : looking for '@targets' inside -> numpy/core/src/umath/loops_arithmetic.dispatch.c
CCompilerOpt._parse_target_tokens[1952] : skip targets (VSX2 NEON) not part of baseline or dispatch-able features
CCompilerOpt._parse_policy_not_keepbase[2064] : skip baseline features (SSE2)
CCompilerOpt._parse_target_tokens[1976] : policy 'MAXOPT' is ON
CCompilerOpt._parse_policy_maxopt[2085] : debug mode is detected, policy 'maxopt' is skipped.
CCompilerOpt._generate_config[2519] : generate dispatched config -> numpy/core/src/umath/loops_arithmetic.dispatch.h
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_arithmetic.dispatch.avx512_skx.c
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_arithmetic.dispatch.avx512f.c
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_arithmetic.dispatch.avx2.c
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_arithmetic.dispatch.sse41.c
CCompilerOpt.parse_targets[1781] : looking for '@targets' inside -> numpy/core/src/umath/loops_trigonometric.dispatch.c
CCompilerOpt._parse_target_tokens[1952] : skip targets (VSX2 NEON_VFPV4) not part of baseline or dispatch-able features
CCompilerOpt._parse_target_tokens[1976] : policy 'MAXOPT' is ON
CCompilerOpt._parse_policy_maxopt[2085] : debug mode is detected, policy 'maxopt' is skipped.
CCompilerOpt._generate_config[2519] : generate dispatched config -> numpy/core/src/umath/loops_trigonometric.dispatch.h
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_trigonometric.dispatch.avx512f.c
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_trigonometric.dispatch.fma3.avx2.c
CCompilerOpt.parse_targets[1781] : looking for '@targets' inside -> numpy/core/src/umath/loops_umath_fp.dispatch.c
CCompilerOpt._parse_target_tokens[1976] : policy 'MAXOPT' is ON
CCompilerOpt._parse_policy_maxopt[2085] : debug mode is detected, policy 'maxopt' is skipped.
CCompilerOpt._generate_config[2519] : generate dispatched config -> numpy/core/src/umath/loops_umath_fp.dispatch.h
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_umath_fp.dispatch.avx512_skx.c
CCompilerOpt.parse_targets[1781] : looking for '@targets' inside -> numpy/core/src/umath/loops_exponent_log.dispatch.c
CCompilerOpt._parse_target_tokens[1976] : policy 'MAXOPT' is ON
CCompilerOpt._parse_policy_maxopt[2085] : debug mode is detected, policy 'maxopt' is skipped.
CCompilerOpt._generate_config[2519] : generate dispatched config -> numpy/core/src/umath/loops_exponent_log.dispatch.h
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_exponent_log.dispatch.avx512_skx.c
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_exponent_log.dispatch.avx512f.c
CCompilerOpt._wrap_target[2481] : wrap dispatch-able target -> numpy/core/src/umath/loops_exponent_log.dispatch.fma3.avx2.c
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DSCIPY_MKL_H -DHAVE_CBLAS -I/usr/local/include -I/Users/aaronmeurer/anaconda3/envs/array-apis/include -Inumpy/core/src/common -Inumpy/core/src/umath -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1'
x86_64-apple-darwin13.4.0-clang: numpy/linalg/lapack_litemodule.c
x86_64-apple-darwin13.4.0-clang: numpy/random/src/mt19937/mt19937.c
x86_64-apple-darwin13.4.0-clang: numpy/random/_mt19937.c
x86_64-apple-darwin13.4.0-clang: numpy/random/src/mt19937/mt19937-jump.c
x86_64-apple-darwin13.4.0-clang: numpy/random/_pcg64.c
numpy/linalg/umath_linalg.c.src:753:32: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
^
x86_64-apple-darwin13.4.0-clang: numpy/random/src/pcg64/pcg64.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/_simd/_simd.dispatch.avx512_skx.c
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/umath/_operand_flag_tests.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -o numpy/core/_operand_flag_tests.cpython-39-darwin.so
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/umath/_struct_ufunc_tests.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -o numpy/core/_struct_ufunc_tests.cpython-39-darwin.so
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/_umath_tests.dispatch.avx2.c
ld: warning: -pie being ignored. It is only used when linking a main executable
ld: warning: -pie being ignored. It is only used when linking a main executable
building 'numpy.random._generator' extension
compiling C sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3'
building 'numpy.random._bounded_integers' extension
compiling C sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3'
numpy/linalg/umath_linalg.c.src:559:1: warning: unused function 'dump_ufunc_object' [-Wunused-function]
dump_ufunc_object(PyUFuncObject* ufunc)
^
numpy/linalg/umath_linalg.c.src:584: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:620:1: warning: unused function 'dump_FLOAT_matrix' [-Wunused-function]
dump_FLOAT_matrix(const char* name,
^
numpy/linalg/umath_linalg.c.src:620:1: warning: unused function 'dump_DOUBLE_matrix' [-Wunused-function]
dump_DOUBLE_matrix(const char* name,
^
numpy/linalg/umath_linalg.c.src:620:1: warning: unused function 'dump_CFLOAT_matrix' [-Wunused-function]
dump_CFLOAT_matrix(const char* name,
^
numpy/linalg/umath_linalg.c.src:620:1: warning: unused function 'dump_CDOUBLE_matrix' [-Wunused-function]
dump_CDOUBLE_matrix(const char* name,
^
numpy/linalg/umath_linalg.c.src:883: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:883: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:883: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:883: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:1880: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:2150:1: warning: unused function 'init_cgeev' [-Wunused-function]
init_cgeev(GEEV_PARAMS_t* params,
^
numpy/linalg/umath_linalg.c.src:2231:1: warning: unused function 'process_cgeev_results' [-Wunused-function]
process_cgeev_results(GEEV_PARAMS_t *NPY_UNUSED(params))
^
numpy/linalg/umath_linalg.c.src:2394:1: warning: unused function 'dump_gesdd_params' [-Wunused-function]
dump_gesdd_params(const char *name,
^
numpy/linalg/umath_linalg.c.src:2872:1: warning: unused function 'dump_geqrf_params' [-Wunused-function]
dump_geqrf_params(const char *name,
^
numpy/linalg/umath_linalg.c.src:3344:1: warning: unused function 'dump_gqr_params' [-Wunused-function]
dump_gqr_params(const char *name,
^
numpy/linalg/umath_linalg.c.src:3544:1: warning: unused function 'dump_gelsd_params' [-Wunused-function]
dump_gelsd_params(const char *name,
^
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_unary_fp.dispatch.sse41.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_arithmetic.dispatch.sse41.c
x86_64-apple-darwin13.4.0-clang: numpy/linalg/lapack_lite/python_xerbla.c
x86_64-apple-darwin13.4.0-clang: numpy/random/_generator.c
x86_64-apple-darwin13.4.0-clang: numpy/random/_bounded_integers.c
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/linalg/lapack_litemodule.o build/temp.macosx-10.9-x86_64-3.9/numpy/linalg/lapack_lite/python_xerbla.o -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Lbuild/temp.macosx-10.9-x86_64-3.9 -lmkl_rt -lpthread -o numpy/linalg/lapack_lite.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
ld: warning: dylib (/Users/aaronmeurer/anaconda3/envs/array-apis/lib/libmkl_rt.dylib) was built for newer macOS version (10.14) than being linked (10.9)
building 'numpy.random.mtrand' extension
compiling C sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
creating build/temp.macosx-10.9-x86_64-3.9/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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3'
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
x86_64-apple-darwin13.4.0-clang: numpy/random/mtrand.c
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-Werror=switch -Werror -msse -msse2 -msse3 -mssse3 -msse4.1'
x86_64-apple-darwin13.4.0-clang: numpy/random/src/legacy/legacy-distributions.c
x86_64-apple-darwin13.4.0-clang: numpy/random/src/distributions/distributions.c
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/random/_sfc64.o build/temp.macosx-10.9-x86_64-3.9/numpy/random/src/sfc64/sfc64.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -lnpyrandom -lm -o numpy/random/_sfc64.cpython-39-darwin.so
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/umath/_rational_tests.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -o numpy/core/_rational_tests.cpython-39-darwin.so
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/_umath_tests.dispatch.sse41.c
ld: warning: -pie being ignored. It is only used when linking a main executable
ld: warning: -pie being ignored. It is only used when linking a main executable
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/multiarray/_multiarray_tests.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/common/mem_overlap.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/common/npy_argparse.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/common/npy_hashtable.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -lnpymath -o numpy/core/_multiarray_tests.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-Werror=switch -Werror -msse -msse2 -msse3'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/_umath_tests.dispatch.c
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DSCIPY_MKL_H -DHAVE_CBLAS -I/usr/local/include -I/Users/aaronmeurer/anaconda3/envs/array-apis/include -Inumpy/core/src/common -Inumpy/core/src/umath -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_unary_fp.dispatch.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_trigonometric.dispatch.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_umath_fp.dispatch.c
compiling C sources
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_arithmetic.dispatch.c
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_arithm_fp.dispatch.c
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 -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/random/_philox.o build/temp.macosx-10.9-x86_64-3.9/numpy/random/src/philox/philox.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -lnpyrandom -lm -o numpy/random/_philox.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_exponent_log.dispatch.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/_umath_tests.c
numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:454:1: warning: unused function 'run_binary_simd_add_LONGDOUBLE' [-Wunused-function]
run_binary_simd_add_LONGDOUBLE(char **args, npy_intp const *dimensions, npy_intp const *steps)
^
numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:454:1: warning: unused function 'run_binary_simd_subtract_LONGDOUBLE' [-Wunused-function]
run_binary_simd_subtract_LONGDOUBLE(char **args, npy_intp const *dimensions, npy_intp const *steps)
^
numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:454:1: warning: unused function 'run_binary_simd_multiply_LONGDOUBLE' [-Wunused-function]
run_binary_simd_multiply_LONGDOUBLE(char **args, npy_intp const *dimensions, npy_intp const *steps)
^
numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:454:1: warning: unused function 'run_binary_simd_divide_LONGDOUBLE' [-Wunused-function]
run_binary_simd_divide_LONGDOUBLE(char **args, npy_intp const *dimensions, npy_intp const *steps)
^
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/npy_cpu_features.c
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/random/_mt19937.o build/temp.macosx-10.9-x86_64-3.9/numpy/random/src/mt19937/mt19937.o build/temp.macosx-10.9-x86_64-3.9/numpy/random/src/mt19937/mt19937-jump.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -lnpyrandom -lm -o numpy/random/_mt19937.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/random/_pcg64.o build/temp.macosx-10.9-x86_64-3.9/numpy/random/src/pcg64/pcg64.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -lnpyrandom -lm -o numpy/random/_pcg64.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/umath/_umath_tests.dispatch.avx2.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/umath/_umath_tests.dispatch.sse41.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/umath/_umath_tests.dispatch.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/umath/_umath_tests.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/common/npy_cpu_features.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -o numpy/core/_umath_tests.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/fft/_pocketfft.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -o numpy/fft/_pocketfft_internal.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
4 warnings generated.
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DSCIPY_MKL_H -DHAVE_CBLAS -I/usr/local/include -I/Users/aaronmeurer/anaconda3/envs/array-apis/include -Inumpy/core/src/common -Inumpy/core/src/umath -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_arithm_fp.dispatch.avx512f.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_trigonometric.dispatch.avx512f.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_arithmetic.dispatch.avx512f.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_exponent_log.dispatch.avx512f.c
18 warnings generated.
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/linalg/umath_linalg.o build/temp.macosx-10.9-x86_64-3.9/numpy/linalg/lapack_lite/python_xerbla.o -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Lbuild/temp.macosx-10.9-x86_64-3.9 -lnpymath -lmkl_rt -lpthread -o numpy/linalg/_umath_linalg.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
ld: warning: dylib (/Users/aaronmeurer/anaconda3/envs/array-apis/lib/libmkl_rt.dylib) was built for newer macOS version (10.14) than being linked (10.9)
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/random/bit_generator.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -lnpyrandom -lm -o numpy/random/bit_generator.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DSCIPY_MKL_H -DHAVE_CBLAS -I/usr/local/include -I/Users/aaronmeurer/anaconda3/envs/array-apis/include -Inumpy/core/src/common -Inumpy/core/src/umath -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_arithm_fp.dispatch.avx2.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_arithmetic.dispatch.avx2.c
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
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/src/_simd -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/_simd/_simd.dispatch.avx512f.c
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/random/_common.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -lnpyrandom -lm -o numpy/random/_common.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DSCIPY_MKL_H -DHAVE_CBLAS -I/usr/local/include -I/Users/aaronmeurer/anaconda3/envs/array-apis/include -Inumpy/core/src/common -Inumpy/core/src/umath -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_arithmetic.dispatch.avx512_skx.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_umath_fp.dispatch.avx512_skx.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_exponent_log.dispatch.avx512_skx.c
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DSCIPY_MKL_H -DHAVE_CBLAS -I/usr/local/include -I/Users/aaronmeurer/anaconda3/envs/array-apis/include -Inumpy/core/src/common -Inumpy/core/src/umath -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_trigonometric.dispatch.fma3.avx2.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops_exponent_log.dispatch.fma3.avx2.c
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/random/_bounded_integers.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -lnpyrandom -lm -lnpymath -o numpy/random/_bounded_integers.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/random/mtrand.o build/temp.macosx-10.9-x86_64-3.9/numpy/random/src/legacy/legacy-distributions.o build/temp.macosx-10.9-x86_64-3.9/numpy/random/src/distributions/distributions.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -lm -lnpymath -o numpy/random/mtrand.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
compiling C sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
creating build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/npysort
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DSCIPY_MKL_H -DHAVE_CBLAS -I/usr/local/include -I/Users/aaronmeurer/anaconda3/envs/array-apis/include -Inumpy/core/src/common -Inumpy/core/src/umath -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/abstractdtypes.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/array_coercion.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/arrayfunction_override.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/arrayobject.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/calculation.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/convert.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/conversion_utils.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/dragon4.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/common.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/array_assign_scalar.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/datetime.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/einsum.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/datetime_busday.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/descriptor.c
numpy/core/src/multiarray/einsum.c.src:408:32: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
^
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/experimental_public_dtype_api.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/getset.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/alloc.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/array_assign_array.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/convert_datatype.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/buffer.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/common_dtype.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/ctors.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/array_method.c
numpy/core/src/multiarray/convert_datatype.c:252:9: warning: comparison of nonnull parameter 'dtype' equal to a null pointer is 'false' on first encounter [-Wtautological-pointer-compare]
if (dtype == NULL) {
^~~~~ ~~~~
numpy/core/include/numpy/__multiarray_api.h:112:40: note: declared 'nonnull' here
NPY_NO_EXPORT NPY_STEALS_REF_TO_ARG(2) NPY_GCC_NONNULL(2) PyObject * PyArray_CastToType \
^
numpy/core/include/numpy/npy_common.h:81:43: note: expanded from macro 'NPY_GCC_NONNULL'
#define NPY_GCC_NONNULL(n) __attribute__((nonnull(n)))
^
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/datetime_busdaycal.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/flagsobject.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/compiled_base.c
1 warning generated.
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/mapping.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/legacy_dtype_implementation.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/item_selection.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/einsum_sumprod.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/hashdescr.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/multiarraymodule.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/arraytypes.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/nditer_api.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/lowlevel_strided_loops.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/nditer_pywrap.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/refcount.c
numpy/core/src/multiarray/item_selection.c:2117:1: warning: unused function 'count_nonzero_bytes_384' [-Wunused-function]
count_nonzero_bytes_384(const npy_uint64 * w)
^
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/dtypemeta.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/dtype_transfer.c
1 warning generated.
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/datetime_strings.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/shape.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/scalartypes.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/temp_elide.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/sequence.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/usertypes.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/number.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/npysort/timsort.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/npysort/quicksort.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/methods.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/npysort/selection.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/typeinfo.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/scalarapi.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/vdot.c
1 warning generated.
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/nditer_constr.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/umathmodule.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/dispatching.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/loops.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/iterators.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/ufunc_object.c
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/reduction.c
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/src/_simd -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/scalarmath.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/_simd/_simd.dispatch.fma3.avx2.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/legacy_array_method.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/override.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/array_assign.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/strfuncs.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/npy_argparse.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/npy_longdouble.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/mem_overlap.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/_scaled_float_dtype.c
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/random/_generator.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -lnpyrandom -lm -lnpymath -o numpy/random/_generator.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/ufunc_override.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/multiarray/nditer_templ.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/ucsnarrow.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/npy_hashtable.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/npy_cpu_features.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/numpyos.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/python_xerbla.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/cblasfuncs.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/npysort/mergesort.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/extobj.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/npysort/binsearch.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/ufunc_type_resolution.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/npysort/heapsort.c
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
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/src/_simd -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/_simd/_simd.dispatch.sse42.c
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
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/src/_simd -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/_simd/_simd.dispatch.c
compiling C sources
C compiler: x86_64-apple-darwin13.4.0-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
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/src/_simd -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3'
x86_64-apple-darwin13.4.0-clang: numpy/core/src/_simd/_simd.c
x86_64-apple-darwin13.4.0-clang: numpy/core/src/common/npy_cpu_features.c
x86_64-apple-darwin13.4.0-clang -bundle -undefined dynamic_lookup -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/aaronmeurer/anaconda3/envs/array-apis/lib -L/Users/aaronmeurer/anaconda3/envs/array-apis/lib -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -arch x86_64 build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.avx512_skx.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.avx512f.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.fma3.avx2.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.sse42.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/common/npy_cpu_features.o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/_simd/_simd.o -Lbuild/temp.macosx-10.9-x86_64-3.9 -o numpy/core/_simd.cpython-39-darwin.so
ld: warning: -pie being ignored. It is only used when linking a main executable
x86_64-apple-darwin13.4.0-clang: numpy/core/src/umath/matmul.c
compiling C++ sources
C compiler: x86_64-apple-darwin13.4.0-clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math
compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DSCIPY_MKL_H -DHAVE_CBLAS -I/usr/local/include -I/Users/aaronmeurer/anaconda3/envs/array-apis/include -Inumpy/core/src/common -Inumpy/core/src/umath -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c'
extra options: '-msse -msse2 -msse3 -std=c++11 -D__STDC_VERSION__=0 -fno-exceptions -fno-rtti'
x86_64-apple-darwin13.4.0-clang++: numpy/core/src/npysort/radixsort.cpp
x86_64-apple-darwin13.4.0-clang++: numpy/core/src/umath/clip.cpp
error: Command "x86_64-apple-darwin13.4.0-clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -D_FORTIFY_SOURCE=2 -isystem /Users/aaronmeurer/anaconda3/envs/array-apis/include -ftrapping-math -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DSCIPY_MKL_H -DHAVE_CBLAS -I/usr/local/include -I/Users/aaronmeurer/anaconda3/envs/array-apis/include -Inumpy/core/src/common -Inumpy/core/src/umath -Inumpy/core/include -Inumpy/core/include/numpy -Ibuild/src.macosx-10.9-x86_64-3.9/numpy/distutils/include -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 -Inumpy/core/src/_simd -I/Users/aaronmeurer/anaconda3/envs/array-apis/include/python3.9 -Inumpy/core/src/common -Inumpy/core/src/npymath -c numpy/core/src/npysort/radixsort.cpp -o build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/npysort/radixsort.o -MMD -MF build/temp.macosx-10.9-x86_64-3.9/numpy/core/src/npysort/radixsort.o.d -msse -msse2 -msse3 -std=c++11 -D__STDC_VERSION__=0 -fno-exceptions -fno-rtti" failed with exit status 127
########### EXT COMPILER OPTIMIZATION ###########
Platform :
Architecture: x64
Compiler : clang
CPU baseline :
Requested : 'min'
Enabled : SSE SSE2 SSE3
Flags : -msse -msse2 -msse3
Extra checks: none
CPU dispatch :
Requested : 'max -xop -fma4'
Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
Generated :
:
SSE41 : SSE SSE2 SSE3 SSSE3
Flags : -msse -msse2 -msse3 -mssse3 -msse4.1
Extra checks: none
Detect : SSE SSE2 SSE3 SSSE3 SSE41
: numpy/core/src/umath/loops_unary_fp.dispatch.c
: numpy/core/src/umath/_umath_tests.dispatch.c
: numpy/core/src/umath/loops_arithmetic.dispatch.c
:
SSE42 : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT
Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2
Extra checks: none
Detect : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42
: numpy/core/src/_simd/_simd.dispatch.c
:
AVX2 : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C
Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2
Extra checks: none
Detect : AVX F16C AVX2
: numpy/core/src/umath/_umath_tests.dispatch.c
: numpy/core/src/umath/loops_arithm_fp.dispatch.c
: numpy/core/src/umath/loops_arithmetic.dispatch.c
:
(FMA3 AVX2) : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C
Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2
Extra checks: none
Detect : AVX F16C FMA3 AVX2
: numpy/core/src/_simd/_simd.dispatch.c
: numpy/core/src/umath/loops_trigonometric.dispatch.c
: numpy/core/src/umath/loops_exponent_log.dispatch.c
:
AVX512F : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2
Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f
Extra checks: AVX512F_REDUCE
Detect : AVX512F
: numpy/core/src/_simd/_simd.dispatch.c
: numpy/core/src/umath/loops_arithm_fp.dispatch.c
: numpy/core/src/umath/loops_arithmetic.dispatch.c
: numpy/core/src/umath/loops_trigonometric.dispatch.c
: numpy/core/src/umath/loops_exponent_log.dispatch.c
:
AVX512_SKX : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD
Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq
Extra checks: AVX512BW_MASK AVX512DQ_MASK
Detect : AVX512_SKX
: numpy/core/src/_simd/_simd.dispatch.c
: numpy/core/src/umath/loops_arithmetic.dispatch.c
: numpy/core/src/umath/loops_umath_fp.dispatch.c
: numpy/core/src/umath/loops_exponent_log.dispatch.c
CCompilerOpt.cache_flush[822] : write cache to path -> /Users/aaronmeurer/Documents/numpy/build/temp.macosx-10.9-x86_64-3.9/ccompiler_opt_cache_ext.py
########### CLIB COMPILER OPTIMIZATION ###########
Platform :
Architecture: x64
Compiler : clang
CPU baseline :
Requested : 'min'
Enabled : SSE SSE2 SSE3
Flags : -msse -msse2 -msse3
Extra checks: none
CPU dispatch :
Requested : 'max -xop -fma4'
Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
Generated : none
CCompilerOpt.cache_flush[822] : write cache to path -> /Users/aaronmeurer/Documents/numpy/build/temp.macosx-10.9-x86_64-3.9/ccompiler_opt_cache_clib.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment