>>> pythran: Building community/pythran 0.12.0-r0 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 00:12:22 +0000 >>> pythran: Checking sanity of /home/buildozer/aports/community/pythran/APKBUILD... >>> pythran: Analyzing dependencies... >>> pythran: Installing for build: build-base py3-beniget py3-gast py3-numpy py3-ply python3 py3-setuptools python3-dev (1/19) Installing libbz2 (1.0.8-r3) (2/19) Installing libffi (3.4.4-r0) (3/19) Installing gdbm (1.23-r0) (4/19) Installing xz-libs (5.2.7-r0) (5/19) Installing mpdecimal (2.5.1-r1) (6/19) Installing readline (8.2.0-r0) (7/19) Installing sqlite-libs (3.39.4-r0) (8/19) Installing python3 (3.10.8-r3) (9/19) Installing py3-gast (0.5.3-r0) (10/19) Installing py3-beniget (0.4.1-r0) (11/19) Installing libgfortran (12.2.1_git20220924-r3) (12/19) Installing openblas (0.3.21-r0) (13/19) Installing py3-numpy (1.23.4-r0) (14/19) Installing py3-ply (3.11-r7) (15/19) Installing py3-parsing (3.0.9-r0) (16/19) Installing py3-packaging (21.3-r2) (17/19) Installing py3-setuptools (65.5.0-r0) (18/19) Installing python3-dev (3.10.8-r3) (19/19) Installing .makedepends-pythran (20221029.001222) Executing busybox-1.35.0-r27.trigger OK: 324 MiB in 112 packages >>> pythran: Cleaning up srcdir >>> pythran: Cleaning up pkgdir >>> pythran: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/pythran-0.12.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 3505k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 3505k 12 431k 0 0 278k 0 0:00:12 0:00:01 0:00:11 278k 100 3505k 100 3505k 0 0 1947k 0 0:00:01 0:00:01 --:--:-- 1947k >>> pythran: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/pythran-0.12.0.tar.gz >>> pythran: Checking sha512sums... pythran-0.12.0.tar.gz: OK arm-hwcap.patch: OK >>> pythran: Unpacking /var/cache/distfiles/v3.17/pythran-0.12.0.tar.gz... >>> pythran: arm-hwcap.patch patching file third_party/xsimd/config/xsimd_cpuid.hpp /home/buildozer/aports/community/pythran/src/pythran-0.12.0/setup.py:29: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. MinimalSetuptoolsVersion = LooseVersion("12.0.5") /home/buildozer/aports/community/pythran/src/pythran-0.12.0/setup.py:30: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if LooseVersion(setuptools.__version__) < MinimalSetuptoolsVersion: running build running build_py creating build creating build/lib creating build/lib/pythran copying pythran/unparse.py -> build/lib/pythran copying pythran/cxxgen.py -> build/lib/pythran copying pythran/syntax.py -> build/lib/pythran copying pythran/passmanager.py -> build/lib/pythran copying pythran/errors.py -> build/lib/pythran copying pythran/utils.py -> build/lib/pythran copying pythran/openmp.py -> build/lib/pythran copying pythran/interval.py -> build/lib/pythran copying pythran/middlend.py -> build/lib/pythran copying pythran/cxxtypes.py -> build/lib/pythran copying pythran/backend.py -> build/lib/pythran copying pythran/graph.py -> build/lib/pythran copying pythran/config.py -> build/lib/pythran copying pythran/typing.py -> build/lib/pythran copying pythran/log.py -> build/lib/pythran copying pythran/spec.py -> build/lib/pythran copying pythran/tables.py -> build/lib/pythran copying pythran/frontend.py -> build/lib/pythran copying pythran/toolchain.py -> build/lib/pythran copying pythran/magic.py -> build/lib/pythran copying pythran/metadata.py -> build/lib/pythran copying pythran/__init__.py -> build/lib/pythran copying pythran/intrinsic.py -> build/lib/pythran copying pythran/version.py -> build/lib/pythran copying pythran/run.py -> build/lib/pythran copying pythran/conversion.py -> build/lib/pythran copying pythran/dist.py -> build/lib/pythran creating build/lib/pythran/analyses copying pythran/analyses/yield_points.py -> build/lib/pythran/analyses copying pythran/analyses/optimizable_comprehension.py -> build/lib/pythran/analyses copying pythran/analyses/has_return.py -> build/lib/pythran/analyses copying pythran/analyses/local_declarations.py -> build/lib/pythran/analyses copying pythran/analyses/identifiers.py -> build/lib/pythran/analyses copying pythran/analyses/argument_read_once.py -> build/lib/pythran/analyses copying pythran/analyses/imported_ids.py -> build/lib/pythran/analyses copying pythran/analyses/globals_analysis.py -> build/lib/pythran/analyses copying pythran/analyses/global_declarations.py -> build/lib/pythran/analyses copying pythran/analyses/ancestors.py -> build/lib/pythran/analyses copying pythran/analyses/pure_expressions.py -> build/lib/pythran/analyses copying pythran/analyses/literals.py -> build/lib/pythran/analyses copying pythran/analyses/inlinable.py -> build/lib/pythran/analyses copying pythran/analyses/node_count.py -> build/lib/pythran/analyses copying pythran/analyses/global_effects.py -> build/lib/pythran/analyses copying pythran/analyses/pure_functions.py -> build/lib/pythran/analyses copying pythran/analyses/lazyness_analysis.py -> build/lib/pythran/analyses copying pythran/analyses/ordered_global_declarations.py -> build/lib/pythran/analyses copying pythran/analyses/locals_analysis.py -> build/lib/pythran/analyses copying pythran/analyses/static_expressions.py -> build/lib/pythran/analyses copying pythran/analyses/range_values.py -> build/lib/pythran/analyses copying pythran/analyses/argument_effects.py -> build/lib/pythran/analyses copying pythran/analyses/potential_iterator.py -> build/lib/pythran/analyses copying pythran/analyses/use_omp.py -> build/lib/pythran/analyses copying pythran/analyses/extended_syntax_check.py -> build/lib/pythran/analyses copying pythran/analyses/aliases.py -> build/lib/pythran/analyses copying pythran/analyses/__init__.py -> build/lib/pythran/analyses copying pythran/analyses/intrinsics.py -> build/lib/pythran/analyses copying pythran/analyses/dependencies.py -> build/lib/pythran/analyses copying pythran/analyses/constant_expressions.py -> build/lib/pythran/analyses copying pythran/analyses/ast_matcher.py -> build/lib/pythran/analyses copying pythran/analyses/scope.py -> build/lib/pythran/analyses copying pythran/analyses/use_def_chain.py -> build/lib/pythran/analyses copying pythran/analyses/immediates.py -> build/lib/pythran/analyses copying pythran/analyses/fixed_size_list.py -> build/lib/pythran/analyses copying pythran/analyses/parallel_maps.py -> build/lib/pythran/analyses copying pythran/analyses/is_assigned.py -> build/lib/pythran/analyses copying pythran/analyses/cfg.py -> build/lib/pythran/analyses creating build/lib/pythran/transformations copying pythran/transformations/normalize_exception.py -> build/lib/pythran/transformations copying pythran/transformations/extract_doc_strings.py -> build/lib/pythran/transformations copying pythran/transformations/remove_named_arguments.py -> build/lib/pythran/transformations copying pythran/transformations/expand_imports.py -> build/lib/pythran/transformations copying pythran/transformations/false_polymorphism.py -> build/lib/pythran/transformations copying pythran/transformations/unshadow_parameters.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_tuples.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_is_none.py -> build/lib/pythran/transformations copying pythran/transformations/handle_import.py -> build/lib/pythran/transformations copying pythran/transformations/remove_lambdas.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_ifelse.py -> build/lib/pythran/transformations copying pythran/transformations/remove_comprehension.py -> build/lib/pythran/transformations copying pythran/transformations/remove_fstrings.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_static_if.py -> build/lib/pythran/transformations copying pythran/transformations/remove_nested_functions.py -> build/lib/pythran/transformations copying pythran/transformations/expand_import_all.py -> build/lib/pythran/transformations copying pythran/transformations/expand_globals.py -> build/lib/pythran/transformations copying pythran/transformations/__init__.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_compare.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_return.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_method_calls.py -> build/lib/pythran/transformations copying pythran/transformations/expand_builtins.py -> build/lib/pythran/transformations creating build/lib/pythran/optimizations copying pythran/optimizations/simplify_except.py -> build/lib/pythran/optimizations copying pythran/optimizations/comprehension_patterns.py -> build/lib/pythran/optimizations copying pythran/optimizations/remove_dead_functions.py -> build/lib/pythran/optimizations copying pythran/optimizations/range_loop_unfolding.py -> build/lib/pythran/optimizations copying pythran/optimizations/square.py -> build/lib/pythran/optimizations copying pythran/optimizations/constant_folding.py -> build/lib/pythran/optimizations copying pythran/optimizations/tuple_to_shape.py -> build/lib/pythran/optimizations copying pythran/optimizations/inlining.py -> build/lib/pythran/optimizations copying pythran/optimizations/loop_full_unrolling.py -> build/lib/pythran/optimizations copying pythran/optimizations/iter_transformation.py -> build/lib/pythran/optimizations copying pythran/optimizations/dead_code_elimination.py -> build/lib/pythran/optimizations copying pythran/optimizations/pattern_transform.py -> build/lib/pythran/optimizations copying pythran/optimizations/list_comp_to_genexp.py -> build/lib/pythran/optimizations copying pythran/optimizations/__init__.py -> build/lib/pythran/optimizations copying pythran/optimizations/list_to_tuple.py -> build/lib/pythran/optimizations copying pythran/optimizations/forward_substitution.py -> build/lib/pythran/optimizations copying pythran/optimizations/range_based_simplify.py -> build/lib/pythran/optimizations copying pythran/optimizations/modindex.py -> build/lib/pythran/optimizations copying pythran/optimizations/inline_builtins.py -> build/lib/pythran/optimizations creating build/lib/omp copying omp/__init__.py -> build/lib/omp creating build/lib/pythran/types copying pythran/types/type_dependencies.py -> build/lib/pythran/types copying pythran/types/signature.py -> build/lib/pythran/types copying pythran/types/tog.py -> build/lib/pythran/types copying pythran/types/reorder.py -> build/lib/pythran/types copying pythran/types/types.py -> build/lib/pythran/types copying pythran/types/__init__.py -> build/lib/pythran/types copying pythran/types/conversion.py -> build/lib/pythran/types copying pythran/pythran.cfg -> build/lib/pythran copying pythran/pythran-darwin.cfg -> build/lib/pythran copying pythran/pythran-linux.cfg -> build/lib/pythran copying pythran/pythran-win32.cfg -> build/lib/pythran copying pythran/pythran-default.cfg -> build/lib/pythran copying pythran/pythran-linux2.cfg -> build/lib/pythran creating build/lib/pythran/pythonic copying pythran/pythonic/core.hpp -> build/lib/pythran/pythonic creating build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ufunc_accumulate.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arccosh.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/diagonal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nanmax.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/radians.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/count_nonzero.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/clip.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/all.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/amin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/resize.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ndim.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/left_shift.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/lexsort.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/conj.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nextafter.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fliplr.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arange.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/maximum.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/array.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/heaviside.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/floor.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/complex128.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cross.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ascontiguousarray.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/right_shift.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/std_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/unravel_index.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/insert.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/repeat.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/tri.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/expand_dims.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/diff.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/deg2rad.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/linspace.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/imag.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/power.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/rint.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/array_equiv.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/mean.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/rollaxis.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/place.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/swapaxes.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fromfile.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/remainder.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/asarray_chkfinite.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fmin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/NINF.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/log2.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/byte.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/concatenate.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/newaxis.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arctan.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/absolute.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cos.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/int_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/complex.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/log10.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/add.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/roll.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/short_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/min.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cumprod.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uintc.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/argwhere.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/interp_core.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/append.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/digitize.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uint8.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fmax.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/log.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cbrt.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fix.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uintp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/shape.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/reciprocal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/round_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ptp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/eye.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/real.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fromfunction.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/angle.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sum.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/angle_in_deg.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/max.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/bitwise_xor.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/tril.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ones_like.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/log1p.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/greater.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/abs.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/argmax.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/rot90.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isneginf.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/double_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/zeros.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isrealobj.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/int64.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/pi.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/trunc.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sinh.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/delete_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/argsort.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/asarray.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/searchsorted.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/average.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/spacing.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/identity.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/prod.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/alltrue.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isclose.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/invert.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/round.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/complex256.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/square.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sort_complex.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/copysign.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isreal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logical_xor.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/tan.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uint32.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/finfo.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ravel.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/median.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/allclose.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/indices.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/product.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/bitwise_or.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/stack.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/atleast_1d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/size.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fabs.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sort.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/triu.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/transpose.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/float64.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fmod.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/minimum.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/int32.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/intersect1d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/expm1.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isposinf.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/full_like.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/binary_repr.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/flipud.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isnan.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/reduce.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/exp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/empty.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/copyto.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ndarray.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fromstring.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/any.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nanargmin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uint16.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/iscomplex.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/around.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/flip.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/zeros_like.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sign.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/less.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arcsinh.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/var.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/interp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/issctype.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/vdot.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/putmask.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ubyte.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/floor_divide.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/greater_equal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cumsum.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ones.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/asscalar.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isfinite.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arccos.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cumproduct.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nan.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/argminmax.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/diag.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ceil.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/e.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uint.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nan_to_num.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/angle_in_rad.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/correlate.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/flatnonzero.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/array_equal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logaddexp2.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/tanh.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logical_and.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/unwrap.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nanargmax.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arcsin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/atleast_3d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fill_diagonal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/float128.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/degrees.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/convolve.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/int16.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isscalar.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/subtract.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arctanh.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/unique.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/hstack.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/int8.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/dot.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arctan2.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ushort.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cosh.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/complex64.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/tile.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/longlong.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ulonglong.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uint64.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/base_repr.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/bitwise_and.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nonzero.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ufunc_reduce.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/frexp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nansum.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/bitwise_not.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/trace.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/partial_sum.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/hypot.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/equal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/bool_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/diagflat.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/select.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/broadcast_to.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/divide.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logspace.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/array_str.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/float32.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nanmin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/inner.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/array2string.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/setdiff1d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/union1d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/amax.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/trim_zeros.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/true_divide.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/less_equal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/take.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/float_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/intc.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ediff1d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/conjugate.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/inf.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/not_equal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/atleast_2d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sometrue.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/full.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ndenumerate.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/mod.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/outer.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/argmin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logical_not.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logaddexp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/split.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/signbit.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/vstack.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ldexp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/intp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/empty_like.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/negative.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/multiply.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/bincount.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/alen.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/array_split.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/where.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/put.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/rad2deg.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sqrt.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logical_or.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ndindex.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isinf.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/copy.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/asfarray.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fromiter.hpp -> build/lib/pythran/pythonic/numpy creating build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/isinstance.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/set.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/all.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/zip.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/RuntimeWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/DeprecationWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/EnvironmentError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/NotImplementedError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/KeyError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/True.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/type.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/int_.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/complex.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/reversed.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/BytesWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/min.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/UserWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/pow.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/BufferError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/map.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/GeneratorExit.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/tuple.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/sum.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/FileNotFoundError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/max.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/print.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ReferenceError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/abs.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/KeyboardInterrupt.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/EOFError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/PendingDeprecationWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/id.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/RuntimeError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/assert.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/hex.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/AssertionError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/round.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/iter.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/LookupError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/chr.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/IndentationError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/dict.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/next.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ImportError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/divmod.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/reduce.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/list.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/any.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/MemoryError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/open.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/None.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/enumerate.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/oct.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ImportWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/UnicodeError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/SystemExit.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/False.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/bin.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/Exception.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/SyntaxError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/TabError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ZeroDivisionError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/UnboundLocalError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ord.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/AttributeError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/OverflowError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/minmax.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/FloatingPointError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/FutureWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/SyntaxWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/filter.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/file.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/xrange.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/TypeError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/bool_.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/getattr.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/range.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/OSError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/BaseException.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/float_.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/IOError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/NameError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/in.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/SystemError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ValueError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/sorted.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/len.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/str.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/UnicodeWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/StopIteration.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ArithmeticError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/slice.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/IndexError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/Warning.hpp -> build/lib/pythran/pythonic/builtins creating build/lib/pythran/pythonic/functools copying pythran/pythonic/functools/partial.hpp -> build/lib/pythran/pythonic/functools copying pythran/pythonic/functools/reduce.hpp -> build/lib/pythran/pythonic/functools creating build/lib/pythran/pythonic/math copying pythran/pythonic/math/radians.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/floor.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/atanh.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/cos.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/log10.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/pow.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/log.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/sin.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/log1p.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/pi.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/trunc.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/sinh.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/copysign.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/tan.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/asin.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/erfc.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/modf.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/factorial.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/fabs.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/fmod.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/expm1.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/isnan.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/atan.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/exp.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/lgamma.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/asinh.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/ceil.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/e.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/tanh.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/degrees.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/erf.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/cosh.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/frexp.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/gamma.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/hypot.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/acos.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/acosh.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/atan2.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/ldexp.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/sqrt.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/isinf.hpp -> build/lib/pythran/pythonic/math creating build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/atanh.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/cos.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/log10.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/log.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/sin.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/pi.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/sinh.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/tan.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/asin.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/isnan.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/atan.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/exp.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/asinh.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/e.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/tanh.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/cosh.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/acos.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/acosh.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/sqrt.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/isinf.hpp -> build/lib/pythran/pythonic/cmath creating build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__floordiv__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__gt__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/truediv.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__contains__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ge__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/iconcat.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__invert__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/is_not.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/pos.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__imul__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__truediv__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__le__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/add.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/lshift.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__getitem__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__lt__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/iadd.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__iconcat__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/imod.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ne__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/pow.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__iadd__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/truth.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ilshift__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/floordiv.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ipow__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/lt.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/abs.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ixor.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/isub.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/indexOf.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ge.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/neg.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/mul.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__or__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/imax.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/xor_.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/invert.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__not__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/imatmul.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__irshift__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__isub__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__sub__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__add__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ior.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__itruediv__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/inv.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/eq.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__matmul__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/itruediv.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/and_.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/imin.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/or_.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__concat__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__iand__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/le.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__pos__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/iand.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/delitem.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/is_.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__mod__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__delitem__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ilshift.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/countOf.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/idiv.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/not_.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/gt.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__neg__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__abs__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__rshift__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__lshift__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__div__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/sub.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ne.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/concat.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/imul.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__mul__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__eq__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__xor__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__inv__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/rshift.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/matmul.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/irshift.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ifloordiv.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/div.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/itemgetter.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/contains.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/icommon.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/mod.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__idiv__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ipow.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ixor__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ior__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/overloads.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__and__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ifloordiv__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__imod__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/getitem.hpp -> build/lib/pythran/pythonic/operator_ creating build/lib/pythran/pythonic/python copying pythran/pythonic/python/exception_handler.hpp -> build/lib/pythran/pythonic/python copying pythran/pythonic/python/core.hpp -> build/lib/pythran/pythonic/python creating build/lib/pythran/pythonic/string copying pythran/pythonic/string/ascii_letters.hpp -> build/lib/pythran/pythonic/string copying pythran/pythonic/string/octdigits.hpp -> build/lib/pythran/pythonic/string copying pythran/pythonic/string/digits.hpp -> build/lib/pythran/pythonic/string copying pythran/pythonic/string/find.hpp -> build/lib/pythran/pythonic/string copying pythran/pythonic/string/ascii_lowercase.hpp -> build/lib/pythran/pythonic/string copying pythran/pythonic/string/ascii_uppercase.hpp -> build/lib/pythran/pythonic/string copying pythran/pythonic/string/hexdigits.hpp -> build/lib/pythran/pythonic/string creating build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/numpy_traits.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/shared_ref.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/int_.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/array_helper.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/reserve.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/numpy_conversion.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/fwd.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/nested_container.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/pdqsort.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/neutral.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/tags.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/broadcast_copy.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/iterator.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/yield.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/seq.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/meta.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/functor.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/boost_local_config.hpp -> build/lib/pythran/pythonic/utils creating build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/repeat.hpp -> build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/islice.hpp -> build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/count.hpp -> build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/product.hpp -> build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/combinations.hpp -> build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/common.hpp -> build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/permutations.hpp -> build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/ifilter.hpp -> build/lib/pythran/pythonic/itertools creating build/lib/pythran/pythonic/bisect copying pythran/pythonic/bisect/bisect.hpp -> build/lib/pythran/pythonic/bisect copying pythran/pythonic/bisect/bisect_right.hpp -> build/lib/pythran/pythonic/bisect copying pythran/pythonic/bisect/bisect_left.hpp -> build/lib/pythran/pythonic/bisect creating build/lib/pythran/pythonic/types copying pythran/pythonic/types/set.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/complex128.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/bool.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_vexpr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_op_helper.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/int.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/complex.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/uintc.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/uint8.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/uintp.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/tuple.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/static_if.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/vectorizable_type.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_iexpr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/raw_array.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_gexpr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/dynamic_tuple.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/int64.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/complex256.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/traits.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_broadcast.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/uint32.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/finfo.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_nary_expr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/dict.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/float64.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/int32.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/list.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/ndarray.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/uint16.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/variant_functor.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/assignable.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_unary_op.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/generator.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/float.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/empty_iterator.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_expr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_texpr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/cfun.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/combined.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/float128.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/int16.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/int8.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/complex64.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/uint64.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/file.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/attr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/nditerator.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/NoneType.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/float32.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_operators.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/intc.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/pointer.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_binary_op.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/str.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/exceptions.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/slice.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/intp.hpp -> build/lib/pythran/pythonic/types creating build/lib/pythran/pythonic/random copying pythran/pythonic/random/randrange.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/gauss.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/choice.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/expovariate.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/random.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/sample.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/randint.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/uniform.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/shuffle.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/seed.hpp -> build/lib/pythran/pythonic/random creating build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/update.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/index.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/count.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/clear.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/sort.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/pop.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/conjugate.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/remove.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/copy.hpp -> build/lib/pythran/pythonic/__dispatch__ creating build/lib/pythran/pythonic/time copying pythran/pythonic/time/sleep.hpp -> build/lib/pythran/pythonic/time copying pythran/pythonic/time/time.hpp -> build/lib/pythran/pythonic/time creating build/lib/pythran/pythonic/omp copying pythran/pythonic/omp/set_nested.hpp -> build/lib/pythran/pythonic/omp copying pythran/pythonic/omp/get_thread_num.hpp -> build/lib/pythran/pythonic/omp copying pythran/pythonic/omp/get_wtime.hpp -> build/lib/pythran/pythonic/omp copying pythran/pythonic/omp/get_wtick.hpp -> build/lib/pythran/pythonic/omp copying pythran/pythonic/omp/in_parallel.hpp -> build/lib/pythran/pythonic/omp copying pythran/pythonic/omp/get_num_threads.hpp -> build/lib/pythran/pythonic/omp creating build/lib/pythran/pythonic/numpy/greater copying pythran/pythonic/numpy/greater/accumulate.hpp -> build/lib/pythran/pythonic/numpy/greater creating build/lib/pythran/pythonic/numpy/bitwise_and copying pythran/pythonic/numpy/bitwise_and/accumulate.hpp -> build/lib/pythran/pythonic/numpy/bitwise_and copying pythran/pythonic/numpy/bitwise_and/reduce.hpp -> build/lib/pythran/pythonic/numpy/bitwise_and creating build/lib/pythran/pythonic/numpy/copysign copying pythran/pythonic/numpy/copysign/accumulate.hpp -> build/lib/pythran/pythonic/numpy/copysign creating build/lib/pythran/pythonic/numpy/left_shift copying pythran/pythonic/numpy/left_shift/accumulate.hpp -> build/lib/pythran/pythonic/numpy/left_shift creating build/lib/pythran/pythonic/numpy/subtract copying pythran/pythonic/numpy/subtract/accumulate.hpp -> build/lib/pythran/pythonic/numpy/subtract creating build/lib/pythran/pythonic/numpy/multiply copying pythran/pythonic/numpy/multiply/accumulate.hpp -> build/lib/pythran/pythonic/numpy/multiply copying pythran/pythonic/numpy/multiply/reduce.hpp -> build/lib/pythran/pythonic/numpy/multiply creating build/lib/pythran/pythonic/numpy/ctypeslib copying pythran/pythonic/numpy/ctypeslib/as_array.hpp -> build/lib/pythran/pythonic/numpy/ctypeslib creating build/lib/pythran/pythonic/numpy/maximum copying pythran/pythonic/numpy/maximum/accumulate.hpp -> build/lib/pythran/pythonic/numpy/maximum copying pythran/pythonic/numpy/maximum/reduce.hpp -> build/lib/pythran/pythonic/numpy/maximum creating build/lib/pythran/pythonic/numpy/fmod copying pythran/pythonic/numpy/fmod/accumulate.hpp -> build/lib/pythran/pythonic/numpy/fmod creating build/lib/pythran/pythonic/numpy/power copying pythran/pythonic/numpy/power/accumulate.hpp -> build/lib/pythran/pythonic/numpy/power creating build/lib/pythran/pythonic/numpy/add copying pythran/pythonic/numpy/add/accumulate.hpp -> build/lib/pythran/pythonic/numpy/add copying pythran/pythonic/numpy/add/reduce.hpp -> build/lib/pythran/pythonic/numpy/add creating build/lib/pythran/pythonic/numpy/arctan2 copying pythran/pythonic/numpy/arctan2/accumulate.hpp -> build/lib/pythran/pythonic/numpy/arctan2 creating build/lib/pythran/pythonic/numpy/ndarray copying pythran/pythonic/numpy/ndarray/fill.hpp -> build/lib/pythran/pythonic/numpy/ndarray copying pythran/pythonic/numpy/ndarray/sort.hpp -> build/lib/pythran/pythonic/numpy/ndarray copying pythran/pythonic/numpy/ndarray/astype.hpp -> build/lib/pythran/pythonic/numpy/ndarray copying pythran/pythonic/numpy/ndarray/reshape.hpp -> build/lib/pythran/pythonic/numpy/ndarray copying pythran/pythonic/numpy/ndarray/item.hpp -> build/lib/pythran/pythonic/numpy/ndarray copying pythran/pythonic/numpy/ndarray/tolist.hpp -> build/lib/pythran/pythonic/numpy/ndarray copying pythran/pythonic/numpy/ndarray/tofile.hpp -> build/lib/pythran/pythonic/numpy/ndarray copying pythran/pythonic/numpy/ndarray/tostring.hpp -> build/lib/pythran/pythonic/numpy/ndarray copying pythran/pythonic/numpy/ndarray/flatten.hpp -> build/lib/pythran/pythonic/numpy/ndarray creating build/lib/pythran/pythonic/numpy/right_shift copying pythran/pythonic/numpy/right_shift/accumulate.hpp -> build/lib/pythran/pythonic/numpy/right_shift creating build/lib/pythran/pythonic/numpy/fmin copying pythran/pythonic/numpy/fmin/accumulate.hpp -> build/lib/pythran/pythonic/numpy/fmin copying pythran/pythonic/numpy/fmin/reduce.hpp -> build/lib/pythran/pythonic/numpy/fmin creating build/lib/pythran/pythonic/numpy/dtype copying pythran/pythonic/numpy/dtype/type.hpp -> build/lib/pythran/pythonic/numpy/dtype creating build/lib/pythran/pythonic/numpy/equal copying pythran/pythonic/numpy/equal/accumulate.hpp -> build/lib/pythran/pythonic/numpy/equal creating build/lib/pythran/pythonic/numpy/greater_equal copying pythran/pythonic/numpy/greater_equal/accumulate.hpp -> build/lib/pythran/pythonic/numpy/greater_equal creating build/lib/pythran/pythonic/numpy/fmax copying pythran/pythonic/numpy/fmax/accumulate.hpp -> build/lib/pythran/pythonic/numpy/fmax copying pythran/pythonic/numpy/fmax/reduce.hpp -> build/lib/pythran/pythonic/numpy/fmax creating build/lib/pythran/pythonic/numpy/less_equal copying pythran/pythonic/numpy/less_equal/accumulate.hpp -> build/lib/pythran/pythonic/numpy/less_equal creating build/lib/pythran/pythonic/numpy/linalg copying pythran/pythonic/numpy/linalg/matrix_power.hpp -> build/lib/pythran/pythonic/numpy/linalg copying pythran/pythonic/numpy/linalg/norm.hpp -> build/lib/pythran/pythonic/numpy/linalg creating build/lib/pythran/pythonic/numpy/floor_divide copying pythran/pythonic/numpy/floor_divide/accumulate.hpp -> build/lib/pythran/pythonic/numpy/floor_divide creating build/lib/pythran/pythonic/numpy/hypot copying pythran/pythonic/numpy/hypot/accumulate.hpp -> build/lib/pythran/pythonic/numpy/hypot creating build/lib/pythran/pythonic/numpy/logaddexp2 copying pythran/pythonic/numpy/logaddexp2/accumulate.hpp -> build/lib/pythran/pythonic/numpy/logaddexp2 creating build/lib/pythran/pythonic/numpy/logical_xor copying pythran/pythonic/numpy/logical_xor/accumulate.hpp -> build/lib/pythran/pythonic/numpy/logical_xor creating build/lib/pythran/pythonic/numpy/mod copying pythran/pythonic/numpy/mod/accumulate.hpp -> build/lib/pythran/pythonic/numpy/mod creating build/lib/pythran/pythonic/numpy/minimum copying pythran/pythonic/numpy/minimum/accumulate.hpp -> build/lib/pythran/pythonic/numpy/minimum copying pythran/pythonic/numpy/minimum/reduce.hpp -> build/lib/pythran/pythonic/numpy/minimum creating build/lib/pythran/pythonic/numpy/heaviside copying pythran/pythonic/numpy/heaviside/accumulate.hpp -> build/lib/pythran/pythonic/numpy/heaviside creating build/lib/pythran/pythonic/numpy/logical_and copying pythran/pythonic/numpy/logical_and/accumulate.hpp -> build/lib/pythran/pythonic/numpy/logical_and creating build/lib/pythran/pythonic/numpy/logaddexp copying pythran/pythonic/numpy/logaddexp/accumulate.hpp -> build/lib/pythran/pythonic/numpy/logaddexp creating build/lib/pythran/pythonic/numpy/true_divide copying pythran/pythonic/numpy/true_divide/accumulate.hpp -> build/lib/pythran/pythonic/numpy/true_divide creating build/lib/pythran/pythonic/numpy/logical_or copying pythran/pythonic/numpy/logical_or/accumulate.hpp -> build/lib/pythran/pythonic/numpy/logical_or creating build/lib/pythran/pythonic/numpy/less copying pythran/pythonic/numpy/less/accumulate.hpp -> build/lib/pythran/pythonic/numpy/less creating build/lib/pythran/pythonic/numpy/bitwise_xor copying pythran/pythonic/numpy/bitwise_xor/accumulate.hpp -> build/lib/pythran/pythonic/numpy/bitwise_xor copying pythran/pythonic/numpy/bitwise_xor/reduce.hpp -> build/lib/pythran/pythonic/numpy/bitwise_xor creating build/lib/pythran/pythonic/numpy/fft copying pythran/pythonic/numpy/fft/pocketfft.hpp -> build/lib/pythran/pythonic/numpy/fft copying pythran/pythonic/numpy/fft/c2c.hpp -> build/lib/pythran/pythonic/numpy/fft copying pythran/pythonic/numpy/fft/rfft.hpp -> build/lib/pythran/pythonic/numpy/fft copying pythran/pythonic/numpy/fft/hfft.hpp -> build/lib/pythran/pythonic/numpy/fft copying pythran/pythonic/numpy/fft/ifft.hpp -> build/lib/pythran/pythonic/numpy/fft copying pythran/pythonic/numpy/fft/ihfft.hpp -> build/lib/pythran/pythonic/numpy/fft copying pythran/pythonic/numpy/fft/irfft.hpp -> build/lib/pythran/pythonic/numpy/fft copying pythran/pythonic/numpy/fft/fft.hpp -> build/lib/pythran/pythonic/numpy/fft creating build/lib/pythran/pythonic/numpy/not_equal copying pythran/pythonic/numpy/not_equal/accumulate.hpp -> build/lib/pythran/pythonic/numpy/not_equal creating build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/power.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/randn.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/f.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/random_integers.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/exponential.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/rayleigh.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/ranf.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/choice.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/standard_gamma.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/bytes.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/chisquare.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/random_sample.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/rand.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/random.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/negative_binomial.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/pareto.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/dirichlet.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/sample.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/normal.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/logseries.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/randint.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/standard_normal.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/uniform.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/geometric.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/binomial.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/shuffle.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/gamma.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/lognormal.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/gumbel.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/logistic.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/poisson.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/weibull.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/laplace.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/standard_exponential.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/seed.hpp -> build/lib/pythran/pythonic/numpy/random creating build/lib/pythran/pythonic/numpy/divide copying pythran/pythonic/numpy/divide/accumulate.hpp -> build/lib/pythran/pythonic/numpy/divide creating build/lib/pythran/pythonic/numpy/ldexp copying pythran/pythonic/numpy/ldexp/accumulate.hpp -> build/lib/pythran/pythonic/numpy/ldexp creating build/lib/pythran/pythonic/numpy/negative copying pythran/pythonic/numpy/negative/accumulate.hpp -> build/lib/pythran/pythonic/numpy/negative creating build/lib/pythran/pythonic/numpy/remainder copying pythran/pythonic/numpy/remainder/accumulate.hpp -> build/lib/pythran/pythonic/numpy/remainder creating build/lib/pythran/pythonic/numpy/bitwise_or copying pythran/pythonic/numpy/bitwise_or/accumulate.hpp -> build/lib/pythran/pythonic/numpy/bitwise_or copying pythran/pythonic/numpy/bitwise_or/reduce.hpp -> build/lib/pythran/pythonic/numpy/bitwise_or creating build/lib/pythran/pythonic/numpy/nextafter copying pythran/pythonic/numpy/nextafter/accumulate.hpp -> build/lib/pythran/pythonic/numpy/nextafter creating build/lib/pythran/pythonic/os creating build/lib/pythran/pythonic/os/path copying pythran/pythonic/os/path/join.hpp -> build/lib/pythran/pythonic/os/path creating build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/update.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/fromkeys.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/get.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/clear.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/setdefault.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/items.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/popitem.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/values.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/pop.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/keys.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/copy.hpp -> build/lib/pythran/pythonic/builtins/dict creating build/lib/pythran/pythonic/builtins/complex copying pythran/pythonic/builtins/complex/conjugate.hpp -> build/lib/pythran/pythonic/builtins/complex creating build/lib/pythran/pythonic/builtins/list copying pythran/pythonic/builtins/list/insert.hpp -> build/lib/pythran/pythonic/builtins/list copying pythran/pythonic/builtins/list/append.hpp -> build/lib/pythran/pythonic/builtins/list copying pythran/pythonic/builtins/list/count.hpp -> build/lib/pythran/pythonic/builtins/list copying pythran/pythonic/builtins/list/sort.hpp -> build/lib/pythran/pythonic/builtins/list copying pythran/pythonic/builtins/list/reverse.hpp -> build/lib/pythran/pythonic/builtins/list copying pythran/pythonic/builtins/list/pop.hpp -> build/lib/pythran/pythonic/builtins/list copying pythran/pythonic/builtins/list/remove.hpp -> build/lib/pythran/pythonic/builtins/list copying pythran/pythonic/builtins/list/extend.hpp -> build/lib/pythran/pythonic/builtins/list creating build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/join.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/upper.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/isalpha.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/replace.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/rstrip.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/count.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/strip.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/lstrip.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/__mod__.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/find.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/isdigit.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/endswith.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/lower.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/startswith.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/split.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/capitalize.hpp -> build/lib/pythran/pythonic/builtins/str creating build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/tell.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/isatty.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/fileno.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/writelines.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/read.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/next.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/truncate.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/close.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/flush.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/seek.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/write.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/readlines.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/readline.hpp -> build/lib/pythran/pythonic/builtins/file creating build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/update.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/isdisjoint.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/add.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/issubset.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/clear.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/intersection.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/intersection_update.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/union_.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/issuperset.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/discard.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/symmetric_difference.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/difference.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/symmetric_difference_update.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/remove.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/difference_update.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/copy.hpp -> build/lib/pythran/pythonic/builtins/set creating build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/StaticIfBreak.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/make_shape.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/is_none.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/static_if.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/and_.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/or_.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/len_set.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/StaticIfCont.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/static_list.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/StaticIfNoReturn.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/abssqr.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/StaticIfReturn.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/kwonly.hpp -> build/lib/pythran/pythonic/builtins/pythran creating build/lib/pythran/pythonic/builtins/float_ copying pythran/pythonic/builtins/float_/is_integer.hpp -> build/lib/pythran/pythonic/builtins/float_ creating build/lib/pythran/pythonic/include creating build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ufunc_accumulate.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/arccosh.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/diagonal.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/nanmax.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/radians.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/count_nonzero.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/clip.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/all.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/amin.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/resize.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ndim.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/left_shift.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/lexsort.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/conj.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/nextafter.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/fliplr.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/arange.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/maximum.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/array.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/heaviside.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/floor.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/complex128.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/cross.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ascontiguousarray.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/right_shift.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/std_.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/unravel_index.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/insert.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/repeat.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/tri.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/expand_dims.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/diff.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/deg2rad.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/linspace.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/imag.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/power.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/rint.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/array_equiv.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/mean.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/rollaxis.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/place.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/swapaxes.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/fromfile.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/remainder.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/asarray_chkfinite.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/fmin.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/NINF.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/log2.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/byte.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/concatenate.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/newaxis.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/arctan.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/absolute.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/cos.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/int_.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/complex.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/log10.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/add.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/roll.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/short_.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/min.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/cumprod.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/uintc.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/argwhere.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/append.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/digitize.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/uint8.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/fmax.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/log.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/cbrt.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/fix.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/uintp.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/shape.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/reciprocal.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/round_.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/sin.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ptp.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/eye.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/real.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/fromfunction.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/angle.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/sum.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/angle_in_deg.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/max.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/bitwise_xor.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/tril.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ones_like.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/log1p.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/greater.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/abs.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/argmax.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/rot90.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/isneginf.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/double_.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/zeros.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/isrealobj.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/int64.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/pi.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/trunc.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/sinh.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/delete_.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/argsort.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/asarray.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/searchsorted.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/average.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/spacing.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/identity.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/prod.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/alltrue.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/isclose.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/invert.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/round.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/complex256.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/square.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/sort_complex.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/copysign.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/isreal.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/logical_xor.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/tan.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/uint32.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/finfo.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ravel.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/median.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/allclose.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/indices.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/product.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/bitwise_or.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/stack.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/atleast_1d.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/size.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/fabs.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/sort.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/triu.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/transpose.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/float64.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/fmod.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/minimum.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/int32.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/intersect1d.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/expm1.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/isposinf.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/full_like.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/binary_repr.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/flipud.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/isnan.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/reduce.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/exp.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/empty.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/copyto.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ndarray.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/fromstring.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/any.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/nanargmin.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/uint16.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/iscomplex.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/around.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/flip.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/zeros_like.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/sign.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/less.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/arcsinh.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/var.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/interp.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/issctype.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/vdot.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/putmask.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ubyte.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/floor_divide.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/greater_equal.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/cumsum.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ones.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/asscalar.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/isfinite.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/arccos.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/cumproduct.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/nan.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/diag.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ceil.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/e.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/uint.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/nan_to_num.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/angle_in_rad.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/correlate.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/flatnonzero.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/array_equal.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/logaddexp2.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/tanh.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/logical_and.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/unwrap.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/nanargmax.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/arcsin.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/atleast_3d.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/fill_diagonal.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/float128.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/degrees.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/convolve.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/int16.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/isscalar.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/subtract.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/arctanh.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/unique.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/hstack.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/int8.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/dot.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/arctan2.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ushort.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/cosh.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/complex64.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/tile.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/longlong.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ulonglong.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/uint64.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/base_repr.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/bitwise_and.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/nonzero.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ufunc_reduce.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/frexp.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/nansum.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/bitwise_not.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/trace.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/partial_sum.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/hypot.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/equal.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/bool_.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/diagflat.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/select.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/broadcast_to.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/divide.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/logspace.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/array_str.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/float32.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/nanmin.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/inner.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/array2string.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/setdiff1d.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/union1d.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/amax.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/trim_zeros.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/true_divide.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/less_equal.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/take.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/float_.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/intc.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ediff1d.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/conjugate.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/inf.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/not_equal.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/atleast_2d.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/sometrue.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/full.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ndenumerate.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/mod.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/outer.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/argmin.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/logical_not.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/logaddexp.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/split.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/signbit.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/vstack.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ldexp.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/intp.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/empty_like.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/negative.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/multiply.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/bincount.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/alen.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/array_split.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/where.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/put.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/rad2deg.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/sqrt.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/logical_or.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/ndindex.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/isinf.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/copy.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/asfarray.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/fromiter.hpp -> build/lib/pythran/pythonic/include/numpy creating build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/isinstance.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/set.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/all.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/zip.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/RuntimeWarning.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/DeprecationWarning.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/EnvironmentError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/NotImplementedError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/KeyError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/True.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/type.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/int_.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/complex.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/reversed.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/BytesWarning.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/min.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/UserWarning.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/pow.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/BufferError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/map.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/GeneratorExit.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/tuple.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/sum.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/FileNotFoundError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/max.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/print.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/ReferenceError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/abs.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/KeyboardInterrupt.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/EOFError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/PendingDeprecationWarning.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/id.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/RuntimeError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/assert.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/hex.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/AssertionError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/round.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/iter.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/LookupError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/chr.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/IndentationError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/dict.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/next.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/ImportError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/divmod.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/reduce.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/list.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/any.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/MemoryError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/open.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/None.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/enumerate.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/oct.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/ImportWarning.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/UnicodeError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/SystemExit.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/False.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/bin.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/Exception.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/SyntaxError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/TabError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/ZeroDivisionError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/UnboundLocalError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/ord.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/AttributeError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/OverflowError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/minmax.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/FloatingPointError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/FutureWarning.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/SyntaxWarning.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/filter.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/file.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/xrange.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/TypeError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/bool_.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/getattr.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/range.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/OSError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/BaseException.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/float_.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/IOError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/NameError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/in.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/SystemError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/ValueError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/sorted.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/len.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/str.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/UnicodeWarning.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/StopIteration.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/ArithmeticError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/slice.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/IndexError.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/Warning.hpp -> build/lib/pythran/pythonic/include/builtins creating build/lib/pythran/pythonic/include/functools copying pythran/pythonic/include/functools/partial.hpp -> build/lib/pythran/pythonic/include/functools copying pythran/pythonic/include/functools/reduce.hpp -> build/lib/pythran/pythonic/include/functools creating build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/radians.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/floor.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/atanh.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/cos.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/log10.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/pow.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/log.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/sin.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/log1p.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/pi.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/trunc.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/sinh.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/copysign.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/tan.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/asin.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/erfc.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/modf.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/factorial.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/fabs.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/fmod.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/expm1.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/isnan.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/atan.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/exp.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/lgamma.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/asinh.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/ceil.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/e.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/tanh.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/degrees.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/erf.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/cosh.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/frexp.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/gamma.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/hypot.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/acos.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/acosh.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/atan2.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/ldexp.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/sqrt.hpp -> build/lib/pythran/pythonic/include/math copying pythran/pythonic/include/math/isinf.hpp -> build/lib/pythran/pythonic/include/math creating build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/atanh.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/cos.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/log10.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/log.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/sin.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/pi.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/sinh.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/tan.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/asin.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/isnan.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/atan.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/exp.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/asinh.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/e.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/tanh.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/cosh.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/acos.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/acosh.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/sqrt.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/isinf.hpp -> build/lib/pythran/pythonic/include/cmath creating build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__floordiv__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__gt__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/truediv.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__contains__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__ge__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/iconcat.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__invert__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/is_not.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/pos.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__imul__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__truediv__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__le__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/add.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/lshift.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__getitem__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__lt__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/iadd.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__iconcat__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/imod.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__ne__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/pow.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__iadd__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/truth.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__ilshift__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/floordiv.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__ipow__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/lt.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/abs.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/ixor.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/isub.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/indexOf.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/ge.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/neg.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/mul.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__or__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/imax.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/xor_.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/invert.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__not__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/imatmul.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__irshift__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__isub__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__sub__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__add__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/ior.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__itruediv__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/inv.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/eq.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__matmul__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/itruediv.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/and_.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/imin.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/or_.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__concat__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__iand__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/le.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__pos__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/iand.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/delitem.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/is_.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__mod__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__delitem__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/ilshift.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/countOf.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/idiv.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/not_.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/gt.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__neg__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__abs__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__rshift__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__lshift__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__div__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/sub.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/ne.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/concat.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/imul.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__mul__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__eq__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__xor__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__inv__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/rshift.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/matmul.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/irshift.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/ifloordiv.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/div.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/itemgetter.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/contains.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/icommon.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/mod.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__idiv__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/ipow.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__ixor__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__ior__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/overloads.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__and__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__ifloordiv__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__imod__.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/getitem.hpp -> build/lib/pythran/pythonic/include/operator_ creating build/lib/pythran/pythonic/include/string copying pythran/pythonic/include/string/ascii_letters.hpp -> build/lib/pythran/pythonic/include/string copying pythran/pythonic/include/string/octdigits.hpp -> build/lib/pythran/pythonic/include/string copying pythran/pythonic/include/string/digits.hpp -> build/lib/pythran/pythonic/include/string copying pythran/pythonic/include/string/find.hpp -> build/lib/pythran/pythonic/include/string copying pythran/pythonic/include/string/ascii_lowercase.hpp -> build/lib/pythran/pythonic/include/string copying pythran/pythonic/include/string/ascii_uppercase.hpp -> build/lib/pythran/pythonic/include/string copying pythran/pythonic/include/string/hexdigits.hpp -> build/lib/pythran/pythonic/include/string creating build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/numpy_traits.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/shared_ref.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/int_.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/array_helper.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/reserve.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/numpy_conversion.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/fwd.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/nested_container.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/neutral.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/tags.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/broadcast_copy.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/iterator.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/yield.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/seq.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/meta.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/functor.hpp -> build/lib/pythran/pythonic/include/utils creating build/lib/pythran/pythonic/include/itertools copying pythran/pythonic/include/itertools/repeat.hpp -> build/lib/pythran/pythonic/include/itertools copying pythran/pythonic/include/itertools/islice.hpp -> build/lib/pythran/pythonic/include/itertools copying pythran/pythonic/include/itertools/count.hpp -> build/lib/pythran/pythonic/include/itertools copying pythran/pythonic/include/itertools/product.hpp -> build/lib/pythran/pythonic/include/itertools copying pythran/pythonic/include/itertools/combinations.hpp -> build/lib/pythran/pythonic/include/itertools copying pythran/pythonic/include/itertools/common.hpp -> build/lib/pythran/pythonic/include/itertools copying pythran/pythonic/include/itertools/permutations.hpp -> build/lib/pythran/pythonic/include/itertools copying pythran/pythonic/include/itertools/ifilter.hpp -> build/lib/pythran/pythonic/include/itertools creating build/lib/pythran/pythonic/include/bisect copying pythran/pythonic/include/bisect/bisect.hpp -> build/lib/pythran/pythonic/include/bisect copying pythran/pythonic/include/bisect/bisect_right.hpp -> build/lib/pythran/pythonic/include/bisect copying pythran/pythonic/include/bisect/bisect_left.hpp -> build/lib/pythran/pythonic/include/bisect creating build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/set.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/complex128.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/bool.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/numpy_vexpr.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/numpy_op_helper.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/int.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/complex.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/uintc.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/uint8.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/immediate.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/uintp.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/tuple.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/static_if.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/vectorizable_type.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/numpy_iexpr.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/raw_array.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/numpy_gexpr.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/dynamic_tuple.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/int64.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/complex256.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/traits.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/numpy_broadcast.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/uint32.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/finfo.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/lazy.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/numpy_nary_expr.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/dict.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/float64.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/int32.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/list.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/ndarray.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/uint16.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/variant_functor.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/assignable.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/numpy_unary_op.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/generator.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/float.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/empty_iterator.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/numpy_expr.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/numpy_texpr.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/cfun.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/combined.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/float128.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/int16.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/int8.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/complex64.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/uint64.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/file.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/attr.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/nditerator.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/NoneType.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/float32.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/numpy_operators.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/intc.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/pointer.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/numpy_binary_op.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/str.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/exceptions.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/slice.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/intp.hpp -> build/lib/pythran/pythonic/include/types creating build/lib/pythran/pythonic/include/random copying pythran/pythonic/include/random/randrange.hpp -> build/lib/pythran/pythonic/include/random copying pythran/pythonic/include/random/gauss.hpp -> build/lib/pythran/pythonic/include/random copying pythran/pythonic/include/random/choice.hpp -> build/lib/pythran/pythonic/include/random copying pythran/pythonic/include/random/expovariate.hpp -> build/lib/pythran/pythonic/include/random copying pythran/pythonic/include/random/random.hpp -> build/lib/pythran/pythonic/include/random copying pythran/pythonic/include/random/sample.hpp -> build/lib/pythran/pythonic/include/random copying pythran/pythonic/include/random/randint.hpp -> build/lib/pythran/pythonic/include/random copying pythran/pythonic/include/random/uniform.hpp -> build/lib/pythran/pythonic/include/random copying pythran/pythonic/include/random/shuffle.hpp -> build/lib/pythran/pythonic/include/random copying pythran/pythonic/include/random/seed.hpp -> build/lib/pythran/pythonic/include/random creating build/lib/pythran/pythonic/include/__dispatch__ copying pythran/pythonic/include/__dispatch__/update.hpp -> build/lib/pythran/pythonic/include/__dispatch__ copying pythran/pythonic/include/__dispatch__/index.hpp -> build/lib/pythran/pythonic/include/__dispatch__ copying pythran/pythonic/include/__dispatch__/count.hpp -> build/lib/pythran/pythonic/include/__dispatch__ copying pythran/pythonic/include/__dispatch__/clear.hpp -> build/lib/pythran/pythonic/include/__dispatch__ copying pythran/pythonic/include/__dispatch__/sort.hpp -> build/lib/pythran/pythonic/include/__dispatch__ copying pythran/pythonic/include/__dispatch__/pop.hpp -> build/lib/pythran/pythonic/include/__dispatch__ copying pythran/pythonic/include/__dispatch__/conjugate.hpp -> build/lib/pythran/pythonic/include/__dispatch__ copying pythran/pythonic/include/__dispatch__/remove.hpp -> build/lib/pythran/pythonic/include/__dispatch__ copying pythran/pythonic/include/__dispatch__/copy.hpp -> build/lib/pythran/pythonic/include/__dispatch__ creating build/lib/pythran/pythonic/include/time copying pythran/pythonic/include/time/sleep.hpp -> build/lib/pythran/pythonic/include/time copying pythran/pythonic/include/time/time.hpp -> build/lib/pythran/pythonic/include/time creating build/lib/pythran/pythonic/include/omp copying pythran/pythonic/include/omp/set_nested.hpp -> build/lib/pythran/pythonic/include/omp copying pythran/pythonic/include/omp/get_thread_num.hpp -> build/lib/pythran/pythonic/include/omp copying pythran/pythonic/include/omp/get_wtime.hpp -> build/lib/pythran/pythonic/include/omp copying pythran/pythonic/include/omp/get_wtick.hpp -> build/lib/pythran/pythonic/include/omp copying pythran/pythonic/include/omp/in_parallel.hpp -> build/lib/pythran/pythonic/include/omp copying pythran/pythonic/include/omp/get_num_threads.hpp -> build/lib/pythran/pythonic/include/omp creating build/lib/pythran/pythonic/scipy creating build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/spherical_jn.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/binom.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/kv.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/gammaln.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/jv.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/yvp.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/i0e.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/yv.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/i0.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/jvp.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/kvp.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/chbevl.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/spherical_yn.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/gamma.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/hankel2.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/ivp.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/hankel1.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/iv.hpp -> build/lib/pythran/pythonic/scipy/special creating build/lib/pythran/pythonic/include/numpy/greater copying pythran/pythonic/include/numpy/greater/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/greater creating build/lib/pythran/pythonic/include/numpy/bitwise_and copying pythran/pythonic/include/numpy/bitwise_and/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/bitwise_and copying pythran/pythonic/include/numpy/bitwise_and/reduce.hpp -> build/lib/pythran/pythonic/include/numpy/bitwise_and creating build/lib/pythran/pythonic/include/numpy/copysign copying pythran/pythonic/include/numpy/copysign/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/copysign creating build/lib/pythran/pythonic/include/numpy/left_shift copying pythran/pythonic/include/numpy/left_shift/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/left_shift creating build/lib/pythran/pythonic/include/numpy/subtract copying pythran/pythonic/include/numpy/subtract/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/subtract creating build/lib/pythran/pythonic/include/numpy/multiply copying pythran/pythonic/include/numpy/multiply/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/multiply copying pythran/pythonic/include/numpy/multiply/reduce.hpp -> build/lib/pythran/pythonic/include/numpy/multiply creating build/lib/pythran/pythonic/include/numpy/ctypeslib copying pythran/pythonic/include/numpy/ctypeslib/as_array.hpp -> build/lib/pythran/pythonic/include/numpy/ctypeslib creating build/lib/pythran/pythonic/include/numpy/maximum copying pythran/pythonic/include/numpy/maximum/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/maximum copying pythran/pythonic/include/numpy/maximum/reduce.hpp -> build/lib/pythran/pythonic/include/numpy/maximum creating build/lib/pythran/pythonic/include/numpy/fmod copying pythran/pythonic/include/numpy/fmod/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/fmod creating build/lib/pythran/pythonic/include/numpy/power copying pythran/pythonic/include/numpy/power/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/power creating build/lib/pythran/pythonic/include/numpy/add copying pythran/pythonic/include/numpy/add/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/add copying pythran/pythonic/include/numpy/add/reduce.hpp -> build/lib/pythran/pythonic/include/numpy/add creating build/lib/pythran/pythonic/include/numpy/arctan2 copying pythran/pythonic/include/numpy/arctan2/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/arctan2 creating build/lib/pythran/pythonic/include/numpy/ndarray copying pythran/pythonic/include/numpy/ndarray/fill.hpp -> build/lib/pythran/pythonic/include/numpy/ndarray copying pythran/pythonic/include/numpy/ndarray/sort.hpp -> build/lib/pythran/pythonic/include/numpy/ndarray copying pythran/pythonic/include/numpy/ndarray/astype.hpp -> build/lib/pythran/pythonic/include/numpy/ndarray copying pythran/pythonic/include/numpy/ndarray/reshape.hpp -> build/lib/pythran/pythonic/include/numpy/ndarray copying pythran/pythonic/include/numpy/ndarray/item.hpp -> build/lib/pythran/pythonic/include/numpy/ndarray copying pythran/pythonic/include/numpy/ndarray/tolist.hpp -> build/lib/pythran/pythonic/include/numpy/ndarray copying pythran/pythonic/include/numpy/ndarray/tofile.hpp -> build/lib/pythran/pythonic/include/numpy/ndarray copying pythran/pythonic/include/numpy/ndarray/tostring.hpp -> build/lib/pythran/pythonic/include/numpy/ndarray copying pythran/pythonic/include/numpy/ndarray/flatten.hpp -> build/lib/pythran/pythonic/include/numpy/ndarray creating build/lib/pythran/pythonic/include/numpy/right_shift copying pythran/pythonic/include/numpy/right_shift/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/right_shift creating build/lib/pythran/pythonic/include/numpy/fmin copying pythran/pythonic/include/numpy/fmin/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/fmin copying pythran/pythonic/include/numpy/fmin/reduce.hpp -> build/lib/pythran/pythonic/include/numpy/fmin creating build/lib/pythran/pythonic/include/numpy/dtype copying pythran/pythonic/include/numpy/dtype/type.hpp -> build/lib/pythran/pythonic/include/numpy/dtype creating build/lib/pythran/pythonic/include/numpy/equal copying pythran/pythonic/include/numpy/equal/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/equal creating build/lib/pythran/pythonic/include/numpy/greater_equal copying pythran/pythonic/include/numpy/greater_equal/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/greater_equal creating build/lib/pythran/pythonic/include/numpy/fmax copying pythran/pythonic/include/numpy/fmax/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/fmax copying pythran/pythonic/include/numpy/fmax/reduce.hpp -> build/lib/pythran/pythonic/include/numpy/fmax creating build/lib/pythran/pythonic/include/numpy/less_equal copying pythran/pythonic/include/numpy/less_equal/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/less_equal creating build/lib/pythran/pythonic/include/numpy/linalg copying pythran/pythonic/include/numpy/linalg/matrix_power.hpp -> build/lib/pythran/pythonic/include/numpy/linalg copying pythran/pythonic/include/numpy/linalg/norm.hpp -> build/lib/pythran/pythonic/include/numpy/linalg creating build/lib/pythran/pythonic/include/numpy/floor_divide copying pythran/pythonic/include/numpy/floor_divide/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/floor_divide creating build/lib/pythran/pythonic/include/numpy/hypot copying pythran/pythonic/include/numpy/hypot/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/hypot creating build/lib/pythran/pythonic/include/numpy/logaddexp2 copying pythran/pythonic/include/numpy/logaddexp2/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/logaddexp2 creating build/lib/pythran/pythonic/include/numpy/logical_xor copying pythran/pythonic/include/numpy/logical_xor/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/logical_xor creating build/lib/pythran/pythonic/include/numpy/mod copying pythran/pythonic/include/numpy/mod/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/mod creating build/lib/pythran/pythonic/include/numpy/minimum copying pythran/pythonic/include/numpy/minimum/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/minimum copying pythran/pythonic/include/numpy/minimum/reduce.hpp -> build/lib/pythran/pythonic/include/numpy/minimum creating build/lib/pythran/pythonic/include/numpy/heaviside copying pythran/pythonic/include/numpy/heaviside/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/heaviside creating build/lib/pythran/pythonic/include/numpy/logical_and copying pythran/pythonic/include/numpy/logical_and/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/logical_and creating build/lib/pythran/pythonic/include/numpy/logaddexp copying pythran/pythonic/include/numpy/logaddexp/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/logaddexp creating build/lib/pythran/pythonic/include/numpy/true_divide copying pythran/pythonic/include/numpy/true_divide/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/true_divide creating build/lib/pythran/pythonic/include/numpy/logical_or copying pythran/pythonic/include/numpy/logical_or/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/logical_or creating build/lib/pythran/pythonic/include/numpy/less copying pythran/pythonic/include/numpy/less/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/less creating build/lib/pythran/pythonic/include/numpy/bitwise_xor copying pythran/pythonic/include/numpy/bitwise_xor/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/bitwise_xor copying pythran/pythonic/include/numpy/bitwise_xor/reduce.hpp -> build/lib/pythran/pythonic/include/numpy/bitwise_xor creating build/lib/pythran/pythonic/include/numpy/fft copying pythran/pythonic/include/numpy/fft/c2c.hpp -> build/lib/pythran/pythonic/include/numpy/fft copying pythran/pythonic/include/numpy/fft/rfft.hpp -> build/lib/pythran/pythonic/include/numpy/fft copying pythran/pythonic/include/numpy/fft/hfft.hpp -> build/lib/pythran/pythonic/include/numpy/fft copying pythran/pythonic/include/numpy/fft/ifft.hpp -> build/lib/pythran/pythonic/include/numpy/fft copying pythran/pythonic/include/numpy/fft/ihfft.hpp -> build/lib/pythran/pythonic/include/numpy/fft copying pythran/pythonic/include/numpy/fft/irfft.hpp -> build/lib/pythran/pythonic/include/numpy/fft copying pythran/pythonic/include/numpy/fft/fft.hpp -> build/lib/pythran/pythonic/include/numpy/fft creating build/lib/pythran/pythonic/include/numpy/not_equal copying pythran/pythonic/include/numpy/not_equal/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/not_equal creating build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/power.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/randn.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/f.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/random_integers.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/exponential.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/rayleigh.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/ranf.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/choice.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/standard_gamma.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/bytes.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/chisquare.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/random_sample.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/rand.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/random.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/negative_binomial.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/pareto.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/dirichlet.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/sample.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/normal.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/generator.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/logseries.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/randint.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/standard_normal.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/uniform.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/geometric.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/binomial.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/shuffle.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/gamma.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/lognormal.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/gumbel.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/logistic.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/poisson.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/weibull.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/laplace.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/standard_exponential.hpp -> build/lib/pythran/pythonic/include/numpy/random copying pythran/pythonic/include/numpy/random/seed.hpp -> build/lib/pythran/pythonic/include/numpy/random creating build/lib/pythran/pythonic/include/numpy/divide copying pythran/pythonic/include/numpy/divide/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/divide creating build/lib/pythran/pythonic/include/numpy/ldexp copying pythran/pythonic/include/numpy/ldexp/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/ldexp creating build/lib/pythran/pythonic/include/numpy/negative copying pythran/pythonic/include/numpy/negative/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/negative creating build/lib/pythran/pythonic/include/numpy/remainder copying pythran/pythonic/include/numpy/remainder/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/remainder creating build/lib/pythran/pythonic/include/numpy/bitwise_or copying pythran/pythonic/include/numpy/bitwise_or/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/bitwise_or copying pythran/pythonic/include/numpy/bitwise_or/reduce.hpp -> build/lib/pythran/pythonic/include/numpy/bitwise_or creating build/lib/pythran/pythonic/include/numpy/nextafter copying pythran/pythonic/include/numpy/nextafter/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/nextafter creating build/lib/pythran/pythonic/include/os creating build/lib/pythran/pythonic/include/os/path copying pythran/pythonic/include/os/path/join.hpp -> build/lib/pythran/pythonic/include/os/path creating build/lib/pythran/pythonic/include/builtins/dict copying pythran/pythonic/include/builtins/dict/update.hpp -> build/lib/pythran/pythonic/include/builtins/dict copying pythran/pythonic/include/builtins/dict/fromkeys.hpp -> build/lib/pythran/pythonic/include/builtins/dict copying pythran/pythonic/include/builtins/dict/get.hpp -> build/lib/pythran/pythonic/include/builtins/dict copying pythran/pythonic/include/builtins/dict/clear.hpp -> build/lib/pythran/pythonic/include/builtins/dict copying pythran/pythonic/include/builtins/dict/setdefault.hpp -> build/lib/pythran/pythonic/include/builtins/dict copying pythran/pythonic/include/builtins/dict/items.hpp -> build/lib/pythran/pythonic/include/builtins/dict copying pythran/pythonic/include/builtins/dict/popitem.hpp -> build/lib/pythran/pythonic/include/builtins/dict copying pythran/pythonic/include/builtins/dict/values.hpp -> build/lib/pythran/pythonic/include/builtins/dict copying pythran/pythonic/include/builtins/dict/pop.hpp -> build/lib/pythran/pythonic/include/builtins/dict copying pythran/pythonic/include/builtins/dict/keys.hpp -> build/lib/pythran/pythonic/include/builtins/dict copying pythran/pythonic/include/builtins/dict/copy.hpp -> build/lib/pythran/pythonic/include/builtins/dict creating build/lib/pythran/pythonic/include/builtins/complex copying pythran/pythonic/include/builtins/complex/conjugate.hpp -> build/lib/pythran/pythonic/include/builtins/complex creating build/lib/pythran/pythonic/include/builtins/list copying pythran/pythonic/include/builtins/list/insert.hpp -> build/lib/pythran/pythonic/include/builtins/list copying pythran/pythonic/include/builtins/list/append.hpp -> build/lib/pythran/pythonic/include/builtins/list copying pythran/pythonic/include/builtins/list/count.hpp -> build/lib/pythran/pythonic/include/builtins/list copying pythran/pythonic/include/builtins/list/sort.hpp -> build/lib/pythran/pythonic/include/builtins/list copying pythran/pythonic/include/builtins/list/reverse.hpp -> build/lib/pythran/pythonic/include/builtins/list copying pythran/pythonic/include/builtins/list/pop.hpp -> build/lib/pythran/pythonic/include/builtins/list copying pythran/pythonic/include/builtins/list/remove.hpp -> build/lib/pythran/pythonic/include/builtins/list copying pythran/pythonic/include/builtins/list/extend.hpp -> build/lib/pythran/pythonic/include/builtins/list creating build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/join.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/upper.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/isalpha.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/replace.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/rstrip.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/count.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/strip.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/lstrip.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/__mod__.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/find.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/isdigit.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/endswith.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/lower.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/startswith.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/split.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/capitalize.hpp -> build/lib/pythran/pythonic/include/builtins/str creating build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/tell.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/isatty.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/fileno.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/writelines.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/read.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/next.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/truncate.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/close.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/flush.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/seek.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/write.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/readlines.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/readline.hpp -> build/lib/pythran/pythonic/include/builtins/file creating build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/update.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/isdisjoint.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/add.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/issubset.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/clear.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/intersection.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/intersection_update.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/union_.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/issuperset.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/discard.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/symmetric_difference.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/difference.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/symmetric_difference_update.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/remove.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/difference_update.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/copy.hpp -> build/lib/pythran/pythonic/include/builtins/set creating build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/StaticIfBreak.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/make_shape.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/is_none.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/static_if.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/and_.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/or_.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/len_set.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/StaticIfCont.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/static_list.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/StaticIfNoReturn.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/abssqr.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/StaticIfReturn.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/kwonly.hpp -> build/lib/pythran/pythonic/include/builtins/pythran creating build/lib/pythran/pythonic/include/builtins/float_ copying pythran/pythonic/include/builtins/float_/is_integer.hpp -> build/lib/pythran/pythonic/include/builtins/float_ creating build/lib/pythran/pythonic/include/scipy creating build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/spherical_jn.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/binom.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/kv.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/gammaln.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/jv.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/yvp.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/i0e.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/yv.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/i0.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/jvp.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/kvp.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/spherical_yn.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/gamma.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/hankel2.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/ivp.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/hankel1.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/iv.hpp -> build/lib/pythran/pythonic/include/scipy/special creating build/lib/pythran/pythonic/io creating build/lib/pythran/pythonic/io/_io creating build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/tell.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/isatty.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/fileno.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/writelines.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/read.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/next.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/truncate.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/close.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/flush.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/seek.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/write.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/readlines.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper copying pythran/pythonic/io/_io/TextIOWrapper/readline.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper creating build/lib/pythran/pythonic/include/io creating build/lib/pythran/pythonic/include/io/_io creating build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/tell.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/isatty.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/fileno.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/writelines.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/read.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/next.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/truncate.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/close.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/flush.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/seek.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/write.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/readlines.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper copying pythran/pythonic/include/io/_io/TextIOWrapper/readline.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper creating build/lib/pythran/pythonic/patch copying pythran/pythonic/patch/complex -> build/lib/pythran/pythonic/patch copying pythran/pythonic/patch/README.rst -> build/lib/pythran/pythonic/patch Copying boost dependencies Copying xsimd dependencies >>> pythran: Entering fakeroot... /home/buildozer/aports/community/pythran/src/pythran-0.12.0/setup.py:29: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. MinimalSetuptoolsVersion = LooseVersion("12.0.5") /home/buildozer/aports/community/pythran/src/pythran-0.12.0/setup.py:30: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if LooseVersion(setuptools.__version__) < MinimalSetuptoolsVersion: running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/community/pythran/pkg creating /home/buildozer/aports/community/pythran/pkg/pythran creating /home/buildozer/aports/community/pythran/pkg/pythran/usr creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10 creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/omp copying build/lib/omp/__init__.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/omp creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/unparse.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/cxxgen.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/syntax.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/passmanager.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/errors.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/config copying build/lib/pythran/xsimd/config/xsimd_arch.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/config copying build/lib/pythran/xsimd/config/xsimd_config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/config copying build/lib/pythran/xsimd/config/xsimd_cpuid.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/config copying build/lib/pythran/xsimd/xsimd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/math copying build/lib/pythran/xsimd/math/xsimd_rem_pio2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/math creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/memory copying build/lib/pythran/xsimd/memory/xsimd_alignment.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/memory copying build/lib/pythran/xsimd/memory/xsimd_aligned_allocator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/memory creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_batch_constant.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_neon_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_sse4_1_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_batch.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512bw_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_sse4_2_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_all_registers.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx2_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_ssse3_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_api.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512cd_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_generic_arch.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512dq_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_neon64_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_sse3_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_fma3_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_sse2_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512f_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_fma5_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_utils.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx_register.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/types creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512f.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_neon.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_sse4_2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_fma3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_sse3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_scalar.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_ssse3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_isa.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_fma4.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_fma5.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_sse2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512cd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_sse4_1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_neon64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512bw.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_generic_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_rounding.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_math.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_arithmetic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_trigo.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_details.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_logical.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_memory.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_complex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/xsimd_avx.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_constants.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512dq.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_generic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/arch creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/stl copying build/lib/pythran/xsimd/stl/algorithms.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/xsimd/stl creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/lexical_cast.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/exception copying build/lib/pythran/boost/exception/exception.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/exception creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr copying build/lib/pythran/boost/smart_ptr/bad_weak_ptr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_aix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/local_sp_deleter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_typeinfo_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_w32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_has_sync.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/lwm_win32_cs.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/yield_k.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/lwm_nop.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_nullptr_t.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_gcc_arm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_nt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_pt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/shared_count.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/lwm_pthreads.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_convertible.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_w32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_interlocked.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/lightweight_mutex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_pt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/local_counted_base.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_spin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_noexcept.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/operator_bool.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/quick_allocator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_sync.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_clang.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_disable_deprecated.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_std_atomic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_pool.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_nt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_sync.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/shared_ptr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/smart_ptr copying build/lib/pythran/boost/version.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/unsupported.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/pointers_data_members.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/native.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof/msvc copying build/lib/pythran/boost/typeof/msvc/typeof_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof/msvc copying build/lib/pythran/boost/typeof/vector100.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/register_fundamental.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/vector150.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/encode_decode_params.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof/dmc copying build/lib/pythran/boost/typeof/dmc/typeof_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof/dmc copying build/lib/pythran/boost/typeof/message.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/typeof.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/decltype.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/modifiers.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/template_template_param.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/type_encoding.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/integral_template_param.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/encode_decode.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/typeof_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/register_mem_functions.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/constant.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/type_template_param.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/vector200.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/int_encoding.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/vector50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/register_functions_iterate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/template_encoding.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/typeof/register_functions.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/typeof copying build/lib/pythran/boost/array.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/optional.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/detail copying build/lib/pythran/boost/detail/basic_pointerbuf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/detail copying build/lib/pythran/boost/detail/reference_content.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/detail copying build/lib/pythran/boost/detail/indirect_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/detail copying build/lib/pythran/boost/detail/lcast_precision.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/detail copying build/lib/pythran/boost/detail/fenv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/detail copying build/lib/pythran/boost/detail/iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/detail copying build/lib/pythran/boost/detail/lightweight_mutex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/detail copying build/lib/pythran/boost/detail/select_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/detail copying build/lib/pythran/boost/detail/workaround.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/detail copying build/lib/pythran/boost/checked_delete.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/concept_check.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/limits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/predef.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/irix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/linux.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/vxworks.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/macos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/haiku.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/beos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/solaris.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/bsd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/win32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/qnxnto.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/amigaos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/cygwin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/vms.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/aix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/symbian.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/cloudabi.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/zos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/hpux.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/cray.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/platform creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/detail copying build/lib/pythran/boost/config/detail/select_stdlib_config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/detail copying build/lib/pythran/boost/config/detail/suffix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/detail copying build/lib/pythran/boost/config/detail/select_compiler_config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/detail copying build/lib/pythran/boost/config/detail/posix_features.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/detail copying build/lib/pythran/boost/config/detail/select_platform_config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/detail copying build/lib/pythran/boost/config/abi_prefix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/pgi.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/vacpp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/borland.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/clang.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/metrowerks.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/gcc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/visualc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/diab.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/codegear.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/compaq_cxx.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/gcc_xml.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/digitalmars.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/common_edg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/kai.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/xlcpp_zos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/nvcc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/xlcpp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/sgi_mipspro.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/greenhills.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/pathscale.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/intel.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/hp_acc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/sunpro_cc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/comeau.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/cray.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/mpw.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/compiler copying build/lib/pythran/boost/config/header_deprecated.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config copying build/lib/pythran/boost/config/auto_link.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config copying build/lib/pythran/boost/config/warning_disable.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/roguewave.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/sgi.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/vacpp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/libstdcpp3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/libcomo.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/libcpp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/dinkumware.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/msl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/stlport.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/xlcpp_zos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/modena.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/abi_suffix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config copying build/lib/pythran/boost/config/pragma_message.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config copying build/lib/pythran/boost/config/requires_threads.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config copying build/lib/pythran/boost/config/user.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/no_tr1 copying build/lib/pythran/boost/config/no_tr1/cmath.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/no_tr1 copying build/lib/pythran/boost/config/no_tr1/complex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/no_tr1 copying build/lib/pythran/boost/config/no_tr1/utility.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/no_tr1 copying build/lib/pythran/boost/config/no_tr1/memory.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/no_tr1 copying build/lib/pythran/boost/config/no_tr1/functional.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/no_tr1 copying build/lib/pythran/boost/config/helper_macros.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/abi copying build/lib/pythran/boost/config/abi/msvc_prefix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/abi copying build/lib/pythran/boost/config/abi/borland_prefix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/abi copying build/lib/pythran/boost/config/abi/borland_suffix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/abi copying build/lib/pythran/boost/config/abi/msvc_suffix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config/abi copying build/lib/pythran/boost/config/workaround.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/config copying build/lib/pythran/boost/ref.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/difference_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/sfinae.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/safe_bool.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/implementation_help.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/begin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/has_member_size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/extract_optional_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/end.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/common.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/msvc_has_iterator_workaround.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/misc_concept.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/detail copying build/lib/pythran/boost/range/value_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/distance.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/begin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/reverse_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/functions.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/concepts.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/empty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/end.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/size_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/has_range_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/iterator_range_core.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/rend.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/rbegin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/algorithm copying build/lib/pythran/boost/range/algorithm/equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range/algorithm copying build/lib/pythran/boost/range/range_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/const_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/range/mutable_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/range copying build/lib/pythran/boost/atomic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/concept creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/concept_undef.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/concept_def.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/borland.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/backward_compatibility.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/msvc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/general.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/has_constraints.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/assert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/concept copying build/lib/pythran/boost/concept/usage.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/concept copying build/lib/pythran/boost/integer_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/utility.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/constants copying build/lib/pythran/boost/math/constants/constants.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/constants copying build/lib/pythran/boost/math/constants/calculate_constants.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/constants creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/policies copying build/lib/pythran/boost/math/policies/error_handling.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/policies copying build/lib/pythran/boost/math/policies/policy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/policies creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/promotion.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_15.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_17.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_5.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_18.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_6.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_13.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_5.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_13.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_11.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_6.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_6.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_4.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_4.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_7.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_18.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_17.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_12.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_17.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_18.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_4.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_19.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_7.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_14.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_7.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_19.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_9.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_19.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_9.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_14.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_5.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_5.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_9.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_14.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_12.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_6.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_14.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_15.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_6.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_17.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_15.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_15.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_4.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/is_const_iterable.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_17.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_11.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_4.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_13.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_5.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_14.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_7.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_9.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_6.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_19.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_15.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_11.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_18.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_13.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_12.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_9.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_5.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_17.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_19.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_11.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_12.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_14.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_12.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_4.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_11.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_9.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_11.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_13.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_7.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_18.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_15.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_13.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_12.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_7.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_18.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_19.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/fraction.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/atomic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/complex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/big_constant.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/toms748_solve.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/precision.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/roots.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/convert_from_string.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/user.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/series.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/rational.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/real_cast.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/tools creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/polygamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/polygamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_k1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/igamma_large.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_i0.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/airy_ai_bi_zero.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/lanczos_sse2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_y1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/t_distribution_inv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jy_series.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/round_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jy_derivatives_asym.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_ik.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/igamma_inverse.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/fp_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/ibeta_inv_ab.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/lgamma_small.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_yn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jy_derivatives_series.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_y0.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/unchecked_bernoulli.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bernoulli_details.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jy_zero.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/unchecked_factorial.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_kn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_derivatives_linear.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_k0.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_j1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/iconv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_j0.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/gamma_inva.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_i1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/erf_inv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jy_asym.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/ibeta_inverse.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/powm1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/sqrt1pm1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/beta.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/cos_pi.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/pow.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/cbrt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/math_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/bernoulli.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/log1p.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/factorials.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/trunc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/sinc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/round.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/fpclassify.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/next.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/expm1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/bessel_prime.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/sign.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/sin_pi.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/hankel.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/erf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/binomial.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/digamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/gamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/hypot.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/lanczos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/bessel.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/trigamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/zeta.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/math/special_functions creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/core copying build/lib/pythran/boost/core/checked_delete.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/core copying build/lib/pythran/boost/core/ignore_unused.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/core copying build/lib/pythran/boost/core/ref.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/core copying build/lib/pythran/boost/core/enable_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/core copying build/lib/pythran/boost/core/explicit_operator_bool.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/core copying build/lib/pythran/boost/core/noncopyable.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/core copying build/lib/pythran/boost/core/typeinfo.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/core copying build/lib/pythran/boost/core/swap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/core copying build/lib/pythran/boost/core/demangle.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/core copying build/lib/pythran/boost/core/addressof.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/core copying build/lib/pythran/boost/core/use_default.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/core copying build/lib/pythran/boost/noncopyable.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/assert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/throw_exception.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/static_assert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/format.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/swap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/lexical_cast creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/converter_numeric.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/inf_nan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/widest_char.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/is_character.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/converter_lexical.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/lcast_unsigned_converters.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/lcast_char_constants.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/converter_lexical_streams.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/try_lexical_convert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/lexical_cast copying build/lib/pythran/boost/lexical_cast/bad_lexical_cast.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/lexical_cast creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/mingw.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_phone.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_uwp.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_system.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/ios.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_desktop.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/mingw32.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/android.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/mingw64.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_store.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/cloudabi.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_runtime.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_server.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/other.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/detail copying build/lib/pythran/boost/predef/detail/os_detected.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/detail copying build/lib/pythran/boost/predef/detail/platform_detected.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/detail copying build/lib/pythran/boost/predef/detail/test.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/detail copying build/lib/pythran/boost/predef/detail/_cassert.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/detail copying build/lib/pythran/boost/predef/detail/_exception.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/detail copying build/lib/pythran/boost/predef/detail/comp_detected.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/other copying build/lib/pythran/boost/predef/other/endian.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/other creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/windows.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/cygwin.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/vms.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/hpux.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/solaris.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/qnxnto.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/ios.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/amigaos.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/beos.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/macos.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/android.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/irix.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/aix.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/os400.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/linux.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/unix.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/haiku.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/bsd.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os/bsd copying build/lib/pythran/boost/predef/os/bsd/bsdi.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os/bsd copying build/lib/pythran/boost/predef/os/bsd/open.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os/bsd copying build/lib/pythran/boost/predef/os/bsd/dragonfly.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os/bsd copying build/lib/pythran/boost/predef/os/bsd/free.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os/bsd copying build/lib/pythran/boost/predef/os/bsd/net.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/os/bsd copying build/lib/pythran/boost/predef/language.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/greenhills.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/diab.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/gcc.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/metaware.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/nvcc.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/pgi.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/watcom.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/kai.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/dignus.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/visualc.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/iar.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/ibm.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/ekopath.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/sunpro.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/hp_acc.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/edg.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/intel.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/mpw.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/palm.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/borland.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/llvm.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/sgi_mipspro.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/gcc_xml.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/tendra.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/metrowerks.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/digitalmars.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/clang.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/microtec.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/comeau.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/compaq.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/version_number.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/language copying build/lib/pythran/boost/predef/language/stdc.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/language copying build/lib/pythran/boost/predef/language/objc.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/language copying build/lib/pythran/boost/predef/language/stdcpp.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/language copying build/lib/pythran/boost/predef/language/cuda.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/language copying build/lib/pythran/boost/predef/library.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library copying build/lib/pythran/boost/predef/library/c.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library copying build/lib/pythran/boost/predef/library/std.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/stlport.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/roguewave.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/stdcpp3.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/libcomo.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/dinkumware.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/_prefix.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/modena.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/cxx.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/sgi.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/msl.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/vacpp.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/std creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/c copying build/lib/pythran/boost/predef/library/c/vms.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/c copying build/lib/pythran/boost/predef/library/c/gnu.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/c copying build/lib/pythran/boost/predef/library/c/uc.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/c copying build/lib/pythran/boost/predef/library/c/zos.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/c copying build/lib/pythran/boost/predef/library/c/_prefix.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/c copying build/lib/pythran/boost/predef/library/c/cloudabi.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/library/c creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/parisc.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/z.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/ia64.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/convex.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/sys390.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/sys370.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/m68k.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/rs6k.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/blackfin.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/x86.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/alpha.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/mips.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/superh.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/pyramid.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/arm.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture/x86 copying build/lib/pythran/boost/predef/architecture/x86/32.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture/x86 copying build/lib/pythran/boost/predef/architecture/x86/64.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture/x86 copying build/lib/pythran/boost/predef/architecture/sparc.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/ptx.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/ppc.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/architecture creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd/arm copying build/lib/pythran/boost/predef/hardware/simd/arm/versions.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd/arm creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd/ppc copying build/lib/pythran/boost/predef/hardware/simd/ppc/versions.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd/ppc copying build/lib/pythran/boost/predef/hardware/simd/x86.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd/x86_amd copying build/lib/pythran/boost/predef/hardware/simd/x86_amd/versions.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd/x86_amd copying build/lib/pythran/boost/predef/hardware/simd/arm.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd/x86 copying build/lib/pythran/boost/predef/hardware/simd/x86/versions.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd/x86 copying build/lib/pythran/boost/predef/hardware/simd/ppc.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd copying build/lib/pythran/boost/predef/hardware/simd/x86_amd.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware/simd copying build/lib/pythran/boost/predef/hardware/simd.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef/hardware copying build/lib/pythran/boost/predef/platform.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef copying build/lib/pythran/boost/predef/os.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef copying build/lib/pythran/boost/predef/hardware.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef copying build/lib/pythran/boost/predef/compiler.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef copying build/lib/pythran/boost/predef/make.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef copying build/lib/pythran/boost/predef/architecture.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef copying build/lib/pythran/boost/predef/version.h -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/predef copying build/lib/pythran/boost/non_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/std_ns_begin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/type_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/std_ns_end.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/meta_utils_core.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/config_begin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/meta_utils.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/workaround.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/config_end.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move/detail copying build/lib/pythran/boost/move/utility.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move copying build/lib/pythran/boost/move/traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move copying build/lib/pythran/boost/move/utility_core.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move copying build/lib/pythran/boost/move/core.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/move copying build/lib/pythran/boost/config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/old_numeric_cast.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/converter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/udt_builtin_mixture.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/conversion_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/meta.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/is_subranged.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/numeric_cast_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/sign_mixture.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/int_float_mixture.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail/preprocessed copying build/lib/pythran/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail/preprocessed copying build/lib/pythran/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail/preprocessed copying build/lib/pythran/boost/numeric/conversion/detail/bounds.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/udt_builtin_mixture_enum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/int_float_mixture_enum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/cast.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/converter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/converter_policies.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/sign_mixture_enum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/conversion_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/numeric_cast_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/bounds.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/numeric/conversion copying build/lib/pythran/boost/current_function.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/multiplies.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/eval_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/bind_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/contains_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/integral_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/bool.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/clear_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/sequence_wrapper.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/arity_spec.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/msvc_typename.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/has_apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/ttp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/pp_counter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/adl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/bcc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/static_constant.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/forwarding.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/typeof.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/compiler.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/gcc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/msvc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/integral.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/has_xxx.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/nttp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/use_preprocessed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/preprocessor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/dtp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/arrays.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/overload_resolution.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/eti.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/intel.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/workaround.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/gpu.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/lambda_arity_param.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/has_apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/numeric_cast_utils.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/na_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/comparison_op.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/clear_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/template_arity_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/traits_lambda_spec.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/is_msvc_eti_arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/value_wknd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/at_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/msvc_eti_base.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/yes_no.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/type_wrapper.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/count_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/arg_typedef.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/has_rebind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/nttp_decl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/fold_impl_body.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/lambda_spec.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/common_name_wknd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/include_preprocessed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/has_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/O1_size_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/na_spec.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/iter_fold_if_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/static_cast.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/advance_backward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/has_begin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/size_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/reverse_fold_impl_body.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/contains_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/advance_forward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/lambda_no_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/na.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/template_arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/has_tag.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/iter_apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/inserter_algorithm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/numeric_op.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/msvc_dtw.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/adl_barrier.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/reverse_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/msvc_is_class.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/msvc_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/arithmetic_op.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/push_back_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/msvc_never_true.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/full_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/integral_wrapper.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/has_size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/largest_int.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/set_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/bind_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/modulus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/placeholders.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/bitand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/vector_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/inherit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/shift_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/list_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_if_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/divides.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/advance_backward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/apply_wrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/advance_forward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/lambda_no_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/reverse_iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/shift_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/template_arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/bitxor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/quote.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/apply_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/deque.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/reverse_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/unpack_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/times.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/basic_bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/bitor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/full_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ctps creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/set_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/bind_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/modulus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/placeholders.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/bitand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/vector_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/inherit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/shift_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/list_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/iter_fold_if_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/divides.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/advance_backward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/apply_wrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/advance_forward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/lambda_no_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/reverse_iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/shift_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/template_arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/bitxor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/quote.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/apply_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/deque.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/reverse_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/unpack_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/times.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/basic_bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/bitor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/full_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc551 creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/set_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/bind_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/modulus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/placeholders.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/bitand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/vector_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/inherit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/shift_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/list_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/iter_fold_if_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/divides.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/advance_backward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/apply_wrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/advance_forward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/lambda_no_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/reverse_iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/shift_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/template_arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/bitxor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/quote.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/apply_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/deque.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/reverse_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/unpack_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/times.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/basic_bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/bitor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/full_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc60 creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/set_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/bind_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/modulus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/placeholders.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/bitand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/vector_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/inherit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/shift_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/list_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/iter_fold_if_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/divides.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/advance_backward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/apply_wrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/advance_forward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/lambda_no_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/reverse_iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/shift_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/template_arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/bitxor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/quote.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/apply_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/deque.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/reverse_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/unpack_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/times.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/basic_bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/bitor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/full_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/set_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/bind_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/modulus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/placeholders.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/bitand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/vector_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/inherit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/shift_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/list_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/iter_fold_if_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/divides.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/advance_backward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/apply_wrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/advance_forward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/lambda_no_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/reverse_iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/shift_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/template_arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/bitxor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/quote.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/apply_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/deque.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/reverse_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/unpack_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/times.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/basic_bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/bitor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/full_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/dmc creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/set_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/bind_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/modulus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/placeholders.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/bitand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/vector_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/inherit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/shift_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/list_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/iter_fold_if_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/divides.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/advance_backward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/apply_wrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/advance_forward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/lambda_no_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/reverse_iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/shift_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/template_arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/bitxor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/quote.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/apply_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/deque.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/reverse_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/unpack_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/times.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/basic_bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/bitor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/full_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/mwcw creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/set_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bind_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/modulus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/placeholders.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bitand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/vector_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/inherit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/shift_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/list_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_if_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/divides.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/advance_backward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/apply_wrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/advance_forward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/lambda_no_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/shift_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/template_arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bitxor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/quote.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/apply_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/deque.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/unpack_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/times.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/basic_bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bitor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/full_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/set_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/modulus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/bitand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/vector_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/inherit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/shift_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/list_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/divides.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/lambda_no_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/shift_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/bitxor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/quote.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/deque.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/unpack_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/times.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/basic_bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/bitor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/gcc creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/set_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/bind_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/modulus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/placeholders.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/bitand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/vector_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/inherit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/shift_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/list_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/iter_fold_if_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/divides.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/advance_backward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/apply_wrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/advance_forward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/lambda_no_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/reverse_iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/shift_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/template_arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/bitxor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/quote.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/apply_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/deque.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/reverse_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/unpack_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/times.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/basic_bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/bitor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/plain creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/set_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/bind_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/modulus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/placeholders.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/bitand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/vector_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/inherit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/shift_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/list_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_if_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/divides.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/advance_backward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/apply_wrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/advance_forward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/lambda_no_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/reverse_iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/shift_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/template_arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/bitxor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/quote.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/apply_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/deque.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/reverse_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/unpack_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/times.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/basic_bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/bitor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/full_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/no_ttp creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/set_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/bind_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/modulus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/placeholders.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/bitand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/vector_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/inherit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/shift_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/list_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/iter_fold_if_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/divides.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/advance_backward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/apply_wrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/advance_forward.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/lambda_no_ctps.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/reverse_iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/shift_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/template_arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/bitxor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/quote.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/apply_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/deque.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/reverse_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/unpack_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/iter_fold_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/times.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/basic_bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/bitor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/full_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/lambda_support.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/na_assert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/push_front_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/begin_end_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/logical_op.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/find_if_pred.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/repeat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/add.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/is_seq.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/ext_params.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/partial_spec_params.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/params.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/def_params_tail.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/filter_params.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/token_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/sub.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/enum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/default_params.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/range.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/nested_type_wknd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/aux_ creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector20_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector30_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector0.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector50_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/pop_back.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/vector0.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/begin_end.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/clear.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/push_back.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/include_preprocessed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/numbered_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/empty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/O1_size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/item.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/at.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/push_front.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/front.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/pop_front.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/numbered.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector20_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector30_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector50_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector40_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector10_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/plain creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/tag.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/back.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/vector0_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector40_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector10_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/lambda_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/integral_c_tag.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/front_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/pair.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/sequence_tag_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/int.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/find_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/size_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/always.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/back_inserter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/comparison.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/iter_fold.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/pop_back_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/begin_end.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/distance.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/begin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/advance.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/placeholders.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/sequence_tag.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/void_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/clear.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/iterator_range.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/inherit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/fold.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/assert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/identity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/numeric_cast.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/protect.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/push_back.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/empty_base.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/long.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/inserter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/next.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/iter_fold_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/advance_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/divides.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/size_t_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/has_xxx.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/bool_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/reverse_fold.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/empty_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/apply_wrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/size_t.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/end.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/limits copying build/lib/pythran/boost/mpl/limits/arity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/limits copying build/lib/pythran/boost/mpl/limits/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/limits copying build/lib/pythran/boost/mpl/limits/unrolling.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/limits copying build/lib/pythran/boost/mpl/limits/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/limits copying build/lib/pythran/boost/mpl/minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/push_front_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/O1_size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/logical.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/at.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/push_back_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/quote.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/begin_end.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/clear.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/push_back.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/include_preprocessed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/numbered_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/empty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/O1_size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/item.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/push_front.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/front.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/pop_front.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/numbered.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_/preprocessed creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list40_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list50_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list20_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list30_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list10_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/tag.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/list40_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list50_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list0.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list20_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list0_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list30_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list10_c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/is_sequence.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/find.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/apply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/apply_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/arg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/distance_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/push_front.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/is_placeholder.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/not.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/int_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/next_prior.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/bind.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/times.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/prior.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/pop_front_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/integral_c_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/front_inserter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/O1_size_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/contains.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/arg_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/remove_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/iterator_tags.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/negate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/at_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/back_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/tag.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/deref.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/same_as.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/long_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/void.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl copying build/lib/pythran/boost/mpl/begin_end_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/mpl creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence copying build/lib/pythran/boost/fusion/sequence/comparison.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/detail/not_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/detail/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/detail/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/detail/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/detail/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/detail/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/enable_comparison.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/io.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/io creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/io/detail copying build/lib/pythran/boost/fusion/sequence/io/detail/manip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/io/detail copying build/lib/pythran/boost/fusion/sequence/io/detail/out.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/io/detail copying build/lib/pythran/boost/fusion/sequence/io/detail/in.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/io/detail copying build/lib/pythran/boost/fusion/sequence/io/out.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/io copying build/lib/pythran/boost/fusion/sequence/io/in.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/io creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic/detail copying build/lib/pythran/boost/fusion/sequence/intrinsic/detail/segmented_end.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic/detail copying build/lib/pythran/boost/fusion/sequence/intrinsic/detail/segmented_end_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic/detail copying build/lib/pythran/boost/fusion/sequence/intrinsic/detail/segmented_begin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic/detail copying build/lib/pythran/boost/fusion/sequence/intrinsic/detail/segmented_size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic/detail copying build/lib/pythran/boost/fusion/sequence/intrinsic/detail/segmented_begin_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic/detail copying build/lib/pythran/boost/fusion/sequence/intrinsic/value_at.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/begin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/empty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/end.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/at.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/segments.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/sequence creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/include copying build/lib/pythran/boost/fusion/include/tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/include copying build/lib/pythran/boost/fusion/include/std_pair.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/include copying build/lib/pythran/boost/fusion/tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/is_native_fusion_sequence.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/enabler.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/mpl_iterator_category.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/segmented_fold_until_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/pp_round.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/index_sequence.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/access.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/as_fusion_element.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/is_mpl_sequence.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/iterator_base.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/sequence_base.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/as_const.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/is_segmented.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/tag_of.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/is_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/is_view.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/is_sequence.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/tag_of_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/category_of.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/void.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/support creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/mpl copying build/lib/pythran/boost/fusion/mpl/begin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/mpl copying build/lib/pythran/boost/fusion/mpl/end.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/mpl creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/value_of_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/advance_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/prior_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/next_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/equal_to_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/at_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/end_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/size_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/deref_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/value_at_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/begin_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/distance_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/single_view.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view copying build/lib/pythran/boost/fusion/view/single_view/single_view_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/single_view copying build/lib/pythran/boost/fusion/view/iterator_range.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/iterator_range creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/segments_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/is_segmented_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/at_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/end_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/size_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/value_at_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/segmented_iterator_range.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/begin_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/iterator_range.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/iterator_range creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/value_of_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/next_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/value_of_data_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/deref_data_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/end_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/deref_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/begin_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/key_of_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/joint_view.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view copying build/lib/pythran/boost/fusion/view/joint_view/joint_view_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view copying build/lib/pythran/boost/fusion/view/joint_view/joint_view_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/view/joint_view creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/value_of_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/advance_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/prior_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/next_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/equal_to_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/at_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/end_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/deref_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/value_at_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector_n.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/limits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector_forward_ctor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector20_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector30_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector50_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector40_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/value_at_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector10_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/begin_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/distance_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/vector_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector copying build/lib/pythran/boost/fusion/container/vector/vector_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector copying build/lib/pythran/boost/fusion/container/vector/vector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/vector creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/generation copying build/lib/pythran/boost/fusion/container/generation/ignore.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/generation creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/value_of_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/next_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/equal_to_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/at_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/reverse_cons.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/end_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/deref_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/value_at_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail/cpp03 copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/limits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail/cpp03 copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/list_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail/cpp03 creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list50_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list40_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list30_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list20_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list10_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/begin_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/empty_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/list_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list copying build/lib/pythran/boost/fusion/container/list/cons_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list copying build/lib/pythran/boost/fusion/container/list/nil.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list copying build/lib/pythran/boost/fusion/container/list/cons.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list copying build/lib/pythran/boost/fusion/container/list/cons_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/container/list creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/mpl creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/mpl/detail copying build/lib/pythran/boost/fusion/adapted/mpl/detail/end_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/mpl/detail copying build/lib/pythran/boost/fusion/adapted/mpl/detail/begin_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/mpl/detail copying build/lib/pythran/boost/fusion/adapted/mpl/mpl_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/mpl creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/value_of_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/adapt_auto.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/adapt_base_attr_filler.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/is_view_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/adapt_is_tpl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/at_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/category_of_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/end_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/size_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/adapt_base.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/deref_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/value_at_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/begin_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail/preprocessor copying build/lib/pythran/boost/fusion/adapted/struct/detail/preprocessor/is_seq.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail/preprocessor copying build/lib/pythran/boost/fusion/adapted/struct/detail/extension.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/adapt_struct.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted/struct copying build/lib/pythran/boost/fusion/adapted/std_pair.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/adapted creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/algorithm creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/algorithm/transformation copying build/lib/pythran/boost/fusion/algorithm/transformation/push_back.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/algorithm/transformation copying build/lib/pythran/boost/fusion/algorithm/transformation/push_front.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/algorithm/transformation creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail copying build/lib/pythran/boost/fusion/tuple/detail/tuple_tie.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail copying build/lib/pythran/boost/fusion/tuple/detail/tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail copying build/lib/pythran/boost/fusion/tuple/detail/tuple_expand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail copying build/lib/pythran/boost/fusion/tuple/detail/tuple_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/make_tuple20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple20_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple50_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/make_tuple10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple30_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/make_tuple50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple40_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/make_tuple30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple50.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/make_tuple40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple20.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/make_tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple10_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie30.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie40.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/make_tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple/detail copying build/lib/pythran/boost/fusion/tuple/tuple_tie.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple copying build/lib/pythran/boost/fusion/tuple/tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple copying build/lib/pythran/boost/fusion/tuple/tuple_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple copying build/lib/pythran/boost/fusion/tuple/make_tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/tuple creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/adapt_value_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/adapt_deref_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/distance.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/advance.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/segmented_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/segmented_next_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/segment_sequence.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/segmented_equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/distance.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/advance.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/value_of_data.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/segmented_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/equal_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/value_of.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/next.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/key_of.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator/mpl copying build/lib/pythran/boost/fusion/iterator/mpl/fusion_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator/mpl copying build/lib/pythran/boost/fusion/iterator/mpl/convert_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator/mpl copying build/lib/pythran/boost/fusion/iterator/iterator_facade.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/basic_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/prior.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/deref_data.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/deref.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/fusion/iterator copying build/lib/pythran/boost/memory_order.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/next_prior.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/shared_ptr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/container creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/container/detail copying build/lib/pythran/boost/container/detail/std_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/container/detail copying build/lib/pythran/boost/container/container_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/container copying build/lib/pythran/boost/none_t.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/tuple creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/tuple/detail copying build/lib/pythran/boost/tuple/detail/tuple_basic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/tuple/detail copying build/lib/pythran/boost/tuple/tuple_comparison.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/tuple copying build/lib/pythran/boost/tuple/tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/tuple copying build/lib/pythran/boost/cstdint.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/none.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost copying build/lib/pythran/boost/integer_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/utility creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/utility/detail copying build/lib/pythran/boost/utility/detail/result_of_iterate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/utility/detail copying build/lib/pythran/boost/utility/enable_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/utility copying build/lib/pythran/boost/utility/result_of.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/utility copying build/lib/pythran/boost/utility/identity_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/utility copying build/lib/pythran/boost/utility/swap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/utility copying build/lib/pythran/boost/utility/base_from_member.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/utility copying build/lib/pythran/boost/utility/compare_pointees.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/utility copying build/lib/pythran/boost/utility/declval.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/utility copying build/lib/pythran/boost/utility/binary.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/utility creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional copying build/lib/pythran/boost/optional/optional.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_aligned_storage.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_reference_spec.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_swap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_relops.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/old_optional_implementation.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_factory_support.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_trivially_copyable_base.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/optional_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional copying build/lib/pythran/boost/optional/bad_optional_access.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/optional creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/bitwise_cast.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/bitwise_fp_cast.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_msvc_arm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/fp_operations.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/int_sizes.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/platform.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_sync.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_gcc_ppc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_atomic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_linux_arm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_windows.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_fp_ops_emulated.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/atomic_flag.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_operations.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_x86.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_generic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_fp_operations.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_msvc_arm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_atomic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_msvc_arm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_msvc_x86.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/operations.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/fp_operations_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_extending_cas_based.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_msvc_x86.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_x86_dcas.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/hwcaps_gcc_arm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/float_sizes.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/hwcaps_gcc_ppc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/atomic_template.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_fp_ops_generic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/operations_lockfree.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_sparc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_arm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_linux_arm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_sync.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_windows.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/hwcaps_gcc_x86.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/string_ops.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_msvc_common.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/pause.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_gcc_x86.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_alpha.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/fp_ops_emulated.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_emulated.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/link.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_arm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/addressof.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_ppc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_msvc_x86.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/fp_ops_generic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_x86.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/interlocked.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_alpha.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_cas_based.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_fp_operations_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/storage_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/lockpool.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_operations_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_sparc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_ppc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/is_floating_point.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/is_integral.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/is_signed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/make_unsigned.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/is_iec559.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/is_trivially_default_constructible.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/make_signed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/integral_constant.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/conditional.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/is_function.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/extra_ops_emulated.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_gcc_arm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_arm_common.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_ppc_common.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/integral_extend.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/operations_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/atomic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic copying build/lib/pythran/boost/atomic/atomic_flag.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic copying build/lib/pythran/boost/atomic/capabilities.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic copying build/lib/pythran/boost/atomic/fences.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/atomic creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_pod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_float.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_reference.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_same.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_const.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_volatile.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_rvalue_reference_msvc10_fix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_function_cxx_03.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/has_binary_operator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/yes_no_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/detector.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_function_ptr_tester.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_likely_lambda.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_function_cxx_11.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_function_ptr_helper.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_function_msvc10_fix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/has_trivial_assign.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_destructible.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_class.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_reference.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_extent.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_convertible.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_rvalue_reference.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_plus_assign.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/type_identity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/enable_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_right_shift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_pointer.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/nonesuch.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_cv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_array.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_left_shift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_cv_ref.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_floating_point.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_unsigned.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/make_void.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_fundamental.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_integral.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_signed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_copy_constructible.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/make_unsigned.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_bounds.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_trivial_copy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/cv_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_nothrow_assign.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_noncopyable.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_complex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_const.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_reference.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_volatile.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_volatile.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_trivial_move_assign.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_pointer.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_polymorphic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_complete.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/alignment_of.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_union.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/make_signed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_lvalue_reference.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_constructible.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_scalar.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_abstract.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_pointer.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/conversion_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_cv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_nothrow_move_assignable.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_all_extents.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_base_of.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_nothrow_constructor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_void.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_nothrow_copy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_const.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_nothrow_move_constructible.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_detected.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_enum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_base_and_derived.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_empty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_member_pointer.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_member_function_pointer.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/decay.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/integral_constant.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_default_constructible.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/conditional.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_trivial_move_constructor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/function_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_minus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/type_with_alignment.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/declval.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_arithmetic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_lvalue_reference.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_minus_assign.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_function.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_rvalue_reference.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_plus.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/intrinsics.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_trivial_constructor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_assignable.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/type_traits copying build/lib/pythran/boost/integer.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/detail copying build/lib/pythran/boost/preprocessor/detail/check.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/detail/dmc copying build/lib/pythran/boost/preprocessor/detail/dmc/auto_rec.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/detail/dmc copying build/lib/pythran/boost/preprocessor/detail/auto_rec.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/detail copying build/lib/pythran/boost/preprocessor/detail/is_unary.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/detail copying build/lib/pythran/boost/preprocessor/detail/is_binary.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/detail copying build/lib/pythran/boost/preprocessor/detail/split.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/detail copying build/lib/pythran/boost/preprocessor/repeat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/config copying build/lib/pythran/boost/preprocessor/config/config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/config creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/bool.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/bitand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/compl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/not.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/bitor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/dec.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/iterate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/variadic creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/variadic/detail copying build/lib/pythran/boost/preprocessor/variadic/detail/has_opt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/variadic/detail copying build/lib/pythran/boost/preprocessor/variadic/has_opt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/variadic copying build/lib/pythran/boost/preprocessor/variadic/elem.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/variadic copying build/lib/pythran/boost/preprocessor/variadic/size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/variadic copying build/lib/pythran/boost/preprocessor/variadic/to_seq.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/variadic copying build/lib/pythran/boost/preprocessor/enum_shifted_params.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/enum_params_with_a_default.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/is_empty_variadic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/facilities creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/facilities/detail copying build/lib/pythran/boost/preprocessor/facilities/detail/is_empty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/facilities/detail copying build/lib/pythran/boost/preprocessor/facilities/intercept.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/overload.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/identity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/empty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/is_1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/expand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/is_empty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/facilities creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/punctuation creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/punctuation/detail copying build/lib/pythran/boost/preprocessor/punctuation/detail/is_begin_parens.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/punctuation/detail copying build/lib/pythran/boost/preprocessor/punctuation/paren.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/punctuation copying build/lib/pythran/boost/preprocessor/punctuation/is_begin_parens.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/punctuation copying build/lib/pythran/boost/preprocessor/punctuation/comma_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/punctuation copying build/lib/pythran/boost/preprocessor/punctuation/comma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/punctuation copying build/lib/pythran/boost/preprocessor/enum_params.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/identity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition/detail/msvc copying build/lib/pythran/boost/preprocessor/repetition/detail/msvc/for.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition/detail/msvc creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition/detail/dmc copying build/lib/pythran/boost/preprocessor/repetition/detail/dmc/for.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition/detail/dmc creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition/detail/edg copying build/lib/pythran/boost/preprocessor/repetition/detail/edg/for.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition/detail/edg copying build/lib/pythran/boost/preprocessor/repetition/detail/for.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition/detail copying build/lib/pythran/boost/preprocessor/repetition/repeat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_trailing.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_shifted.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_shifted_params.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_params_with_a_default.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_params.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/repeat_from_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_binary_params.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_trailing_params.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/for.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/repetition creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq/detail copying build/lib/pythran/boost/preprocessor/seq/detail/is_empty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq/detail copying build/lib/pythran/boost/preprocessor/seq/detail/split.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq/detail copying build/lib/pythran/boost/preprocessor/seq/for_each_i.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/subseq.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/elem.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/fold_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/transform.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/rest_n.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/cat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/seq.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/push_front.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/enum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/first_n.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/for_each.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/repeat_from_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/slot creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/slot4.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/slot2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/counter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/def.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/slot1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/slot5.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/shared.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/slot3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/slot.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/slot creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/comparison copying build/lib/pythran/boost/preprocessor/comparison/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/comparison copying build/lib/pythran/boost/preprocessor/comparison/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/comparison copying build/lib/pythran/boost/preprocessor/comparison/not_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/comparison copying build/lib/pythran/boost/preprocessor/empty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/inc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/array copying build/lib/pythran/boost/preprocessor/array/elem.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/array copying build/lib/pythran/boost/preprocessor/array/data.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/array copying build/lib/pythran/boost/preprocessor/array/size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/array copying build/lib/pythran/boost/preprocessor/cat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control/detail/msvc copying build/lib/pythran/boost/preprocessor/control/detail/msvc/while.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control/detail/msvc creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control/detail/dmc copying build/lib/pythran/boost/preprocessor/control/detail/dmc/while.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control/detail/dmc creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control/detail/edg copying build/lib/pythran/boost/preprocessor/control/detail/edg/while.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control/detail/edg copying build/lib/pythran/boost/preprocessor/control/detail/while.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control/detail copying build/lib/pythran/boost/preprocessor/control/expr_iif.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control copying build/lib/pythran/boost/preprocessor/control/if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control copying build/lib/pythran/boost/preprocessor/control/deduce_d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control copying build/lib/pythran/boost/preprocessor/control/iif.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control copying build/lib/pythran/boost/preprocessor/control/expr_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control copying build/lib/pythran/boost/preprocessor/control/while.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/control creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/arithmetic creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/arithmetic/detail copying build/lib/pythran/boost/preprocessor/arithmetic/detail/div_base.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/arithmetic/detail copying build/lib/pythran/boost/preprocessor/arithmetic/add.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/arithmetic copying build/lib/pythran/boost/preprocessor/arithmetic/dec.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/arithmetic copying build/lib/pythran/boost/preprocessor/arithmetic/inc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/arithmetic copying build/lib/pythran/boost/preprocessor/arithmetic/sub.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/arithmetic copying build/lib/pythran/boost/preprocessor/arithmetic/mod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/arithmetic creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list/detail copying build/lib/pythran/boost/preprocessor/list/detail/fold_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list/detail/dmc copying build/lib/pythran/boost/preprocessor/list/detail/dmc/fold_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list/detail/dmc creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list/detail/edg copying build/lib/pythran/boost/preprocessor/list/detail/edg/fold_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list/detail/edg copying build/lib/pythran/boost/preprocessor/list/detail/edg/fold_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list/detail/edg copying build/lib/pythran/boost/preprocessor/list/detail/fold_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list/detail copying build/lib/pythran/boost/preprocessor/list/for_each_i.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list copying build/lib/pythran/boost/preprocessor/list/fold_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list copying build/lib/pythran/boost/preprocessor/list/reverse.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list copying build/lib/pythran/boost/preprocessor/list/adt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list copying build/lib/pythran/boost/preprocessor/list/fold_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/list creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/debug copying build/lib/pythran/boost/preprocessor/debug/error.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/debug copying build/lib/pythran/boost/preprocessor/stringize.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/enum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/comma_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/tuple creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/tuple/detail copying build/lib/pythran/boost/preprocessor/tuple/detail/is_single_return.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/tuple/detail copying build/lib/pythran/boost/preprocessor/tuple/rem.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/tuple copying build/lib/pythran/boost/preprocessor/tuple/elem.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/tuple copying build/lib/pythran/boost/preprocessor/tuple/to_list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/tuple copying build/lib/pythran/boost/preprocessor/tuple/size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/tuple copying build/lib/pythran/boost/preprocessor/tuple/to_seq.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/tuple copying build/lib/pythran/boost/preprocessor/tuple/eat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/tuple copying build/lib/pythran/boost/preprocessor/expr_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration copying build/lib/pythran/boost/preprocessor/iteration/local.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail copying build/lib/pythran/boost/preprocessor/iteration/detail/local.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail copying build/lib/pythran/boost/preprocessor/iteration/detail/finish.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail copying build/lib/pythran/boost/preprocessor/iteration/detail/rlocal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail copying build/lib/pythran/boost/preprocessor/iteration/detail/start.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/lower4.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/upper1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/upper2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/upper4.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/lower5.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/upper3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/lower2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/upper5.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/lower3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/lower1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/self.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/forward3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/forward2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/reverse2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/reverse1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/reverse4.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/forward1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/reverse3.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/forward4.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/reverse5.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/forward5.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/iterate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration copying build/lib/pythran/boost/preprocessor/iteration/self.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/preprocessor/iteration creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator/detail copying build/lib/pythran/boost/iterator/detail/config_def.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator/detail copying build/lib/pythran/boost/iterator/detail/enable_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator/detail copying build/lib/pythran/boost/iterator/detail/config_undef.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator/detail copying build/lib/pythran/boost/iterator/detail/facade_iterator_category.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator/detail copying build/lib/pythran/boost/iterator/distance.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator copying build/lib/pythran/boost/iterator/reverse_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator copying build/lib/pythran/boost/iterator/advance.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator copying build/lib/pythran/boost/iterator/iterator_concepts.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator copying build/lib/pythran/boost/iterator/interoperable.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator copying build/lib/pythran/boost/iterator/iterator_adaptor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator copying build/lib/pythran/boost/iterator/iterator_facade.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator copying build/lib/pythran/boost/iterator/iterator_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator copying build/lib/pythran/boost/iterator/iterator_categories.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/iterator creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format copying build/lib/pythran/boost/format/parsing.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format/detail copying build/lib/pythran/boost/format/detail/workarounds_stlport.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format/detail copying build/lib/pythran/boost/format/detail/unset_macros.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format/detail copying build/lib/pythran/boost/format/detail/config_macros.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format/detail copying build/lib/pythran/boost/format/detail/msvc_disambiguater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format/detail copying build/lib/pythran/boost/format/detail/workarounds_gcc-2_95.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format/detail copying build/lib/pythran/boost/format/detail/compat_workarounds.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format/detail copying build/lib/pythran/boost/format/internals.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format copying build/lib/pythran/boost/format/format_implementation.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format copying build/lib/pythran/boost/format/alt_sstream.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format copying build/lib/pythran/boost/format/format_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format copying build/lib/pythran/boost/format/alt_sstream_impl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format copying build/lib/pythran/boost/format/free_funcs.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format copying build/lib/pythran/boost/format/group.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format copying build/lib/pythran/boost/format/feed_args.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format copying build/lib/pythran/boost/format/exceptions.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format copying build/lib/pythran/boost/format/format_class.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format copying build/lib/pythran/boost/format/internals_fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/boost/format copying build/lib/pythran/utils.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/openmp.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/interval.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/pythran.cfg -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/middlend.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/cxxtypes.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/backend.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/graph.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/yield_points.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/optimizable_comprehension.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/has_return.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/local_declarations.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/identifiers.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/argument_read_once.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/imported_ids.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/globals_analysis.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/global_declarations.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/ancestors.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/pure_expressions.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/literals.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/inlinable.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/node_count.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/global_effects.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/pure_functions.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/lazyness_analysis.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/ordered_global_declarations.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/locals_analysis.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/static_expressions.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/range_values.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/argument_effects.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/potential_iterator.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/use_omp.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/extended_syntax_check.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/aliases.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/__init__.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/intrinsics.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/dependencies.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/constant_expressions.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/ast_matcher.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/scope.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/use_def_chain.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/immediates.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/fixed_size_list.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/parallel_maps.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/is_assigned.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/analyses/cfg.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses copying build/lib/pythran/config.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/typing.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/log.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/pythran-darwin.cfg -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/spec.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ufunc_accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/greater copying build/lib/pythran/pythonic/numpy/greater/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/greater copying build/lib/pythran/pythonic/numpy/arccosh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/diagonal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nanmax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/radians.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/count_nonzero.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/clip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/all.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/amin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/resize.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ndim.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/left_shift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/lexsort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/conj.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nextafter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fliplr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arange.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/maximum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/array.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/heaviside.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/floor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/complex128.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cross.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ascontiguousarray.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/right_shift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/std_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/bitwise_and copying build/lib/pythran/pythonic/numpy/bitwise_and/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/bitwise_and copying build/lib/pythran/pythonic/numpy/bitwise_and/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/bitwise_and creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/copysign copying build/lib/pythran/pythonic/numpy/copysign/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/copysign copying build/lib/pythran/pythonic/numpy/unravel_index.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/insert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/repeat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/tri.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/left_shift copying build/lib/pythran/pythonic/numpy/left_shift/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/left_shift copying build/lib/pythran/pythonic/numpy/expand_dims.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/subtract copying build/lib/pythran/pythonic/numpy/subtract/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/subtract copying build/lib/pythran/pythonic/numpy/diff.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/multiply copying build/lib/pythran/pythonic/numpy/multiply/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/multiply copying build/lib/pythran/pythonic/numpy/multiply/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/multiply copying build/lib/pythran/pythonic/numpy/deg2rad.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/linspace.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/imag.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/power.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/rint.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/array_equiv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/mean.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/rollaxis.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/place.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/swapaxes.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fromfile.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/remainder.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/asarray_chkfinite.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fmin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/NINF.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/log2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/byte.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/concatenate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ctypeslib copying build/lib/pythran/pythonic/numpy/ctypeslib/as_array.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ctypeslib copying build/lib/pythran/pythonic/numpy/newaxis.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arctan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/absolute.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/int_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/complex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/log10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/add.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/roll.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/short_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/min.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/maximum copying build/lib/pythran/pythonic/numpy/maximum/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/maximum copying build/lib/pythran/pythonic/numpy/maximum/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/maximum copying build/lib/pythran/pythonic/numpy/cumprod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/uintc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/argwhere.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/interp_core.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fmod copying build/lib/pythran/pythonic/numpy/fmod/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fmod copying build/lib/pythran/pythonic/numpy/append.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/digitize.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/uint8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fmax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/power copying build/lib/pythran/pythonic/numpy/power/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/power creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/add copying build/lib/pythran/pythonic/numpy/add/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/add copying build/lib/pythran/pythonic/numpy/add/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/add copying build/lib/pythran/pythonic/numpy/log.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cbrt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/uintp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/shape.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/reciprocal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/round_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ptp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/eye.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/real.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fromfunction.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/arctan2 copying build/lib/pythran/pythonic/numpy/arctan2/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/arctan2 copying build/lib/pythran/pythonic/numpy/angle.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/angle_in_deg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/max.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/bitwise_xor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/tril.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ones_like.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/log1p.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/fill.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/sort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/astype.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/reshape.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/item.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/tolist.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/tofile.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/tostring.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/flatten.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/abs.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/right_shift copying build/lib/pythran/pythonic/numpy/right_shift/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/right_shift copying build/lib/pythran/pythonic/numpy/argmax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/rot90.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isneginf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/double_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fmin copying build/lib/pythran/pythonic/numpy/fmin/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fmin copying build/lib/pythran/pythonic/numpy/fmin/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fmin copying build/lib/pythran/pythonic/numpy/zeros.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isrealobj.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/int64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/pi.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/dtype copying build/lib/pythran/pythonic/numpy/dtype/type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/dtype copying build/lib/pythran/pythonic/numpy/trunc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/equal copying build/lib/pythran/pythonic/numpy/equal/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/equal copying build/lib/pythran/pythonic/numpy/sinh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/greater_equal copying build/lib/pythran/pythonic/numpy/greater_equal/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/greater_equal copying build/lib/pythran/pythonic/numpy/delete_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/argsort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/asarray.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/searchsorted.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/average.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/spacing.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/identity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fmax copying build/lib/pythran/pythonic/numpy/fmax/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fmax copying build/lib/pythran/pythonic/numpy/fmax/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fmax copying build/lib/pythran/pythonic/numpy/prod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/alltrue.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isclose.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/invert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/round.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/complex256.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/square.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sort_complex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/copysign.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isreal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logical_xor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/tan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/uint32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/finfo.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ravel.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/median.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/less_equal copying build/lib/pythran/pythonic/numpy/less_equal/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/less_equal copying build/lib/pythran/pythonic/numpy/allclose.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/indices.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/product.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/bitwise_or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/stack.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/linalg copying build/lib/pythran/pythonic/numpy/linalg/matrix_power.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/linalg copying build/lib/pythran/pythonic/numpy/linalg/norm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/linalg copying build/lib/pythran/pythonic/numpy/atleast_1d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fabs.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/triu.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/transpose.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/float64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fmod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/floor_divide copying build/lib/pythran/pythonic/numpy/floor_divide/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/floor_divide copying build/lib/pythran/pythonic/numpy/minimum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/int32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/intersect1d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/expm1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isposinf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/full_like.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/binary_repr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/flipud.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isnan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/exp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/empty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/copyto.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ndarray.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fromstring.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/any.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nanargmin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/hypot copying build/lib/pythran/pythonic/numpy/hypot/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/hypot copying build/lib/pythran/pythonic/numpy/uint16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/iscomplex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/around.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/flip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/logaddexp2 copying build/lib/pythran/pythonic/numpy/logaddexp2/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/logaddexp2 copying build/lib/pythran/pythonic/numpy/zeros_like.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sign.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arcsinh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/var.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/logical_xor copying build/lib/pythran/pythonic/numpy/logical_xor/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/logical_xor copying build/lib/pythran/pythonic/numpy/interp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/issctype.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/vdot.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/mod copying build/lib/pythran/pythonic/numpy/mod/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/mod copying build/lib/pythran/pythonic/numpy/putmask.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ubyte.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/floor_divide.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cumsum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ones.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/minimum copying build/lib/pythran/pythonic/numpy/minimum/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/minimum copying build/lib/pythran/pythonic/numpy/minimum/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/minimum copying build/lib/pythran/pythonic/numpy/asscalar.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isfinite.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arccos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cumproduct.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/heaviside copying build/lib/pythran/pythonic/numpy/heaviside/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/heaviside copying build/lib/pythran/pythonic/numpy/argminmax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/diag.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/logical_and copying build/lib/pythran/pythonic/numpy/logical_and/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/logical_and copying build/lib/pythran/pythonic/numpy/ceil.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/e.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/logaddexp copying build/lib/pythran/pythonic/numpy/logaddexp/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/logaddexp copying build/lib/pythran/pythonic/numpy/uint.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nan_to_num.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/true_divide copying build/lib/pythran/pythonic/numpy/true_divide/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/true_divide creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/logical_or copying build/lib/pythran/pythonic/numpy/logical_or/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/logical_or copying build/lib/pythran/pythonic/numpy/angle_in_rad.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/correlate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/flatnonzero.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/array_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logaddexp2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/tanh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logical_and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/unwrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nanargmax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/less copying build/lib/pythran/pythonic/numpy/less/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/less copying build/lib/pythran/pythonic/numpy/arcsin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/bitwise_xor copying build/lib/pythran/pythonic/numpy/bitwise_xor/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/bitwise_xor copying build/lib/pythran/pythonic/numpy/bitwise_xor/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/bitwise_xor copying build/lib/pythran/pythonic/numpy/atleast_3d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fill_diagonal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/float128.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/degrees.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/convolve.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/int16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isscalar.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/subtract.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arctanh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/unique.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/hstack.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/int8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/dot.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arctan2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ushort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cosh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/complex64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/tile.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/longlong.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ulonglong.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/uint64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/pocketfft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/c2c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/rfft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/hfft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/ifft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/ihfft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/irfft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/fft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/base_repr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/bitwise_and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nonzero.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/not_equal copying build/lib/pythran/pythonic/numpy/not_equal/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/not_equal copying build/lib/pythran/pythonic/numpy/ufunc_reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/frexp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nansum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/bitwise_not.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/trace.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/partial_sum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/hypot.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/power.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/randn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/f.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/random_integers.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/exponential.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/rayleigh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/ranf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/choice.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/standard_gamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/bytes.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/chisquare.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/random_sample.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/rand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/random.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/negative_binomial.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/pareto.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/dirichlet.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/sample.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/normal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/logseries.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/randint.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/standard_normal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/uniform.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/geometric.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/binomial.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/shuffle.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/gamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/lognormal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/gumbel.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/logistic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/poisson.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/weibull.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/laplace.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/standard_exponential.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/seed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/bool_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/diagflat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/divide copying build/lib/pythran/pythonic/numpy/divide/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/divide copying build/lib/pythran/pythonic/numpy/select.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/broadcast_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/divide.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logspace.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/array_str.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/float32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nanmin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/inner.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ldexp copying build/lib/pythran/pythonic/numpy/ldexp/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/ldexp copying build/lib/pythran/pythonic/numpy/array2string.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/negative copying build/lib/pythran/pythonic/numpy/negative/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/negative copying build/lib/pythran/pythonic/numpy/setdiff1d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/union1d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/amax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/trim_zeros.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/true_divide.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/remainder copying build/lib/pythran/pythonic/numpy/remainder/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/remainder copying build/lib/pythran/pythonic/numpy/take.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/float_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/intc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ediff1d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/conjugate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/inf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/not_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/atleast_2d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sometrue.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/full.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ndenumerate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/mod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/outer.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/argmin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logical_not.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logaddexp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/split.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/signbit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/vstack.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ldexp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/intp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/empty_like.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/negative.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/multiply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/bincount.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/bitwise_or copying build/lib/pythran/pythonic/numpy/bitwise_or/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/bitwise_or copying build/lib/pythran/pythonic/numpy/bitwise_or/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/bitwise_or copying build/lib/pythran/pythonic/numpy/alen.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/nextafter copying build/lib/pythran/pythonic/numpy/nextafter/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy/nextafter copying build/lib/pythran/pythonic/numpy/array_split.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/where.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/put.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/rad2deg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sqrt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logical_or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ndindex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isinf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/copy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/asfarray.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fromiter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/os creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/os/path copying build/lib/pythran/pythonic/os/path/join.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/os/path creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/isinstance.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/all.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/zip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/RuntimeWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/DeprecationWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/EnvironmentError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/NotImplementedError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/KeyError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/True.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/int_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/complex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/reversed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/BytesWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/min.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/UserWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/pow.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/BufferError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/GeneratorExit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/sum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/FileNotFoundError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/max.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/print.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ReferenceError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/abs.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/KeyboardInterrupt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/EOFError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/PendingDeprecationWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/update.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/fromkeys.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/get.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/clear.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/setdefault.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/items.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/popitem.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/values.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/pop.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/keys.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/copy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/id.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/RuntimeError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/assert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/hex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/AssertionError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/round.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/iter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/LookupError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/chr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/IndentationError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/dict.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/next.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ImportError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/divmod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/any.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/MemoryError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/open.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/complex copying build/lib/pythran/pythonic/builtins/complex/conjugate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/complex copying build/lib/pythran/pythonic/builtins/None.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/enumerate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/oct.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ImportWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/UnicodeError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/SystemExit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/False.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/bin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/Exception.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/SyntaxError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/TabError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ZeroDivisionError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/UnboundLocalError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ord.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/AttributeError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/OverflowError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/insert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/append.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/count.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/sort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/reverse.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/pop.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/remove.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/extend.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/minmax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/FloatingPointError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/FutureWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/SyntaxWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/filter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/join.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/upper.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/isalpha.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/replace.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/rstrip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/count.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/strip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/lstrip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/__mod__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/find.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/isdigit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/endswith.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/lower.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/startswith.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/split.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/capitalize.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/file.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/xrange.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/TypeError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/bool_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/getattr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/range.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/tell.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/isatty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/fileno.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/writelines.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/read.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/next.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/truncate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/close.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/flush.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/seek.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/write.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/readlines.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/readline.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/OSError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/BaseException.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/float_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/IOError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/NameError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/in.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/SystemError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ValueError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/sorted.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/len.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/str.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/UnicodeWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/StopIteration.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ArithmeticError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/slice.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/IndexError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/update.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/isdisjoint.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/add.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/issubset.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/clear.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/intersection.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/intersection_update.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/union_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/issuperset.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/discard.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/symmetric_difference.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/difference.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/symmetric_difference_update.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/remove.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/difference_update.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/copy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/set creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/StaticIfBreak.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/make_shape.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/is_none.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/static_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/and_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/or_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/len_set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/StaticIfCont.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/static_list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/StaticIfNoReturn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/abssqr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/StaticIfReturn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/kwonly.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/Warning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/float_ copying build/lib/pythran/pythonic/builtins/float_/is_integer.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/builtins/float_ creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/patch copying build/lib/pythran/pythonic/patch/complex -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/patch copying build/lib/pythran/pythonic/patch/README.rst -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/patch creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ufunc_accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/greater copying build/lib/pythran/pythonic/include/numpy/greater/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/greater copying build/lib/pythran/pythonic/include/numpy/arccosh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/diagonal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nanmax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/radians.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/count_nonzero.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/clip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/all.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/amin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/resize.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ndim.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/left_shift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/lexsort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/conj.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nextafter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fliplr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arange.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/maximum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/array.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/heaviside.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/floor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/complex128.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cross.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ascontiguousarray.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/right_shift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/std_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/bitwise_and copying build/lib/pythran/pythonic/include/numpy/bitwise_and/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/bitwise_and copying build/lib/pythran/pythonic/include/numpy/bitwise_and/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/bitwise_and creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/copysign copying build/lib/pythran/pythonic/include/numpy/copysign/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/copysign copying build/lib/pythran/pythonic/include/numpy/unravel_index.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/insert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/repeat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/tri.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/left_shift copying build/lib/pythran/pythonic/include/numpy/left_shift/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/left_shift copying build/lib/pythran/pythonic/include/numpy/expand_dims.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/subtract copying build/lib/pythran/pythonic/include/numpy/subtract/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/subtract copying build/lib/pythran/pythonic/include/numpy/diff.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/multiply copying build/lib/pythran/pythonic/include/numpy/multiply/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/multiply copying build/lib/pythran/pythonic/include/numpy/multiply/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/multiply copying build/lib/pythran/pythonic/include/numpy/deg2rad.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/linspace.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/imag.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/power.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/rint.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/array_equiv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/mean.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/rollaxis.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/place.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/swapaxes.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fromfile.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/remainder.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/asarray_chkfinite.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fmin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/NINF.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/log2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/byte.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/concatenate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ctypeslib copying build/lib/pythran/pythonic/include/numpy/ctypeslib/as_array.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ctypeslib copying build/lib/pythran/pythonic/include/numpy/newaxis.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arctan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/absolute.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/int_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/complex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/log10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/add.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/roll.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/short_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/min.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/maximum copying build/lib/pythran/pythonic/include/numpy/maximum/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/maximum copying build/lib/pythran/pythonic/include/numpy/maximum/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/maximum copying build/lib/pythran/pythonic/include/numpy/cumprod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/uintc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/argwhere.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fmod copying build/lib/pythran/pythonic/include/numpy/fmod/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fmod copying build/lib/pythran/pythonic/include/numpy/append.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/digitize.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/uint8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fmax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/power copying build/lib/pythran/pythonic/include/numpy/power/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/power creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/add copying build/lib/pythran/pythonic/include/numpy/add/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/add copying build/lib/pythran/pythonic/include/numpy/add/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/add copying build/lib/pythran/pythonic/include/numpy/log.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cbrt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fix.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/uintp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/shape.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/reciprocal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/round_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ptp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/eye.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/real.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fromfunction.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/arctan2 copying build/lib/pythran/pythonic/include/numpy/arctan2/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/arctan2 copying build/lib/pythran/pythonic/include/numpy/angle.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/angle_in_deg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/max.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/bitwise_xor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/tril.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ones_like.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/log1p.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/greater.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/fill.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/sort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/astype.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/reshape.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/item.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/tolist.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/tofile.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/tostring.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/flatten.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/abs.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/right_shift copying build/lib/pythran/pythonic/include/numpy/right_shift/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/right_shift copying build/lib/pythran/pythonic/include/numpy/argmax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/rot90.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isneginf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/double_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fmin copying build/lib/pythran/pythonic/include/numpy/fmin/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fmin copying build/lib/pythran/pythonic/include/numpy/fmin/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fmin copying build/lib/pythran/pythonic/include/numpy/zeros.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isrealobj.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/int64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/pi.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/dtype copying build/lib/pythran/pythonic/include/numpy/dtype/type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/dtype copying build/lib/pythran/pythonic/include/numpy/trunc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/equal copying build/lib/pythran/pythonic/include/numpy/equal/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/equal copying build/lib/pythran/pythonic/include/numpy/sinh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/greater_equal copying build/lib/pythran/pythonic/include/numpy/greater_equal/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/greater_equal copying build/lib/pythran/pythonic/include/numpy/delete_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/argsort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/asarray.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/searchsorted.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/average.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/spacing.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/identity.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fmax copying build/lib/pythran/pythonic/include/numpy/fmax/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fmax copying build/lib/pythran/pythonic/include/numpy/fmax/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fmax copying build/lib/pythran/pythonic/include/numpy/prod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/alltrue.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isclose.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/invert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/round.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/complex256.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/square.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sort_complex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/copysign.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isreal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logical_xor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/tan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/uint32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/finfo.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ravel.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/median.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/less_equal copying build/lib/pythran/pythonic/include/numpy/less_equal/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/less_equal copying build/lib/pythran/pythonic/include/numpy/allclose.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/indices.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/product.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/bitwise_or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/stack.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/linalg copying build/lib/pythran/pythonic/include/numpy/linalg/matrix_power.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/linalg copying build/lib/pythran/pythonic/include/numpy/linalg/norm.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/linalg copying build/lib/pythran/pythonic/include/numpy/atleast_1d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/size.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fabs.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/triu.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/transpose.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/float64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fmod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/floor_divide copying build/lib/pythran/pythonic/include/numpy/floor_divide/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/floor_divide copying build/lib/pythran/pythonic/include/numpy/minimum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/int32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/intersect1d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/expm1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isposinf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/full_like.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/binary_repr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/flipud.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isnan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/exp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/empty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/copyto.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ndarray.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fromstring.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/any.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nanargmin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/hypot copying build/lib/pythran/pythonic/include/numpy/hypot/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/hypot copying build/lib/pythran/pythonic/include/numpy/uint16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/iscomplex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/around.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/flip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/logaddexp2 copying build/lib/pythran/pythonic/include/numpy/logaddexp2/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/logaddexp2 copying build/lib/pythran/pythonic/include/numpy/zeros_like.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sign.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/less.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arcsinh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/var.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/logical_xor copying build/lib/pythran/pythonic/include/numpy/logical_xor/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/logical_xor copying build/lib/pythran/pythonic/include/numpy/interp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/issctype.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/vdot.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/mod copying build/lib/pythran/pythonic/include/numpy/mod/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/mod copying build/lib/pythran/pythonic/include/numpy/putmask.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ubyte.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/floor_divide.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/greater_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cumsum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ones.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/minimum copying build/lib/pythran/pythonic/include/numpy/minimum/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/minimum copying build/lib/pythran/pythonic/include/numpy/minimum/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/minimum copying build/lib/pythran/pythonic/include/numpy/asscalar.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isfinite.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arccos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cumproduct.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/heaviside copying build/lib/pythran/pythonic/include/numpy/heaviside/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/heaviside copying build/lib/pythran/pythonic/include/numpy/diag.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/logical_and copying build/lib/pythran/pythonic/include/numpy/logical_and/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/logical_and copying build/lib/pythran/pythonic/include/numpy/ceil.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/e.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/logaddexp copying build/lib/pythran/pythonic/include/numpy/logaddexp/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/logaddexp copying build/lib/pythran/pythonic/include/numpy/uint.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nan_to_num.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/true_divide copying build/lib/pythran/pythonic/include/numpy/true_divide/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/true_divide creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/logical_or copying build/lib/pythran/pythonic/include/numpy/logical_or/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/logical_or copying build/lib/pythran/pythonic/include/numpy/angle_in_rad.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/correlate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/flatnonzero.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/array_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logaddexp2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/tanh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logical_and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/unwrap.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nanargmax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/less copying build/lib/pythran/pythonic/include/numpy/less/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/less copying build/lib/pythran/pythonic/include/numpy/arcsin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/bitwise_xor copying build/lib/pythran/pythonic/include/numpy/bitwise_xor/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/bitwise_xor copying build/lib/pythran/pythonic/include/numpy/bitwise_xor/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/bitwise_xor copying build/lib/pythran/pythonic/include/numpy/atleast_3d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fill_diagonal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/float128.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/degrees.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/convolve.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/int16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isscalar.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/subtract.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arctanh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/unique.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/hstack.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/int8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/dot.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arctan2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ushort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cosh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/complex64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/tile.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/longlong.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ulonglong.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/uint64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/c2c.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/rfft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/hfft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/ifft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/ihfft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/irfft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/fft.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/base_repr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/bitwise_and.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nonzero.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/not_equal copying build/lib/pythran/pythonic/include/numpy/not_equal/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/not_equal copying build/lib/pythran/pythonic/include/numpy/ufunc_reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/frexp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nansum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/bitwise_not.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/trace.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/partial_sum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/hypot.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/power.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/randn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/f.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/random_integers.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/exponential.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/rayleigh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/ranf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/choice.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/standard_gamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/bytes.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/chisquare.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/random_sample.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/rand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/random.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/negative_binomial.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/pareto.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/dirichlet.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/sample.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/normal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/generator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/logseries.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/randint.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/standard_normal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/uniform.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/geometric.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/binomial.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/shuffle.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/gamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/lognormal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/gumbel.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/logistic.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/poisson.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/weibull.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/laplace.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/standard_exponential.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/seed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/bool_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/diagflat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/divide copying build/lib/pythran/pythonic/include/numpy/divide/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/divide copying build/lib/pythran/pythonic/include/numpy/select.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/broadcast_to.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/divide.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logspace.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/array_str.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/float32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nanmin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/inner.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ldexp copying build/lib/pythran/pythonic/include/numpy/ldexp/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/ldexp copying build/lib/pythran/pythonic/include/numpy/array2string.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/negative copying build/lib/pythran/pythonic/include/numpy/negative/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/negative copying build/lib/pythran/pythonic/include/numpy/setdiff1d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/union1d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/amax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/trim_zeros.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/true_divide.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/less_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/remainder copying build/lib/pythran/pythonic/include/numpy/remainder/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/remainder copying build/lib/pythran/pythonic/include/numpy/take.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/float_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/intc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ediff1d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/conjugate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/inf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/not_equal.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/atleast_2d.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sometrue.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/full.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ndenumerate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/mod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/outer.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/argmin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logical_not.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logaddexp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/split.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/signbit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/vstack.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ldexp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/intp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/empty_like.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/negative.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/multiply.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/bincount.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/bitwise_or copying build/lib/pythran/pythonic/include/numpy/bitwise_or/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/bitwise_or copying build/lib/pythran/pythonic/include/numpy/bitwise_or/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/bitwise_or copying build/lib/pythran/pythonic/include/numpy/alen.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/nextafter copying build/lib/pythran/pythonic/include/numpy/nextafter/accumulate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy/nextafter copying build/lib/pythran/pythonic/include/numpy/array_split.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/where.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/put.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/rad2deg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sqrt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logical_or.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ndindex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isinf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/copy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/asfarray.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fromiter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/numpy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/os creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/os/path copying build/lib/pythran/pythonic/include/os/path/join.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/os/path creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/isinstance.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/all.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/zip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/RuntimeWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/DeprecationWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/EnvironmentError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/NotImplementedError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/KeyError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/True.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/int_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/complex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/reversed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/BytesWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/min.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/UserWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/pow.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/BufferError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/map.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/GeneratorExit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/sum.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/FileNotFoundError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/max.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/print.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ReferenceError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/abs.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/KeyboardInterrupt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/EOFError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/PendingDeprecationWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/update.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/fromkeys.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/get.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/clear.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/setdefault.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/items.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/popitem.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/values.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/pop.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/keys.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/copy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/id.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/RuntimeError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/assert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/hex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/AssertionError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/round.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/iter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/LookupError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/chr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/IndentationError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/dict.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/next.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ImportError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/divmod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/any.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/MemoryError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/open.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/complex copying build/lib/pythran/pythonic/include/builtins/complex/conjugate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/complex copying build/lib/pythran/pythonic/include/builtins/None.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/enumerate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/oct.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ImportWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/UnicodeError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/SystemExit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/False.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/bin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/Exception.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/SyntaxError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/TabError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ZeroDivisionError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/UnboundLocalError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ord.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/AttributeError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/OverflowError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/insert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/append.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/count.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/sort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/reverse.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/pop.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/remove.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/extend.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/minmax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/FloatingPointError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/FutureWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/SyntaxWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/filter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/join.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/upper.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/isalpha.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/replace.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/rstrip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/count.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/strip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/lstrip.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/__mod__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/find.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/isdigit.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/endswith.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/lower.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/startswith.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/split.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/capitalize.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/file.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/xrange.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/TypeError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/bool_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/getattr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/range.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/tell.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/isatty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/fileno.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/writelines.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/read.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/next.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/truncate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/close.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/flush.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/seek.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/write.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/readlines.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/readline.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/OSError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/BaseException.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/float_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/IOError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/NameError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/in.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/SystemError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ValueError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/sorted.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/len.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/str.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/UnicodeWarning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/StopIteration.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ArithmeticError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/slice.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/IndexError.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/update.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/isdisjoint.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/add.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/issubset.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/clear.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/intersection.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/intersection_update.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/union_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/issuperset.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/discard.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/symmetric_difference.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/difference.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/symmetric_difference_update.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/remove.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/difference_update.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/copy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/set creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/StaticIfBreak.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/make_shape.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/is_none.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/static_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/and_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/or_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/len_set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/StaticIfCont.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/static_list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/StaticIfNoReturn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/abssqr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/StaticIfReturn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/kwonly.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/Warning.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/float_ copying build/lib/pythran/pythonic/include/builtins/float_/is_integer.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/builtins/float_ creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/functools copying build/lib/pythran/pythonic/include/functools/partial.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/functools copying build/lib/pythran/pythonic/include/functools/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/functools creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/radians.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/floor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/atanh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/cos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/log10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/pow.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/log.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/sin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/log1p.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/pi.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/trunc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/sinh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/copysign.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/tan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/asin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/erfc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/modf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/factorial.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/fabs.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/fmod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/expm1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/isnan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/atan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/exp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/lgamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/asinh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/ceil.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/e.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/tanh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/degrees.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/erf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/cosh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/frexp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/gamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/hypot.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/acos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/acosh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/atan2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/ldexp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/sqrt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/isinf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/math creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/atanh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/cos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/log10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/log.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/sin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/pi.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/sinh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/tan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/asin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/isnan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/atan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/exp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/asinh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/e.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/tanh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/cosh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/acos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/acosh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/sqrt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/isinf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/cmath creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__floordiv__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__gt__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/truediv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__contains__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ge__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/iconcat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__invert__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/is_not.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/pos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__imul__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__truediv__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__le__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/add.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/lshift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__getitem__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__lt__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/iadd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__iconcat__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/imod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ne__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/pow.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__iadd__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/truth.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ilshift__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/floordiv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ipow__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/lt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/abs.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ixor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/isub.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/indexOf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ge.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/neg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/mul.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__or__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/imax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/xor_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/invert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__not__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/imatmul.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__irshift__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__isub__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__sub__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__add__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ior.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__itruediv__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/inv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/eq.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__matmul__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/itruediv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/and_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/imin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/or_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__concat__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__iand__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/le.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__pos__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/iand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/delitem.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/is_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__mod__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__delitem__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ilshift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/countOf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/idiv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/not_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/gt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__neg__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__abs__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__rshift__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__lshift__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__div__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/sub.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ne.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/concat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/imul.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__mul__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__eq__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__xor__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__inv__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/rshift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/matmul.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/irshift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ifloordiv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/div.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/itemgetter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/contains.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/icommon.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/mod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__idiv__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ipow.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ixor__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ior__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/overloads.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__and__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ifloordiv__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__imod__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/getitem.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/operator_ creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/spherical_jn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/binom.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/kv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/gammaln.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/jv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/yvp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/i0e.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/yv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/i0.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/jvp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/kvp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/spherical_yn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/gamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/hankel2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/ivp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/hankel1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/iv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/scipy/special creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/ascii_letters.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/octdigits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/digits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/find.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/ascii_lowercase.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/ascii_uppercase.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/hexdigits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/string creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/numpy_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/shared_ref.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/int_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/array_helper.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/reserve.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/numpy_conversion.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/nested_container.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/neutral.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/tags.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/broadcast_copy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/yield.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/seq.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/meta.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/functor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/utils creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/repeat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/islice.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/count.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/product.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/combinations.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/common.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/permutations.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/ifilter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/itertools creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/bisect copying build/lib/pythran/pythonic/include/bisect/bisect.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/bisect copying build/lib/pythran/pythonic/include/bisect/bisect_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/bisect copying build/lib/pythran/pythonic/include/bisect/bisect_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/bisect creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/complex128.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/bool.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_vexpr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_op_helper.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/int.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/complex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/uintc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/uint8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/immediate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/uintp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/static_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/vectorizable_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_iexpr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/raw_array.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_gexpr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/dynamic_tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/int64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/complex256.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_broadcast.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/uint32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/finfo.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/lazy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_nary_expr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/dict.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/float64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/int32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/ndarray.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/uint16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/variant_functor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/assignable.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_unary_op.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/generator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/float.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/empty_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_expr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_texpr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/cfun.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/combined.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/float128.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/int16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/int8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/complex64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/uint64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/file.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/attr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/nditerator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/NoneType.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/float32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_operators.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/intc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/pointer.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_binary_op.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/str.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/exceptions.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/slice.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/intp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/types creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/tell.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/isatty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/fileno.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/writelines.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/read.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/next.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/truncate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/close.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/flush.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/seek.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/write.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/readlines.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/readline.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/io/_io/TextIOWrapper creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/randrange.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/gauss.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/choice.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/expovariate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/random.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/sample.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/randint.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/uniform.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/shuffle.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/seed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/random creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/update.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/index.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/count.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/clear.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/sort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/pop.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/conjugate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/remove.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/copy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/__dispatch__ creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/time copying build/lib/pythran/pythonic/include/time/sleep.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/time copying build/lib/pythran/pythonic/include/time/time.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/time creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/omp copying build/lib/pythran/pythonic/include/omp/set_nested.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/omp copying build/lib/pythran/pythonic/include/omp/get_thread_num.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/omp copying build/lib/pythran/pythonic/include/omp/get_wtime.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/omp copying build/lib/pythran/pythonic/include/omp/get_wtick.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/omp copying build/lib/pythran/pythonic/include/omp/in_parallel.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/omp copying build/lib/pythran/pythonic/include/omp/get_num_threads.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/include/omp creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/functools copying build/lib/pythran/pythonic/functools/partial.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/functools copying build/lib/pythran/pythonic/functools/reduce.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/functools creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/radians.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/floor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/atanh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/cos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/log10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/pow.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/log.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/sin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/log1p.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/pi.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/trunc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/sinh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/copysign.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/tan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/asin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/erfc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/modf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/factorial.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/fabs.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/fmod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/expm1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/isnan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/atan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/exp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/lgamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/asinh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/ceil.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/e.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/tanh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/degrees.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/erf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/cosh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/frexp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/gamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/hypot.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/acos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/acosh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/atan2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/ldexp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/sqrt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math copying build/lib/pythran/pythonic/math/isinf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/math creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/atanh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/cos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/log10.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/log.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/sin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/pi.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/sinh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/tan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/asin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/isnan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/atan.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/exp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/asinh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/e.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/tanh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/cosh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/acos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/acosh.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/sqrt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/isinf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/cmath creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__floordiv__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__gt__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/truediv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__contains__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ge__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/iconcat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__invert__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/is_not.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/pos.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__imul__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__truediv__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__le__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/add.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/lshift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__getitem__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__lt__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/iadd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__iconcat__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/imod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ne__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/pow.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__iadd__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/truth.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ilshift__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/floordiv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ipow__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/lt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/abs.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ixor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/isub.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/indexOf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ge.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/neg.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/mul.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__or__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/imax.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/xor_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/invert.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__not__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/imatmul.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__irshift__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__isub__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__sub__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__add__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ior.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__itruediv__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/inv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/eq.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__matmul__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/itruediv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/and_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/imin.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/or_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__concat__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__iand__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/le.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__pos__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/iand.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/delitem.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/is_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__mod__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__delitem__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ilshift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/countOf.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/idiv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/not_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/gt.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__neg__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__abs__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__rshift__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__lshift__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__div__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/sub.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ne.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/concat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/imul.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__mul__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__eq__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__xor__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__inv__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/rshift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/matmul.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/irshift.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ifloordiv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/div.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/itemgetter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/contains.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/icommon.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/mod.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__idiv__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ipow.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ixor__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ior__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/overloads.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__and__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ifloordiv__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__imod__.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/getitem.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/operator_ creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/spherical_jn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/binom.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/kv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/gammaln.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/jv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/yvp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/i0e.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/yv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/i0.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/jvp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/kvp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/chbevl.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/spherical_yn.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/gamma.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/hankel2.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/ivp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/hankel1.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/iv.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/scipy/special creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/python copying build/lib/pythran/pythonic/python/exception_handler.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/python copying build/lib/pythran/pythonic/python/core.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/python copying build/lib/pythran/pythonic/core.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/string copying build/lib/pythran/pythonic/string/ascii_letters.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/string copying build/lib/pythran/pythonic/string/octdigits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/string copying build/lib/pythran/pythonic/string/digits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/string copying build/lib/pythran/pythonic/string/find.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/string copying build/lib/pythran/pythonic/string/ascii_lowercase.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/string copying build/lib/pythran/pythonic/string/ascii_uppercase.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/string copying build/lib/pythran/pythonic/string/hexdigits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/string creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/numpy_traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/shared_ref.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/int_.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/array_helper.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/reserve.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/numpy_conversion.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/fwd.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/nested_container.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/pdqsort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/neutral.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/tags.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/broadcast_copy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/yield.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/seq.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/meta.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/functor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/boost_local_config.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/utils creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/repeat.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/islice.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/count.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/product.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/combinations.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/common.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/permutations.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/ifilter.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/itertools creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/bisect copying build/lib/pythran/pythonic/bisect/bisect.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/bisect copying build/lib/pythran/pythonic/bisect/bisect_right.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/bisect copying build/lib/pythran/pythonic/bisect/bisect_left.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/bisect creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/set.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/complex128.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/bool.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_vexpr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_op_helper.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/int.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/complex.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/uintc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/uint8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/uintp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/static_if.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/vectorizable_type.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_iexpr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/raw_array.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_gexpr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/dynamic_tuple.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/int64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/complex256.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/traits.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_broadcast.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/uint32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/finfo.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_nary_expr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/dict.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/float64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/int32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/list.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/ndarray.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/uint16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/variant_functor.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/assignable.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_unary_op.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/generator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/float.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/empty_iterator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_expr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_texpr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/cfun.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/combined.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/float128.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/int16.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/int8.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/complex64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/uint64.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/file.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/attr.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/nditerator.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/NoneType.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/float32.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_operators.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/intc.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/pointer.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_binary_op.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/str.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/exceptions.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/slice.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types copying build/lib/pythran/pythonic/types/intp.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/types creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/tell.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/isatty.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/fileno.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/writelines.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/read.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/next.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/truncate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/close.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/flush.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/seek.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/write.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/readlines.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/readline.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/io/_io/TextIOWrapper creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/random copying build/lib/pythran/pythonic/random/randrange.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/random copying build/lib/pythran/pythonic/random/gauss.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/random copying build/lib/pythran/pythonic/random/choice.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/random copying build/lib/pythran/pythonic/random/expovariate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/random copying build/lib/pythran/pythonic/random/random.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/random copying build/lib/pythran/pythonic/random/sample.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/random copying build/lib/pythran/pythonic/random/randint.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/random copying build/lib/pythran/pythonic/random/uniform.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/random copying build/lib/pythran/pythonic/random/shuffle.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/random copying build/lib/pythran/pythonic/random/seed.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/random creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/update.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/index.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/count.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/clear.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/sort.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/pop.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/conjugate.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/remove.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/copy.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/__dispatch__ creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/time copying build/lib/pythran/pythonic/time/sleep.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/time copying build/lib/pythran/pythonic/time/time.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/time creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/omp copying build/lib/pythran/pythonic/omp/set_nested.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/omp copying build/lib/pythran/pythonic/omp/get_thread_num.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/omp copying build/lib/pythran/pythonic/omp/get_wtime.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/omp copying build/lib/pythran/pythonic/omp/get_wtick.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/omp copying build/lib/pythran/pythonic/omp/in_parallel.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/omp copying build/lib/pythran/pythonic/omp/get_num_threads.hpp -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/pythonic/omp copying build/lib/pythran/tables.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/pythran-linux.cfg -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/frontend.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/pythran-win32.cfg -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/toolchain.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/magic.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types copying build/lib/pythran/types/type_dependencies.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types copying build/lib/pythran/types/signature.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types copying build/lib/pythran/types/tog.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types copying build/lib/pythran/types/reorder.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types copying build/lib/pythran/types/types.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types copying build/lib/pythran/types/__init__.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types copying build/lib/pythran/types/conversion.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types copying build/lib/pythran/pythran-default.cfg -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/metadata.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/__init__.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/intrinsic.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/simplify_except.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/comprehension_patterns.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/remove_dead_functions.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/range_loop_unfolding.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/square.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/constant_folding.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/tuple_to_shape.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/inlining.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/loop_full_unrolling.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/iter_transformation.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/dead_code_elimination.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/pattern_transform.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/list_comp_to_genexp.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/__init__.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/list_to_tuple.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/forward_substitution.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/range_based_simplify.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/modindex.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations copying build/lib/pythran/optimizations/inline_builtins.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations creating /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/normalize_exception.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/extract_doc_strings.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/remove_named_arguments.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/expand_imports.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/false_polymorphism.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/unshadow_parameters.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/normalize_tuples.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/normalize_is_none.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/handle_import.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/remove_lambdas.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/normalize_ifelse.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/remove_comprehension.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/remove_fstrings.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/normalize_static_if.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/remove_nested_functions.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/expand_import_all.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/expand_globals.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/__init__.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/normalize_compare.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/normalize_return.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/normalize_method_calls.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/transformations/expand_builtins.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations copying build/lib/pythran/version.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/run.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/pythran-linux2.cfg -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/conversion.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran copying build/lib/pythran/dist.py -> /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/omp/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/unparse.py to unparse.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/cxxgen.py to cxxgen.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/syntax.py to syntax.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/passmanager.py to passmanager.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/openmp.py to openmp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/interval.py to interval.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/middlend.py to middlend.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/cxxtypes.py to cxxtypes.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/backend.py to backend.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/graph.py to graph.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/yield_points.py to yield_points.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/optimizable_comprehension.py to optimizable_comprehension.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/has_return.py to has_return.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/local_declarations.py to local_declarations.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/identifiers.py to identifiers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/argument_read_once.py to argument_read_once.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/imported_ids.py to imported_ids.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/globals_analysis.py to globals_analysis.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/global_declarations.py to global_declarations.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/ancestors.py to ancestors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/pure_expressions.py to pure_expressions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/literals.py to literals.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/inlinable.py to inlinable.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/node_count.py to node_count.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/global_effects.py to global_effects.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/pure_functions.py to pure_functions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/lazyness_analysis.py to lazyness_analysis.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/ordered_global_declarations.py to ordered_global_declarations.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/locals_analysis.py to locals_analysis.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/static_expressions.py to static_expressions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/range_values.py to range_values.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/argument_effects.py to argument_effects.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/potential_iterator.py to potential_iterator.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/use_omp.py to use_omp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/extended_syntax_check.py to extended_syntax_check.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/aliases.py to aliases.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/intrinsics.py to intrinsics.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/dependencies.py to dependencies.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/constant_expressions.py to constant_expressions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/ast_matcher.py to ast_matcher.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/scope.py to scope.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/use_def_chain.py to use_def_chain.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/immediates.py to immediates.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/fixed_size_list.py to fixed_size_list.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/parallel_maps.py to parallel_maps.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/is_assigned.py to is_assigned.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/analyses/cfg.py to cfg.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/config.py to config.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/typing.py to typing.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/log.py to log.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/spec.py to spec.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/tables.py to tables.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/frontend.py to frontend.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/toolchain.py to toolchain.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/magic.py to magic.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types/type_dependencies.py to type_dependencies.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types/signature.py to signature.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types/tog.py to tog.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types/reorder.py to reorder.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types/types.py to types.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/types/conversion.py to conversion.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/metadata.py to metadata.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/intrinsic.py to intrinsic.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/simplify_except.py to simplify_except.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/comprehension_patterns.py to comprehension_patterns.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/remove_dead_functions.py to remove_dead_functions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/range_loop_unfolding.py to range_loop_unfolding.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/square.py to square.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/constant_folding.py to constant_folding.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/tuple_to_shape.py to tuple_to_shape.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/inlining.py to inlining.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/loop_full_unrolling.py to loop_full_unrolling.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/iter_transformation.py to iter_transformation.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/dead_code_elimination.py to dead_code_elimination.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/pattern_transform.py to pattern_transform.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/list_comp_to_genexp.py to list_comp_to_genexp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/list_to_tuple.py to list_to_tuple.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/forward_substitution.py to forward_substitution.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/range_based_simplify.py to range_based_simplify.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/modindex.py to modindex.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/optimizations/inline_builtins.py to inline_builtins.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/normalize_exception.py to normalize_exception.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/extract_doc_strings.py to extract_doc_strings.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/remove_named_arguments.py to remove_named_arguments.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/expand_imports.py to expand_imports.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/false_polymorphism.py to false_polymorphism.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/unshadow_parameters.py to unshadow_parameters.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/normalize_tuples.py to normalize_tuples.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/normalize_is_none.py to normalize_is_none.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/handle_import.py to handle_import.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/remove_lambdas.py to remove_lambdas.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/normalize_ifelse.py to normalize_ifelse.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/remove_comprehension.py to remove_comprehension.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/remove_fstrings.py to remove_fstrings.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/normalize_static_if.py to normalize_static_if.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/remove_nested_functions.py to remove_nested_functions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/expand_import_all.py to expand_import_all.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/expand_globals.py to expand_globals.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/normalize_compare.py to normalize_compare.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/normalize_return.py to normalize_return.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/normalize_method_calls.py to normalize_method_calls.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/transformations/expand_builtins.py to expand_builtins.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/version.py to version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/run.py to run.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/conversion.py to conversion.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran/dist.py to dist.cpython-310.pyc running install_egg_info running egg_info creating pythran.egg-info writing pythran.egg-info/PKG-INFO writing dependency_links to pythran.egg-info/dependency_links.txt writing entry points to pythran.egg-info/entry_points.txt writing requirements to pythran.egg-info/requires.txt writing top-level names to pythran.egg-info/top_level.txt writing manifest file 'pythran.egg-info/SOURCES.txt' reading manifest file 'pythran.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'pythran.egg-info/SOURCES.txt' Copying pythran.egg-info to /home/buildozer/aports/community/pythran/pkg/pythran/usr/lib/python3.10/site-packages/pythran-0.12.0-py3.10.egg-info running install_scripts Installing pythran script to /home/buildozer/aports/community/pythran/pkg/pythran/usr/bin Installing pythran-config script to /home/buildozer/aports/community/pythran/pkg/pythran/usr/bin >>> pythran*: Running postcheck for pythran >>> pythran*: Preparing package pythran... >>> pythran*: Tracing dependencies... >>> pythran*: Package size: 36.3 MB >>> pythran*: Compressing data... >>> pythran*: Create checksum... >>> pythran*: Create pythran-0.12.0-r0.apk >>> pythran: Build complete at Sat, 29 Oct 2022 00:12:30 +0000 elapsed time 0h 0m 8s >>> pythran: Cleaning up srcdir >>> pythran: Cleaning up pkgdir >>> pythran: Uninstalling dependencies... (1/19) Purging .makedepends-pythran (20221029.001222) (2/19) Purging py3-beniget (0.4.1-r0) (3/19) Purging py3-gast (0.5.3-r0) (4/19) Purging py3-numpy (1.23.4-r0) (5/19) Purging py3-ply (3.11-r7) (6/19) Purging py3-setuptools (65.5.0-r0) (7/19) Purging py3-packaging (21.3-r2) (8/19) Purging py3-parsing (3.0.9-r0) (9/19) Purging python3-dev (3.10.8-r3) (10/19) Purging python3 (3.10.8-r3) (11/19) Purging libbz2 (1.0.8-r3) (12/19) Purging libffi (3.4.4-r0) (13/19) Purging gdbm (1.23-r0) (14/19) Purging xz-libs (5.2.7-r0) (15/19) Purging mpdecimal (2.5.1-r1) (16/19) Purging readline (8.2.0-r0) (17/19) Purging sqlite-libs (3.39.4-r0) (18/19) Purging openblas (0.3.21-r0) (19/19) Purging libgfortran (12.2.1_git20220924-r3) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> pythran: Updating the community/armv7 repository index... >>> pythran: Signing the index...