Running from numpy source directory. /usr/src/slapt-src/development/numpy3/numpy-1.21.2/numpy/distutils/system_info.py:2026: UserWarning: Optimized (vendor) Blas libraries are not found. Falls back to netlib Blas library which has worse performance. A better performance should be easily gained by switching Blas library. if self._calc_info(blas): /usr/src/slapt-src/development/numpy3/numpy-1.21.2/numpy/distutils/system_info.py:2026: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. if self._calc_info(blas): /usr/src/slapt-src/development/numpy3/numpy-1.21.2/numpy/distutils/system_info.py:2026: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. if self._calc_info(blas): /usr/src/slapt-src/development/numpy3/numpy-1.21.2/numpy/distutils/system_info.py:1858: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. return getattr(self, '_calc_info_{}'.format(name))() /usr/src/slapt-src/development/numpy3/numpy-1.21.2/numpy/distutils/system_info.py:1858: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. return getattr(self, '_calc_info_{}'.format(name))() Warning: attempted relative import with no known parent package /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) In file included from numpy/core/src/common/npy_cpu_dispatch.h:8, from numpy/core/src/common/npy_config.h:6, from numpy/core/include/numpy/npy_common.h:10, from numpy/core/include/numpy/ndarraytypes.h:4, from numpy/core/include/numpy/ndarrayobject.h:12, from numpy/core/include/numpy/arrayobject.h:4, from numpy/core/src/multiarray/convert_datatype.c:7: numpy/core/include/numpy/utils.h:27:24: warning: argument 2 of type ‘PyArray_DTypeMeta *[2]’ {aka ‘struct PyArray_DTypeMeta_tag *[2]’} with mismatched bound [-Warray-parameter=] 27 | #define NPY_UNUSED(x) (__NPY_UNUSED_TAGGED ## x) __COMP_NPY_UNUSED numpy/core/src/multiarray/convert_datatype.c:2256:28: note: in expansion of macro ‘NPY_UNUSED’ 2256 | PyArray_DTypeMeta *NPY_UNUSED(dtypes[2]), | ^~~~~~~~~~ In file included from numpy/core/src/multiarray/convert_datatype.c:26: numpy/core/src/multiarray/convert_datatype.h:81:29: note: previously declared as ‘PyArray_DTypeMeta **’ {aka ‘struct PyArray_DTypeMeta_tag **’} 81 | PyArray_DTypeMeta **dtypes, | ~~~~~~~~~~~~~~~~~~~~^~~~~~ numpy/core/src/multiarray/convert_datatype.c:2257:24: warning: argument 3 of type ‘PyArray_Descr *[2]’ {aka ‘struct _PyArray_Descr *[2]’} with mismatched bound [-Warray-parameter=] 2257 | PyArray_Descr *given_descrs[2], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/convert_datatype.c:26: numpy/core/src/multiarray/convert_datatype.h:82:25: note: previously declared as ‘PyArray_Descr **’ {aka ‘struct _PyArray_Descr **’} 82 | PyArray_Descr **given_descrs, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~ numpy/core/src/multiarray/convert_datatype.c:2258:24: warning: argument 4 of type ‘PyArray_Descr *[2]’ {aka ‘struct _PyArray_Descr *[2]’} with mismatched bound [-Warray-parameter=] 2258 | PyArray_Descr *loop_descrs[2]) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/convert_datatype.c:26: numpy/core/src/multiarray/convert_datatype.h:83:25: note: previously declared as ‘PyArray_Descr **’ {aka ‘struct _PyArray_Descr **’} 83 | PyArray_Descr **loop_descrs); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~ numpy/core/src/multiarray/convert_datatype.c:2321:28: warning: argument 2 of type ‘PyArray_DTypeMeta *[2]’ {aka ‘struct PyArray_DTypeMeta_tag *[2]’} with mismatched bound [-Warray-parameter=] 2321 | PyArray_DTypeMeta *dtypes[2], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from numpy/core/src/multiarray/convert_datatype.c:26: numpy/core/src/multiarray/convert_datatype.h:95:29: note: previously declared as ‘PyArray_DTypeMeta **’ {aka ‘struct PyArray_DTypeMeta_tag **’} 95 | PyArray_DTypeMeta **dtypes, | ~~~~~~~~~~~~~~~~~~~~^~~~~~ numpy/core/src/multiarray/convert_datatype.c:2322:24: warning: argument 3 of type ‘PyArray_Descr *[2]’ {aka ‘struct _PyArray_Descr *[2]’} with mismatched bound [-Warray-parameter=] 2322 | PyArray_Descr *given_descrs[2], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/convert_datatype.c:26: numpy/core/src/multiarray/convert_datatype.h:96:25: note: previously declared as ‘PyArray_Descr **’ {aka ‘struct _PyArray_Descr **’} 96 | PyArray_Descr **input_descrs, | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~ numpy/core/src/multiarray/convert_datatype.c:2323:24: warning: argument 4 of type ‘PyArray_Descr *[2]’ {aka ‘struct _PyArray_Descr *[2]’} with mismatched bound [-Warray-parameter=] 2323 | PyArray_Descr *loop_descrs[2]) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/convert_datatype.c:26: numpy/core/src/multiarray/convert_datatype.h:97:25: note: previously declared as ‘PyArray_Descr **’ {aka ‘struct _PyArray_Descr **’} 97 | PyArray_Descr **loop_descrs); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c: In function ‘npyiter_coalesce_axes’: numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [16, 240] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [17, 241] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [18, 242] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [19, 243] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [20, 244] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [21, 245] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [22, 246] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [23, 247] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [24, 248] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [25, 249] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [26, 250] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [27, 251] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [28, 252] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [29, 253] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/core/src/multiarray/nditer_api.c:1718:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1718 | perm[idim] = (npy_int8)idim; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from numpy/core/src/multiarray/nditer_api.c:16: numpy/core/src/multiarray/nditer_impl.h:149:10: note: at offset [30, 254] into destination object ‘iter_flexdata’ of size 1 149 | char iter_flexdata; | ^~~~~~~~~~~~~ numpy/linalg/lapack_lite/f2c_blas.c: In function ‘cgemm_64_’: numpy/linalg/lapack_lite/f2c_blas.c:383:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] 383 | static integer ncola; | ^~~~~ numpy/linalg/lapack_lite/f2c_blas.c: In function ‘dgemm_64_’: numpy/linalg/lapack_lite/f2c_blas.c:6853:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] 6853 | static integer ncola; | ^~~~~ numpy/linalg/lapack_lite/f2c_blas.c: In function ‘sgemm_64_’: numpy/linalg/lapack_lite/f2c_blas.c:11457:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] 11457 | static integer ncola; | ^~~~~ numpy/linalg/lapack_lite/f2c_blas.c: In function ‘zgemm_64_’: numpy/linalg/lapack_lite/f2c_blas.c:15670:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] 15670 | static integer ncola; | ^~~~~ listing git files failed - pretending there aren't any ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/f2py usr/bin/f2py3 usr/bin/f2py3.9 usr/doc/ usr/doc/numpy3-1.21.2/ usr/doc/numpy3-1.21.2/INSTALL.rst.txt usr/doc/numpy3-1.21.2/LICENSE.txt usr/doc/numpy3-1.21.2/PKG-INFO usr/doc/numpy3-1.21.2/THANKS.txt usr/doc/numpy3-1.21.2/numpy3.SlackBuild usr/lib64/ usr/lib64/python3.9/ usr/lib64/python3.9/site-packages/ usr/lib64/python3.9/site-packages/numpy/ usr/lib64/python3.9/site-packages/numpy-1.21.2-py3.9.egg-info/ usr/lib64/python3.9/site-packages/numpy-1.21.2-py3.9.egg-info/PKG-INFO usr/lib64/python3.9/site-packages/numpy-1.21.2-py3.9.egg-info/SOURCES.txt usr/lib64/python3.9/site-packages/numpy-1.21.2-py3.9.egg-info/dependency_links.txt usr/lib64/python3.9/site-packages/numpy-1.21.2-py3.9.egg-info/entry_points.txt usr/lib64/python3.9/site-packages/numpy-1.21.2-py3.9.egg-info/not-zip-safe usr/lib64/python3.9/site-packages/numpy-1.21.2-py3.9.egg-info/top_level.txt usr/lib64/python3.9/site-packages/numpy/LICENSE.txt usr/lib64/python3.9/site-packages/numpy/__config__.py usr/lib64/python3.9/site-packages/numpy/__init__.cython-30.pxd usr/lib64/python3.9/site-packages/numpy/__init__.pxd usr/lib64/python3.9/site-packages/numpy/__init__.py usr/lib64/python3.9/site-packages/numpy/__init__.pyi usr/lib64/python3.9/site-packages/numpy/__pycache__/ usr/lib64/python3.9/site-packages/numpy/__pycache__/__config__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/__pycache__/_distributor_init.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/__pycache__/_globals.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/__pycache__/_pytesttester.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/__pycache__/_version.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/__pycache__/conftest.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/__pycache__/ctypeslib.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/__pycache__/dual.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/__pycache__/matlib.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/__pycache__/version.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/_distributor_init.py usr/lib64/python3.9/site-packages/numpy/_globals.py usr/lib64/python3.9/site-packages/numpy/_pytesttester.py usr/lib64/python3.9/site-packages/numpy/_version.py usr/lib64/python3.9/site-packages/numpy/char.pyi usr/lib64/python3.9/site-packages/numpy/compat/ usr/lib64/python3.9/site-packages/numpy/compat/__init__.py usr/lib64/python3.9/site-packages/numpy/compat/__pycache__/ usr/lib64/python3.9/site-packages/numpy/compat/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/compat/__pycache__/_inspect.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/compat/__pycache__/py3k.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/compat/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/compat/_inspect.py usr/lib64/python3.9/site-packages/numpy/compat/py3k.py usr/lib64/python3.9/site-packages/numpy/compat/setup.py usr/lib64/python3.9/site-packages/numpy/compat/tests/ usr/lib64/python3.9/site-packages/numpy/compat/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/compat/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/compat/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/compat/tests/__pycache__/test_compat.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/compat/tests/test_compat.py usr/lib64/python3.9/site-packages/numpy/conftest.py usr/lib64/python3.9/site-packages/numpy/core/ usr/lib64/python3.9/site-packages/numpy/core/__init__.py usr/lib64/python3.9/site-packages/numpy/core/__init__.pyi usr/lib64/python3.9/site-packages/numpy/core/__pycache__/ usr/lib64/python3.9/site-packages/numpy/core/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/_add_newdocs.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/_add_newdocs_scalars.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/_asarray.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/_dtype.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/_dtype_ctypes.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/_exceptions.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/_internal.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/_methods.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/_string_helpers.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/_type_aliases.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/_ufunc_config.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/arrayprint.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/cversions.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/defchararray.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/einsumfunc.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/fromnumeric.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/function_base.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/generate_numpy_api.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/getlimits.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/machar.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/memmap.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/multiarray.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/numeric.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/numerictypes.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/overrides.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/records.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/setup_common.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/shape_base.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/umath.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/__pycache__/umath_tests.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/_add_newdocs.py usr/lib64/python3.9/site-packages/numpy/core/_add_newdocs_scalars.py usr/lib64/python3.9/site-packages/numpy/core/_asarray.py usr/lib64/python3.9/site-packages/numpy/core/_asarray.pyi usr/lib64/python3.9/site-packages/numpy/core/_dtype.py usr/lib64/python3.9/site-packages/numpy/core/_dtype_ctypes.py usr/lib64/python3.9/site-packages/numpy/core/_exceptions.py usr/lib64/python3.9/site-packages/numpy/core/_internal.py usr/lib64/python3.9/site-packages/numpy/core/_internal.pyi usr/lib64/python3.9/site-packages/numpy/core/_methods.py usr/lib64/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/core/_operand_flag_tests.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/core/_rational_tests.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/core/_simd.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/core/_string_helpers.py usr/lib64/python3.9/site-packages/numpy/core/_struct_ufunc_tests.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/core/_type_aliases.py usr/lib64/python3.9/site-packages/numpy/core/_type_aliases.pyi usr/lib64/python3.9/site-packages/numpy/core/_ufunc_config.py usr/lib64/python3.9/site-packages/numpy/core/_ufunc_config.pyi usr/lib64/python3.9/site-packages/numpy/core/_umath_tests.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/core/arrayprint.py usr/lib64/python3.9/site-packages/numpy/core/arrayprint.pyi usr/lib64/python3.9/site-packages/numpy/core/cversions.py usr/lib64/python3.9/site-packages/numpy/core/defchararray.py usr/lib64/python3.9/site-packages/numpy/core/einsumfunc.py usr/lib64/python3.9/site-packages/numpy/core/einsumfunc.pyi usr/lib64/python3.9/site-packages/numpy/core/fromnumeric.py usr/lib64/python3.9/site-packages/numpy/core/fromnumeric.pyi usr/lib64/python3.9/site-packages/numpy/core/function_base.py usr/lib64/python3.9/site-packages/numpy/core/function_base.pyi usr/lib64/python3.9/site-packages/numpy/core/generate_numpy_api.py usr/lib64/python3.9/site-packages/numpy/core/getlimits.py usr/lib64/python3.9/site-packages/numpy/core/include/ usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/__ufunc_api.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/_numpyconfig.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/arrayscalars.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/halffloat.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/libdivide/ usr/lib64/python3.9/site-packages/numpy/core/include/numpy/libdivide/LICENSE.txt usr/lib64/python3.9/site-packages/numpy/core/include/numpy/libdivide/libdivide.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/multiarray_api.txt usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/noprefix.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_3kcompat.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_common.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_cpu.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_endian.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_interrupt.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_math.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_no_deprecated_api.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/npy_os.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/numpyconfig.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/old_defines.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/oldnumeric.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/random/ usr/lib64/python3.9/site-packages/numpy/core/include/numpy/random/bitgen.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/random/distributions.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ufunc_api.txt usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ufuncobject.h usr/lib64/python3.9/site-packages/numpy/core/include/numpy/utils.h usr/lib64/python3.9/site-packages/numpy/core/lib/ usr/lib64/python3.9/site-packages/numpy/core/lib/libnpymath.a usr/lib64/python3.9/site-packages/numpy/core/lib/npy-pkg-config/ usr/lib64/python3.9/site-packages/numpy/core/lib/npy-pkg-config/mlib.ini usr/lib64/python3.9/site-packages/numpy/core/lib/npy-pkg-config/npymath.ini usr/lib64/python3.9/site-packages/numpy/core/machar.py usr/lib64/python3.9/site-packages/numpy/core/memmap.py usr/lib64/python3.9/site-packages/numpy/core/multiarray.py usr/lib64/python3.9/site-packages/numpy/core/numeric.py usr/lib64/python3.9/site-packages/numpy/core/numeric.pyi usr/lib64/python3.9/site-packages/numpy/core/numerictypes.py usr/lib64/python3.9/site-packages/numpy/core/numerictypes.pyi usr/lib64/python3.9/site-packages/numpy/core/overrides.py usr/lib64/python3.9/site-packages/numpy/core/records.py usr/lib64/python3.9/site-packages/numpy/core/setup.py usr/lib64/python3.9/site-packages/numpy/core/setup_common.py usr/lib64/python3.9/site-packages/numpy/core/shape_base.py usr/lib64/python3.9/site-packages/numpy/core/shape_base.pyi usr/lib64/python3.9/site-packages/numpy/core/tests/ usr/lib64/python3.9/site-packages/numpy/core/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/_locales.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test__exceptions.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_abc.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_api.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_argparse.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_array_coercion.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_arraymethod.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_arrayprint.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_casting_unittests.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_conversion_utils.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_cpu_dispatcher.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_cpu_features.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_cython.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_datetime.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_defchararray.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_deprecations.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_dtype.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_einsum.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_errstate.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_extint128.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_function_base.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_getlimits.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_half.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_indexerrors.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_indexing.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_item_selection.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_longdouble.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_machar.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_mem_overlap.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_memmap.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_multiarray.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_nditer.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_numeric.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_numerictypes.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_overrides.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_print.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_protocols.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_records.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_regression.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_scalar_ctors.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_scalar_methods.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_scalarbuffer.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_scalarinherit.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_scalarmath.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_scalarprint.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_shape_base.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_simd.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_simd_module.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_ufunc.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_umath.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_umath_accuracy.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_umath_complex.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/__pycache__/test_unicode.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/core/tests/_locales.py usr/lib64/python3.9/site-packages/numpy/core/tests/data/ usr/lib64/python3.9/site-packages/numpy/core/tests/data/astype_copy.pkl usr/lib64/python3.9/site-packages/numpy/core/tests/data/recarray_from_file.fits usr/lib64/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-README.txt usr/lib64/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-cos.csv usr/lib64/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-exp.csv usr/lib64/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-log.csv usr/lib64/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-sin.csv usr/lib64/python3.9/site-packages/numpy/core/tests/examples/ usr/lib64/python3.9/site-packages/numpy/core/tests/examples/checks.pyx usr/lib64/python3.9/site-packages/numpy/core/tests/examples/setup.py usr/lib64/python3.9/site-packages/numpy/core/tests/test__exceptions.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_abc.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_api.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_argparse.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_array_coercion.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_arraymethod.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_arrayprint.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_casting_unittests.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_conversion_utils.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_cpu_dispatcher.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_cpu_features.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_cython.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_datetime.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_defchararray.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_deprecations.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_dtype.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_einsum.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_errstate.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_extint128.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_function_base.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_getlimits.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_half.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_indexerrors.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_indexing.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_item_selection.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_longdouble.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_machar.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_mem_overlap.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_memmap.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_multiarray.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_nditer.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_numeric.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_numerictypes.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_overrides.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_print.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_protocols.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_records.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_regression.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_scalar_ctors.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_scalar_methods.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_scalarbuffer.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_scalarinherit.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_scalarmath.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_scalarprint.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_shape_base.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_simd.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_simd_module.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_ufunc.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_umath.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_umath_accuracy.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_umath_complex.py usr/lib64/python3.9/site-packages/numpy/core/tests/test_unicode.py usr/lib64/python3.9/site-packages/numpy/core/umath.py usr/lib64/python3.9/site-packages/numpy/core/umath_tests.py usr/lib64/python3.9/site-packages/numpy/ctypeslib.py usr/lib64/python3.9/site-packages/numpy/ctypeslib.pyi usr/lib64/python3.9/site-packages/numpy/distutils/ usr/lib64/python3.9/site-packages/numpy/distutils/__config__.py usr/lib64/python3.9/site-packages/numpy/distutils/__init__.py usr/lib64/python3.9/site-packages/numpy/distutils/__init__.pyi usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/ usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/__config__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/_shell_utils.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/ccompiler.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/ccompiler_opt.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/conv_template.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/core.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/cpuinfo.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/exec_command.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/extension.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/from_template.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/intelccompiler.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/lib2def.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/line_endings.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/log.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/mingw32ccompiler.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/misc_util.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/msvc9compiler.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/msvccompiler.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/npy_pkg_config.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/numpy_distribution.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/pathccompiler.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/system_info.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/__pycache__/unixccompiler.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/_shell_utils.py usr/lib64/python3.9/site-packages/numpy/distutils/ccompiler.py usr/lib64/python3.9/site-packages/numpy/distutils/ccompiler_opt.py usr/lib64/python3.9/site-packages/numpy/distutils/checks/ usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_asimd.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_asimddp.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_asimdfhm.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_asimdhp.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_avx.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_avx2.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_clx.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_cnl.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_icl.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knl.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knm.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_skx.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_avx512cd.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_avx512f.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_f16c.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_fma3.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_fma4.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_neon.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_neon_fp16.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_neon_vfpv4.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_popcnt.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_sse.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_sse2.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_sse3.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_sse41.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_sse42.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_ssse3.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_vsx.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_vsx2.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_vsx3.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_xop.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/extra_avx512bw_mask.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/extra_avx512dq_mask.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/extra_avx512f_reduce.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/extra_vsx_asm.c usr/lib64/python3.9/site-packages/numpy/distutils/checks/test_flags.c usr/lib64/python3.9/site-packages/numpy/distutils/command/ usr/lib64/python3.9/site-packages/numpy/distutils/command/__init__.py usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/ usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/autodist.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/bdist_rpm.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/build.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/build_clib.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/build_ext.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/build_py.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/build_scripts.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/build_src.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/config.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/config_compiler.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/develop.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/egg_info.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/install.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/install_clib.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/install_data.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/install_headers.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/__pycache__/sdist.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/command/autodist.py usr/lib64/python3.9/site-packages/numpy/distutils/command/bdist_rpm.py usr/lib64/python3.9/site-packages/numpy/distutils/command/build.py usr/lib64/python3.9/site-packages/numpy/distutils/command/build_clib.py usr/lib64/python3.9/site-packages/numpy/distutils/command/build_ext.py usr/lib64/python3.9/site-packages/numpy/distutils/command/build_py.py usr/lib64/python3.9/site-packages/numpy/distutils/command/build_scripts.py usr/lib64/python3.9/site-packages/numpy/distutils/command/build_src.py usr/lib64/python3.9/site-packages/numpy/distutils/command/config.py usr/lib64/python3.9/site-packages/numpy/distutils/command/config_compiler.py usr/lib64/python3.9/site-packages/numpy/distutils/command/develop.py usr/lib64/python3.9/site-packages/numpy/distutils/command/egg_info.py usr/lib64/python3.9/site-packages/numpy/distutils/command/install.py usr/lib64/python3.9/site-packages/numpy/distutils/command/install_clib.py usr/lib64/python3.9/site-packages/numpy/distutils/command/install_data.py usr/lib64/python3.9/site-packages/numpy/distutils/command/install_headers.py usr/lib64/python3.9/site-packages/numpy/distutils/command/sdist.py usr/lib64/python3.9/site-packages/numpy/distutils/conv_template.py usr/lib64/python3.9/site-packages/numpy/distutils/core.py usr/lib64/python3.9/site-packages/numpy/distutils/cpuinfo.py usr/lib64/python3.9/site-packages/numpy/distutils/exec_command.py usr/lib64/python3.9/site-packages/numpy/distutils/extension.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/ usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__init__.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/ usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/absoft.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/compaq.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/environment.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/fujitsu.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/g95.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/gnu.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/hpux.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/ibm.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/intel.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/lahey.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/mips.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/nag.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/none.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/nv.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/pathf95.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/pg.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/sun.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/vast.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/absoft.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/compaq.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/environment.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/fujitsu.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/g95.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/gnu.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/hpux.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/ibm.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/intel.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/lahey.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/mips.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/nag.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/none.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/nv.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/pathf95.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/pg.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/sun.py usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/vast.py usr/lib64/python3.9/site-packages/numpy/distutils/from_template.py usr/lib64/python3.9/site-packages/numpy/distutils/intelccompiler.py usr/lib64/python3.9/site-packages/numpy/distutils/lib2def.py usr/lib64/python3.9/site-packages/numpy/distutils/line_endings.py usr/lib64/python3.9/site-packages/numpy/distutils/log.py usr/lib64/python3.9/site-packages/numpy/distutils/mingw/ usr/lib64/python3.9/site-packages/numpy/distutils/mingw/gfortran_vs2003_hack.c usr/lib64/python3.9/site-packages/numpy/distutils/mingw32ccompiler.py usr/lib64/python3.9/site-packages/numpy/distutils/misc_util.py usr/lib64/python3.9/site-packages/numpy/distutils/msvc9compiler.py usr/lib64/python3.9/site-packages/numpy/distutils/msvccompiler.py usr/lib64/python3.9/site-packages/numpy/distutils/npy_pkg_config.py usr/lib64/python3.9/site-packages/numpy/distutils/numpy_distribution.py usr/lib64/python3.9/site-packages/numpy/distutils/pathccompiler.py usr/lib64/python3.9/site-packages/numpy/distutils/setup.py usr/lib64/python3.9/site-packages/numpy/distutils/system_info.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/ usr/lib64/python3.9/site-packages/numpy/distutils/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_build_ext.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt_conf.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_exec_command.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_gnu.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_intel.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_nagfor.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_from_template.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_mingw32ccompiler.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_misc_util.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_npy_pkg_config.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_shell_utils.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_system_info.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_build_ext.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_ccompiler_opt.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_ccompiler_opt_conf.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_exec_command.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_fcompiler.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_fcompiler_gnu.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_fcompiler_intel.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_fcompiler_nagfor.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_from_template.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_mingw32ccompiler.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_misc_util.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_npy_pkg_config.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_shell_utils.py usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_system_info.py usr/lib64/python3.9/site-packages/numpy/distutils/unixccompiler.py usr/lib64/python3.9/site-packages/numpy/doc/ usr/lib64/python3.9/site-packages/numpy/doc/__init__.py usr/lib64/python3.9/site-packages/numpy/doc/__pycache__/ usr/lib64/python3.9/site-packages/numpy/doc/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/doc/__pycache__/constants.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/doc/__pycache__/ufuncs.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/doc/constants.py usr/lib64/python3.9/site-packages/numpy/doc/ufuncs.py usr/lib64/python3.9/site-packages/numpy/dual.py usr/lib64/python3.9/site-packages/numpy/f2py/ usr/lib64/python3.9/site-packages/numpy/f2py/__init__.py usr/lib64/python3.9/site-packages/numpy/f2py/__init__.pyi usr/lib64/python3.9/site-packages/numpy/f2py/__main__.py usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/ usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/__main__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/__version__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/auxfuncs.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/capi_maps.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/cb_rules.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/cfuncs.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/common_rules.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/crackfortran.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/diagnose.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/f2py2e.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/f2py_testing.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/f90mod_rules.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/func2subr.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/rules.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__pycache__/use_rules.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/__version__.py usr/lib64/python3.9/site-packages/numpy/f2py/auxfuncs.py usr/lib64/python3.9/site-packages/numpy/f2py/capi_maps.py usr/lib64/python3.9/site-packages/numpy/f2py/cb_rules.py usr/lib64/python3.9/site-packages/numpy/f2py/cfuncs.py usr/lib64/python3.9/site-packages/numpy/f2py/common_rules.py usr/lib64/python3.9/site-packages/numpy/f2py/crackfortran.py usr/lib64/python3.9/site-packages/numpy/f2py/diagnose.py usr/lib64/python3.9/site-packages/numpy/f2py/f2py2e.py usr/lib64/python3.9/site-packages/numpy/f2py/f2py_testing.py usr/lib64/python3.9/site-packages/numpy/f2py/f90mod_rules.py usr/lib64/python3.9/site-packages/numpy/f2py/func2subr.py usr/lib64/python3.9/site-packages/numpy/f2py/rules.py usr/lib64/python3.9/site-packages/numpy/f2py/setup.py usr/lib64/python3.9/site-packages/numpy/f2py/src/ usr/lib64/python3.9/site-packages/numpy/f2py/src/fortranobject.c usr/lib64/python3.9/site-packages/numpy/f2py/src/fortranobject.h usr/lib64/python3.9/site-packages/numpy/f2py/tests/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_abstract_interface.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_array_from_pyobj.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_assumed_shape.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_block_docstring.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_callback.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_common.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_compile_function.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_crackfortran.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_kind.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_mixed.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_module_doc.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_parameter.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_quoted_character.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_regression.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_return_character.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_return_complex.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_return_integer.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_return_logical.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_return_real.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_semicolon_split.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_size.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_string.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/__pycache__/util.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/array_from_pyobj/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape/foo_free.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape/foo_mod.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape/foo_use.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape/precision.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/common/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/common/block.f usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/kind/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/kind/foo.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/mixed/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/mixed/foo.f usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/mixed/foo_fixed.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/mixed/foo_free.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/module_data/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/module_data/mod.mod usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/module_data/module_data_docstring.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/parameter/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/parameter/constant_both.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/parameter/constant_compound.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/parameter/constant_integer.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/parameter/constant_non_compound.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/parameter/constant_real.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/regression/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/regression/inout.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/size/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/size/foo.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/string/ usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/string/char.f90 usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_abstract_interface.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_array_from_pyobj.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_assumed_shape.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_block_docstring.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_callback.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_common.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_compile_function.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_crackfortran.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_kind.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_mixed.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_module_doc.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_parameter.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_quoted_character.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_regression.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_return_character.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_return_complex.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_return_integer.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_return_logical.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_return_real.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_semicolon_split.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_size.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_string.py usr/lib64/python3.9/site-packages/numpy/f2py/tests/util.py usr/lib64/python3.9/site-packages/numpy/f2py/use_rules.py usr/lib64/python3.9/site-packages/numpy/fft/ usr/lib64/python3.9/site-packages/numpy/fft/__init__.py usr/lib64/python3.9/site-packages/numpy/fft/__init__.pyi usr/lib64/python3.9/site-packages/numpy/fft/__pycache__/ usr/lib64/python3.9/site-packages/numpy/fft/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/fft/__pycache__/_pocketfft.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/fft/__pycache__/helper.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/fft/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft.py usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/fft/helper.py usr/lib64/python3.9/site-packages/numpy/fft/setup.py usr/lib64/python3.9/site-packages/numpy/fft/tests/ usr/lib64/python3.9/site-packages/numpy/fft/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/fft/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/fft/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/fft/tests/__pycache__/test_helper.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/fft/tests/__pycache__/test_pocketfft.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/fft/tests/test_helper.py usr/lib64/python3.9/site-packages/numpy/fft/tests/test_pocketfft.py usr/lib64/python3.9/site-packages/numpy/lib/ usr/lib64/python3.9/site-packages/numpy/lib/__init__.py usr/lib64/python3.9/site-packages/numpy/lib/__init__.pyi usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/ usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/_datasource.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/_iotools.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/_version.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/arraypad.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/arraysetops.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/arrayterator.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/format.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/function_base.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/histograms.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/index_tricks.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/mixins.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/nanfunctions.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/npyio.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/polynomial.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/recfunctions.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/scimath.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/shape_base.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/twodim_base.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/type_check.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/ufunclike.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/user_array.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/__pycache__/utils.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/_datasource.py usr/lib64/python3.9/site-packages/numpy/lib/_iotools.py usr/lib64/python3.9/site-packages/numpy/lib/_version.py usr/lib64/python3.9/site-packages/numpy/lib/_version.pyi usr/lib64/python3.9/site-packages/numpy/lib/arraypad.py usr/lib64/python3.9/site-packages/numpy/lib/arraypad.pyi usr/lib64/python3.9/site-packages/numpy/lib/arraysetops.py usr/lib64/python3.9/site-packages/numpy/lib/arraysetops.pyi usr/lib64/python3.9/site-packages/numpy/lib/arrayterator.py usr/lib64/python3.9/site-packages/numpy/lib/arrayterator.pyi usr/lib64/python3.9/site-packages/numpy/lib/format.py usr/lib64/python3.9/site-packages/numpy/lib/format.pyi usr/lib64/python3.9/site-packages/numpy/lib/function_base.py usr/lib64/python3.9/site-packages/numpy/lib/function_base.pyi usr/lib64/python3.9/site-packages/numpy/lib/histograms.py usr/lib64/python3.9/site-packages/numpy/lib/histograms.pyi usr/lib64/python3.9/site-packages/numpy/lib/index_tricks.py usr/lib64/python3.9/site-packages/numpy/lib/index_tricks.pyi usr/lib64/python3.9/site-packages/numpy/lib/mixins.py usr/lib64/python3.9/site-packages/numpy/lib/mixins.pyi usr/lib64/python3.9/site-packages/numpy/lib/nanfunctions.py usr/lib64/python3.9/site-packages/numpy/lib/nanfunctions.pyi usr/lib64/python3.9/site-packages/numpy/lib/npyio.py usr/lib64/python3.9/site-packages/numpy/lib/npyio.pyi usr/lib64/python3.9/site-packages/numpy/lib/polynomial.py usr/lib64/python3.9/site-packages/numpy/lib/polynomial.pyi usr/lib64/python3.9/site-packages/numpy/lib/recfunctions.py usr/lib64/python3.9/site-packages/numpy/lib/scimath.py usr/lib64/python3.9/site-packages/numpy/lib/scimath.pyi usr/lib64/python3.9/site-packages/numpy/lib/setup.py usr/lib64/python3.9/site-packages/numpy/lib/shape_base.py usr/lib64/python3.9/site-packages/numpy/lib/shape_base.pyi usr/lib64/python3.9/site-packages/numpy/lib/stride_tricks.py usr/lib64/python3.9/site-packages/numpy/lib/stride_tricks.pyi usr/lib64/python3.9/site-packages/numpy/lib/tests/ usr/lib64/python3.9/site-packages/numpy/lib/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test__datasource.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test__iotools.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test__version.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_arraypad.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_arraysetops.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_arrayterator.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_financial_expired.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_format.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_function_base.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_histograms.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_index_tricks.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_io.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_mixins.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_nanfunctions.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_packbits.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_polynomial.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_recfunctions.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_regression.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_shape_base.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_stride_tricks.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_twodim_base.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_type_check.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_ufunclike.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/__pycache__/test_utils.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/lib/tests/data/ usr/lib64/python3.9/site-packages/numpy/lib/tests/data/py2-objarr.npy usr/lib64/python3.9/site-packages/numpy/lib/tests/data/py2-objarr.npz usr/lib64/python3.9/site-packages/numpy/lib/tests/data/py3-objarr.npy usr/lib64/python3.9/site-packages/numpy/lib/tests/data/py3-objarr.npz usr/lib64/python3.9/site-packages/numpy/lib/tests/data/python3.npy usr/lib64/python3.9/site-packages/numpy/lib/tests/data/win64python2.npy usr/lib64/python3.9/site-packages/numpy/lib/tests/test__datasource.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test__iotools.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test__version.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_arraypad.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_arraysetops.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_arrayterator.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_financial_expired.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_format.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_function_base.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_histograms.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_index_tricks.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_io.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_mixins.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_nanfunctions.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_packbits.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_polynomial.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_recfunctions.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_regression.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_shape_base.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_stride_tricks.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_twodim_base.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_type_check.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_ufunclike.py usr/lib64/python3.9/site-packages/numpy/lib/tests/test_utils.py usr/lib64/python3.9/site-packages/numpy/lib/twodim_base.py usr/lib64/python3.9/site-packages/numpy/lib/twodim_base.pyi usr/lib64/python3.9/site-packages/numpy/lib/type_check.py usr/lib64/python3.9/site-packages/numpy/lib/type_check.pyi usr/lib64/python3.9/site-packages/numpy/lib/ufunclike.py usr/lib64/python3.9/site-packages/numpy/lib/ufunclike.pyi usr/lib64/python3.9/site-packages/numpy/lib/user_array.py usr/lib64/python3.9/site-packages/numpy/lib/utils.py usr/lib64/python3.9/site-packages/numpy/lib/utils.pyi usr/lib64/python3.9/site-packages/numpy/linalg/ usr/lib64/python3.9/site-packages/numpy/linalg/__init__.py usr/lib64/python3.9/site-packages/numpy/linalg/__init__.pyi usr/lib64/python3.9/site-packages/numpy/linalg/__pycache__/ usr/lib64/python3.9/site-packages/numpy/linalg/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/linalg/__pycache__/linalg.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/linalg/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/linalg/linalg.py usr/lib64/python3.9/site-packages/numpy/linalg/setup.py usr/lib64/python3.9/site-packages/numpy/linalg/tests/ usr/lib64/python3.9/site-packages/numpy/linalg/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/linalg/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/linalg/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/linalg/tests/__pycache__/test_build.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/linalg/tests/__pycache__/test_deprecations.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/linalg/tests/__pycache__/test_linalg.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/linalg/tests/__pycache__/test_regression.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/linalg/tests/test_build.py usr/lib64/python3.9/site-packages/numpy/linalg/tests/test_deprecations.py usr/lib64/python3.9/site-packages/numpy/linalg/tests/test_linalg.py usr/lib64/python3.9/site-packages/numpy/linalg/tests/test_regression.py usr/lib64/python3.9/site-packages/numpy/ma/ usr/lib64/python3.9/site-packages/numpy/ma/__init__.py usr/lib64/python3.9/site-packages/numpy/ma/__init__.pyi usr/lib64/python3.9/site-packages/numpy/ma/__pycache__/ usr/lib64/python3.9/site-packages/numpy/ma/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/__pycache__/bench.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/__pycache__/core.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/__pycache__/extras.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/__pycache__/mrecords.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/__pycache__/testutils.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/__pycache__/timer_comparison.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/bench.py usr/lib64/python3.9/site-packages/numpy/ma/core.py usr/lib64/python3.9/site-packages/numpy/ma/core.pyi usr/lib64/python3.9/site-packages/numpy/ma/extras.py usr/lib64/python3.9/site-packages/numpy/ma/extras.pyi usr/lib64/python3.9/site-packages/numpy/ma/mrecords.py usr/lib64/python3.9/site-packages/numpy/ma/mrecords.pyi usr/lib64/python3.9/site-packages/numpy/ma/setup.py usr/lib64/python3.9/site-packages/numpy/ma/tests/ usr/lib64/python3.9/site-packages/numpy/ma/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/ma/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/ma/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/tests/__pycache__/test_core.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/tests/__pycache__/test_deprecations.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/tests/__pycache__/test_extras.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/tests/__pycache__/test_mrecords.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/tests/__pycache__/test_old_ma.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/tests/__pycache__/test_regression.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/tests/__pycache__/test_subclassing.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/ma/tests/test_core.py usr/lib64/python3.9/site-packages/numpy/ma/tests/test_deprecations.py usr/lib64/python3.9/site-packages/numpy/ma/tests/test_extras.py usr/lib64/python3.9/site-packages/numpy/ma/tests/test_mrecords.py usr/lib64/python3.9/site-packages/numpy/ma/tests/test_old_ma.py usr/lib64/python3.9/site-packages/numpy/ma/tests/test_regression.py usr/lib64/python3.9/site-packages/numpy/ma/tests/test_subclassing.py usr/lib64/python3.9/site-packages/numpy/ma/testutils.py usr/lib64/python3.9/site-packages/numpy/ma/timer_comparison.py usr/lib64/python3.9/site-packages/numpy/matlib.py usr/lib64/python3.9/site-packages/numpy/matrixlib/ usr/lib64/python3.9/site-packages/numpy/matrixlib/__init__.py usr/lib64/python3.9/site-packages/numpy/matrixlib/__init__.pyi usr/lib64/python3.9/site-packages/numpy/matrixlib/__pycache__/ usr/lib64/python3.9/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/matrixlib/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/matrixlib/defmatrix.py usr/lib64/python3.9/site-packages/numpy/matrixlib/setup.py usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/ usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_defmatrix.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_interaction.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_masked_matrix.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_matrix_linalg.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_multiarray.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_numeric.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_regression.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_defmatrix.py usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_interaction.py usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_masked_matrix.py usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_matrix_linalg.py usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_multiarray.py usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_numeric.py usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_regression.py usr/lib64/python3.9/site-packages/numpy/polynomial/ usr/lib64/python3.9/site-packages/numpy/polynomial/__init__.py usr/lib64/python3.9/site-packages/numpy/polynomial/__init__.pyi usr/lib64/python3.9/site-packages/numpy/polynomial/__pycache__/ usr/lib64/python3.9/site-packages/numpy/polynomial/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/__pycache__/hermite.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/__pycache__/legendre.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/_polybase.py usr/lib64/python3.9/site-packages/numpy/polynomial/_polybase.pyi usr/lib64/python3.9/site-packages/numpy/polynomial/chebyshev.py usr/lib64/python3.9/site-packages/numpy/polynomial/chebyshev.pyi usr/lib64/python3.9/site-packages/numpy/polynomial/hermite.py usr/lib64/python3.9/site-packages/numpy/polynomial/hermite.pyi usr/lib64/python3.9/site-packages/numpy/polynomial/hermite_e.py usr/lib64/python3.9/site-packages/numpy/polynomial/hermite_e.pyi usr/lib64/python3.9/site-packages/numpy/polynomial/laguerre.py usr/lib64/python3.9/site-packages/numpy/polynomial/laguerre.pyi usr/lib64/python3.9/site-packages/numpy/polynomial/legendre.py usr/lib64/python3.9/site-packages/numpy/polynomial/legendre.pyi usr/lib64/python3.9/site-packages/numpy/polynomial/polynomial.py usr/lib64/python3.9/site-packages/numpy/polynomial/polynomial.pyi usr/lib64/python3.9/site-packages/numpy/polynomial/polyutils.py usr/lib64/python3.9/site-packages/numpy/polynomial/polyutils.pyi usr/lib64/python3.9/site-packages/numpy/polynomial/setup.py usr/lib64/python3.9/site-packages/numpy/polynomial/tests/ usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_chebyshev.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_classes.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_hermite.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_hermite_e.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_laguerre.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_legendre.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_polynomial.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_polyutils.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_printing.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_chebyshev.py usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_classes.py usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_hermite.py usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_hermite_e.py usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_laguerre.py usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_legendre.py usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_polynomial.py usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_polyutils.py usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_printing.py usr/lib64/python3.9/site-packages/numpy/py.typed usr/lib64/python3.9/site-packages/numpy/random/ usr/lib64/python3.9/site-packages/numpy/random/__init__.pxd usr/lib64/python3.9/site-packages/numpy/random/__init__.py usr/lib64/python3.9/site-packages/numpy/random/__init__.pyi usr/lib64/python3.9/site-packages/numpy/random/__pycache__/ usr/lib64/python3.9/site-packages/numpy/random/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/__pycache__/_pickle.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/random/_bounded_integers.pxd usr/lib64/python3.9/site-packages/numpy/random/_common.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/random/_common.pxd usr/lib64/python3.9/site-packages/numpy/random/_examples/ usr/lib64/python3.9/site-packages/numpy/random/_examples/cffi/ usr/lib64/python3.9/site-packages/numpy/random/_examples/cffi/extending.py usr/lib64/python3.9/site-packages/numpy/random/_examples/cffi/parse.py usr/lib64/python3.9/site-packages/numpy/random/_examples/cython/ usr/lib64/python3.9/site-packages/numpy/random/_examples/cython/extending.pyx usr/lib64/python3.9/site-packages/numpy/random/_examples/cython/extending_distributions.pyx usr/lib64/python3.9/site-packages/numpy/random/_examples/cython/setup.py usr/lib64/python3.9/site-packages/numpy/random/_examples/numba/ usr/lib64/python3.9/site-packages/numpy/random/_examples/numba/extending.py usr/lib64/python3.9/site-packages/numpy/random/_examples/numba/extending_distributions.py usr/lib64/python3.9/site-packages/numpy/random/_generator.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/random/_generator.pyi usr/lib64/python3.9/site-packages/numpy/random/_mt19937.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/random/_mt19937.pyi usr/lib64/python3.9/site-packages/numpy/random/_pcg64.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/random/_pcg64.pyi usr/lib64/python3.9/site-packages/numpy/random/_philox.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/random/_philox.pyi usr/lib64/python3.9/site-packages/numpy/random/_pickle.py usr/lib64/python3.9/site-packages/numpy/random/_sfc64.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/random/_sfc64.pyi usr/lib64/python3.9/site-packages/numpy/random/bit_generator.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/random/bit_generator.pxd usr/lib64/python3.9/site-packages/numpy/random/bit_generator.pyi usr/lib64/python3.9/site-packages/numpy/random/c_distributions.pxd usr/lib64/python3.9/site-packages/numpy/random/lib/ usr/lib64/python3.9/site-packages/numpy/random/lib/libnpyrandom.a usr/lib64/python3.9/site-packages/numpy/random/mtrand.cpython-39-x86_64-linux-gnu.so usr/lib64/python3.9/site-packages/numpy/random/mtrand.pyi usr/lib64/python3.9/site-packages/numpy/random/setup.py usr/lib64/python3.9/site-packages/numpy/random/tests/ usr/lib64/python3.9/site-packages/numpy/random/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/random/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/random/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/tests/__pycache__/test_direct.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/tests/__pycache__/test_extending.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937_regressions.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/tests/__pycache__/test_random.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/tests/__pycache__/test_randomstate.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/tests/__pycache__/test_randomstate_regression.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/tests/__pycache__/test_regression.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/tests/__pycache__/test_seed_sequence.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/tests/__pycache__/test_smoke.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/random/tests/data/ usr/lib64/python3.9/site-packages/numpy/random/tests/data/__init__.py usr/lib64/python3.9/site-packages/numpy/random/tests/data/mt19937-testset-1.csv usr/lib64/python3.9/site-packages/numpy/random/tests/data/mt19937-testset-2.csv usr/lib64/python3.9/site-packages/numpy/random/tests/data/pcg64-testset-1.csv usr/lib64/python3.9/site-packages/numpy/random/tests/data/pcg64-testset-2.csv usr/lib64/python3.9/site-packages/numpy/random/tests/data/pcg64dxsm-testset-1.csv usr/lib64/python3.9/site-packages/numpy/random/tests/data/pcg64dxsm-testset-2.csv usr/lib64/python3.9/site-packages/numpy/random/tests/data/philox-testset-1.csv usr/lib64/python3.9/site-packages/numpy/random/tests/data/philox-testset-2.csv usr/lib64/python3.9/site-packages/numpy/random/tests/data/sfc64-testset-1.csv usr/lib64/python3.9/site-packages/numpy/random/tests/data/sfc64-testset-2.csv usr/lib64/python3.9/site-packages/numpy/random/tests/test_direct.py usr/lib64/python3.9/site-packages/numpy/random/tests/test_extending.py usr/lib64/python3.9/site-packages/numpy/random/tests/test_generator_mt19937.py usr/lib64/python3.9/site-packages/numpy/random/tests/test_generator_mt19937_regressions.py usr/lib64/python3.9/site-packages/numpy/random/tests/test_random.py usr/lib64/python3.9/site-packages/numpy/random/tests/test_randomstate.py usr/lib64/python3.9/site-packages/numpy/random/tests/test_randomstate_regression.py usr/lib64/python3.9/site-packages/numpy/random/tests/test_regression.py usr/lib64/python3.9/site-packages/numpy/random/tests/test_seed_sequence.py usr/lib64/python3.9/site-packages/numpy/random/tests/test_smoke.py usr/lib64/python3.9/site-packages/numpy/rec.pyi usr/lib64/python3.9/site-packages/numpy/setup.py usr/lib64/python3.9/site-packages/numpy/testing/ usr/lib64/python3.9/site-packages/numpy/testing/__init__.py usr/lib64/python3.9/site-packages/numpy/testing/__init__.pyi usr/lib64/python3.9/site-packages/numpy/testing/__pycache__/ usr/lib64/python3.9/site-packages/numpy/testing/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/__pycache__/print_coercion_tables.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/__pycache__/utils.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/_private/ usr/lib64/python3.9/site-packages/numpy/testing/_private/__init__.py usr/lib64/python3.9/site-packages/numpy/testing/_private/__pycache__/ usr/lib64/python3.9/site-packages/numpy/testing/_private/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/_private/__pycache__/decorators.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/_private/__pycache__/noseclasses.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/_private/__pycache__/nosetester.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/_private/__pycache__/parameterized.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/_private/__pycache__/utils.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/_private/decorators.py usr/lib64/python3.9/site-packages/numpy/testing/_private/noseclasses.py usr/lib64/python3.9/site-packages/numpy/testing/_private/nosetester.py usr/lib64/python3.9/site-packages/numpy/testing/_private/parameterized.py usr/lib64/python3.9/site-packages/numpy/testing/_private/utils.py usr/lib64/python3.9/site-packages/numpy/testing/print_coercion_tables.py usr/lib64/python3.9/site-packages/numpy/testing/setup.py usr/lib64/python3.9/site-packages/numpy/testing/tests/ usr/lib64/python3.9/site-packages/numpy/testing/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/testing/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/testing/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/tests/__pycache__/test_doctesting.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/tests/__pycache__/test_utils.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/testing/tests/test_doctesting.py usr/lib64/python3.9/site-packages/numpy/testing/tests/test_utils.py usr/lib64/python3.9/site-packages/numpy/testing/utils.py usr/lib64/python3.9/site-packages/numpy/tests/ usr/lib64/python3.9/site-packages/numpy/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/tests/__pycache__/test_ctypeslib.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/tests/__pycache__/test_matlib.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/tests/__pycache__/test_numpy_version.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/tests/__pycache__/test_public_api.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/tests/__pycache__/test_reloading.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/tests/__pycache__/test_scripts.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/tests/__pycache__/test_warnings.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/tests/test_ctypeslib.py usr/lib64/python3.9/site-packages/numpy/tests/test_matlib.py usr/lib64/python3.9/site-packages/numpy/tests/test_numpy_version.py usr/lib64/python3.9/site-packages/numpy/tests/test_public_api.py usr/lib64/python3.9/site-packages/numpy/tests/test_reloading.py usr/lib64/python3.9/site-packages/numpy/tests/test_scripts.py usr/lib64/python3.9/site-packages/numpy/tests/test_warnings.py usr/lib64/python3.9/site-packages/numpy/typing/ usr/lib64/python3.9/site-packages/numpy/typing/__init__.py usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/ usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/_add_docstring.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/_array_like.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/_callable.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/_char_codes.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/_dtype_like.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/_extended_precision.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/_generic_alias.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/_nbit.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/_scalars.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/_shape.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/mypy_plugin.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/__pycache__/setup.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/_add_docstring.py usr/lib64/python3.9/site-packages/numpy/typing/_array_like.py usr/lib64/python3.9/site-packages/numpy/typing/_callable.py usr/lib64/python3.9/site-packages/numpy/typing/_char_codes.py usr/lib64/python3.9/site-packages/numpy/typing/_dtype_like.py usr/lib64/python3.9/site-packages/numpy/typing/_extended_precision.py usr/lib64/python3.9/site-packages/numpy/typing/_generic_alias.py usr/lib64/python3.9/site-packages/numpy/typing/_nbit.py usr/lib64/python3.9/site-packages/numpy/typing/_scalars.py usr/lib64/python3.9/site-packages/numpy/typing/_shape.py usr/lib64/python3.9/site-packages/numpy/typing/_ufunc.pyi usr/lib64/python3.9/site-packages/numpy/typing/mypy_plugin.py usr/lib64/python3.9/site-packages/numpy/typing/setup.py usr/lib64/python3.9/site-packages/numpy/typing/tests/ usr/lib64/python3.9/site-packages/numpy/typing/tests/__init__.py usr/lib64/python3.9/site-packages/numpy/typing/tests/__pycache__/ usr/lib64/python3.9/site-packages/numpy/typing/tests/__pycache__/__init__.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/tests/__pycache__/test_generic_alias.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/tests/__pycache__/test_isfile.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/tests/__pycache__/test_runtime.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/tests/__pycache__/test_typing.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/tests/__pycache__/test_typing_extensions.cpython-39.pyc usr/lib64/python3.9/site-packages/numpy/typing/tests/data/ usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/ usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/arithmetic.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/array_constructors.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/array_like.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/arrayprint.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/arrayterator.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/bitwise_ops.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/comparisons.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/constants.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/datasource.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/dtype.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/einsumfunc.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/flatiter.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/fromnumeric.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/index_tricks.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/lib_utils.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/lib_version.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/modules.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/ndarray.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/ndarray_misc.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/numerictypes.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/random.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/scalars.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/ufunc_config.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/ufunclike.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/ufuncs.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail/warnings_and_errors.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/misc/ usr/lib64/python3.9/site-packages/numpy/typing/tests/data/misc/extended_precision.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/mypy.ini usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/ usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/arithmetic.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/array_constructors.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/array_like.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/arrayprint.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/arrayterator.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/bitwise_ops.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/comparisons.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/dtype.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/einsumfunc.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/flatiter.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/fromnumeric.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/index_tricks.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/lib_utils.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/lib_version.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/literal.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/mod.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/modules.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/multiarray.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/ndarray_conversion.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/ndarray_misc.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/ndarray_shape_manipulation.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/numeric.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/numerictypes.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/random.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/scalars.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/simple.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/simple_py3.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/ufunc_config.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/ufunclike.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/ufuncs.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass/warnings_and_errors.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/ usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/arithmetic.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/array_constructors.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/arrayprint.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/arrayterator.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/bitwise_ops.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/comparisons.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/constants.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/datasource.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/dtype.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/einsumfunc.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/flatiter.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/fromnumeric.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/index_tricks.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/lib_utils.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/lib_version.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/mod.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/modules.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/multiarray.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/nbit_base_example.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/ndarray_conversion.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/ndarray_misc.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/ndarray_shape_manipulation.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/nditer.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/numeric.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/numerictypes.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/random.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/scalars.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/ufunc_config.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/ufunclike.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/ufuncs.py usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal/warnings_and_errors.py usr/lib64/python3.9/site-packages/numpy/typing/tests/test_generic_alias.py usr/lib64/python3.9/site-packages/numpy/typing/tests/test_isfile.py usr/lib64/python3.9/site-packages/numpy/typing/tests/test_runtime.py usr/lib64/python3.9/site-packages/numpy/typing/tests/test_typing.py usr/lib64/python3.9/site-packages/numpy/typing/tests/test_typing_extensions.py usr/lib64/python3.9/site-packages/numpy/version.py ype_resolution.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/override.o build/temp.linux-x86_64-3.9/numpy/core/src/common/array_assign.o build/temp.linux-x86_64-3.9/numpy/core/src/common/mem_overlap.o build/temp.linux-x86_64-3.9/numpy/core/src/common/npy_argparse.o build/temp.linux-x86_64-3.9/numpy/core/src/common/npy_longdouble.o build/temp.linux-x86_64-3.9/numpy/core/src/common/ucsnarrow.o build/temp.linux-x86_64-3.9/numpy/core/src/common/ufunc_override.o build/temp.linux-x86_64-3.9/numpy/core/src/common/numpyos.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/common/npy_cpu_features.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -lnpymath -lm -o build/lib.linux-x86_64-3.9/numpy/core/_multiarray_umath.cpython-39-x86_64-linux-gnu.so building 'numpy.core._umath_tests' extension compiling C dispatch-able sources CCompilerOpt.parse_targets[1768] : looking for '@targets' inside -> numpy/core/src/umath/_umath_tests.dispatch.c CCompilerOpt._parse_target_tokens[1939] : skip targets (VSX3 ASIMDHP NEON VSX2 ASIMD VSX) not part of baseline or dispatch-able features CCompilerOpt._parse_policy_not_keepbase[2051] : skip baseline features (SSE2) CCompilerOpt._parse_target_tokens[1963] : policy 'WERROR' is ON CCompilerOpt._parse_policy_werror[2095] : compiler warnings are treated as errors CCompilerOpt._generate_config[2506] : generate dispatched config -> build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.dispatch.h CCompilerOpt._wrap_target[2468] : wrap dispatch-able target -> build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.dispatch.avx2.c CCompilerOpt._wrap_target[2468] : wrap dispatch-able target -> build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.dispatch.sse41.c C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Ibuild/src.linux-x86_64-3.9/numpy/core/src/umath -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-Werror -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2' gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.dispatch.avx2.c C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Ibuild/src.linux-x86_64-3.9/numpy/core/src/umath -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-Werror -msse -msse2 -msse3 -mssse3 -msse4.1' gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.dispatch.sse41.c C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Ibuild/src.linux-x86_64-3.9/numpy/core/src/umath -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-Werror -msse -msse2 -msse3' gcc: numpy/core/src/umath/_umath_tests.dispatch.c compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Ibuild/src.linux-x86_64-3.9/numpy/core/src/umath -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.c gcc: build/src.linux-x86_64-3.9/numpy/core/src/common/npy_cpu_features.c gcc -pthread -shared build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.dispatch.avx2.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.dispatch.sse41.o build/temp.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.dispatch.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_umath_tests.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/common/npy_cpu_features.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_umath_tests.cpython-39-x86_64-linux-gnu.so building 'numpy.core._rational_tests' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_rational_tests.c gcc -pthread -shared build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_rational_tests.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_rational_tests.cpython-39-x86_64-linux-gnu.so building 'numpy.core._struct_ufunc_tests' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_struct_ufunc_tests.c gcc -pthread -shared build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_struct_ufunc_tests.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_struct_ufunc_tests.cpython-39-x86_64-linux-gnu.so building 'numpy.core._operand_flag_tests' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' gcc: build/src.linux-x86_64-3.9/numpy/core/src/umath/_operand_flag_tests.c gcc -pthread -shared build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/umath/_operand_flag_tests.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_operand_flag_tests.cpython-39-x86_64-linux-gnu.so building 'numpy.core._simd' extension compiling C dispatch-able sources CCompilerOpt.parse_targets[1768] : looking for '@targets' inside -> build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.c CCompilerOpt._generate_config[2506] : generate dispatched config -> build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.h CCompilerOpt._wrap_target[2468] : wrap dispatch-able target -> build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.avx512_skx.c CCompilerOpt._wrap_target[2468] : wrap dispatch-able target -> build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.avx512f.c CCompilerOpt._wrap_target[2468] : wrap dispatch-able target -> build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.fma3.avx2.c CCompilerOpt._wrap_target[2468] : wrap dispatch-able target -> build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.sse42.c C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/_simd compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/_simd -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq' gcc: build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.avx512_skx.c C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/_simd -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f' gcc: build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.avx512f.c C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/_simd -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2' gcc: build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.fma3.avx2.c C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/_simd -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2' gcc: build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.sse42.c C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/_simd -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' gcc: build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.c compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.9/numpy/core/src/_simd compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/_simd -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' gcc: numpy/core/src/_simd/_simd.c gcc: build/src.linux-x86_64-3.9/numpy/core/src/common/npy_cpu_features.c gcc -pthread -shared build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.avx512_skx.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.avx512f.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.fma3.avx2.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.sse42.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/common/npy_cpu_features.o build/temp.linux-x86_64-3.9/numpy/core/src/_simd/_simd.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/core/_simd.cpython-39-x86_64-linux-gnu.so building 'numpy.fft._pocketfft_internal' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.9/numpy/fft compile options: '-Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' gcc: numpy/fft/_pocketfft.c gcc -pthread -shared build/temp.linux-x86_64-3.9/numpy/fft/_pocketfft.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/fft/_pocketfft_internal.cpython-39-x86_64-linux-gnu.so building 'numpy.linalg.lapack_lite' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.9/numpy/linalg creating build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite compile options: '-DHAVE_BLAS_ILP64 -DBLAS_SYMBOL_SUFFIX=64_ -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' gcc: numpy/linalg/lapack_litemodule.c gcc: numpy/linalg/lapack_lite/python_xerbla.c gcc: numpy/linalg/lapack_lite/f2c_z_lapack.c gcc: numpy/linalg/lapack_lite/f2c_c_lapack.c gcc: numpy/linalg/lapack_lite/f2c_d_lapack.c gcc: numpy/linalg/lapack_lite/f2c_blas.c gcc: numpy/linalg/lapack_lite/f2c_s_lapack.c gcc: numpy/linalg/lapack_lite/f2c_lapack.c gcc: numpy/linalg/lapack_lite/f2c_config.c gcc: numpy/linalg/lapack_lite/f2c.c gcc -pthread -shared build/temp.linux-x86_64-3.9/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_z_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_c_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_d_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_s_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_blas.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_config.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/numpy/linalg/lapack_lite.cpython-39-x86_64-linux-gnu.so building 'numpy.linalg._umath_linalg' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/linalg compile options: '-DHAVE_BLAS_ILP64 -DBLAS_SYMBOL_SUFFIX=64_ -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-msse -msse2 -msse3' gcc: build/src.linux-x86_64-3.9/numpy/linalg/umath_linalg.c gcc -pthread -shared build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/linalg/umath_linalg.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/python_xerbla.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_z_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_c_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_d_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_s_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_lapack.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_blas.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c_config.o build/temp.linux-x86_64-3.9/numpy/linalg/lapack_lite/f2c.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -lnpymath -o build/lib.linux-x86_64-3.9/numpy/linalg/_umath_linalg.cpython-39-x86_64-linux-gnu.so building 'numpy.random._mt19937' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/mt19937 compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/mt19937 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3' gcc: numpy/random/_mt19937.c gcc: numpy/random/src/mt19937/mt19937.c gcc: numpy/random/src/mt19937/mt19937-jump.c gcc -pthread -shared build/temp.linux-x86_64-3.9/numpy/random/_mt19937.o build/temp.linux-x86_64-3.9/numpy/random/src/mt19937/mt19937.o build/temp.linux-x86_64-3.9/numpy/random/src/mt19937/mt19937-jump.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -lnpyrandom -lm -o build/lib.linux-x86_64-3.9/numpy/random/_mt19937.cpython-39-x86_64-linux-gnu.so building 'numpy.random._philox' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/philox compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/philox -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3' gcc: numpy/random/_philox.c gcc: numpy/random/src/philox/philox.c gcc -pthread -shared build/temp.linux-x86_64-3.9/numpy/random/_philox.o build/temp.linux-x86_64-3.9/numpy/random/src/philox/philox.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -lnpyrandom -lm -o build/lib.linux-x86_64-3.9/numpy/random/_philox.cpython-39-x86_64-linux-gnu.so building 'numpy.random._pcg64' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/pcg64 compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/pcg64 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3' gcc: numpy/random/_pcg64.c gcc: numpy/random/src/pcg64/pcg64.c gcc -pthread -shared build/temp.linux-x86_64-3.9/numpy/random/_pcg64.o build/temp.linux-x86_64-3.9/numpy/random/src/pcg64/pcg64.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -lnpyrandom -lm -o build/lib.linux-x86_64-3.9/numpy/random/_pcg64.cpython-39-x86_64-linux-gnu.so building 'numpy.random._sfc64' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/sfc64 compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/sfc64 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3' gcc: numpy/random/_sfc64.c gcc: numpy/random/src/sfc64/sfc64.c gcc -pthread -shared build/temp.linux-x86_64-3.9/numpy/random/_sfc64.o build/temp.linux-x86_64-3.9/numpy/random/src/sfc64/sfc64.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -lnpyrandom -lm -o build/lib.linux-x86_64-3.9/numpy/random/_sfc64.cpython-39-x86_64-linux-gnu.so building 'numpy.random._common' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3' gcc: numpy/random/_common.c gcc -pthread -shared build/temp.linux-x86_64-3.9/numpy/random/_common.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -lnpyrandom -lm -o build/lib.linux-x86_64-3.9/numpy/random/_common.cpython-39-x86_64-linux-gnu.so building 'numpy.random.bit_generator' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3' gcc: numpy/random/bit_generator.c gcc -pthread -shared build/temp.linux-x86_64-3.9/numpy/random/bit_generator.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -lnpyrandom -lm -o build/lib.linux-x86_64-3.9/numpy/random/bit_generator.cpython-39-x86_64-linux-gnu.so building 'numpy.random._generator' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3' gcc: numpy/random/_generator.c gcc -pthread -shared build/temp.linux-x86_64-3.9/numpy/random/_generator.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -lnpyrandom -lm -lnpymath -o build/lib.linux-x86_64-3.9/numpy/random/_generator.cpython-39-x86_64-linux-gnu.so building 'numpy.random._bounded_integers' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -Inumpy/random -Inumpy/random/src -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3' gcc: numpy/random/_bounded_integers.c gcc -pthread -shared build/temp.linux-x86_64-3.9/numpy/random/_bounded_integers.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -lnpyrandom -lm -lnpymath -o build/lib.linux-x86_64-3.9/numpy/random/_bounded_integers.cpython-39-x86_64-linux-gnu.so building 'numpy.random.mtrand' extension compiling C sources C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-x86_64-3.9/numpy/random/src/legacy compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NO_DEPRECATED_API=0 -DNP_RANDOM_LEGACY=1 -Inumpy/random -Inumpy/random/src -Inumpy/random/src/legacy -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c' extra options: '-U__GNUC_GNU_INLINE__ -std=c99 -msse -msse2 -msse3' gcc: numpy/random/mtrand.c gcc: numpy/random/src/legacy/legacy-distributions.c gcc: numpy/random/src/distributions/distributions.c gcc -pthread -shared build/temp.linux-x86_64-3.9/numpy/random/mtrand.o build/temp.linux-x86_64-3.9/numpy/random/src/legacy/legacy-distributions.o build/temp.linux-x86_64-3.9/numpy/random/src/distributions/distributions.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-3.9 -lm -lnpymath -o build/lib.linux-x86_64-3.9/numpy/random/mtrand.cpython-39-x86_64-linux-gnu.so running install_lib creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64 creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9 creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying build/lib.linux-x86_64-3.9/numpy/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying build/lib.linux-x86_64-3.9/numpy/_distributor_init.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying build/lib.linux-x86_64-3.9/numpy/_globals.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying build/lib.linux-x86_64-3.9/numpy/_pytesttester.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying build/lib.linux-x86_64-3.9/numpy/conftest.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying build/lib.linux-x86_64-3.9/numpy/ctypeslib.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying build/lib.linux-x86_64-3.9/numpy/dual.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying build/lib.linux-x86_64-3.9/numpy/matlib.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying build/lib.linux-x86_64-3.9/numpy/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying build/lib.linux-x86_64-3.9/numpy/version.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying build/lib.linux-x86_64-3.9/numpy/__config__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat copying build/lib.linux-x86_64-3.9/numpy/compat/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat copying build/lib.linux-x86_64-3.9/numpy/compat/_inspect.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat copying build/lib.linux-x86_64-3.9/numpy/compat/py3k.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat copying build/lib.linux-x86_64-3.9/numpy/compat/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat/tests copying build/lib.linux-x86_64-3.9/numpy/compat/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat/tests copying build/lib.linux-x86_64-3.9/numpy/compat/tests/test_compat.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat/tests creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_add_newdocs.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_add_newdocs_scalars.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_asarray.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_dtype.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_dtype_ctypes.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_exceptions.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_internal.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_methods.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_string_helpers.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_type_aliases.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_ufunc_config.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/arrayprint.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/cversions.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/defchararray.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/einsumfunc.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/fromnumeric.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/function_base.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/getlimits.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/machar.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/memmap.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/multiarray.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/numeric.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/numerictypes.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/overrides.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/records.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/setup_common.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/shape_base.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/umath.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/umath_tests.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/generate_numpy_api.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/_locales.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test__exceptions.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_abc.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_api.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_argparse.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_array_coercion.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_arraymethod.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_arrayprint.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_casting_unittests.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_conversion_utils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_cpu_dispatcher.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_cpu_features.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_cython.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_datetime.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_defchararray.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_deprecations.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_dtype.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_einsum.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_errstate.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_extint128.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_function_base.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_getlimits.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_half.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_indexerrors.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_indexing.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_item_selection.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_longdouble.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_machar.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_mem_overlap.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_memmap.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_multiarray.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_nditer.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_numeric.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_numerictypes.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_overrides.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_print.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_protocols.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_records.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_regression.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_scalar_ctors.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_scalar_methods.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_scalarbuffer.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_scalarinherit.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_scalarmath.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_scalarprint.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_shape_base.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_simd.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_simd_module.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_ufunc.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_umath.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_umath_accuracy.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_umath_complex.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/tests/test_unicode.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests copying build/lib.linux-x86_64-3.9/numpy/core/_multiarray_tests.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_multiarray_umath.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_umath_tests.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_rational_tests.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_struct_ufunc_tests.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_operand_flag_tests.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core copying build/lib.linux-x86_64-3.9/numpy/core/_simd.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/_shell_utils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/ccompiler.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/ccompiler_opt.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/conv_template.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/core.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/cpuinfo.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/exec_command.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/extension.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/from_template.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/intelccompiler.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/lib2def.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/line_endings.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/log.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/mingw32ccompiler.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/misc_util.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/msvc9compiler.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/msvccompiler.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/npy_pkg_config.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/numpy_distribution.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/pathccompiler.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/system_info.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/unixccompiler.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils copying build/lib.linux-x86_64-3.9/numpy/distutils/__config__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/autodist.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/bdist_rpm.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/build.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/build_clib.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/build_ext.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/build_py.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/build_scripts.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/build_src.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/config.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/config_compiler.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/develop.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/egg_info.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/install.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/install_clib.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/install_data.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/install_headers.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-3.9/numpy/distutils/command/sdist.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/absoft.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/compaq.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/environment.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/fujitsu.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/g95.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/gnu.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/hpux.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/ibm.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/intel.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/lahey.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/mips.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/nag.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/none.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/nv.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/pathf95.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/pg.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/sun.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-3.9/numpy/distutils/fcompiler/vast.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_build_ext.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_ccompiler_opt.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_ccompiler_opt_conf.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_exec_command.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_fcompiler.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_fcompiler_gnu.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_fcompiler_intel.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_fcompiler_nagfor.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_from_template.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_mingw32ccompiler.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_misc_util.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_npy_pkg_config.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_shell_utils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests copying build/lib.linux-x86_64-3.9/numpy/distutils/tests/test_system_info.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/doc copying build/lib.linux-x86_64-3.9/numpy/doc/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/doc copying build/lib.linux-x86_64-3.9/numpy/doc/constants.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/doc copying build/lib.linux-x86_64-3.9/numpy/doc/ufuncs.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/doc creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/__main__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/__version__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/auxfuncs.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/capi_maps.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/cb_rules.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/cfuncs.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/common_rules.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/crackfortran.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/diagnose.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/f2py2e.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/f2py_testing.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/f90mod_rules.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/func2subr.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/rules.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py copying build/lib.linux-x86_64-3.9/numpy/f2py/use_rules.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_abstract_interface.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_array_from_pyobj.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_assumed_shape.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_block_docstring.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_callback.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_common.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_compile_function.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_crackfortran.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_kind.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_mixed.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_module_doc.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_parameter.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_quoted_character.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_regression.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_return_character.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_return_complex.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_return_integer.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_return_logical.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_return_real.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_semicolon_split.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_size.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/test_string.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests copying build/lib.linux-x86_64-3.9/numpy/f2py/tests/util.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft copying build/lib.linux-x86_64-3.9/numpy/fft/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft copying build/lib.linux-x86_64-3.9/numpy/fft/_pocketfft.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft copying build/lib.linux-x86_64-3.9/numpy/fft/helper.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft copying build/lib.linux-x86_64-3.9/numpy/fft/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft/tests copying build/lib.linux-x86_64-3.9/numpy/fft/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft/tests copying build/lib.linux-x86_64-3.9/numpy/fft/tests/test_helper.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft/tests copying build/lib.linux-x86_64-3.9/numpy/fft/tests/test_pocketfft.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft/tests copying build/lib.linux-x86_64-3.9/numpy/fft/_pocketfft_internal.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/_datasource.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/_iotools.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/_version.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/arraypad.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/arraysetops.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/arrayterator.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/format.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/function_base.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/histograms.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/index_tricks.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/mixins.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/nanfunctions.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/npyio.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/polynomial.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/recfunctions.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/scimath.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/shape_base.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/stride_tricks.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/twodim_base.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/type_check.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/ufunclike.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/user_array.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib copying build/lib.linux-x86_64-3.9/numpy/lib/utils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test__datasource.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test__iotools.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test__version.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_arraypad.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_arraysetops.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_arrayterator.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_financial_expired.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_format.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_function_base.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_histograms.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_index_tricks.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_io.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_mixins.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_nanfunctions.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_packbits.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_polynomial.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_recfunctions.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_regression.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_shape_base.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_stride_tricks.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_twodim_base.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_type_check.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_ufunclike.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests copying build/lib.linux-x86_64-3.9/numpy/lib/tests/test_utils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg copying build/lib.linux-x86_64-3.9/numpy/linalg/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg copying build/lib.linux-x86_64-3.9/numpy/linalg/linalg.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg copying build/lib.linux-x86_64-3.9/numpy/linalg/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/tests copying build/lib.linux-x86_64-3.9/numpy/linalg/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/tests copying build/lib.linux-x86_64-3.9/numpy/linalg/tests/test_build.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/tests copying build/lib.linux-x86_64-3.9/numpy/linalg/tests/test_deprecations.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/tests copying build/lib.linux-x86_64-3.9/numpy/linalg/tests/test_linalg.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/tests copying build/lib.linux-x86_64-3.9/numpy/linalg/tests/test_regression.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/tests copying build/lib.linux-x86_64-3.9/numpy/linalg/lapack_lite.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg copying build/lib.linux-x86_64-3.9/numpy/linalg/_umath_linalg.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma copying build/lib.linux-x86_64-3.9/numpy/ma/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma copying build/lib.linux-x86_64-3.9/numpy/ma/bench.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma copying build/lib.linux-x86_64-3.9/numpy/ma/core.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma copying build/lib.linux-x86_64-3.9/numpy/ma/extras.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma copying build/lib.linux-x86_64-3.9/numpy/ma/mrecords.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma copying build/lib.linux-x86_64-3.9/numpy/ma/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma copying build/lib.linux-x86_64-3.9/numpy/ma/testutils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma copying build/lib.linux-x86_64-3.9/numpy/ma/timer_comparison.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests copying build/lib.linux-x86_64-3.9/numpy/ma/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests copying build/lib.linux-x86_64-3.9/numpy/ma/tests/test_core.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests copying build/lib.linux-x86_64-3.9/numpy/ma/tests/test_deprecations.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests copying build/lib.linux-x86_64-3.9/numpy/ma/tests/test_extras.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests copying build/lib.linux-x86_64-3.9/numpy/ma/tests/test_mrecords.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests copying build/lib.linux-x86_64-3.9/numpy/ma/tests/test_old_ma.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests copying build/lib.linux-x86_64-3.9/numpy/ma/tests/test_regression.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests copying build/lib.linux-x86_64-3.9/numpy/ma/tests/test_subclassing.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib copying build/lib.linux-x86_64-3.9/numpy/matrixlib/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib copying build/lib.linux-x86_64-3.9/numpy/matrixlib/defmatrix.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib copying build/lib.linux-x86_64-3.9/numpy/matrixlib/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests copying build/lib.linux-x86_64-3.9/numpy/matrixlib/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests copying build/lib.linux-x86_64-3.9/numpy/matrixlib/tests/test_defmatrix.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests copying build/lib.linux-x86_64-3.9/numpy/matrixlib/tests/test_interaction.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests copying build/lib.linux-x86_64-3.9/numpy/matrixlib/tests/test_masked_matrix.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests copying build/lib.linux-x86_64-3.9/numpy/matrixlib/tests/test_matrix_linalg.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests copying build/lib.linux-x86_64-3.9/numpy/matrixlib/tests/test_multiarray.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests copying build/lib.linux-x86_64-3.9/numpy/matrixlib/tests/test_numeric.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests copying build/lib.linux-x86_64-3.9/numpy/matrixlib/tests/test_regression.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial copying build/lib.linux-x86_64-3.9/numpy/polynomial/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial copying build/lib.linux-x86_64-3.9/numpy/polynomial/_polybase.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial copying build/lib.linux-x86_64-3.9/numpy/polynomial/chebyshev.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial copying build/lib.linux-x86_64-3.9/numpy/polynomial/hermite.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial copying build/lib.linux-x86_64-3.9/numpy/polynomial/hermite_e.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial copying build/lib.linux-x86_64-3.9/numpy/polynomial/laguerre.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial copying build/lib.linux-x86_64-3.9/numpy/polynomial/legendre.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial copying build/lib.linux-x86_64-3.9/numpy/polynomial/polynomial.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial copying build/lib.linux-x86_64-3.9/numpy/polynomial/polyutils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial copying build/lib.linux-x86_64-3.9/numpy/polynomial/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests copying build/lib.linux-x86_64-3.9/numpy/polynomial/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests copying build/lib.linux-x86_64-3.9/numpy/polynomial/tests/test_chebyshev.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests copying build/lib.linux-x86_64-3.9/numpy/polynomial/tests/test_classes.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests copying build/lib.linux-x86_64-3.9/numpy/polynomial/tests/test_hermite.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests copying build/lib.linux-x86_64-3.9/numpy/polynomial/tests/test_hermite_e.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests copying build/lib.linux-x86_64-3.9/numpy/polynomial/tests/test_laguerre.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests copying build/lib.linux-x86_64-3.9/numpy/polynomial/tests/test_legendre.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests copying build/lib.linux-x86_64-3.9/numpy/polynomial/tests/test_polynomial.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests copying build/lib.linux-x86_64-3.9/numpy/polynomial/tests/test_polyutils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests copying build/lib.linux-x86_64-3.9/numpy/polynomial/tests/test_printing.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random copying build/lib.linux-x86_64-3.9/numpy/random/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random copying build/lib.linux-x86_64-3.9/numpy/random/_pickle.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random copying build/lib.linux-x86_64-3.9/numpy/random/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests copying build/lib.linux-x86_64-3.9/numpy/random/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests copying build/lib.linux-x86_64-3.9/numpy/random/tests/test_direct.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests copying build/lib.linux-x86_64-3.9/numpy/random/tests/test_extending.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests copying build/lib.linux-x86_64-3.9/numpy/random/tests/test_generator_mt19937.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests copying build/lib.linux-x86_64-3.9/numpy/random/tests/test_generator_mt19937_regressions.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests copying build/lib.linux-x86_64-3.9/numpy/random/tests/test_random.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests copying build/lib.linux-x86_64-3.9/numpy/random/tests/test_randomstate.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests copying build/lib.linux-x86_64-3.9/numpy/random/tests/test_randomstate_regression.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests copying build/lib.linux-x86_64-3.9/numpy/random/tests/test_regression.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests copying build/lib.linux-x86_64-3.9/numpy/random/tests/test_seed_sequence.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests copying build/lib.linux-x86_64-3.9/numpy/random/tests/test_smoke.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests copying build/lib.linux-x86_64-3.9/numpy/random/_mt19937.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random copying build/lib.linux-x86_64-3.9/numpy/random/_philox.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random copying build/lib.linux-x86_64-3.9/numpy/random/_pcg64.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random copying build/lib.linux-x86_64-3.9/numpy/random/_sfc64.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random copying build/lib.linux-x86_64-3.9/numpy/random/_common.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random copying build/lib.linux-x86_64-3.9/numpy/random/bit_generator.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random copying build/lib.linux-x86_64-3.9/numpy/random/_generator.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random copying build/lib.linux-x86_64-3.9/numpy/random/_bounded_integers.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random copying build/lib.linux-x86_64-3.9/numpy/random/mtrand.cpython-39-x86_64-linux-gnu.so -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing copying build/lib.linux-x86_64-3.9/numpy/testing/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing copying build/lib.linux-x86_64-3.9/numpy/testing/print_coercion_tables.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing copying build/lib.linux-x86_64-3.9/numpy/testing/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing copying build/lib.linux-x86_64-3.9/numpy/testing/utils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private copying build/lib.linux-x86_64-3.9/numpy/testing/_private/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private copying build/lib.linux-x86_64-3.9/numpy/testing/_private/decorators.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private copying build/lib.linux-x86_64-3.9/numpy/testing/_private/noseclasses.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private copying build/lib.linux-x86_64-3.9/numpy/testing/_private/nosetester.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private copying build/lib.linux-x86_64-3.9/numpy/testing/_private/parameterized.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private copying build/lib.linux-x86_64-3.9/numpy/testing/_private/utils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/tests copying build/lib.linux-x86_64-3.9/numpy/testing/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/tests copying build/lib.linux-x86_64-3.9/numpy/testing/tests/test_doctesting.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/tests copying build/lib.linux-x86_64-3.9/numpy/testing/tests/test_utils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/tests creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/_add_docstring.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/_array_like.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/_callable.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/_char_codes.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/_dtype_like.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/_extended_precision.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/_generic_alias.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/_nbit.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/_scalars.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/_shape.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/mypy_plugin.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing copying build/lib.linux-x86_64-3.9/numpy/typing/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests copying build/lib.linux-x86_64-3.9/numpy/typing/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests copying build/lib.linux-x86_64-3.9/numpy/typing/tests/test_generic_alias.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests copying build/lib.linux-x86_64-3.9/numpy/typing/tests/test_isfile.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests copying build/lib.linux-x86_64-3.9/numpy/typing/tests/test_runtime.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests copying build/lib.linux-x86_64-3.9/numpy/typing/tests/test_typing.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests copying build/lib.linux-x86_64-3.9/numpy/typing/tests/test_typing_extensions.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests copying build/lib.linux-x86_64-3.9/numpy/tests/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests copying build/lib.linux-x86_64-3.9/numpy/tests/test_ctypeslib.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests copying build/lib.linux-x86_64-3.9/numpy/tests/test_matlib.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests copying build/lib.linux-x86_64-3.9/numpy/tests/test_numpy_version.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests copying build/lib.linux-x86_64-3.9/numpy/tests/test_public_api.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests copying build/lib.linux-x86_64-3.9/numpy/tests/test_reloading.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests copying build/lib.linux-x86_64-3.9/numpy/tests/test_scripts.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests copying build/lib.linux-x86_64-3.9/numpy/tests/test_warnings.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests copying build/lib.linux-x86_64-3.9/numpy/_version.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/_distributor_init.py to _distributor_init.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/_globals.py to _globals.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/_pytesttester.py to _pytesttester.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/conftest.py to conftest.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ctypeslib.py to ctypeslib.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/dual.py to dual.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matlib.py to matlib.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/version.py to version.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/__config__.py to __config__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat/_inspect.py to _inspect.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat/py3k.py to py3k.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/compat/tests/test_compat.py to test_compat.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/_add_newdocs.py to _add_newdocs.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/_add_newdocs_scalars.py to _add_newdocs_scalars.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/_asarray.py to _asarray.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/_dtype.py to _dtype.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/_dtype_ctypes.py to _dtype_ctypes.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/_exceptions.py to _exceptions.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/_internal.py to _internal.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/_methods.py to _methods.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/_string_helpers.py to _string_helpers.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/_type_aliases.py to _type_aliases.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/_ufunc_config.py to _ufunc_config.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/arrayprint.py to arrayprint.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/cversions.py to cversions.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/defchararray.py to defchararray.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/einsumfunc.py to einsumfunc.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/fromnumeric.py to fromnumeric.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/function_base.py to function_base.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/getlimits.py to getlimits.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/machar.py to machar.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/memmap.py to memmap.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/multiarray.py to multiarray.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/numeric.py to numeric.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/numerictypes.py to numerictypes.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/overrides.py to overrides.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/records.py to records.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/setup_common.py to setup_common.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/shape_base.py to shape_base.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/umath.py to umath.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/umath_tests.py to umath_tests.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/generate_numpy_api.py to generate_numpy_api.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/_locales.py to _locales.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test__exceptions.py to test__exceptions.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_abc.py to test_abc.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_api.py to test_api.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_argparse.py to test_argparse.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_array_coercion.py to test_array_coercion.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_arraymethod.py to test_arraymethod.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_arrayprint.py to test_arrayprint.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_casting_unittests.py to test_casting_unittests.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_conversion_utils.py to test_conversion_utils.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_cpu_dispatcher.py to test_cpu_dispatcher.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_cpu_features.py to test_cpu_features.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_cython.py to test_cython.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_datetime.py to test_datetime.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_defchararray.py to test_defchararray.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_deprecations.py to test_deprecations.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_dtype.py to test_dtype.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_einsum.py to test_einsum.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_errstate.py to test_errstate.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_extint128.py to test_extint128.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_function_base.py to test_function_base.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_getlimits.py to test_getlimits.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_half.py to test_half.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_indexerrors.py to test_indexerrors.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_indexing.py to test_indexing.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_item_selection.py to test_item_selection.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_longdouble.py to test_longdouble.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_machar.py to test_machar.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_mem_overlap.py to test_mem_overlap.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_memmap.py to test_memmap.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_multiarray.py to test_multiarray.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_nditer.py to test_nditer.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_numeric.py to test_numeric.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_numerictypes.py to test_numerictypes.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_overrides.py to test_overrides.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_print.py to test_print.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_protocols.py to test_protocols.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_records.py to test_records.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_regression.py to test_regression.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_scalar_ctors.py to test_scalar_ctors.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_scalar_methods.py to test_scalar_methods.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_scalarbuffer.py to test_scalarbuffer.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_scalarinherit.py to test_scalarinherit.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_scalarmath.py to test_scalarmath.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_scalarprint.py to test_scalarprint.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_shape_base.py to test_shape_base.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_simd.py to test_simd.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_simd_module.py to test_simd_module.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_ufunc.py to test_ufunc.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_umath.py to test_umath.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_umath_accuracy.py to test_umath_accuracy.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_umath_complex.py to test_umath_complex.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/test_unicode.py to test_unicode.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/_shell_utils.py to _shell_utils.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/ccompiler.py to ccompiler.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/ccompiler_opt.py to ccompiler_opt.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/conv_template.py to conv_template.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/core.py to core.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/cpuinfo.py to cpuinfo.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/exec_command.py to exec_command.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/extension.py to extension.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/from_template.py to from_template.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/intelccompiler.py to intelccompiler.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/lib2def.py to lib2def.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/line_endings.py to line_endings.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/log.py to log.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/mingw32ccompiler.py to mingw32ccompiler.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/misc_util.py to misc_util.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/msvc9compiler.py to msvc9compiler.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/msvccompiler.py to msvccompiler.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/npy_pkg_config.py to npy_pkg_config.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/numpy_distribution.py to numpy_distribution.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/pathccompiler.py to pathccompiler.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/system_info.py to system_info.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/unixccompiler.py to unixccompiler.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/__config__.py to __config__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/autodist.py to autodist.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/bdist_rpm.py to bdist_rpm.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/build.py to build.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/build_clib.py to build_clib.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/build_ext.py to build_ext.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/build_py.py to build_py.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/build_scripts.py to build_scripts.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/build_src.py to build_src.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/config.py to config.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/config_compiler.py to config_compiler.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/develop.py to develop.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/egg_info.py to egg_info.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/install.py to install.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/install_clib.py to install_clib.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/install_data.py to install_data.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/install_headers.py to install_headers.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/command/sdist.py to sdist.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/absoft.py to absoft.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/compaq.py to compaq.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/environment.py to environment.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/fujitsu.py to fujitsu.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/g95.py to g95.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/gnu.py to gnu.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/hpux.py to hpux.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/ibm.py to ibm.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/intel.py to intel.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/lahey.py to lahey.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/mips.py to mips.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/nag.py to nag.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/none.py to none.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/nv.py to nv.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/pathf95.py to pathf95.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/pg.py to pg.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/sun.py to sun.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/fcompiler/vast.py to vast.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_build_ext.py to test_build_ext.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_ccompiler_opt.py to test_ccompiler_opt.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_ccompiler_opt_conf.py to test_ccompiler_opt_conf.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_exec_command.py to test_exec_command.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_fcompiler.py to test_fcompiler.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_fcompiler_gnu.py to test_fcompiler_gnu.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_fcompiler_intel.py to test_fcompiler_intel.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_fcompiler_nagfor.py to test_fcompiler_nagfor.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_from_template.py to test_from_template.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_mingw32ccompiler.py to test_mingw32ccompiler.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_misc_util.py to test_misc_util.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_npy_pkg_config.py to test_npy_pkg_config.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_shell_utils.py to test_shell_utils.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/tests/test_system_info.py to test_system_info.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/doc/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/doc/constants.py to constants.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/doc/ufuncs.py to ufuncs.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/__main__.py to __main__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/__version__.py to __version__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/auxfuncs.py to auxfuncs.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/capi_maps.py to capi_maps.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/cb_rules.py to cb_rules.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/cfuncs.py to cfuncs.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/common_rules.py to common_rules.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/crackfortran.py to crackfortran.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/diagnose.py to diagnose.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/f2py2e.py to f2py2e.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/f2py_testing.py to f2py_testing.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/f90mod_rules.py to f90mod_rules.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/func2subr.py to func2subr.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/rules.py to rules.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/use_rules.py to use_rules.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_abstract_interface.py to test_abstract_interface.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_array_from_pyobj.py to test_array_from_pyobj.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_assumed_shape.py to test_assumed_shape.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_block_docstring.py to test_block_docstring.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_callback.py to test_callback.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_common.py to test_common.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_compile_function.py to test_compile_function.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_crackfortran.py to test_crackfortran.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_kind.py to test_kind.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_mixed.py to test_mixed.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_module_doc.py to test_module_doc.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_parameter.py to test_parameter.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_quoted_character.py to test_quoted_character.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_regression.py to test_regression.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_return_character.py to test_return_character.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_return_complex.py to test_return_complex.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_return_integer.py to test_return_integer.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_return_logical.py to test_return_logical.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_return_real.py to test_return_real.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_semicolon_split.py to test_semicolon_split.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_size.py to test_size.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/test_string.py to test_string.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/util.py to util.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft/_pocketfft.py to _pocketfft.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft/helper.py to helper.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft/tests/test_helper.py to test_helper.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft/tests/test_pocketfft.py to test_pocketfft.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/_datasource.py to _datasource.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/_iotools.py to _iotools.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/_version.py to _version.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/arraypad.py to arraypad.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/arraysetops.py to arraysetops.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/arrayterator.py to arrayterator.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/format.py to format.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/function_base.py to function_base.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/histograms.py to histograms.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/index_tricks.py to index_tricks.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/mixins.py to mixins.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/nanfunctions.py to nanfunctions.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/npyio.py to npyio.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/polynomial.py to polynomial.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/recfunctions.py to recfunctions.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/scimath.py to scimath.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/shape_base.py to shape_base.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/stride_tricks.py to stride_tricks.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/twodim_base.py to twodim_base.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/type_check.py to type_check.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ufunclike.py to ufunclike.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/user_array.py to user_array.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/utils.py to utils.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test__datasource.py to test__datasource.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test__iotools.py to test__iotools.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test__version.py to test__version.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_arraypad.py to test_arraypad.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_arraysetops.py to test_arraysetops.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_arrayterator.py to test_arrayterator.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_financial_expired.py to test_financial_expired.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_format.py to test_format.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_function_base.py to test_function_base.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_histograms.py to test_histograms.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_index_tricks.py to test_index_tricks.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_io.py to test_io.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_mixins.py to test_mixins.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_nanfunctions.py to test_nanfunctions.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_packbits.py to test_packbits.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_polynomial.py to test_polynomial.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_recfunctions.py to test_recfunctions.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_regression.py to test_regression.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_shape_base.py to test_shape_base.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_stride_tricks.py to test_stride_tricks.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_twodim_base.py to test_twodim_base.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_type_check.py to test_type_check.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_ufunclike.py to test_ufunclike.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/linalg.py to linalg.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/tests/test_build.py to test_build.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/tests/test_deprecations.py to test_deprecations.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/tests/test_linalg.py to test_linalg.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/tests/test_regression.py to test_regression.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/bench.py to bench.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/core.py to core.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/extras.py to extras.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/mrecords.py to mrecords.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/testutils.py to testutils.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/timer_comparison.py to timer_comparison.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests/test_core.py to test_core.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests/test_deprecations.py to test_deprecations.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests/test_extras.py to test_extras.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests/test_mrecords.py to test_mrecords.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests/test_old_ma.py to test_old_ma.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests/test_regression.py to test_regression.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/tests/test_subclassing.py to test_subclassing.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/defmatrix.py to defmatrix.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_defmatrix.py to test_defmatrix.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_interaction.py to test_interaction.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_masked_matrix.py to test_masked_matrix.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_matrix_linalg.py to test_matrix_linalg.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_multiarray.py to test_multiarray.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_numeric.py to test_numeric.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/test_regression.py to test_regression.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/_polybase.py to _polybase.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/chebyshev.py to chebyshev.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/hermite.py to hermite.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/hermite_e.py to hermite_e.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/laguerre.py to laguerre.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/legendre.py to legendre.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/polynomial.py to polynomial.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/polyutils.py to polyutils.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_chebyshev.py to test_chebyshev.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_classes.py to test_classes.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_hermite.py to test_hermite.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_hermite_e.py to test_hermite_e.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_laguerre.py to test_laguerre.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_legendre.py to test_legendre.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_polynomial.py to test_polynomial.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_polyutils.py to test_polyutils.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/tests/test_printing.py to test_printing.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/_pickle.py to _pickle.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/test_direct.py to test_direct.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/test_extending.py to test_extending.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/test_generator_mt19937.py to test_generator_mt19937.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/test_generator_mt19937_regressions.py to test_generator_mt19937_regressions.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/test_random.py to test_random.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/test_randomstate.py to test_randomstate.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/test_randomstate_regression.py to test_randomstate_regression.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/test_regression.py to test_regression.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/test_seed_sequence.py to test_seed_sequence.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/test_smoke.py to test_smoke.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/print_coercion_tables.py to print_coercion_tables.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/utils.py to utils.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private/decorators.py to decorators.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private/noseclasses.py to noseclasses.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private/nosetester.py to nosetester.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private/parameterized.py to parameterized.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/_private/utils.py to utils.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/tests/test_doctesting.py to test_doctesting.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/_add_docstring.py to _add_docstring.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/_array_like.py to _array_like.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/_callable.py to _callable.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/_char_codes.py to _char_codes.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/_dtype_like.py to _dtype_like.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/_extended_precision.py to _extended_precision.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/_generic_alias.py to _generic_alias.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/_nbit.py to _nbit.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/_scalars.py to _scalars.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/_shape.py to _shape.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/mypy_plugin.py to mypy_plugin.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/setup.py to setup.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/test_generic_alias.py to test_generic_alias.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/test_isfile.py to test_isfile.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/test_runtime.py to test_runtime.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/test_typing.py to test_typing.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/test_typing_extensions.py to test_typing_extensions.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests/test_ctypeslib.py to test_ctypeslib.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests/test_matlib.py to test_matlib.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests/test_numpy_version.py to test_numpy_version.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests/test_public_api.py to test_public_api.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests/test_reloading.py to test_reloading.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests/test_scripts.py to test_scripts.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/tests/test_warnings.py to test_warnings.cpython-39.pyc byte-compiling /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/_version.py to _version.cpython-39.pyc running install_data creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/libdivide copying numpy/core/include/numpy/libdivide/LICENSE.txt -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/libdivide copying numpy/core/include/numpy/libdivide/libdivide.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/libdivide creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/random copying numpy/core/include/numpy/random/distributions.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/random copying numpy/core/include/numpy/random/bitgen.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/random copying numpy/core/include/numpy/npy_3kcompat.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/arrayscalars.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/utils.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/npy_interrupt.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/npy_math.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/ndarrayobject.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/ufuncobject.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/npy_endian.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/oldnumeric.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/arrayobject.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/npy_no_deprecated_api.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/ndarraytypes.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/npy_os.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/_neighborhood_iterator_imp.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/npy_common.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/noprefix.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/halffloat.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/npy_1_7_deprecated_api.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/numpyconfig.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/npy_cpu.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ copying numpy/core/include/numpy/old_defines.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy/ creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/data copying numpy/core/tests/data/umath-validation-set-exp.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/data/ copying numpy/core/tests/data/umath-validation-set-cos.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/data/ copying numpy/core/tests/data/umath-validation-set-log.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/data/ copying numpy/core/tests/data/astype_copy.pkl -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/data/ copying numpy/core/tests/data/umath-validation-set-README.txt -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/data/ copying numpy/core/tests/data/recarray_from_file.fits -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/data/ copying numpy/core/tests/data/umath-validation-set-sin.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/data/ creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/examples copying numpy/core/tests/examples/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/examples/ copying numpy/core/tests/examples/checks.pyx -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/tests/examples/ copying numpy/core/_asarray.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/ copying numpy/core/einsumfunc.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/ copying numpy/core/_type_aliases.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/ copying numpy/core/arrayprint.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/ copying numpy/core/_internal.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/ copying numpy/core/shape_base.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/ copying numpy/core/__init__.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/ copying numpy/core/function_base.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/ copying numpy/core/numeric.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/ copying numpy/core/fromnumeric.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/ copying numpy/core/numerictypes.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/ copying numpy/core/_ufunc_config.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/ copying numpy/distutils/__init__.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/ creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/mingw copying numpy/distutils/mingw/gfortran_vs2003_hack.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/mingw creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks copying numpy/distutils/checks/cpu_avx512_cnl.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/extra_avx512bw_mask.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_sse2.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_avx512_knm.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_sse3.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_popcnt.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_sse42.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_avx512cd.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_neon_vfpv4.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_sse.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_avx512_icl.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_avx512_knl.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_neon_fp16.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_f16c.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_ssse3.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_avx.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_sse41.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_vsx3.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/extra_avx512dq_mask.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_asimdhp.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_fma4.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_asimdfhm.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_asimddp.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_avx2.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_avx512_skx.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_neon.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_vsx2.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_vsx.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/test_flags.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_fma3.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_avx512f.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_xop.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/extra_vsx_asm.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/extra_avx512f_reduce.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_asimd.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ copying numpy/distutils/checks/cpu_avx512_clx.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/distutils/checks/ creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/array_from_pyobj copying numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/array_from_pyobj creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/precision.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/foo_mod.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/foo_free.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/foo_use.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/common copying numpy/f2py/tests/src/common/block.f -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/common creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/kind copying numpy/f2py/tests/src/kind/foo.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/kind creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/mixed copying numpy/f2py/tests/src/mixed/foo_fixed.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/mixed copying numpy/f2py/tests/src/mixed/foo.f -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/mixed copying numpy/f2py/tests/src/mixed/foo_free.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/mixed creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/module_data copying numpy/f2py/tests/src/module_data/module_data_docstring.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/module_data copying numpy/f2py/tests/src/module_data/mod.mod -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/module_data creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/parameter copying numpy/f2py/tests/src/parameter/constant_real.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/parameter copying numpy/f2py/tests/src/parameter/constant_compound.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/parameter copying numpy/f2py/tests/src/parameter/constant_non_compound.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/parameter copying numpy/f2py/tests/src/parameter/constant_both.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/parameter copying numpy/f2py/tests/src/parameter/constant_integer.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/parameter creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/regression copying numpy/f2py/tests/src/regression/inout.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/regression creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/size copying numpy/f2py/tests/src/size/foo.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/size creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/string copying numpy/f2py/tests/src/string/char.f90 -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/tests/src/string creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/src copying numpy/f2py/src/fortranobject.c -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/src copying numpy/f2py/src/fortranobject.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/src copying numpy/f2py/__init__.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/f2py/ copying numpy/fft/__init__.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/fft/ creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/data copying numpy/lib/tests/data/py2-objarr.npy -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/data/ copying numpy/lib/tests/data/win64python2.npy -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/data/ copying numpy/lib/tests/data/python3.npy -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/data/ copying numpy/lib/tests/data/py2-objarr.npz -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/data/ copying numpy/lib/tests/data/py3-objarr.npy -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/data/ copying numpy/lib/tests/data/py3-objarr.npz -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/tests/data/ copying numpy/lib/__init__.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/arrayterator.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/polynomial.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/shape_base.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/scimath.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/stride_tricks.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/ufunclike.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/function_base.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/format.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/utils.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/arraysetops.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/nanfunctions.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/arraypad.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/histograms.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/twodim_base.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/index_tricks.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/type_check.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/_version.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/mixins.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/lib/npyio.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/lib/ copying numpy/linalg/__init__.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/linalg/ copying numpy/ma/mrecords.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/ copying numpy/ma/extras.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/ copying numpy/ma/core.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/ copying numpy/ma/__init__.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ma/ copying numpy/matrixlib/__init__.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/matrixlib/ copying numpy/polynomial/polynomial.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/ copying numpy/polynomial/polyutils.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/ copying numpy/polynomial/legendre.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/ copying numpy/polynomial/hermite.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/ copying numpy/polynomial/hermite_e.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/ copying numpy/polynomial/chebyshev.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/ copying numpy/polynomial/_polybase.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/ copying numpy/polynomial/__init__.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/ copying numpy/polynomial/laguerre.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/polynomial/ creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/data copying numpy/random/tests/data/pcg64dxsm-testset-1.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/data/ copying numpy/random/tests/data/sfc64-testset-2.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/data/ copying numpy/random/tests/data/philox-testset-2.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/data/ copying numpy/random/tests/data/pcg64dxsm-testset-2.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/data/ copying numpy/random/tests/data/pcg64-testset-1.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/data/ copying numpy/random/tests/data/mt19937-testset-2.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/data/ copying numpy/random/tests/data/philox-testset-1.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/data/ copying numpy/random/tests/data/pcg64-testset-2.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/data/ copying numpy/random/tests/data/__init__.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/data/ copying numpy/random/tests/data/mt19937-testset-1.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/data/ copying numpy/random/tests/data/sfc64-testset-1.csv -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/tests/data/ creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/_examples creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/_examples/cffi copying numpy/random/_examples/cffi/parse.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/_examples/cffi copying numpy/random/_examples/cffi/extending.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/_examples/cffi creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/_examples/cython copying numpy/random/_examples/cython/extending.pyx -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/_examples/cython copying numpy/random/_examples/cython/setup.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/_examples/cython copying numpy/random/_examples/cython/extending_distributions.pyx -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/_examples/cython creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/_examples/numba copying numpy/random/_examples/numba/extending_distributions.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/_examples/numba copying numpy/random/_examples/numba/extending.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/_examples/numba copying numpy/random/bit_generator.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/random/_common.pxd -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/random/_sfc64.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/random/_pcg64.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/random/_bounded_integers.pxd -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/random/_mt19937.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/random/c_distributions.pxd -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/random/_generator.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/random/__init__.pxd -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/random/mtrand.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/random/bit_generator.pxd -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/random/_philox.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/random/__init__.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/ copying numpy/testing/__init__.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/testing/ creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/arrayprint.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/ufunclike.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/bitwise_ops.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/numerictypes.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/ndarray_misc.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/lib_utils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/scalars.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/modules.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/flatiter.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/array_like.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/fromnumeric.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/datasource.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/array_constructors.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/einsumfunc.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/ufuncs.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/constants.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/lib_version.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/warnings_and_errors.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/arithmetic.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/dtype.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/ndarray.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/index_tricks.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/arrayterator.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/random.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/comparisons.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail copying numpy/typing/tests/data/fail/ufunc_config.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/fail creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/misc copying numpy/typing/tests/data/misc/extended_precision.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/misc creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/einsumfunc.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/scalars.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/comparisons.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/arithmetic.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/warnings_and_errors.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/simple_py3.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/bitwise_ops.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/lib_version.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/flatiter.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/ufuncs.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/simple.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/array_constructors.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/modules.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/dtype.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/ndarray_shape_manipulation.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/literal.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/arrayterator.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/fromnumeric.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/ndarray_conversion.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/numerictypes.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/lib_utils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/ufunc_config.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/multiarray.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/ndarray_misc.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/arrayprint.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/array_like.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/numeric.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/mod.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/random.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/ufunclike.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass copying numpy/typing/tests/data/pass/index_tricks.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/pass creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/scalars.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/arrayterator.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/comparisons.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/multiarray.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/modules.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/dtype.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/nditer.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/arithmetic.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/bitwise_ops.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/numeric.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/arrayprint.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/flatiter.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/numerictypes.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/einsumfunc.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/random.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/ufunc_config.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/ndarray_conversion.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/mod.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/lib_version.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/index_tricks.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/warnings_and_errors.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/ufunclike.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/lib_utils.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/constants.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/array_constructors.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/ufuncs.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/fromnumeric.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/datasource.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/ndarray_shape_manipulation.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/nbit_base_example.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/reveal/ndarray_misc.py -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/reveal copying numpy/typing/tests/data/mypy.ini -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/tests/data/ copying numpy/typing/_ufunc.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/typing/ copying numpy/py.typed -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ copying numpy/__init__.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ copying numpy/ctypeslib.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ copying numpy/char.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ copying numpy/rec.pyi -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/ copying numpy/__init__.pxd -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying LICENSE.txt -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying numpy/__init__.cython-30.pxd -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy copying build/src.linux-x86_64-3.9/numpy/core/include/numpy/_numpyconfig.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy copying build/src.linux-x86_64-3.9/numpy/core/include/numpy/__multiarray_api.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy copying build/src.linux-x86_64-3.9/numpy/core/include/numpy/multiarray_api.txt -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy copying build/src.linux-x86_64-3.9/numpy/core/include/numpy/__ufunc_api.h -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy copying build/src.linux-x86_64-3.9/numpy/core/include/numpy/ufunc_api.txt -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/include/numpy creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/lib creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/lib/npy-pkg-config copying build/src.linux-x86_64-3.9/numpy/core/lib/npy-pkg-config/npymath.ini -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/lib/npy-pkg-config copying build/src.linux-x86_64-3.9/numpy/core/lib/npy-pkg-config/mlib.ini -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/lib/npy-pkg-config running install_clib copying build/temp.linux-x86_64-3.9/libnpymath.a -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/core/lib creating /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/lib copying build/temp.linux-x86_64-3.9/libnpyrandom.a -> /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy/random/lib running install_egg_info running egg_info creating numpy.egg-info writing numpy.egg-info/PKG-INFO writing dependency_links to numpy.egg-info/dependency_links.txt writing entry points to numpy.egg-info/entry_points.txt writing top-level names to numpy.egg-info/top_level.txt writing manifest file 'numpy.egg-info/SOURCES.txt' reading manifest file 'numpy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'LICENSES_bundled.txt' warning: no previously-included files found matching 'azure-*.yml' no previously-included directories found matching 'doc/build' no previously-included directories found matching 'doc/source/generated' no previously-included directories found matching 'benchmarks/env' no previously-included directories found matching 'benchmarks/results' no previously-included directories found matching 'benchmarks/html' no previously-included directories found matching 'benchmarks/numpy' warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution warning: no previously-included files matching '*.bak' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'numpy.egg-info/SOURCES.txt' Copying numpy.egg-info to /usr/src/slapt-src/development/numpy3/package-numpy3/usr/lib64/python3.9/site-packages/numpy-1.21.2-py3.9.egg-info running install_scripts Installing f2py script to /usr/src/slapt-src/development/numpy3/package-numpy3/usr/bin Installing f2py3 script to /usr/src/slapt-src/development/numpy3/package-numpy3/usr/bin Installing f2py3.9 script to /usr/src/slapt-src/development/numpy3/package-numpy3/usr/bin ########### EXT COMPILER OPTIMIZATION ########### Platform : Architecture: x64 Compiler : gcc CPU baseline : Requested : 'min' Enabled : SSE SSE2 SSE3 Flags : -msse -msse2 -msse3 Extra checks: none CPU dispatch : Requested : 'max -xop -fma4' Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_KNM AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL Generated : : SSE41 : SSE SSE2 SSE3 SSSE3 Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 Extra checks: none Detect : SSE SSE2 SSE3 SSSE3 SSE41 : build/src.linux-x86_64-3.9/numpy/core/src/umath/loops_arithmetic.dispatch.c : numpy/core/src/umath/_umath_tests.dispatch.c : SSE42 : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 Extra checks: none Detect : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 : build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.c : AVX2 : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 Extra checks: none Detect : AVX F16C AVX2 : build/src.linux-x86_64-3.9/numpy/core/src/umath/loops_arithm_fp.dispatch.c : build/src.linux-x86_64-3.9/numpy/core/src/umath/loops_arithmetic.dispatch.c : numpy/core/src/umath/_umath_tests.dispatch.c : (FMA3 AVX2) : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 Extra checks: none Detect : AVX F16C FMA3 AVX2 : build/src.linux-x86_64-3.9/numpy/core/src/umath/loops_trigonometric.dispatch.c : build/src.linux-x86_64-3.9/numpy/core/src/umath/loops_exponent_log.dispatch.c : build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.c : AVX512F : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f Extra checks: AVX512F_REDUCE Detect : AVX512F : build/src.linux-x86_64-3.9/numpy/core/src/umath/loops_arithm_fp.dispatch.c : build/src.linux-x86_64-3.9/numpy/core/src/umath/loops_arithmetic.dispatch.c : build/src.linux-x86_64-3.9/numpy/core/src/umath/loops_trigonometric.dispatch.c : build/src.linux-x86_64-3.9/numpy/core/src/umath/loops_exponent_log.dispatch.c : build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.c : AVX512_SKX : SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD Flags : -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq Extra checks: AVX512BW_MASK AVX512DQ_MASK Detect : AVX512_SKX : build/src.linux-x86_64-3.9/numpy/core/src/umath/loops_arithmetic.dispatch.c : build/src.linux-x86_64-3.9/numpy/core/src/umath/loops_exponent_log.dispatch.c : build/src.linux-x86_64-3.9/numpy/core/src/_simd/_simd.dispatch.c CCompilerOpt.cache_flush[809] : write cache to path -> /usr/src/slapt-src/development/numpy3/numpy-1.21.2/build/temp.linux-x86_64-3.9/ccompiler_opt_cache_ext.py ########### CLIB COMPILER OPTIMIZATION ########### Platform : Architecture: x64 Compiler : gcc CPU baseline : Requested : 'min' Enabled : SSE SSE2 SSE3 Flags : -msse -msse2 -msse3 Extra checks: none CPU dispatch : Requested : 'max -xop -fma4' Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_KNM AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL Generated : none CCompilerOpt.cache_flush[809] : write cache to path -> /usr/src/slapt-src/development/numpy3/numpy-1.21.2/build/temp.linux-x86_64-3.9/ccompiler_opt_cache_clib.py Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/development/numpy3/numpy3-1.21.2-x86_64-1salix15.0.txz WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/compat/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/core/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/distutils/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/f2py/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/fft/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/lib/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/linalg/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/ma/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/matrixlib/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/polynomial/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/random/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/random/tests/data/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/testing/_private/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/testing/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/typing/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/tests/__init__.py WARNING: zero length file usr/lib64/python3.9/site-packages/numpy/py.typed Slackware package /usr/src/slapt-src/development/numpy3/numpy3-1.21.2-x86_64-1salix15.0.txz created. Installing package numpy3-1.21.2-x86_64-1salix15.0... | numpy3 (Python3 extension for scientific computing) | | NumPy is an extension to the Python programming language, adding | support for large, multi-dimensional arrays and matrices along | with a large library of high-level mathematical functions to | operate on these arrays. | | This packages contains NumPy for python3 | | Homepage: http://www.numpy.org/ | | |