(build_numpy) C:\projects\numpy_build\numpy>python setup.py config_cc --compiler=intelemw build_ext --inplace Running from numpy source directory. Cythonizing sources Processing numpy/random\bounded_integers.pxd.in Processing numpy/random\bit_generator.pyx Processing numpy/random\bounded_integers.pyx.in Processing numpy/random\common.pyx Processing numpy/random\generator.pyx Processing numpy/random\mt19937.pyx Processing numpy/random\mtrand.pyx Processing numpy/random\pcg64.pyx Processing numpy/random\philox.pyx Processing numpy/random\sfc64.pyx blas_opt_info: blas_mkl_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler FOUND: libraries = ['mkl_rt'] library_dirs = ['C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\lib\\intel64'] define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] include_dirs = ['C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\include', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\lib'] FOUND: libraries = ['mkl_rt'] library_dirs = ['C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\lib\\intel64'] define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] include_dirs = ['C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\include', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\lib'] No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils 'svnversion' is not recognized as an internal or external command, operable program or batch file. non-existing path in 'numpy\\distutils': 'site.cfg' lapack_opt_info: lapack_mkl_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler FOUND: libraries = ['mkl_rt'] library_dirs = ['C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\lib\\intel64'] define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] include_dirs = ['C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\include', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\lib'] FOUND: libraries = ['mkl_rt'] library_dirs = ['C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\lib\\intel64'] define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] include_dirs = ['C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\include', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\lib'] No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\lib\distutils\dist.py:261: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running build_ext running build_src build_src building py_modules sources building library "npymath" sources creating build creating build\src.win-amd64-3.6 Could not locate executable icc Could not locate executable ecc get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']' customize GnuFCompiler Could not locate executable g77 Could not locate executable f77 customize IntelVisualFCompiler Found executable C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\ifort.exe customize IntelVisualFCompiler customize IntelVisualFCompiler using config C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe 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 "npysort" sources 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\npysort\radixsort.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 None - 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'] building library "mkl_cp" sources None - nothing done with h_files = ['numpy\\core\\src\\mkl_defs\\mkl_cpy.h'] building library "loops" sources conv_template:> numpy\core\src\umath\loops.c conv_template:> numpy\core\src\umath\loops.h adding 'numpy\core\src\umath' to include_dirs. None - nothing done with h_files = ['numpy\\core\\src\\umath\\loops.h', 'numpy\\core\\include\\numpy\\npy_math.h'] building extension "numpy.core._dummy" sources Generating numpy\core\include/numpy\config.h C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 4) _configtest.c _configtest.c(1): catastrophic error: cannot open source file "endian.h" #include ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 4) _configtest.c _configtest.c(1): catastrophic error: cannot open source file "sys/endian.h" #include ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(7): error: identifier "SIZEOF_LONGDOUBLE" is undefined (void) SIZEOF_LONGDOUBLE; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(5): error: the size of an array must be greater than zero static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]; ^ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(5): error: the size of an array must be greater than zero static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]; ^ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.c _configtest.obj _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(5): error: the size of an array must be greater than zero static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 32)]; ^ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(5): error: the size of an array must be greater than zero static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 24)]; ^ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.c _configtest.obj _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(7): error: the size of an array must be greater than zero static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; ^ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_EXPM1" is undefined (void) HAVE_EXPM1; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_LOG1P" is undefined (void) HAVE_LOG1P; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_ACOSH" is undefined (void) HAVE_ACOSH; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_ATANH" is undefined (void) HAVE_ATANH; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_ASINH" is undefined (void) HAVE_ASINH; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_FTELLO" is undefined (void) HAVE_FTELLO; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_FSEEKO" is undefined (void) HAVE_FSEEKO; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol ftello referenced in function main _configtest.obj : error LNK2019: unresolved external symbol fseeko referenced in function main _configtest.obj : error LNK2019: unresolved external symbol strtold_l referenced in function main _configtest.obj : error LNK2019: unresolved external symbol fallocate referenced in function main _configtest.obj : error LNK2019: unresolved external symbol backtrace referenced in function main _configtest.obj : error LNK2019: unresolved external symbol madvise referenced in function main _configtest.exe : fatal error LNK1120: 6 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol ftello referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol fseeko referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "_configtest.exe". The process cannot access the file because it is being used by another process. failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol strtold_l referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol fallocate referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol backtrace referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol madvise referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 4) _configtest.c _configtest.c(1): catastrophic error: cannot open source file "features.h" #include ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 4) _configtest.c _configtest.c(1): catastrophic error: cannot open source file "xlocale.h" #include ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 4) _configtest.c _configtest.c(1): catastrophic error: cannot open source file "dlfcn.h" #include ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 4) _configtest.c _configtest.c(1): catastrophic error: cannot open source file "sys/mman.h" #include ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_isnan referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_isinf referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_isfinite referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_bswap32 referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_bswap64 referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_mul_overflow referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_cpu_supports referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_cpu_supports referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_prefetch referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((optimize("unroll-loops"))) attribute_optimize_unroll_loops(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((optimize("unroll-loops"))) attribute_optimize_unroll_loops(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((optimize("unroll-loops"))) attribute_optimize_unroll_loops(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((optimize("O3"))) attribute_optimize_opt_3(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((optimize("O3"))) attribute_optimize_opt_3(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((optimize("O3"))) attribute_optimize_opt_3(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((nonnull (1))) attribute_nonnull(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((nonnull (1))) attribute_nonnull(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((nonnull (1))) attribute_nonnull(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((target ("avx"))) attribute_target_avx(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((target ("avx"))) attribute_target_avx(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((target ("avx"))) attribute_target_avx(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((target ("avx2"))) attribute_target_avx2(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((target ("avx2"))) attribute_target_avx2(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((target ("avx2"))) attribute_target_avx2(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((target ("avx512f"))) attribute_target_avx512f(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((target ("avx512f"))) attribute_target_avx512f(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((target ("avx512f"))) attribute_target_avx512f(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(3): error: expected a type specifier int __attribute__((target("avx2"))) attribute_target_avx2_with_intrinsics(void) ^ _configtest.c(3): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((target("avx2"))) attribute_target_avx2_with_intrinsics(void) ^ _configtest.c(3): error: expected a "{" int __attribute__((target("avx2"))) attribute_target_avx2_with_intrinsics(void) ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(3): error: expected a type specifier int __attribute__((target("avx512f"))) attribute_target_avx512f_with_intrinsics(void) ^ _configtest.c(3): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((target("avx512f"))) attribute_target_avx512f_with_intrinsics(void) ^ _configtest.c(3): error: expected a "{" int __attribute__((target("avx512f"))) attribute_target_avx512f_with_intrinsics(void) ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a ";" int __thread foo; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_DECL_SIGNBIT" is undefined (void) HAVE_DECL_SIGNBIT; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_DECL_ISFINITE" is undefined (void) HAVE_DECL_ISFINITE; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol cerf referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj interrupted (build_numpy) C:\projects\numpy_build\numpy>python setup.py config_cc --compiler=intelemw build_ext --inplace Running from numpy source directory. Cythonizing sources Processing numpy/random\bounded_integers.pxd.in Processing numpy/random\bit_generator.pyx Processing numpy/random\bounded_integers.pyx.in Processing numpy/random\common.pyx Processing numpy/random\generator.pyx Processing numpy/random\mt19937.pyx Processing numpy/random\mtrand.pyx Processing numpy/random\pcg64.pyx Processing numpy/random\philox.pyx Processing numpy/random\sfc64.pyx blas_opt_info: blas_mkl_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler FOUND: libraries = ['mkl_rt'] library_dirs = ['C:\\Users\\AndersonErik\\AppData\\Local\\conda\\conda\\envs\\build_numpy\\Library\\lib'] define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] include_dirs = ['C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\include', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\lib', 'C:\\Users\\AndersonErik\\AppData\\Local\\conda\\conda\\envs\\build_numpy\\Library\\include'] FOUND: libraries = ['mkl_rt'] library_dirs = ['C:\\Users\\AndersonErik\\AppData\\Local\\conda\\conda\\envs\\build_numpy\\Library\\lib'] define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] include_dirs = ['C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\include', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\lib', 'C:\\Users\\AndersonErik\\AppData\\Local\\conda\\conda\\envs\\build_numpy\\Library\\include'] No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils 'svnversion' is not recognized as an internal or external command, operable program or batch file. lapack_opt_info: lapack_mkl_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler FOUND: libraries = ['mkl_rt'] library_dirs = ['C:\\Users\\AndersonErik\\AppData\\Local\\conda\\conda\\envs\\build_numpy\\Library\\lib'] define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] include_dirs = ['C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\include', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\lib', 'C:\\Users\\AndersonErik\\AppData\\Local\\conda\\conda\\envs\\build_numpy\\Library\\include'] FOUND: libraries = ['mkl_rt'] library_dirs = ['C:\\Users\\AndersonErik\\AppData\\Local\\conda\\conda\\envs\\build_numpy\\Library\\lib'] define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] include_dirs = ['C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\include', 'C:\\Program Files (x86)\\IntelSWTools\\parallel_studio_xe_2019.5.068\\compilers_and_libraries_2019\\windows\\mkl\\lib', 'C:\\Users\\AndersonErik\\AppData\\Local\\conda\\conda\\envs\\build_numpy\\Library\\include'] No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\lib\distutils\dist.py:261: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running build_ext running build_src build_src building py_modules sources building library "npymath" sources creating build creating build\src.win-amd64-3.6 Could not locate executable icc Could not locate executable ecc get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']' customize GnuFCompiler Could not locate executable g77 Could not locate executable f77 customize IntelVisualFCompiler Found executable C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\ifort.exe customize IntelVisualFCompiler customize IntelVisualFCompiler using config C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe 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 "npysort" sources 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\npysort\radixsort.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 None - 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'] building library "mkl_cp" sources None - nothing done with h_files = ['numpy\\core\\src\\mkl_defs\\mkl_cpy.h'] building library "loops" sources conv_template:> numpy\core\src\umath\loops.c conv_template:> numpy\core\src\umath\loops.h adding 'numpy\core\src\umath' to include_dirs. None - nothing done with h_files = ['numpy\\core\\src\\umath\\loops.h', 'numpy\\core\\include\\numpy\\npy_math.h'] building extension "numpy.core._dummy" sources Generating numpy\core\include/numpy\config.h C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 4) _configtest.c _configtest.c(1): catastrophic error: cannot open source file "endian.h" #include ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 4) _configtest.c _configtest.c(1): catastrophic error: cannot open source file "sys/endian.h" #include ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(7): error: identifier "SIZEOF_LONGDOUBLE" is undefined (void) SIZEOF_LONGDOUBLE; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(5): error: the size of an array must be greater than zero static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]; ^ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(5): error: the size of an array must be greater than zero static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]; ^ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.c _configtest.obj _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(5): error: the size of an array must be greater than zero static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 32)]; ^ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(5): error: the size of an array must be greater than zero static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 24)]; ^ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.c _configtest.obj _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(7): error: the size of an array must be greater than zero static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; ^ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_EXPM1" is undefined (void) HAVE_EXPM1; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_LOG1P" is undefined (void) HAVE_LOG1P; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_ACOSH" is undefined (void) HAVE_ACOSH; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_ATANH" is undefined (void) HAVE_ATANH; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_ASINH" is undefined (void) HAVE_ASINH; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_FTELLO" is undefined (void) HAVE_FTELLO; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_FSEEKO" is undefined (void) HAVE_FSEEKO; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol ftello referenced in function main _configtest.obj : error LNK2019: unresolved external symbol fseeko referenced in function main _configtest.obj : error LNK2019: unresolved external symbol strtold_l referenced in function main _configtest.obj : error LNK2019: unresolved external symbol fallocate referenced in function main _configtest.obj : error LNK2019: unresolved external symbol backtrace referenced in function main _configtest.obj : error LNK2019: unresolved external symbol madvise referenced in function main _configtest.exe : fatal error LNK1120: 6 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol ftello referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol fseeko referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "_configtest.exe". The process cannot access the file because it is being used by another process. failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol strtold_l referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol fallocate referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol backtrace referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol madvise referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 4) _configtest.c _configtest.c(1): catastrophic error: cannot open source file "features.h" #include ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 4) _configtest.c _configtest.c(1): catastrophic error: cannot open source file "xlocale.h" #include ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 4) _configtest.c _configtest.c(1): catastrophic error: cannot open source file "dlfcn.h" #include ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 4) _configtest.c _configtest.c(1): catastrophic error: cannot open source file "sys/mman.h" #include ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_isnan referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_isinf referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_isfinite referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_bswap32 referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_bswap64 referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_mul_overflow referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_cpu_supports referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_cpu_supports referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol __builtin_prefetch referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((optimize("unroll-loops"))) attribute_optimize_unroll_loops(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((optimize("unroll-loops"))) attribute_optimize_unroll_loops(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((optimize("unroll-loops"))) attribute_optimize_unroll_loops(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((optimize("O3"))) attribute_optimize_opt_3(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((optimize("O3"))) attribute_optimize_opt_3(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((optimize("O3"))) attribute_optimize_opt_3(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((nonnull (1))) attribute_nonnull(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((nonnull (1))) attribute_nonnull(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((nonnull (1))) attribute_nonnull(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((target ("avx"))) attribute_target_avx(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((target ("avx"))) attribute_target_avx(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((target ("avx"))) attribute_target_avx(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((target ("avx2"))) attribute_target_avx2(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((target ("avx2"))) attribute_target_avx2(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((target ("avx2"))) attribute_target_avx2(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((target ("avx512f"))) attribute_target_avx512f(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((target ("avx512f"))) attribute_target_avx512f(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((target ("avx512f"))) attribute_target_avx512f(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(3): error: expected a type specifier int __attribute__((target("avx2"))) attribute_target_avx2_with_intrinsics(void) ^ _configtest.c(3): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((target("avx2"))) attribute_target_avx2_with_intrinsics(void) ^ _configtest.c(3): error: expected a "{" int __attribute__((target("avx2"))) attribute_target_avx2_with_intrinsics(void) ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(3): error: expected a type specifier int __attribute__((target("avx512f"))) attribute_target_avx512f_with_intrinsics(void) ^ _configtest.c(3): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((target("avx512f"))) attribute_target_avx512f_with_intrinsics(void) ^ _configtest.c(3): error: expected a "{" int __attribute__((target("avx512f"))) attribute_target_avx512f_with_intrinsics(void) ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a ";" int __thread foo; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_DECL_SIGNBIT" is undefined (void) HAVE_DECL_SIGNBIT; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(8): error: identifier "HAVE_DECL_ISFINITE" is undefined (void) HAVE_DECL_ISFINITE; ^ failure. removing: _configtest.c _configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol cerf referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol cerf referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol cerff referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "_configtest.exe". The system cannot open the device or file specified. failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest _configtest.obj : error LNK2019: unresolved external symbol cerff referenced in function main _configtest.exe : fatal error LNK1120: 1 unresolved externals failure. removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d BUILD_ARCHITECTURE: 'AMD64', os.name='nt', sys.platform='win32' C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj removing: _configtest.c _configtest.obj _configtest.obj.d File: numpy\core\include/numpy\config.h #define SIZEOF_PY_INTPTR_T 8 #define SIZEOF_OFF_T 4 #define SIZEOF_PY_LONG_LONG 8 #define MATHLIB #define HAVE_SIN 1 #define HAVE_COS 1 #define HAVE_TAN 1 #define HAVE_SINH 1 #define HAVE_COSH 1 #define HAVE_TANH 1 #define HAVE_FABS 1 #define HAVE_FLOOR 1 #define HAVE_CEIL 1 #define HAVE_SQRT 1 #define HAVE_LOG10 1 #define HAVE_LOG 1 #define HAVE_ERF 1 #define HAVE_EXP 1 #define HAVE_ASIN 1 #define HAVE_ACOS 1 #define HAVE_ATAN 1 #define HAVE_FMOD 1 #define HAVE_MODF 1 #define HAVE_FREXP 1 #define HAVE_LDEXP 1 #define HAVE_EXPM1 1 #define HAVE_LOG1P 1 #define HAVE_ACOSH 1 #define HAVE_ASINH 1 #define HAVE_ATANH 1 #define HAVE_RINT 1 #define HAVE_TRUNC 1 #define HAVE_EXP2 1 #define HAVE_LOG2 1 #define HAVE_INVSQRT 1 #define HAVE_ATAN2 1 #define HAVE_POW 1 #define HAVE_NEXTAFTER 1 #define HAVE_STRTOLL 1 #define HAVE_CBRT 1 #define HAVE_XMMINTRIN_H 1 #define HAVE_EMMINTRIN_H 1 #define HAVE_IMMINTRIN_H 1 #define HAVE___BUILTIN_EXPECT 1 #define HAVE__M_FROM_INT64 1 #define HAVE__MM_LOAD_PS 1 #define HAVE__MM_PREFETCH 1 #define HAVE__MM_LOAD_PD 1 #define HAVE_LINK_AVX 1 #define HAVE_LINK_AVX2 1 #define HAVE_LINK_AVX512F 1 #define HAVE_XGETBV 1 #define HAVE___DECLSPEC_THREAD_ 1 #define HAVE_SINF 1 #define HAVE_COSF 1 #define HAVE_TANF 1 #define HAVE_SINHF 1 #define HAVE_COSHF 1 #define HAVE_TANHF 1 #define HAVE_FABSF 1 #define HAVE_FLOORF 1 #define HAVE_CEILF 1 #define HAVE_RINTF 1 #define HAVE_TRUNCF 1 #define HAVE_SQRTF 1 #define HAVE_LOG10F 1 #define HAVE_LOGF 1 #define HAVE_LOG1PF 1 #define HAVE_ERFF 1 #define HAVE_EXPF 1 #define HAVE_EXPM1F 1 #define HAVE_ASINF 1 #define HAVE_ACOSF 1 #define HAVE_ATANF 1 #define HAVE_ASINHF 1 #define HAVE_ACOSHF 1 #define HAVE_ATANHF 1 #define HAVE_HYPOTF 1 #define HAVE_ATAN2F 1 #define HAVE_POWF 1 #define HAVE_FMODF 1 #define HAVE_MODFF 1 #define HAVE_FREXPF 1 #define HAVE_LDEXPF 1 #define HAVE_EXP2F 1 #define HAVE_LOG2F 1 #define HAVE_COPYSIGNF 1 #define HAVE_NEXTAFTERF 1 #define HAVE_CBRTF 1 #define HAVE_DECL_SIGNBIT #define HAVE_DECL_ISFINITE #define HAVE_COMPLEX_H 1 #define HAVE_CABS 1 #define HAVE_CACOS 1 #define HAVE_CACOSH 1 #define HAVE_CARG 1 #define HAVE_CASIN 1 #define HAVE_CASINH 1 #define HAVE_CATAN 1 #define HAVE_CATANH 1 #define HAVE_CCOS 1 #define HAVE_CCOSH 1 #define HAVE_CEXP 1 #define HAVE_CIMAG 1 #define HAVE_CLOG 1 #define HAVE_CONJ 1 #define HAVE_CPOW 1 #define HAVE_CPROJ 1 #define HAVE_CREAL 1 #define HAVE_CSIN 1 #define HAVE_CSINH 1 #define HAVE_CSQRT 1 #define HAVE_CTAN 1 #define HAVE_CTANH 1 #define HAVE_CABSF 1 #define HAVE_CACOSF 1 #define HAVE_CACOSHF 1 #define HAVE_CARGF 1 #define HAVE_CASINF 1 #define HAVE_CASINHF 1 #define HAVE_CATANF 1 #define HAVE_CATANHF 1 #define HAVE_CCOSF 1 #define HAVE_CCOSHF 1 #define HAVE_CEXPF 1 #define HAVE_CLOGF 1 #define HAVE_CONJF 1 #define HAVE_CPOWF 1 #define HAVE_CPROJF 1 #define HAVE_CREALF 1 #define HAVE_CSINF 1 #define HAVE_CSINHF 1 #define HAVE_CSQRTF 1 #define HAVE_CTANF 1 #define HAVE_CTANHF 1 #define __NPY_PRIVATE_NO_SIGNAL #define DISTUTILS_USE_SDK #define FORCE_NO_LONG_DOUBLE_FORMATTING #define NPY_RESTRICT restrict #define NPY_RELAXED_STRIDES_CHECKING 1 #define HAVE_LDOUBLE_IEEE_DOUBLE_LE 1 #define NPY_PY3K 1 #ifndef __cplusplus /* #undef inline */ #endif #ifndef _NPY_NPY_CONFIG_H_ #error config.h should never be included directly, include npy_config.h instead #endif EOF adding 'numpy\core\include/numpy\config.h' to sources. Generating numpy\core\include/numpy\_numpyconfig.h C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /nologo /INCREMENTAL:NO /MANIFEST _configtest.obj /OUT:_configtest.exe /MANIFEST /MANIFESTFILE:_configtest.exe.manifest mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1 success! removing: _configtest.c _configtest.obj _configtest.obj.d _configtest.exe C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj success! removing: _configtest.c _configtest.obj _configtest.obj.d C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include /Tc_configtest.c /Fo_configtest.obj compilation aborted for _configtest.c (code 2) _configtest.c _configtest.c(2): warning #161: unrecognized #pragma #pragma GCC diagnostic error "-Wattributes" ^ _configtest.c(3): warning #161: unrecognized #pragma #pragma clang diagnostic error "-Wattributes" ^ _configtest.c(5): error: expected a type specifier int __attribute__((visibility("hidden"))) hideme(void*); ^ _configtest.c(5): error #141: unnamed prototyped parameters not allowed when body is present int __attribute__((visibility("hidden"))) hideme(void*); ^ _configtest.c(5): error: expected a "{" int __attribute__((visibility("hidden"))) hideme(void*); ^ _configtest.c(9): warning #12: parsing restarts here after previous syntax error { ^ failure. removing: _configtest.c _configtest.obj File: numpy\core\include/numpy\_numpyconfig.h #define NPY_SIZEOF_SHORT SIZEOF_SHORT #define NPY_SIZEOF_INT SIZEOF_INT #define NPY_SIZEOF_LONG SIZEOF_LONG #define NPY_SIZEOF_FLOAT 4 #define NPY_SIZEOF_COMPLEX_FLOAT 8 #define NPY_SIZEOF_DOUBLE 8 #define NPY_SIZEOF_COMPLEX_DOUBLE 16 #define NPY_SIZEOF_LONGDOUBLE 8 #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 16 #define NPY_SIZEOF_PY_INTPTR_T 8 #define NPY_SIZEOF_OFF_T 4 #define NPY_SIZEOF_PY_LONG_LONG 8 #define NPY_SIZEOF_LONGLONG 8 #define NPY_NO_SIGNAL 1 #define NPY_NO_SMP 0 #define NPY_HAVE_DECL_ISNAN #define NPY_HAVE_DECL_ISINF #define NPY_HAVE_DECL_SIGNBIT #define NPY_HAVE_DECL_ISFINITE #define NPY_USE_C99_COMPLEX 1 #define NPY_HAVE_COMPLEX_DOUBLE 1 #define NPY_HAVE_COMPLEX_FLOAT 1 #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 #define NPY_RELAXED_STRIDES_CHECKING 1 #define NPY_USE_C99_FORMATS 1 #define NPY_VISIBILITY_HIDDEN #define NPY_ABI_VERSION 0x01000009 #define NPY_API_VERSION 0x0000000D #ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS 1 #endif EOF adding 'numpy\core\include/numpy\_numpyconfig.h' to sources. executing numpy\core\code_generators\generate_numpy_api.py adding 'numpy\core\include/numpy\__multiarray_api.h' to sources. numpy.core - nothing done with h_files = ['numpy\\core\\include/numpy\\config.h', 'numpy\\core\\include/numpy\\_numpyconfig.h', 'numpy\\core\\include/numpy\\__multiarray_api.h'] building extension "numpy.core._multiarray_tests" sources conv_template:> numpy\core\src\multiarray\_multiarray_tests.c building extension "numpy.core._multiarray_umath" sources adding 'numpy\core\include/numpy\config.h' to sources. adding 'numpy\core\include/numpy\_numpyconfig.h' to sources. executing numpy\core\code_generators\generate_numpy_api.py adding 'numpy\core\include/numpy\__multiarray_api.h' to sources. executing numpy\core\code_generators\generate_ufunc_api.py adding 'numpy\core\include/numpy\__ufunc_api.h' to sources. conv_template:> numpy\core\src\multiarray\arraytypes.c conv_template:> numpy\core\src\multiarray\einsum.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\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\matmul.h conv_template:> numpy\core\src\umath\matmul.c conv_template:> numpy\core\src\umath\clip.h conv_template:> numpy\core\src\umath\clip.c conv_template:> numpy\core\src\umath\scalarmath.c adding 'numpy\core\src\npymath' to include_dirs. conv_template:> numpy\core\src\common\templ_common.h adding 'numpy\core\src\common' to include_dirs. numpy.core - nothing done with h_files = ['numpy\\core\\src\\umath\\funcs.inc', 'numpy\\core\\src\\umath\\simd.inc', 'numpy\\core\\src\\umath\\matmul.h', 'numpy\\core\\src\\umath\\clip.h', 'numpy\\core\\src\\npymath\\npy_math_internal.h', 'numpy\\core\\src\\common\\templ_common.h', 'numpy\\core\\src\\mkl_defs\\aligned_alloc.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.fft._pocketfft_internal" sources building extension "numpy.linalg.lapack_lite" sources ### Warning: python_xerbla.c is disabled ### building extension "numpy.linalg._umath_linalg" sources ### Warning: python_xerbla.c is disabled ### 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 IntelEM64TCCompilerW customize IntelEM64TCCompilerW using build_clib building 'npymath' library compiling C sources creating build\temp.win-amd64-3.6 creating build\temp.win-amd64-3.6\numpy creating build\temp.win-amd64-3.6\numpy\core creating build\temp.win-amd64-3.6\numpy\core\src creating build\temp.win-amd64-3.6\numpy\core\src\npymath C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\src\npymath -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npymath\npy_math.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\npymath\npy_math.obj /GL- C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\src\npymath -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npymath\ieee754.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\npymath\ieee754.obj /GL- C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\src\npymath -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npymath\npy_math_complex.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\npymath\npy_math_complex.obj /GL- C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\src\npymath -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npymath\halffloat.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\npymath\halffloat.obj /GL- C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilib.exe build\temp.win-amd64-3.6\numpy\core\src\npymath\npy_math.obj build\temp.win-amd64-3.6\numpy\core\src\npymath\ieee754.obj build\temp.win-amd64-3.6\numpy\core\src\npymath\npy_math_complex.obj build\temp.win-amd64-3.6\numpy\core\src\npymath\halffloat.obj /OUT:build\temp.win-amd64-3.6\npymath.lib xilib: executing 'lib' building 'npysort' library compiling C sources creating build\temp.win-amd64-3.6\numpy\core\src\npysort C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npysort\quicksort.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\npysort\quicksort.obj numpy\core\src\npysort\quicksort.c.src(258): remark #15009: quicksort_unicode has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npysort\mergesort.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\npysort\mergesort.obj numpy\core\src\npysort\mergesort.c.src(108): remark #15009: mergesort_cfloat has been targeted for automatic cpu dispatch numpy\core\src\npysort\mergesort.c.src(65): remark #15009: mergesort0_cfloat has been targeted for automatic cpu dispatch numpy\core\src\npysort\mergesort.c.src(108): remark #15009: mergesort_cdouble has been targeted for automatic cpu dispatch numpy\core\src\npysort\mergesort.c.src(65): remark #15009: mergesort0_cdouble has been targeted for automatic cpu dispatch numpy\core\src\npysort\mergesort.c.src(108): remark #15009: mergesort_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\npysort\mergesort.c.src(65): remark #15009: mergesort0_clongdouble has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npysort\timsort.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\npysort\timsort.obj numpy\core\src\npysort\timsort.c.src(1308): remark #15009: timsort_string has been targeted for automatic cpu dispatch numpy\core\src\npysort\timsort.c.src(1308): remark #15009: timsort_unicode has been targeted for automatic cpu dispatch numpy\core\src\npysort\timsort.c.src(2133): remark #15009: npy_timsort has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npysort\heapsort.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\npysort\heapsort.obj numpy\core\src\npysort\heapsort.c.src(182): remark #15009: heapsort_unicode has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npysort\radixsort.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\npysort\radixsort.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npysort\selection.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\npysort\selection.obj numpy\core\src\npysort\selection.c.src(298): remark #15009: introselect_bool has been targeted for automatic cpu dispatch numpy\core\src\npysort\selection.c.src(298): remark #15009: introselect_int has been targeted for automatic cpu dispatch numpy\core\src\npysort\selection.c.src(298): remark #15009: introselect_uint has been targeted for automatic cpu dispatch numpy\core\src\npysort\selection.c.src(298): remark #15009: introselect_long has been targeted for automatic cpu dispatch numpy\core\src\npysort\selection.c.src(298): remark #15009: introselect_ulong has been targeted for automatic cpu dispatch numpy\core\src\npysort\selection.c.src(298): remark #15009: introselect_longlong has been targeted for automatic cpu dispatch numpy\core\src\npysort\selection.c.src(298): remark #15009: introselect_ulonglong has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npysort\binsearch.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\npysort\binsearch.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilib.exe build\temp.win-amd64-3.6\numpy\core\src\npysort\quicksort.obj build\temp.win-amd64-3.6\numpy\core\src\npysort\mergesort.obj build\temp.win-amd64-3.6\numpy\core\src\npysort\timsort.obj build\temp.win-amd64-3.6\numpy\core\src\npysort\heapsort.obj build\temp.win-amd64-3.6\numpy\core\src\npysort\radixsort.obj build\temp.win-amd64-3.6\numpy\core\src\npysort\selection.obj build\temp.win-amd64-3.6\numpy\core\src\npysort\binsearch.obj /OUT:build\temp.win-amd64-3.6\npysort.lib xilib: executing 'lib' building 'mkl_cp' library compiling C sources creating build\temp.win-amd64-3.6\numpy\core\src\mkl_defs C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\mkl_defs\mkl_cpy.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\mkl_defs\mkl_cpy.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilib.exe build\temp.win-amd64-3.6\numpy\core\src\mkl_defs\mkl_cpy.obj /OUT:build\temp.win-amd64-3.6\mkl_cp.lib xilib: executing 'lib' building 'loops' library compiling C sources creating build\temp.win-amd64-3.6\numpy\core\src\umath C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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\umath -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\loops.c /Fobuild\temp.win-amd64-3.6\numpy\core\src\umath\loops.obj numpy\core\src\umath\simd.inc.src(948): remark #15009: sse2_binary_scalar1_equal_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(972): remark #15009: sse2_binary_scalar2_equal_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(948): remark #15009: sse2_binary_scalar1_not_equal_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(972): remark #15009: sse2_binary_scalar2_not_equal_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(948): remark #15009: sse2_binary_scalar1_less_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(972): remark #15009: sse2_binary_scalar2_less_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(948): remark #15009: sse2_binary_scalar1_less_equal_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(972): remark #15009: sse2_binary_scalar2_less_equal_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(948): remark #15009: sse2_binary_scalar1_greater_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(972): remark #15009: sse2_binary_scalar2_greater_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(948): remark #15009: sse2_binary_scalar1_greater_equal_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(972): remark #15009: sse2_binary_scalar2_greater_equal_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(948): remark #15009: sse2_binary_scalar1_equal_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(972): remark #15009: sse2_binary_scalar2_equal_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(948): remark #15009: sse2_binary_scalar1_not_equal_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(972): remark #15009: sse2_binary_scalar2_not_equal_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(948): remark #15009: sse2_binary_scalar1_less_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(972): remark #15009: sse2_binary_scalar2_less_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(948): remark #15009: sse2_binary_scalar1_less_equal_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(972): remark #15009: sse2_binary_scalar2_less_equal_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(948): remark #15009: sse2_binary_scalar1_greater_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(972): remark #15009: sse2_binary_scalar2_greater_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(948): remark #15009: sse2_binary_scalar1_greater_equal_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\umath\simd.inc.src(972): remark #15009: sse2_binary_scalar2_greater_equal_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(547): remark #15009: PyUFunc_On_Om has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(803): remark #15009: BYTE_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: BYTE_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: BYTE_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: BYTE_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: BYTE_bitwise_and has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: BYTE_bitwise_or has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: BYTE_bitwise_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(874): remark #15009: BYTE_logical_or has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(888): remark #15009: BYTE_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(803): remark #15009: UBYTE_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: UBYTE_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: UBYTE_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: UBYTE_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: UBYTE_bitwise_and has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: UBYTE_bitwise_or has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: UBYTE_bitwise_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(874): remark #15009: UBYTE_logical_or has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(888): remark #15009: UBYTE_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(803): remark #15009: SHORT_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: SHORT_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: SHORT_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: SHORT_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: SHORT_bitwise_and has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: SHORT_bitwise_or has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: SHORT_bitwise_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(888): remark #15009: SHORT_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(803): remark #15009: USHORT_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: USHORT_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: USHORT_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: USHORT_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: USHORT_bitwise_and has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: USHORT_bitwise_or has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: USHORT_bitwise_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(888): remark #15009: USHORT_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(803): remark #15009: INT_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: INT_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: INT_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: INT_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: INT_bitwise_and has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: INT_bitwise_or has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: INT_bitwise_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(888): remark #15009: INT_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(803): remark #15009: UINT_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: UINT_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: UINT_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: UINT_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: UINT_bitwise_and has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: UINT_bitwise_or has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: UINT_bitwise_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(888): remark #15009: UINT_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(803): remark #15009: LONG_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: LONG_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: LONG_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: LONG_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: LONG_bitwise_and has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: LONG_bitwise_or has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: LONG_bitwise_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(888): remark #15009: LONG_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(803): remark #15009: ULONG_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: ULONG_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: ULONG_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: ULONG_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: ULONG_bitwise_and has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: ULONG_bitwise_or has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: ULONG_bitwise_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(888): remark #15009: ULONG_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(803): remark #15009: LONGLONG_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: LONGLONG_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: LONGLONG_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: LONGLONG_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: LONGLONG_bitwise_and has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: LONGLONG_bitwise_or has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: LONGLONG_bitwise_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(888): remark #15009: LONGLONG_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(803): remark #15009: ULONGLONG_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: ULONGLONG_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: ULONGLONG_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: ULONGLONG_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: ULONGLONG_bitwise_and has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: ULONGLONG_bitwise_or has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(850): remark #15009: ULONGLONG_bitwise_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(888): remark #15009: ULONGLONG_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(1011): remark #15009: LONGLONG_absolute has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(1652): remark #15009: FLOAT_sqrt has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(1652): remark #15009: DOUBLE_sqrt has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(1680): remark #15009: FLOAT_invsqrt has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(2266): remark #15009: DOUBLE_fabs has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(2523): remark #15009: FLOAT_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(2691): remark #15009: FLOAT_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(2859): remark #15009: FLOAT_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3027): remark #15009: FLOAT_divide has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3192): remark #15009: FLOAT_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3347): remark #15009: FLOAT_square has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3366): remark #15009: FLOAT_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3402): remark #15009: FLOAT_absolute has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3424): remark #15009: FLOAT_negative has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(2523): remark #15009: DOUBLE_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(2691): remark #15009: DOUBLE_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(2859): remark #15009: DOUBLE_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3027): remark #15009: DOUBLE_divide has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3192): remark #15009: DOUBLE_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3347): remark #15009: DOUBLE_square has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3366): remark #15009: DOUBLE_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3402): remark #15009: DOUBLE_absolute has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3424): remark #15009: DOUBLE_negative has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(2523): remark #15009: LONGDOUBLE_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(2691): remark #15009: LONGDOUBLE_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(2859): remark #15009: LONGDOUBLE_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3027): remark #15009: LONGDOUBLE_divide has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3192): remark #15009: LONGDOUBLE_logical_xor has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3347): remark #15009: LONGDOUBLE_square has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3366): remark #15009: LONGDOUBLE_reciprocal has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3402): remark #15009: LONGDOUBLE_absolute has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3953): remark #15009: CFLOAT_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3953): remark #15009: CFLOAT_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3980): remark #15009: CFLOAT_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(4122): remark #15009: CFLOAT_square has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(4153): remark #15009: CFLOAT__ones_like has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(4161): remark #15009: CFLOAT_conjugate has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3953): remark #15009: CDOUBLE_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3953): remark #15009: CDOUBLE_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3980): remark #15009: CDOUBLE_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(4122): remark #15009: CDOUBLE_square has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(4153): remark #15009: CDOUBLE__ones_like has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(4161): remark #15009: CDOUBLE_conjugate has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3953): remark #15009: CLONGDOUBLE_add has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3953): remark #15009: CLONGDOUBLE_subtract has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(3980): remark #15009: CLONGDOUBLE_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(4122): remark #15009: CLONGDOUBLE_square has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(4153): remark #15009: CLONGDOUBLE__ones_like has been targeted for automatic cpu dispatch numpy\core\src\umath\loops.c.src(4161): remark #15009: CLONGDOUBLE_conjugate has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilib.exe build\temp.win-amd64-3.6\numpy\core\src\umath\loops.obj /OUT:build\temp.win-amd64-3.6\loops.lib xilib: executing 'lib' customize IntelEM64TCCompilerW customize IntelEM64TCCompilerW using build_ext updating extension 'numpy.core._multiarray_umath' libraries from ['loops', 'npymath', 'npysort', 'mkl_cp', 'mkl_rt'] to ['loops', 'npymath', 'npysort', 'mkl_cp', 'mkl_rt', 'npymath'] extending extension 'numpy.core._multiarray_umath' defined_macros with [('NPY_INTERNAL_BUILD', '1'), ('HAVE_NPY_CONFIG_H', '1'), ('_FILE_OFFSET_BITS', '64'), ('_LARGEFILE_SOURCE', '1'), ('_LARGEFILE64_SOURCE', '1')] building 'numpy.core._dummy' extension compiling C sources creating build\temp.win-amd64-3.6\Release\numpy creating build\temp.win-amd64-3.6\Release\numpy\core creating build\temp.win-amd64-3.6\Release\numpy\core\src C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\dummymodule.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\dummymodule.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit__dummy build\temp.win-amd64-3.6\Release\numpy\core\src\dummymodule.obj /OUT:numpy\core\_dummy.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\core\src\_dummy.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\core\src\_dummy.cp36-win_amd64.pyd.manifest building 'numpy.core._multiarray_tests' extension compiling C sources creating build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray creating build\temp.win-amd64-3.6\Release\numpy\core\src\common C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\_multiarray_tests.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\_multiarray_tests.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\common\mem_overlap.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\common\mem_overlap.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 npymath.lib python36.lib /EXPORT:PyInit__multiarray_tests build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\_multiarray_tests.obj build\temp.win-amd64-3.6\Release\numpy\core\src\common\mem_overlap.obj /OUT:numpy\core\_multiarray_tests.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\_multiarray_tests.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\_multiarray_tests.cp36-win_amd64.pyd.manifest building 'numpy.core._multiarray_umath' extension compiling C sources creating build\temp.win-amd64-3.6\Release\numpy\core\src\umath creating build\temp.win-amd64-3.6\Release\numpy\core\src\npymath creating build\temp.win-amd64-3.6\Release\numpy\core\src\mkl_defs C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\alloc.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\alloc.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\arrayobject.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\arrayobject.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\arraytypes.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\arraytypes.obj /Qstd=c99 numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGLONG_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DATETIME_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: TIMEDELTA_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGLONG_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DATETIME_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: TIMEDELTA_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGLONG_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DATETIME_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: TIMEDELTA_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGLONG_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DATETIME_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: TIMEDELTA_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGLONG_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DATETIME_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: TIMEDELTA_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGLONG_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DATETIME_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: TIMEDELTA_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGLONG_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DATETIME_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: TIMEDELTA_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGLONG_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DATETIME_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: TIMEDELTA_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGLONG_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DATETIME_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: TIMEDELTA_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGLONG_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DATETIME_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: TIMEDELTA_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGLONG_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DATETIME_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: TIMEDELTA_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGLONG_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DATETIME_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: TIMEDELTA_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: BYTE_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UBYTE_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: SHORT_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: USHORT_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: INT_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: UINT_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONG_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONG_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: ULONGLONG_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: FLOAT_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: DOUBLE_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1102): remark #15009: LONGDOUBLE_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CFLOAT_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CDOUBLE_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1120): remark #15009: CLONGDOUBLE_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: BOOL_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: BYTE_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: UBYTE_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: SHORT_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: USHORT_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: INT_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: UINT_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: LONG_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: ULONG_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: LONGLONG_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: ULONGLONG_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: FLOAT_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: DOUBLE_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: LONGDOUBLE_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: DATETIME_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1260): remark #15009: TIMEDELTA_to_BOOL has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_BYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_UBYTE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_SHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_USHORT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_INT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_UINT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_LONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_ULONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_LONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_ULONGLONG has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_HALF has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_FLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_DOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_LONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_DATETIME has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1318): remark #15009: BOOL_to_TIMEDELTA has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: BOOL_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: BYTE_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: UBYTE_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: SHORT_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: USHORT_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: INT_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: UINT_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: LONG_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: ULONG_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: LONGLONG_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: ULONGLONG_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: FLOAT_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: DOUBLE_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: LONGDOUBLE_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: DATETIME_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: TIMEDELTA_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: BOOL_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: BYTE_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: UBYTE_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: SHORT_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: USHORT_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: INT_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: UINT_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: LONG_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: ULONG_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: LONGLONG_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: ULONGLONG_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: FLOAT_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: DOUBLE_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: LONGDOUBLE_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: DATETIME_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: TIMEDELTA_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: BOOL_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: BYTE_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: UBYTE_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: SHORT_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: USHORT_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: INT_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: UINT_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: LONG_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: ULONG_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: LONGLONG_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: ULONGLONG_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: FLOAT_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: DOUBLE_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: LONGDOUBLE_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: DATETIME_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1349): remark #15009: TIMEDELTA_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1375): remark #15009: CDOUBLE_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1375): remark #15009: CLONGDOUBLE_to_CFLOAT has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1375): remark #15009: CFLOAT_to_CDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(1375): remark #15009: CFLOAT_to_CLONGDOUBLE has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(2431): remark #15009: UNICODE_copyswap has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3278): remark #15009: OBJECT_argmax has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3342): remark #15009: OBJECT_argmin has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3553): remark #15009: BYTE_dot has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3553): remark #15009: UBYTE_dot has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: BYTE_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: UBYTE_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: SHORT_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: USHORT_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: INT_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: UINT_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: LONG_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: ULONG_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: LONGLONG_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: ULONGLONG_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: FLOAT_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: DOUBLE_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: LONGDOUBLE_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: DATETIME_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3705): remark #15009: TIMEDELTA_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3739): remark #15009: CFLOAT_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3739): remark #15009: CDOUBLE_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3739): remark #15009: CLONGDOUBLE_fill has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: SHORT_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: USHORT_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: INT_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: UINT_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: LONG_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: ULONG_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: LONGLONG_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: ULONGLONG_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: HALF_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: FLOAT_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: DOUBLE_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: LONGDOUBLE_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: CFLOAT_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: CDOUBLE_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: CLONGDOUBLE_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: DATETIME_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3802): remark #15009: TIMEDELTA_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: BOOL_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: BYTE_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: UBYTE_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: SHORT_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: USHORT_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: INT_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: UINT_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: LONG_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: ULONG_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: LONGLONG_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: ULONGLONG_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: HALF_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: FLOAT_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: DOUBLE_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: LONGDOUBLE_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: CFLOAT_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: CDOUBLE_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: CLONGDOUBLE_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: DATETIME_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3837): remark #15009: TIMEDELTA_fastputmask has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3892): remark #15009: CFLOAT_fasttake has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3892): remark #15009: CDOUBLE_fasttake has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(3892): remark #15009: CLONGDOUBLE_fasttake has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(4007): remark #15009: small_correlate has been targeted for automatic cpu dispatch numpy\core\src\multiarray\arraytypes.c.src(4499): remark #15009: set_typeinfo has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\array_assign_scalar.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\array_assign_scalar.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\array_assign_scalar.c(37): remark #15009: raw_array_assign_scalar has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\array_assign_scalar.c(110): remark #15009: raw_array_wheremasked_assign_scalar has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\array_assign_scalar.c(196): remark #15009: PyArray_AssignRawScalar has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\array_assign_array.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\array_assign_array.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\arrayfunction_override.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\arrayfunction_override.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\arrayfunction_override.c(69): remark #15009: get_implementing_args_and_methods has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\buffer.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\buffer.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\calculation.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\calculation.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\calculation.c(42): remark #15009: PyArray_ArgMax has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\calculation.c(158): remark #15009: PyArray_ArgMin has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\compiled_base.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\compiled_base.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\compiled_base.c(223): remark #15009: arr__monotonicity has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\compiled_base.c(487): remark #15009: arr_interp has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\compiled_base.c(652): remark #15009: arr_interp_complex has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\compiled_base.c(1008): remark #15009: arr_ravel_multi_index has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\compiled_base.c(1939): remark #15009: io_pack has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\compiled_base.c(1560): (col. 13) warning #13203: No EMMS instruction before call to function C:\projects\numpy_build\numpy\numpy\core\src\multiarray\compiled_base.c(1560): (col. 13) warning #13203: No EMMS instruction before call to function C:\projects\numpy_build\numpy\numpy\core\src\multiarray\compiled_base.c(1560): (col. 13) warning #13203: No EMMS instruction before call to function C:\projects\numpy_build\numpy\numpy\core\src\multiarray\compiled_base.c(1967): remark #15009: io_unpack has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\common.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\common.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\common.c(686): remark #15009: convert_shape_to_string has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\common.c(738): remark #15009: dot_alignment_error has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\convert.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\convert.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\convert_datatype.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\convert_datatype.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\convert_datatype.c(2122): remark #15009: PyArray_ConvertToCommonType has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\conversion_utils.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\conversion_utils.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\conversion_utils.c(686): remark #15009: PyArray_ConvertClipmodeSequence has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\ctors.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\ctors.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\ctors.c(1406): remark #15009: _array_from_buffer_3118 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\ctors.c(1596): remark #15009: PyArray_GetArrayParamsFromObject has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\ctors.c(2693): remark #15009: PyArray_FromDimsAndDataAndDescr has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\ctors.c(2720): remark #15009: PyArray_FromDims has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\datetime.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\datetime.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\datetime.c(82): remark #15009: get_datetimestruct_days has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\datetime.c(144): remark #15009: get_datetimestruct_minutes has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\datetime.c(2318): remark #15009: get_tzoffset_from_pytzinfo has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\datetime.c(254): remark #15009: convert_datetimestruct_to_datetime has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\datetime.c(440): remark #15009: convert_datetime_to_datetimestruct has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\datetime_strings.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\datetime_strings.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\datetime_busday.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\datetime_busday.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\datetime_busdaycal.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\datetime_busdaycal.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\datetime_busdaycal.c(353): remark #15009: busdaycalendar_new has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\datetime_busdaycal.c(378): remark #15009: busdaycalendar_init has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\descriptor.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\descriptor.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\dragon4.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\dragon4.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\dragon4.c(383): remark #15009: BigInt_Multiply has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\dragon4.c(1857): remark #15009: FormatScientific has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\dragon4.c(1147): remark #15009: Dragon4 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\dragon4.c(1003): remark #15009: BigInt_ShiftLeft has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\dragon4.c(1622): remark #15009: FormatPositional has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\dtype_transfer.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\dtype_transfer.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\dtype_transfer.c(3453): remark #15009: PyArray_GetDTypeTransferFunction has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\einsum.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\einsum.obj /Qstd=c99 numpy\core\src\multiarray\einsum.c.src(212): remark #15009: byte_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(445): remark #15009: byte_sum_of_products_contig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(360): remark #15009: byte_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(489): remark #15009: byte_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1462): remark #15009: byte_sum_of_products_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: byte_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1361): remark #15009: byte_sum_of_products_outstride0_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: byte_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: byte_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: byte_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: short_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(445): remark #15009: short_sum_of_products_contig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(360): remark #15009: short_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(489): remark #15009: short_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: short_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: short_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: short_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: short_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: int_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1575): remark #15009: int_sum_of_products_contig_outstride0_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(445): remark #15009: int_sum_of_products_contig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(360): remark #15009: int_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(489): remark #15009: int_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(573): remark #15009: int_sum_of_products_contig_contig_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(733): remark #15009: int_sum_of_products_stride0_contig_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(832): remark #15009: int_sum_of_products_contig_stride0_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: int_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: int_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: int_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: int_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: long_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1575): remark #15009: long_sum_of_products_contig_outstride0_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(445): remark #15009: long_sum_of_products_contig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(360): remark #15009: long_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(489): remark #15009: long_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(573): remark #15009: long_sum_of_products_contig_contig_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(733): remark #15009: long_sum_of_products_stride0_contig_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(832): remark #15009: long_sum_of_products_contig_stride0_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: long_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: long_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: long_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: long_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: longlong_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1575): remark #15009: longlong_sum_of_products_contig_outstride0_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(445): remark #15009: longlong_sum_of_products_contig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(360): remark #15009: longlong_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(489): remark #15009: longlong_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(573): remark #15009: longlong_sum_of_products_contig_contig_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(733): remark #15009: longlong_sum_of_products_stride0_contig_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(832): remark #15009: longlong_sum_of_products_contig_stride0_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: longlong_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: longlong_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: longlong_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: longlong_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: ubyte_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(445): remark #15009: ubyte_sum_of_products_contig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(360): remark #15009: ubyte_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(489): remark #15009: ubyte_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1462): remark #15009: ubyte_sum_of_products_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: ubyte_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: ubyte_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: ubyte_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: ubyte_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: ushort_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(445): remark #15009: ushort_sum_of_products_contig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(360): remark #15009: ushort_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(489): remark #15009: ushort_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: ushort_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: ushort_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: ushort_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: ushort_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: uint_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1575): remark #15009: uint_sum_of_products_contig_outstride0_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(445): remark #15009: uint_sum_of_products_contig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(360): remark #15009: uint_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(489): remark #15009: uint_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(573): remark #15009: uint_sum_of_products_contig_contig_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(733): remark #15009: uint_sum_of_products_stride0_contig_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(832): remark #15009: uint_sum_of_products_contig_stride0_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: uint_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: uint_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: uint_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: uint_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: ulong_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1575): remark #15009: ulong_sum_of_products_contig_outstride0_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(445): remark #15009: ulong_sum_of_products_contig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(360): remark #15009: ulong_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(489): remark #15009: ulong_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(573): remark #15009: ulong_sum_of_products_contig_contig_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(733): remark #15009: ulong_sum_of_products_stride0_contig_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(832): remark #15009: ulong_sum_of_products_contig_stride0_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: ulong_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: ulong_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: ulong_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: ulong_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: ulonglong_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1575): remark #15009: ulonglong_sum_of_products_contig_outstride0_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(445): remark #15009: ulonglong_sum_of_products_contig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(360): remark #15009: ulonglong_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(489): remark #15009: ulonglong_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(573): remark #15009: ulonglong_sum_of_products_contig_contig_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(733): remark #15009: ulonglong_sum_of_products_stride0_contig_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(832): remark #15009: ulonglong_sum_of_products_contig_stride0_outstride0_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: ulonglong_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: ulonglong_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: ulonglong_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: ulonglong_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: half_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: half_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: half_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: float_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(393): remark #15009: float_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(535): remark #15009: float_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: float_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: float_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: float_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: float_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: double_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(445): remark #15009: double_sum_of_products_contig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(360): remark #15009: double_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(522): remark #15009: double_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: double_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: double_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: double_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: double_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: longdouble_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(445): remark #15009: longdouble_sum_of_products_contig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(360): remark #15009: longdouble_sum_of_products_stride0_contig_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(489): remark #15009: longdouble_sum_of_products_contig_stride0_outcontig_two has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1548): remark #15009: longdouble_sum_of_products_contig_three has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: longdouble_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: longdouble_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: longdouble_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: cfloat_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: cfloat_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: cfloat_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: cfloat_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: cdouble_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: cdouble_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: cdouble_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: cdouble_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(212): remark #15009: clongdouble_sum_of_products_contig_one has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(113): remark #15009: clongdouble_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1693): remark #15009: clongdouble_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2077): remark #15009: clongdouble_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1325): remark #15009: bool_sum_of_products_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1382): remark #15009: bool_sum_of_products_contig_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(1709): remark #15009: bool_sum_of_products_outstride0_any has been targeted for automatic cpu dispatch numpy\core\src\multiarray\einsum.c.src(2519): remark #15009: PyArray_EinsteinSum has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\flagsobject.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\flagsobject.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\getset.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\getset.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\hashdescr.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\hashdescr.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\item_selection.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\item_selection.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\item_selection.c(569): remark #15009: PyArray_Repeat has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\item_selection.c(975): remark #15009: _new_argsortlike has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\item_selection.c(1408): remark #15009: PyArray_LexSort has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\item_selection.c(2110): remark #15009: PyArray_CountNonzero has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\item_selection.c(2046): remark #15009: count_boolean_trues has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\iterators.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\iterators.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\iterators.c(104): remark #15009: get_ptr_simple has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\iterators.c(277): remark #15009: PyArray_IterAllButAxis has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\iterators.c(339): remark #15009: PyArray_RemoveSmallest has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\iterators.c(1338): remark #15009: PyArray_MultiIterFromObjects has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\lowlevel_strided_loops.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\lowlevel_strided_loops.obj /Qstd=c99 numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_strided_to_strided_size2 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(192): remark #15009: _aligned_strided_to_contig_size2_srcstride0 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_strided_to_contig_size2 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(192): remark #15009: _aligned_swap_strided_to_contig_size2_srcstride0 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_contig_to_strided_size2 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_contig_to_contig_size2 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_pair_strided_to_strided_size4 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(192): remark #15009: _aligned_strided_to_contig_size4_srcstride0 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_strided_to_contig_size4 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(192): remark #15009: _aligned_swap_strided_to_contig_size4_srcstride0 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_pair_strided_to_contig_size4 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(192): remark #15009: _aligned_swap_pair_strided_to_contig_size4_srcstride0 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_contig_to_strided_size4 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_pair_contig_to_strided_size4 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_contig_to_contig_size4 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_pair_contig_to_contig_size4 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_pair_strided_to_strided_size8 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_strided_to_contig_size8 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(192): remark #15009: _aligned_strided_to_contig_size8_srcstride0 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_strided_to_contig_size8 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(192): remark #15009: _aligned_swap_strided_to_contig_size8_srcstride0 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_pair_strided_to_contig_size8 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(192): remark #15009: _aligned_swap_pair_strided_to_contig_size8_srcstride0 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_pair_contig_to_strided_size8 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_contig_to_contig_size8 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_pair_contig_to_contig_size8 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_strided_to_contig_size16 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(192): remark #15009: _aligned_strided_to_contig_size16_srcstride0 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_strided_to_contig_size16 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(192): remark #15009: _aligned_swap_strided_to_contig_size16_srcstride0 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_pair_strided_to_contig_size16 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(192): remark #15009: _aligned_swap_pair_strided_to_contig_size16_srcstride0 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_contig_to_strided_size16 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_contig_to_strided_size16 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_pair_contig_to_strided_size16 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_contig_to_contig_size16 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(122): remark #15009: _aligned_swap_pair_contig_to_contig_size16 has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_bool_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_bool_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_bool_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_bool_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_bool_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_bool_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_bool_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ubyte_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ubyte_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ubyte_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ubyte_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ushort_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ushort_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ushort_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ushort_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ushort_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ushort_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_uint_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_uint_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_uint_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_uint_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_uint_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_uint_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ulong_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ulong_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ulong_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ulong_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ulong_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulong_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ulonglong_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ulonglong_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ulonglong_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ulonglong_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ulonglong_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_ulonglong_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_ulonglong_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_byte_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_byte_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_byte_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_byte_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_short_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_short_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_short_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_short_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_short_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_short_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_int_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_int_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_int_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_int_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_int_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_int_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_long_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_long_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_long_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_long_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_long_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_long_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longlong_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longlong_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longlong_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longlong_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longlong_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longlong_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longlong_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_float_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_float_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_float_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_float_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_float_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_float_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_double_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_double_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_double_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_double_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_double_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_double_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_double_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_double_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_double_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_double_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_double_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_double_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_bool has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longdouble_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longdouble_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longdouble_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longdouble_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longdouble_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longdouble_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longdouble_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longdouble_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longdouble_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longdouble_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_longdouble_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_longdouble_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cfloat_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cfloat_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cfloat_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cfloat_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cfloat_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cfloat_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cfloat_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cfloat_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cfloat_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cfloat_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cdouble_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cdouble_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cdouble_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cdouble_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cdouble_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cdouble_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cdouble_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cdouble_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cdouble_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cdouble_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_cdouble_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_cdouble_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_ubyte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_clongdouble_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_ushort has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_clongdouble_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_uint has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_clongdouble_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_ulong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_clongdouble_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_ulonglong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_byte has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_clongdouble_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_short has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_clongdouble_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_int has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_clongdouble_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_long has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_clongdouble_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_longlong has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_float has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_double has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_longdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_clongdouble_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_cfloat has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_clongdouble_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_cdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_cast_clongdouble_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(797): remark #15009: _aligned_contig_cast_clongdouble_to_clongdouble has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(1474): remark #15009: mapiter_set has been targeted for automatic cpu dispatch numpy\core\src\multiarray\lowlevel_strided_loops.c.src(1474): remark #15009: mapiter_get has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\mapping.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\mapping.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\mapping.c(377): remark #15009: prepare_index has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\methods.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\methods.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\methods.c(621): remark #15009: array_toscalar has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\methods.c(687): remark #15009: array_setscalar has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\multiarraymodule.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\multiarraymodule.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(135): remark #15009: PyArray_MultiplyIntList has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(149): remark #15009: PyArray_MultiplyList has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(185): remark #15009: PyArray_GetPtr has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(533): remark #15009: PyArray_ConcatenateFlattenedArrays has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(830): remark #15009: PyArray_InnerProduct has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(918): remark #15009: PyArray_MatrixProduct2 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(908): remark #15009: PyArray_MatrixProduct has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(1074): remark #15009: PyArray_CopyAndTranspose has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(1580): remark #15009: _array_fromobject has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(2203): remark #15009: array_innerproduct has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(2214): remark #15009: array_matrixproduct has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(2597): remark #15009: array_einsum has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\multiarraymodule.c(2712): remark #15009: array_fastCopyAndTranspose has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\nditer_templ.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\nditer_templ.obj /Qstd=c99 numpy\core\src\multiarray\nditer_templ.c.src(195): remark #15009: npyiter_buffered_reduce_iternext_itersANY has been targeted for automatic cpu dispatch numpy\core\src\multiarray\nditer_templ.c.src(276): remark #15009: npyiter_buffered_iternext has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\nditer_api.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\nditer_api.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_api.c(37): remark #15009: NpyIter_RemoveAxis has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_api.c(2034): remark #15009: npyiter_copy_to_buffers has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_api.c(167): remark #15009: NpyIter_RemoveMultiIndex has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_api.c(297): remark #15009: NpyIter_ResetBasePointers has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_api.c(412): remark #15009: NpyIter_GotoMultiIndex has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_api.c(502): remark #15009: NpyIter_GotoIndex has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_api.c(590): remark #15009: NpyIter_GotoIterIndex has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_api.c(1754): remark #15009: npyiter_goto_iterindex has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_api.c(925): remark #15009: NpyIter_GetShape has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_api.c(1180): remark #15009: NpyIter_GetReadFlags has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_api.c(1197): remark #15009: NpyIter_GetWriteFlags has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_api.c(1625): remark #15009: npyiter_coalesce_axes has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\nditer_constr.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\nditer_constr.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_constr.c(112): remark #15009: NpyIter_AdvancedNew has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_constr.c(1430): remark #15009: npyiter_fill_axisdata has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_constr.c(2483): remark #15009: npyiter_new_temp_array has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\nditer_pywrap.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\nditer_pywrap.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_pywrap.c(864): remark #15009: NpyIter_NestedIters has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_pywrap.c(628): remark #15009: npyiter_convert_ops has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\nditer_pywrap.c(730): remark #15009: npyiter_init has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\number.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\number.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\refcount.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\refcount.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\refcount.c(264): remark #15009: PyArray_FillObjectArray has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\sequence.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\sequence.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\shape.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\shape.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\shape.c(528): remark #15009: PyArray_Squeeze has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\shape.c(635): remark #15009: PyArray_SwapAxes has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\shape.c(666): remark #15009: PyArray_Transpose has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\shape.c(772): remark #15009: PyArray_CreateSortedStridePerm has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\shape.c(806): remark #15009: PyArray_CreateMultiSortedStridePerm has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\shape.c(887): remark #15009: PyArray_Ravel has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\shape.c(195): remark #15009: PyArray_Newshape has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\multiarray\shape.c(986): remark #15009: build_shape_string has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\scalarapi.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\scalarapi.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\scalartypes.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\scalartypes.obj /Qstd=c99 numpy\core\src\multiarray\scalartypes.c.src(3969): remark #15009: initialize_casting_tables has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\strfuncs.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\strfuncs.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\temp_elide.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\temp_elide.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\typeinfo.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\typeinfo.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\usertypes.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\usertypes.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\multiarray\usertypes.c(102): remark #15009: PyArray_InitArrFuncs has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\multiarray\vdot.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\vdot.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\umathmodule.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\umathmodule.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\umath\umathmodule.c(75): remark #15009: ufunc_frompyfunc has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\reduction.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\reduction.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\umath\reduction.c(445): remark #15009: PyUFunc_ReduceWrapper has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\umath\reduction.c(305): remark #15009: PyArray_InitializeReduceResult has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\matmul.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\matmul.obj /Qstd=c99 numpy\core\src\umath\matmul.c.src(114): remark #15009: CFLOAT_matmul_matrixmatrix has been targeted for automatic cpu dispatch numpy\core\src\umath\matmul.c.src(392): remark #15009: CFLOAT_matmul has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\clip.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\clip.obj /Qstd=c99 numpy\core\src\umath\clip.c.src(83): remark #15009: BOOL_clip has been targeted for automatic cpu dispatch numpy\core\src\umath\clip.c.src(83): remark #15009: BYTE_clip has been targeted for automatic cpu dispatch numpy\core\src\umath\clip.c.src(83): remark #15009: UBYTE_clip has been targeted for automatic cpu dispatch numpy\core\src\umath\clip.c.src(83): remark #15009: SHORT_clip has been targeted for automatic cpu dispatch numpy\core\src\umath\clip.c.src(83): remark #15009: USHORT_clip has been targeted for automatic cpu dispatch numpy\core\src\umath\clip.c.src(83): remark #15009: INT_clip has been targeted for automatic cpu dispatch numpy\core\src\umath\clip.c.src(83): remark #15009: UINT_clip has been targeted for automatic cpu dispatch numpy\core\src\umath\clip.c.src(83): remark #15009: LONG_clip has been targeted for automatic cpu dispatch numpy\core\src\umath\clip.c.src(83): remark #15009: ULONG_clip has been targeted for automatic cpu dispatch numpy\core\src\umath\clip.c.src(83): remark #15009: LONGLONG_clip has been targeted for automatic cpu dispatch numpy\core\src\umath\clip.c.src(83): remark #15009: ULONGLONG_clip has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\ufunc_object.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\ufunc_object.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\umath\ufunc_object.c(4709): remark #15009: ufunc_generic_call has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\umath\ufunc_object.c(3107): remark #15009: PyUFunc_GenericFunction has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\umath\ufunc_object.c(2524): remark #15009: PyUFunc_GeneralizedFunction has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\umath\ufunc_object.c(1044): remark #15009: get_ufunc_arguments has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\umath\ufunc_object.c(276): remark #15009: _find_array_prepare has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\umath\ufunc_object.c(5393): remark #15009: ufunc_outer has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\umath\ufunc_object.c(4418): remark #15009: PyUFunc_GenericReduction has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\extobj.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\extobj.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\cpuid.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\cpuid.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\scalarmath.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\scalarmath.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\ufunc_type_resolution.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\ufunc_type_resolution.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\umath\ufunc_type_resolution.c(1526): remark #15009: unmasked_ufunc_loop_as_masked has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\umath\ufunc_type_resolution.c(1958): remark #15009: linear_search_type_resolver has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\core\src\umath\ufunc_type_resolution.c(2066): remark #15009: type_tuple_type_resolver has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\override.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\override.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npymath\npy_math.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\npymath\npy_math.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npymath\ieee754.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\npymath\ieee754.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npymath\npy_math_complex.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\npymath\npy_math_complex.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\npymath\halffloat.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\npymath\halffloat.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\common\array_assign.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\common\array_assign.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\common\array_assign.c(34): remark #15009: broadcast_strides has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\common\mem_overlap.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\common\mem_overlap.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\common\npy_longdouble.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\common\npy_longdouble.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\common\ucsnarrow.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\common\ucsnarrow.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\common\ufunc_override.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\common\ufunc_override.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\common\numpyos.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\common\numpyos.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\common\cblasfuncs.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\common\cblasfuncs.obj /Qstd=c99 C:\projects\numpy_build\numpy\numpy\core\src\common\cblasfuncs.c(223): remark #15009: cblas_matrixproduct has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\common\python_xerbla.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\common\python_xerbla.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\src\umath -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\mkl_defs\aligned_alloc.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\mkl_defs\aligned_alloc.obj /Qstd=c99 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\lib /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 loops.lib npymath.lib npysort.lib mkl_cp.lib mkl_rt.lib npymath.lib python36.lib /EXPORT:PyInit__multiarray_umath build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\alloc.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\arrayobject.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\arraytypes.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\array_assign_scalar.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\array_assign_array.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\arrayfunction_override.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\buffer.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\calculation.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\compiled_base.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\common.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\convert.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\convert_datatype.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\conversion_utils.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\ctors.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\datetime.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\datetime_strings.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\datetime_busday.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\datetime_busdaycal.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\descriptor.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\dragon4.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\dtype_transfer.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\einsum.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\flagsobject.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\getset.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\hashdescr.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\item_selection.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\iterators.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\lowlevel_strided_loops.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\mapping.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\methods.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\multiarraymodule.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\nditer_templ.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\nditer_api.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\nditer_constr.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\nditer_pywrap.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\number.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\refcount.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\sequence.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\shape.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\scalarapi.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\scalartypes.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\strfuncs.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\temp_elide.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\typeinfo.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\usertypes.obj build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\vdot.obj build\temp.win-amd64-3.6\Release\numpy\core\src\umath\umathmodule.obj build\temp.win-amd64-3.6\Release\numpy\core\src\umath\reduction.obj build\temp.win-amd64-3.6\Release\numpy\core\src\umath\matmul.obj build\temp.win-amd64-3.6\Release\numpy\core\src\umath\clip.obj build\temp.win-amd64-3.6\Release\numpy\core\src\umath\ufunc_object.obj build\temp.win-amd64-3.6\Release\numpy\core\src\umath\extobj.obj build\temp.win-amd64-3.6\Release\numpy\core\src\umath\cpuid.obj build\temp.win-amd64-3.6\Release\numpy\core\src\umath\scalarmath.obj build\temp.win-amd64-3.6\Release\numpy\core\src\umath\ufunc_type_resolution.obj build\temp.win-amd64-3.6\Release\numpy\core\src\umath\override.obj build\temp.win-amd64-3.6\Release\numpy\core\src\npymath\npy_math.obj build\temp.win-amd64-3.6\Release\numpy\core\src\npymath\ieee754.obj build\temp.win-amd64-3.6\Release\numpy\core\src\npymath\npy_math_complex.obj build\temp.win-amd64-3.6\Release\numpy\core\src\npymath\halffloat.obj build\temp.win-amd64-3.6\Release\numpy\core\src\common\array_assign.obj build\temp.win-amd64-3.6\Release\numpy\core\src\common\mem_overlap.obj build\temp.win-amd64-3.6\Release\numpy\core\src\common\npy_longdouble.obj build\temp.win-amd64-3.6\Release\numpy\core\src\common\ucsnarrow.obj build\temp.win-amd64-3.6\Release\numpy\core\src\common\ufunc_override.obj build\temp.win-amd64-3.6\Release\numpy\core\src\common\numpyos.obj build\temp.win-amd64-3.6\Release\numpy\core\src\common\cblasfuncs.obj build\temp.win-amd64-3.6\Release\numpy\core\src\common\python_xerbla.obj build\temp.win-amd64-3.6\Release\numpy\core\src\mkl_defs\aligned_alloc.obj /OUT:numpy\core\_multiarray_umath.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\_multiarray_umath.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\core\src\multiarray\_multiarray_umath.cp36-win_amd64.pyd.manifest building 'numpy.core._umath_tests' extension compiling C sources C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\_umath_tests.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\_umath_tests.obj numpy\core\src\umath\_umath_tests.c.src(147): remark #15009: FLOAT_matrix_multiply has been targeted for automatic cpu dispatch numpy\core\src\umath\_umath_tests.c.src(147): remark #15009: DOUBLE_matrix_multiply has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit__umath_tests build\temp.win-amd64-3.6\Release\numpy\core\src\umath\_umath_tests.obj /OUT:numpy\core\_umath_tests.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\core\src\umath\_umath_tests.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\core\src\umath\_umath_tests.cp36-win_amd64.pyd.manifest building 'numpy.core._rational_tests' extension compiling C sources C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\_rational_tests.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\_rational_tests.obj numpy\core\src\umath\_rational_tests.c.src(903): remark #15009: npyrational_fillwithscalar has been targeted for automatic cpu dispatch numpy\core\src\umath\_rational_tests.c.src(960): remark #15009: npycast_rational_float has been targeted for automatic cpu dispatch numpy\core\src\umath\_rational_tests.c.src(961): remark #15009: npycast_rational_double has been targeted for automatic cpu dispatch numpy\core\src\umath\_rational_tests.c.src(963): remark #15009: npycast_rational_npy_bool has been targeted for automatic cpu dispatch numpy\core\src\umath\_rational_tests.c.src(993): remark #15009: rational_ufunc_less has been targeted for automatic cpu dispatch numpy\core\src\umath\_rational_tests.c.src(994): remark #15009: rational_ufunc_greater has been targeted for automatic cpu dispatch numpy\core\src\umath\_rational_tests.c.src(995): remark #15009: rational_ufunc_less_equal has been targeted for automatic cpu dispatch numpy\core\src\umath\_rational_tests.c.src(996): remark #15009: rational_ufunc_greater_equal has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\lib /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 mkl_cp.lib mkl_rt.lib python36.lib /EXPORT:PyInit__rational_tests build\temp.win-amd64-3.6\Release\numpy\core\src\umath\_rational_tests.obj /OUT:numpy\core\_rational_tests.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\core\src\umath\_rational_tests.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\core\src\umath\_rational_tests.cp36-win_amd64.pyd.manifest building 'numpy.core._struct_ufunc_tests' extension compiling C sources C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\_struct_ufunc_tests.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\_struct_ufunc_tests.obj numpy\core\src\umath\_struct_ufunc_tests.c.src(22): remark #15009: add_uint64_triplet has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit__struct_ufunc_tests build\temp.win-amd64-3.6\Release\numpy\core\src\umath\_struct_ufunc_tests.obj /OUT:numpy\core\_struct_ufunc_tests.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\core\src\umath\_struct_ufunc_tests.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\core\src\umath\_struct_ufunc_tests.cp36-win_amd64.pyd.manifest building 'numpy.core._operand_flag_tests' extension compiling C sources C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\core\src\umath\_operand_flag_tests.c /Fobuild\temp.win-amd64-3.6\Release\numpy\core\src\umath\_operand_flag_tests.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit__operand_flag_tests build\temp.win-amd64-3.6\Release\numpy\core\src\umath\_operand_flag_tests.obj /OUT:numpy\core\_operand_flag_tests.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\core\src\umath\_operand_flag_tests.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\core\src\umath\_operand_flag_tests.cp36-win_amd64.pyd.manifest building 'numpy.fft._pocketfft_internal' extension compiling C sources creating build\temp.win-amd64-3.6\Release\numpy\fft C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\fft\_pocketfft.c /Fobuild\temp.win-amd64-3.6\Release\numpy\fft\_pocketfft.obj C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(70): remark #15009: calc_first_octant has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(880): remark #15009: pass_all has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(777): remark #15009: passg has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(1897): remark #15009: make_fftblue_plan has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(1007): remark #15009: cfftp_comp_twiddle has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(2231): remark #15009: execute_real_forward has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(1150): remark #15009: radf4 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(1091): remark #15009: radf2 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(1116): remark #15009: radf3 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(1191): remark #15009: radf5 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(1247): remark #15009: radfg has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(1822): remark #15009: rfftp_comp_twiddle has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(2288): remark #15009: execute_real_backward has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(1391): remark #15009: radb2 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(1558): remark #15009: radbg has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\fft\_pocketfft.c(2342): remark #15009: execute has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit__pocketfft_internal build\temp.win-amd64-3.6\Release\numpy\fft\_pocketfft.obj /OUT:numpy\fft\_pocketfft_internal.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\fft\_pocketfft_internal.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\fft\_pocketfft_internal.cp36-win_amd64.pyd.manifest building 'numpy.linalg.lapack_lite' extension compiling C sources creating build\temp.win-amd64-3.6\Release\numpy\linalg C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -DSCIPY_MKL_H -DHAVE_CBLAS -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\linalg\lapack_litemodule.c /Fobuild\temp.win-amd64-3.6\Release\numpy\linalg\lapack_litemodule.obj C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\lib /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 mkl_rt.lib python36.lib /EXPORT:PyInit_lapack_lite build\temp.win-amd64-3.6\Release\numpy\linalg\lapack_litemodule.obj /OUT:numpy\linalg\lapack_lite.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\linalg\lapack_lite.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\linalg\lapack_lite.cp36-win_amd64.pyd.manifest building 'numpy.linalg._umath_linalg' extension compiling C sources C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -DSCIPY_MKL_H -DHAVE_CBLAS -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\include -IC:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\mkl\lib -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include -Inumpy\core\include -Inumpy\core\include/numpy -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Inumpy\core\src\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\linalg\umath_linalg.c /Fobuild\temp.win-amd64-3.6\Release\numpy\linalg\umath_linalg.obj numpy\linalg\umath_linalg.c.src(1091): remark #15009: FLOAT_slogdet has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(1134): remark #15009: FLOAT_det has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(1091): remark #15009: DOUBLE_slogdet has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(1134): remark #15009: DOUBLE_det has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(1091): remark #15009: CFLOAT_slogdet has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(1134): remark #15009: CFLOAT_det has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(1091): remark #15009: CDOUBLE_slogdet has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(1134): remark #15009: CDOUBLE_det has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(2825): remark #15009: FLOAT_svd_S has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(2834): remark #15009: FLOAT_svd_A has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(2825): remark #15009: DOUBLE_svd_S has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(2834): remark #15009: DOUBLE_svd_A has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(2825): remark #15009: CFLOAT_svd_S has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(2834): remark #15009: CFLOAT_svd_A has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(2825): remark #15009: CDOUBLE_svd_S has been targeted for automatic cpu dispatch numpy\linalg\umath_linalg.c.src(2834): remark #15009: CDOUBLE_svd_A has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\lib /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 npymath.lib mkl_rt.lib python36.lib /EXPORT:PyInit__umath_linalg build\temp.win-amd64-3.6\Release\numpy\linalg\umath_linalg.obj /OUT:numpy\linalg\_umath_linalg.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\linalg\_umath_linalg.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\linalg\_umath_linalg.cp36-win_amd64.pyd.manifest building 'numpy.random.mt19937' extension compiling C sources creating build\temp.win-amd64-3.6\Release\numpy\random creating build\temp.win-amd64-3.6\Release\numpy\random\src creating build\temp.win-amd64-3.6\Release\numpy\random\src\mt19937 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\mt19937.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\mt19937.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\mt19937\mt19937.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\mt19937\mt19937.obj -U__GNUC_GNU_INLINE__ C:\projects\numpy_build\numpy\numpy\random\src\mt19937\mt19937.c(83): remark #15009: mt19937_gen has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\mt19937\mt19937.h(48): remark #15009: mt19937_next64 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\mt19937\mt19937.h(52): remark #15009: mt19937_next32 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\mt19937\mt19937.h(56): remark #15009: mt19937_next_double has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\mt19937\mt19937-jump.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\mt19937\mt19937-jump.obj -U__GNUC_GNU_INLINE__ C:\projects\numpy_build\numpy\numpy\random\src\mt19937\mt19937-jump.c(66): remark #15009: add_state has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\mt19937\mt19937-jump.c(150): remark #15009: horner1 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\mt19937\mt19937-jump.c(183): remark #15009: mt19937_jump_state has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit_mt19937 build\temp.win-amd64-3.6\Release\numpy\random\mt19937.obj build\temp.win-amd64-3.6\Release\numpy\random\src\mt19937\mt19937.obj build\temp.win-amd64-3.6\Release\numpy\random\src\mt19937\mt19937-jump.obj /OUT:numpy\random\mt19937.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\random\mt19937.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\random\mt19937.cp36-win_amd64.pyd.manifest building 'numpy.random.philox' extension compiling C sources creating build\temp.win-amd64-3.6\Release\numpy\random\src\philox C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\philox.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\philox.obj -U__GNUC_GNU_INLINE__ C:\projects\numpy_build\numpy\numpy\random\philox.c(2151): remark #15009: __pyx_f_5numpy_6random_6philox_philox_uint64 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\philox.c(2185): remark #15009: __pyx_f_5numpy_6random_6philox_philox_uint32 has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\philox.c(2219): remark #15009: __pyx_f_5numpy_6random_6philox_philox_double has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\philox\philox.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\philox\philox.obj -U__GNUC_GNU_INLINE__ C:\projects\numpy_build\numpy\numpy\random\src\philox\philox.h(196): remark #15009: philox_next has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit_philox build\temp.win-amd64-3.6\Release\numpy\random\philox.obj build\temp.win-amd64-3.6\Release\numpy\random\src\philox\philox.obj /OUT:numpy\random\philox.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\random\philox.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\random\philox.cp36-win_amd64.pyd.manifest building 'numpy.random.pcg64' extension compiling C sources creating build\temp.win-amd64-3.6\Release\numpy\random\src\pcg64 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\pcg64.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\pcg64.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\pcg64\pcg64.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\pcg64\pcg64.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit_pcg64 build\temp.win-amd64-3.6\Release\numpy\random\pcg64.obj build\temp.win-amd64-3.6\Release\numpy\random\src\pcg64\pcg64.obj /OUT:numpy\random\pcg64.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\random\pcg64.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\random\pcg64.cp36-win_amd64.pyd.manifest building 'numpy.random.sfc64' extension compiling C sources creating build\temp.win-amd64-3.6\Release\numpy\random\src\sfc64 C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\sfc64.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\sfc64.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\sfc64\sfc64.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\sfc64\sfc64.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit_sfc64 build\temp.win-amd64-3.6\Release\numpy\random\sfc64.obj build\temp.win-amd64-3.6\Release\numpy\random\src\sfc64\sfc64.obj /OUT:numpy\random\sfc64.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\random\sfc64.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\random\sfc64.cp36-win_amd64.pyd.manifest building 'numpy.random.common' extension compiling C sources C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\common.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\common.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit_common build\temp.win-amd64-3.6\Release\numpy\random\common.obj /OUT:numpy\random\common.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\random\common.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\random\common.cp36-win_amd64.pyd.manifest building 'numpy.random.bit_generator' extension compiling C sources C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\bit_generator.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\bit_generator.obj -U__GNUC_GNU_INLINE__ C:\projects\numpy_build\numpy\numpy\random\bit_generator.c(16142): remark #15009: __Pyx_CyFunction_New has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit_bit_generator build\temp.win-amd64-3.6\Release\numpy\random\bit_generator.obj /OUT:numpy\random\bit_generator.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\random\bit_generator.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\random\bit_generator.cp36-win_amd64.pyd.manifest building 'numpy.random.generator' extension compiling C sources creating build\temp.win-amd64-3.6\Release\numpy\random\src\distributions C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\generator.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\generator.obj -U__GNUC_GNU_INLINE__ C:\projects\numpy_build\numpy\numpy\random\generator.c(17683): remark #15009: __pyx_pw_5numpy_6random_9generator_9Generator_89dirichlet has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\generator.c(34082): remark #15009: __pyx_memoryview_copy_contents has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\generator.c(41863): remark #15009: __pyx_memoryview_copy_new_contig has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\distributions\logfactorial.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\distributions\logfactorial.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\distributions\distributions.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\distributions\distributions.obj -U__GNUC_GNU_INLINE__ C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1579): remark #15009: random_bounded_uint64_fill has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1632): remark #15009: random_bounded_uint32_fill has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1670): remark #15009: random_bounded_uint16_fill has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1707): remark #15009: random_bounded_uint8_fill has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1745): remark #15009: random_bounded_bool_fill has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\distributions\random_hypergeometric.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\distributions\random_hypergeometric.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit_generator build\temp.win-amd64-3.6\Release\numpy\random\generator.obj build\temp.win-amd64-3.6\Release\numpy\random\src\distributions\logfactorial.obj build\temp.win-amd64-3.6\Release\numpy\random\src\distributions\distributions.obj build\temp.win-amd64-3.6\Release\numpy\random\src\distributions\random_hypergeometric.obj /OUT:numpy\random\generator.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\random\generator.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\random\generator.cp36-win_amd64.pyd.manifest building 'numpy.random.bounded_integers' extension compiling C sources C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\bounded_integers.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\bounded_integers.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\distributions\logfactorial.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\distributions\logfactorial.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\distributions\distributions.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\distributions\distributions.obj -U__GNUC_GNU_INLINE__ C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1579): remark #15009: random_bounded_uint64_fill has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1632): remark #15009: random_bounded_uint32_fill has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1670): remark #15009: random_bounded_uint16_fill has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1707): remark #15009: random_bounded_uint8_fill has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1745): remark #15009: random_bounded_bool_fill has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\distributions\random_hypergeometric.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\distributions\random_hypergeometric.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit_bounded_integers build\temp.win-amd64-3.6\Release\numpy\random\bounded_integers.obj build\temp.win-amd64-3.6\Release\numpy\random\src\distributions\logfactorial.obj build\temp.win-amd64-3.6\Release\numpy\random\src\distributions\distributions.obj build\temp.win-amd64-3.6\Release\numpy\random\src\distributions\random_hypergeometric.obj /OUT:numpy\random\bounded_integers.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\random\bounded_integers.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\random\bounded_integers.cp36-win_amd64.pyd.manifest building 'numpy.random.mtrand' extension compiling C sources creating build\temp.win-amd64-3.6\Release\numpy\random\src\legacy C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\mtrand.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\mtrand.obj -U__GNUC_GNU_INLINE__ C:\projects\numpy_build\numpy\numpy\random\mtrand.c(17731): remark #15009: __pyx_pw_5numpy_6random_6mtrand_11RandomState_105dirichlet has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\legacy\legacy-distributions.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\legacy\legacy-distributions.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\distributions\logfactorial.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\distributions\logfactorial.obj -U__GNUC_GNU_INLINE__ C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\icl.exe /c /nologo /O3 /MD /W3 /Qstd=c99 /fp:strict /QxSSE4.2 /QaxCORE-AVX2,COMMON-AVX512 /Qstd=c99 -DNDEBUG -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\Library\include /Zi -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 -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\mkl_defs -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -IC:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\include -Inumpy\core\src\common -Inumpy\core\src\npymath -Inumpy\core\src\common -Inumpy\core\src\npymath /Tcnumpy\random\src\distributions\distributions.c /Fobuild\temp.win-amd64-3.6\Release\numpy\random\src\distributions\distributions.obj -U__GNUC_GNU_INLINE__ C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1579): remark #15009: random_bounded_uint64_fill has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1632): remark #15009: random_bounded_uint32_fill has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1670): remark #15009: random_bounded_uint16_fill has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1707): remark #15009: random_bounded_uint8_fill has been targeted for automatic cpu dispatch C:\projects\numpy_build\numpy\numpy\random\src\distributions\distributions.c(1745): remark #15009: random_bounded_bool_fill has been targeted for automatic cpu dispatch C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\intel64\xilink.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\libs /LIBPATH:C:\Users\AndersonErik\AppData\Local\conda\conda\envs\build_numpy\PCbuild\amd64 /LIBPATH:build\temp.win-amd64-3.6 python36.lib /EXPORT:PyInit_mtrand build\temp.win-amd64-3.6\Release\numpy\random\mtrand.obj build\temp.win-amd64-3.6\Release\numpy\random\src\legacy\legacy-distributions.obj build\temp.win-amd64-3.6\Release\numpy\random\src\distributions\logfactorial.obj build\temp.win-amd64-3.6\Release\numpy\random\src\distributions\distributions.obj /OUT:numpy\random\mtrand.cp36-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.6\Release\numpy\random\mtrand.cp36-win_amd64.lib /MANIFEST /MANIFESTFILE:build\temp.win-amd64-3.6\Release\numpy\random\mtrand.cp36-win_amd64.pyd.manifest (build_numpy) C:\projects\numpy_build\numpy>