>>> Building on exopi-6 under lang/pythran,python3 BDEPENDS = [lang/python/3.10;devel/py-wheel,python3;devel/py-setuptools,python3;devel/py-build,python3;devel/py-installer,python3] DIST = [lang/pythran:pythran-0.15.0.tar.gz] FULLPKGNAME = pythran-0.15.0 RDEPENDS = [devel/py-beniget,python3;devel/py-ply,python3;devel/py-gast,python3;lang/python/3.10;math/py-numpy,python3] Avoided depends for python-3.10.14p0 py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 distfiles size=2365746 >>> Running build in lang/pythran,python3 at 1714746440.10 ===> lang/pythran,python3 ===> Building from scratch pythran-0.15.0 ===> pythran-0.15.0 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> pythran-0.15.0 depends on: py3-build-* -> py3-build-1.2.1 ===> pythran-0.15.0 depends on: py3-installer-* -> py3-installer-0.7.0 ===> pythran-0.15.0 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> pythran-0.15.0 depends on: py3-wheel-* -> py3-wheel-0.43.0 ===> Checking files for pythran-0.15.0 `/exopi-cvs/ports/distfiles/pythran-0.15.0.tar.gz' is up to date. >> (SHA256) pythran-0.15.0.tar.gz: OK ===> Extracting for pythran-0.15.0 ===> Patching for pythran-0.15.0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for pythran-0.15.0 ===> Configuring for pythran-0.15.0 ===> Building for pythran-0.15.0 * Getting build dependencies for wheel... WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section /usr/local/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) running 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 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' * Building wheel... WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section /usr/local/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pythran copying pythran/__init__.py -> build/lib/pythran copying pythran/backend.py -> build/lib/pythran copying pythran/config.py -> build/lib/pythran copying pythran/conversion.py -> build/lib/pythran copying pythran/cxxgen.py -> build/lib/pythran copying pythran/cxxtypes.py -> build/lib/pythran copying pythran/dist.py -> build/lib/pythran copying pythran/errors.py -> build/lib/pythran copying pythran/frontend.py -> build/lib/pythran copying pythran/graph.py -> build/lib/pythran copying pythran/interval.py -> build/lib/pythran copying pythran/intrinsic.py -> build/lib/pythran copying pythran/log.py -> build/lib/pythran copying pythran/magic.py -> build/lib/pythran copying pythran/metadata.py -> build/lib/pythran copying pythran/middlend.py -> build/lib/pythran copying pythran/openmp.py -> build/lib/pythran copying pythran/passmanager.py -> build/lib/pythran copying pythran/run.py -> build/lib/pythran copying pythran/spec.py -> build/lib/pythran copying pythran/syntax.py -> build/lib/pythran copying pythran/tables.py -> build/lib/pythran copying pythran/toolchain.py -> build/lib/pythran copying pythran/typing.py -> build/lib/pythran copying pythran/unparse.py -> build/lib/pythran copying pythran/utils.py -> build/lib/pythran copying pythran/version.py -> build/lib/pythran creating build/lib/pythran/analyses copying pythran/analyses/__init__.py -> build/lib/pythran/analyses copying pythran/analyses/aliases.py -> build/lib/pythran/analyses copying pythran/analyses/ancestors.py -> build/lib/pythran/analyses copying pythran/analyses/argument_effects.py -> build/lib/pythran/analyses copying pythran/analyses/argument_read_once.py -> build/lib/pythran/analyses copying pythran/analyses/ast_matcher.py -> build/lib/pythran/analyses copying pythran/analyses/cfg.py -> build/lib/pythran/analyses copying pythran/analyses/constant_expressions.py -> build/lib/pythran/analyses copying pythran/analyses/dependencies.py -> build/lib/pythran/analyses copying pythran/analyses/extended_syntax_check.py -> build/lib/pythran/analyses copying pythran/analyses/fixed_size_list.py -> build/lib/pythran/analyses copying pythran/analyses/global_declarations.py -> build/lib/pythran/analyses copying pythran/analyses/global_effects.py -> build/lib/pythran/analyses copying pythran/analyses/globals_analysis.py -> build/lib/pythran/analyses copying pythran/analyses/has_return.py -> build/lib/pythran/analyses copying pythran/analyses/identifiers.py -> build/lib/pythran/analyses copying pythran/analyses/immediates.py -> build/lib/pythran/analyses copying pythran/analyses/imported_ids.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/intrinsics.py -> build/lib/pythran/analyses copying pythran/analyses/is_assigned.py -> build/lib/pythran/analyses copying pythran/analyses/lazyness_analysis.py -> build/lib/pythran/analyses copying pythran/analyses/local_declarations.py -> build/lib/pythran/analyses copying pythran/analyses/locals_analysis.py -> build/lib/pythran/analyses copying pythran/analyses/node_count.py -> build/lib/pythran/analyses copying pythran/analyses/optimizable_comprehension.py -> build/lib/pythran/analyses copying pythran/analyses/ordered_global_declarations.py -> build/lib/pythran/analyses copying pythran/analyses/parallel_maps.py -> build/lib/pythran/analyses copying pythran/analyses/potential_iterator.py -> build/lib/pythran/analyses copying pythran/analyses/pure_expressions.py -> build/lib/pythran/analyses copying pythran/analyses/pure_functions.py -> build/lib/pythran/analyses copying pythran/analyses/range_values.py -> build/lib/pythran/analyses copying pythran/analyses/scope.py -> build/lib/pythran/analyses copying pythran/analyses/static_expressions.py -> build/lib/pythran/analyses copying pythran/analyses/use_def_chain.py -> build/lib/pythran/analyses copying pythran/analyses/use_omp.py -> build/lib/pythran/analyses copying pythran/analyses/yield_points.py -> build/lib/pythran/analyses creating build/lib/pythran/transformations copying pythran/transformations/__init__.py -> build/lib/pythran/transformations copying pythran/transformations/expand_builtins.py -> build/lib/pythran/transformations copying pythran/transformations/expand_globals.py -> build/lib/pythran/transformations copying pythran/transformations/expand_import_all.py -> build/lib/pythran/transformations copying pythran/transformations/expand_imports.py -> build/lib/pythran/transformations copying pythran/transformations/extract_doc_strings.py -> build/lib/pythran/transformations copying pythran/transformations/false_polymorphism.py -> build/lib/pythran/transformations copying pythran/transformations/handle_import.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_compare.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_exception.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_ifelse.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_is_none.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_method_calls.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_return.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_static_if.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_tuples.py -> build/lib/pythran/transformations copying pythran/transformations/normalize_typeis.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/remove_lambdas.py -> build/lib/pythran/transformations copying pythran/transformations/remove_named_arguments.py -> build/lib/pythran/transformations copying pythran/transformations/remove_nested_functions.py -> build/lib/pythran/transformations copying pythran/transformations/unshadow_parameters.py -> build/lib/pythran/transformations creating build/lib/pythran/optimizations copying pythran/optimizations/__init__.py -> build/lib/pythran/optimizations copying pythran/optimizations/comprehension_patterns.py -> build/lib/pythran/optimizations copying pythran/optimizations/constant_folding.py -> build/lib/pythran/optimizations copying pythran/optimizations/copyto.py -> build/lib/pythran/optimizations copying pythran/optimizations/dead_code_elimination.py -> build/lib/pythran/optimizations copying pythran/optimizations/forward_substitution.py -> build/lib/pythran/optimizations copying pythran/optimizations/inline_builtins.py -> build/lib/pythran/optimizations copying pythran/optimizations/inlining.py -> build/lib/pythran/optimizations copying pythran/optimizations/iter_transformation.py -> build/lib/pythran/optimizations copying pythran/optimizations/list_comp_to_genexp.py -> build/lib/pythran/optimizations copying pythran/optimizations/list_to_tuple.py -> build/lib/pythran/optimizations copying pythran/optimizations/loop_full_unrolling.py -> build/lib/pythran/optimizations copying pythran/optimizations/modindex.py -> build/lib/pythran/optimizations copying pythran/optimizations/pattern_transform.py -> build/lib/pythran/optimizations copying pythran/optimizations/range_based_simplify.py -> build/lib/pythran/optimizations copying pythran/optimizations/range_loop_unfolding.py -> build/lib/pythran/optimizations copying pythran/optimizations/simplify_except.py -> build/lib/pythran/optimizations copying pythran/optimizations/remove_dead_functions.py -> build/lib/pythran/optimizations copying pythran/optimizations/square.py -> build/lib/pythran/optimizations copying pythran/optimizations/tuple_to_shape.py -> build/lib/pythran/optimizations creating build/lib/omp copying omp/__init__.py -> build/lib/omp creating build/lib/pythran/types copying pythran/types/__init__.py -> build/lib/pythran/types copying pythran/types/conversion.py -> build/lib/pythran/types copying pythran/types/reorder.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/type_dependencies.py -> build/lib/pythran/types copying pythran/types/types.py -> build/lib/pythran/types running 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 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' /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost' to be distributed and are already explicitly excluding 'pythran.boost' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.atomic' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.atomic' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.atomic' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.atomic' to be distributed and are already explicitly excluding 'pythran.boost.atomic' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.atomic.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.atomic.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.atomic.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.atomic.detail' to be distributed and are already explicitly excluding 'pythran.boost.atomic.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.atomic.detail.type_traits' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.atomic.detail.type_traits' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.atomic.detail.type_traits' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.atomic.detail.type_traits' to be distributed and are already explicitly excluding 'pythran.boost.atomic.detail.type_traits' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.concept' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.concept' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.concept' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.concept' to be distributed and are already explicitly excluding 'pythran.boost.concept' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.concept.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.concept.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.concept.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.concept.detail' to be distributed and are already explicitly excluding 'pythran.boost.concept.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.config' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.config' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.config' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.config' to be distributed and are already explicitly excluding 'pythran.boost.config' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.config.abi' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.config.abi' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.config.abi' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.config.abi' to be distributed and are already explicitly excluding 'pythran.boost.config.abi' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.config.compiler' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.config.compiler' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.config.compiler' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.config.compiler' to be distributed and are already explicitly excluding 'pythran.boost.config.compiler' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.config.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.config.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.config.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.config.detail' to be distributed and are already explicitly excluding 'pythran.boost.config.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.config.no_tr1' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.config.no_tr1' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.config.no_tr1' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.config.no_tr1' to be distributed and are already explicitly excluding 'pythran.boost.config.no_tr1' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.config.platform' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.config.platform' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.config.platform' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.config.platform' to be distributed and are already explicitly excluding 'pythran.boost.config.platform' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.config.stdlib' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.config.stdlib' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.config.stdlib' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.config.stdlib' to be distributed and are already explicitly excluding 'pythran.boost.config.stdlib' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.container' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.container' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.container' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.container' to be distributed and are already explicitly excluding 'pythran.boost.container' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.container.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.container.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.container.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.container.detail' to be distributed and are already explicitly excluding 'pythran.boost.container.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.core' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.core' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.core' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.core' to be distributed and are already explicitly excluding 'pythran.boost.core' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.detail' to be distributed and are already explicitly excluding 'pythran.boost.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.exception' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.exception' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.exception' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.exception' to be distributed and are already explicitly excluding 'pythran.boost.exception' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.format' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.format' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.format' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.format' to be distributed and are already explicitly excluding 'pythran.boost.format' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.format.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.format.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.format.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.format.detail' to be distributed and are already explicitly excluding 'pythran.boost.format.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion' to be distributed and are already explicitly excluding 'pythran.boost.fusion' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.adapted' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.adapted' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.adapted' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.adapted' to be distributed and are already explicitly excluding 'pythran.boost.fusion.adapted' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.adapted.mpl' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.adapted.mpl' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.adapted.mpl' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.adapted.mpl' to be distributed and are already explicitly excluding 'pythran.boost.fusion.adapted.mpl' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.adapted.mpl.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.adapted.mpl.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.adapted.mpl.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.adapted.mpl.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.adapted.mpl.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.adapted.struct' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.adapted.struct' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.adapted.struct' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.adapted.struct' to be distributed and are already explicitly excluding 'pythran.boost.fusion.adapted.struct' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.adapted.struct.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.adapted.struct.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.adapted.struct.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.adapted.struct.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.adapted.struct.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.adapted.struct.detail.preprocessor' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.adapted.struct.detail.preprocessor' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.adapted.struct.detail.preprocessor' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.adapted.struct.detail.preprocessor' to be distributed and are already explicitly excluding 'pythran.boost.fusion.adapted.struct.detail.preprocessor' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.algorithm.transformation' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.algorithm.transformation' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.algorithm.transformation' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.algorithm.transformation' to be distributed and are already explicitly excluding 'pythran.boost.fusion.algorithm.transformation' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.container.generation' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.container.generation' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.container.generation' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.container.generation' to be distributed and are already explicitly excluding 'pythran.boost.fusion.container.generation' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.container.list' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.container.list' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.container.list' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.container.list' to be distributed and are already explicitly excluding 'pythran.boost.fusion.container.list' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.container.list.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.container.list.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.container.list.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.container.list.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.container.list.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.container.list.detail.cpp03' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.container.list.detail.cpp03' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.container.list.detail.cpp03' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.container.list.detail.cpp03' to be distributed and are already explicitly excluding 'pythran.boost.fusion.container.list.detail.cpp03' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.container.list.detail.cpp03.preprocessed' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.container.list.detail.cpp03.preprocessed' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.container.list.detail.cpp03.preprocessed' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.container.list.detail.cpp03.preprocessed' to be distributed and are already explicitly excluding 'pythran.boost.fusion.container.list.detail.cpp03.preprocessed' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.container.vector' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.container.vector' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.container.vector' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.container.vector' to be distributed and are already explicitly excluding 'pythran.boost.fusion.container.vector' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.container.vector.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.container.vector.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.container.vector.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.container.vector.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.container.vector.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.container.vector.detail.cpp03' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.container.vector.detail.cpp03' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.container.vector.detail.cpp03' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.container.vector.detail.cpp03' to be distributed and are already explicitly excluding 'pythran.boost.fusion.container.vector.detail.cpp03' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.container.vector.detail.cpp03.preprocessed' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.container.vector.detail.cpp03.preprocessed' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.container.vector.detail.cpp03.preprocessed' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.container.vector.detail.cpp03.preprocessed' to be distributed and are already explicitly excluding 'pythran.boost.fusion.container.vector.detail.cpp03.preprocessed' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.include' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.include' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.include' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.include' to be distributed and are already explicitly excluding 'pythran.boost.fusion.include' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.iterator' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.iterator' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.iterator' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.iterator' to be distributed and are already explicitly excluding 'pythran.boost.fusion.iterator' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.iterator.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.iterator.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.iterator.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.iterator.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.iterator.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.iterator.mpl' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.iterator.mpl' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.iterator.mpl' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.iterator.mpl' to be distributed and are already explicitly excluding 'pythran.boost.fusion.iterator.mpl' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.mpl' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.mpl' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.mpl' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.mpl' to be distributed and are already explicitly excluding 'pythran.boost.fusion.mpl' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.sequence' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.sequence' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.sequence' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.sequence' to be distributed and are already explicitly excluding 'pythran.boost.fusion.sequence' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.sequence.comparison' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.sequence.comparison' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.sequence.comparison' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.sequence.comparison' to be distributed and are already explicitly excluding 'pythran.boost.fusion.sequence.comparison' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.sequence.comparison.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.sequence.comparison.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.sequence.comparison.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.sequence.comparison.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.sequence.comparison.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.sequence.intrinsic' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.sequence.intrinsic' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.sequence.intrinsic' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.sequence.intrinsic' to be distributed and are already explicitly excluding 'pythran.boost.fusion.sequence.intrinsic' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.sequence.intrinsic.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.sequence.intrinsic.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.sequence.intrinsic.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.sequence.intrinsic.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.sequence.intrinsic.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.sequence.io' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.sequence.io' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.sequence.io' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.sequence.io' to be distributed and are already explicitly excluding 'pythran.boost.fusion.sequence.io' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.sequence.io.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.sequence.io.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.sequence.io.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.sequence.io.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.sequence.io.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.support' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.support' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.support' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.support' to be distributed and are already explicitly excluding 'pythran.boost.fusion.support' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.support.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.support.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.support.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.support.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.support.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.tuple' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.tuple' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.tuple' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.tuple' to be distributed and are already explicitly excluding 'pythran.boost.fusion.tuple' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.tuple.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.tuple.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.tuple.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.tuple.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.tuple.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.tuple.detail.preprocessed' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.tuple.detail.preprocessed' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.tuple.detail.preprocessed' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.tuple.detail.preprocessed' to be distributed and are already explicitly excluding 'pythran.boost.fusion.tuple.detail.preprocessed' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.view' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.view' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.view' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.view' to be distributed and are already explicitly excluding 'pythran.boost.fusion.view' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.view.iterator_range' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.view.iterator_range' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.view.iterator_range' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.view.iterator_range' to be distributed and are already explicitly excluding 'pythran.boost.fusion.view.iterator_range' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.view.iterator_range.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.view.iterator_range.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.view.iterator_range.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.view.iterator_range.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.view.iterator_range.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.view.joint_view' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.view.joint_view' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.view.joint_view' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.view.joint_view' to be distributed and are already explicitly excluding 'pythran.boost.fusion.view.joint_view' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.view.joint_view.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.view.joint_view.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.view.joint_view.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.view.joint_view.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.view.joint_view.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.view.single_view' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.view.single_view' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.view.single_view' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.view.single_view' to be distributed and are already explicitly excluding 'pythran.boost.fusion.view.single_view' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.fusion.view.single_view.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.fusion.view.single_view.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.fusion.view.single_view.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.fusion.view.single_view.detail' to be distributed and are already explicitly excluding 'pythran.boost.fusion.view.single_view.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.iterator' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.iterator' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.iterator' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.iterator' to be distributed and are already explicitly excluding 'pythran.boost.iterator' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.iterator.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.iterator.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.iterator.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.iterator.detail' to be distributed and are already explicitly excluding 'pythran.boost.iterator.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.lexical_cast' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.lexical_cast' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.lexical_cast' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.lexical_cast' to be distributed and are already explicitly excluding 'pythran.boost.lexical_cast' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.lexical_cast.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.lexical_cast.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.lexical_cast.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.lexical_cast.detail' to be distributed and are already explicitly excluding 'pythran.boost.lexical_cast.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.math.constants' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.math.constants' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.math.constants' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.math.constants' to be distributed and are already explicitly excluding 'pythran.boost.math.constants' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.math.distributions' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.math.distributions' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.math.distributions' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.math.distributions' to be distributed and are already explicitly excluding 'pythran.boost.math.distributions' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.math.distributions.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.math.distributions.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.math.distributions.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.math.distributions.detail' to be distributed and are already explicitly excluding 'pythran.boost.math.distributions.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.math.policies' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.math.policies' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.math.policies' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.math.policies' to be distributed and are already explicitly excluding 'pythran.boost.math.policies' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.math.special_functions' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.math.special_functions' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.math.special_functions' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.math.special_functions' to be distributed and are already explicitly excluding 'pythran.boost.math.special_functions' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.math.special_functions.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.math.special_functions.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.math.special_functions.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.math.special_functions.detail' to be distributed and are already explicitly excluding 'pythran.boost.math.special_functions.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.math.tools' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.math.tools' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.math.tools' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.math.tools' to be distributed and are already explicitly excluding 'pythran.boost.math.tools' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.math.tools.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.math.tools.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.math.tools.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.math.tools.detail' to be distributed and are already explicitly excluding 'pythran.boost.math.tools.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.move' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.move' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.move' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.move' to be distributed and are already explicitly excluding 'pythran.boost.move' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.move.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.move.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.move.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.move.detail' to be distributed and are already explicitly excluding 'pythran.boost.move.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl' to be distributed and are already explicitly excluding 'pythran.boost.mpl' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.config' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.config' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.config' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.config' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.config' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.preprocessed.bcc' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.preprocessed.bcc' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.preprocessed.bcc' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.preprocessed.bcc' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.preprocessed.bcc' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.preprocessed.bcc551' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.preprocessed.bcc551' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.preprocessed.bcc551' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.preprocessed.bcc551' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.preprocessed.bcc551' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.preprocessed.bcc_pre590' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.preprocessed.bcc_pre590' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.preprocessed.bcc_pre590' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.preprocessed.bcc_pre590' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.preprocessed.bcc_pre590' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.preprocessed.dmc' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.preprocessed.dmc' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.preprocessed.dmc' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.preprocessed.dmc' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.preprocessed.dmc' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.preprocessed.gcc' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.preprocessed.gcc' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.preprocessed.gcc' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.preprocessed.gcc' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.preprocessed.gcc' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.preprocessed.msvc60' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.preprocessed.msvc60' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.preprocessed.msvc60' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.preprocessed.msvc60' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.preprocessed.msvc60' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.preprocessed.msvc70' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.preprocessed.msvc70' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.preprocessed.msvc70' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.preprocessed.msvc70' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.preprocessed.msvc70' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.preprocessed.mwcw' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.preprocessed.mwcw' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.preprocessed.mwcw' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.preprocessed.mwcw' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.preprocessed.mwcw' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.preprocessed.no_ctps' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.preprocessed.no_ctps' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.preprocessed.no_ctps' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.preprocessed.no_ctps' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.preprocessed.no_ctps' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.preprocessed.no_ttp' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.preprocessed.no_ttp' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.preprocessed.no_ttp' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.preprocessed.no_ttp' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.preprocessed.no_ttp' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.preprocessed.plain' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.preprocessed.plain' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.preprocessed.plain' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.preprocessed.plain' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.preprocessed.plain' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.aux_.preprocessor' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.aux_.preprocessor' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.aux_.preprocessor' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.aux_.preprocessor' to be distributed and are already explicitly excluding 'pythran.boost.mpl.aux_.preprocessor' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.limits' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.limits' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.limits' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.limits' to be distributed and are already explicitly excluding 'pythran.boost.mpl.limits' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.list' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.list' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.list' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.list' to be distributed and are already explicitly excluding 'pythran.boost.mpl.list' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.list.aux_' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.list.aux_' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.list.aux_' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.list.aux_' to be distributed and are already explicitly excluding 'pythran.boost.mpl.list.aux_' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.list.aux_.preprocessed.plain' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.list.aux_.preprocessed.plain' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.list.aux_.preprocessed.plain' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.list.aux_.preprocessed.plain' to be distributed and are already explicitly excluding 'pythran.boost.mpl.list.aux_.preprocessed.plain' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.vector' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.vector' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.vector' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.vector' to be distributed and are already explicitly excluding 'pythran.boost.mpl.vector' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.vector.aux_' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.vector.aux_' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.vector.aux_' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.vector.aux_' to be distributed and are already explicitly excluding 'pythran.boost.mpl.vector.aux_' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.vector.aux_.preprocessed.no_ctps' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.vector.aux_.preprocessed.no_ctps' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.vector.aux_.preprocessed.no_ctps' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.vector.aux_.preprocessed.no_ctps' to be distributed and are already explicitly excluding 'pythran.boost.mpl.vector.aux_.preprocessed.no_ctps' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.vector.aux_.preprocessed.plain' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.vector.aux_.preprocessed.plain' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.vector.aux_.preprocessed.plain' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.vector.aux_.preprocessed.plain' to be distributed and are already explicitly excluding 'pythran.boost.mpl.vector.aux_.preprocessed.plain' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.mpl.vector.aux_.preprocessed.typeof_based' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.mpl.vector.aux_.preprocessed.typeof_based' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.mpl.vector.aux_.preprocessed.typeof_based' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.mpl.vector.aux_.preprocessed.typeof_based' to be distributed and are already explicitly excluding 'pythran.boost.mpl.vector.aux_.preprocessed.typeof_based' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.numeric.conversion' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.numeric.conversion' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.numeric.conversion' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.numeric.conversion' to be distributed and are already explicitly excluding 'pythran.boost.numeric.conversion' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.numeric.conversion.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.numeric.conversion.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.numeric.conversion.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.numeric.conversion.detail' to be distributed and are already explicitly excluding 'pythran.boost.numeric.conversion.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.numeric.conversion.detail.preprocessed' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.numeric.conversion.detail.preprocessed' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.numeric.conversion.detail.preprocessed' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.numeric.conversion.detail.preprocessed' to be distributed and are already explicitly excluding 'pythran.boost.numeric.conversion.detail.preprocessed' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.optional' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.optional' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.optional' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.optional' to be distributed and are already explicitly excluding 'pythran.boost.optional' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.optional.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.optional.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.optional.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.optional.detail' to be distributed and are already explicitly excluding 'pythran.boost.optional.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef' to be distributed and are already explicitly excluding 'pythran.boost.predef' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.architecture' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.architecture' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.architecture' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.architecture' to be distributed and are already explicitly excluding 'pythran.boost.predef.architecture' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.architecture.x86' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.architecture.x86' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.architecture.x86' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.architecture.x86' to be distributed and are already explicitly excluding 'pythran.boost.predef.architecture.x86' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.compiler' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.compiler' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.compiler' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.compiler' to be distributed and are already explicitly excluding 'pythran.boost.predef.compiler' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.detail' to be distributed and are already explicitly excluding 'pythran.boost.predef.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.hardware' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.hardware' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.hardware' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.hardware' to be distributed and are already explicitly excluding 'pythran.boost.predef.hardware' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.hardware.simd' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.hardware.simd' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.hardware.simd' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.hardware.simd' to be distributed and are already explicitly excluding 'pythran.boost.predef.hardware.simd' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.hardware.simd.arm' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.hardware.simd.arm' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.hardware.simd.arm' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.hardware.simd.arm' to be distributed and are already explicitly excluding 'pythran.boost.predef.hardware.simd.arm' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.hardware.simd.ppc' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.hardware.simd.ppc' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.hardware.simd.ppc' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.hardware.simd.ppc' to be distributed and are already explicitly excluding 'pythran.boost.predef.hardware.simd.ppc' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.hardware.simd.x86' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.hardware.simd.x86' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.hardware.simd.x86' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.hardware.simd.x86' to be distributed and are already explicitly excluding 'pythran.boost.predef.hardware.simd.x86' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.hardware.simd.x86_amd' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.hardware.simd.x86_amd' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.hardware.simd.x86_amd' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.hardware.simd.x86_amd' to be distributed and are already explicitly excluding 'pythran.boost.predef.hardware.simd.x86_amd' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.language' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.language' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.language' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.language' to be distributed and are already explicitly excluding 'pythran.boost.predef.language' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.library' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.library' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.library' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.library' to be distributed and are already explicitly excluding 'pythran.boost.predef.library' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.library.c' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.library.c' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.library.c' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.library.c' to be distributed and are already explicitly excluding 'pythran.boost.predef.library.c' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.library.std' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.library.std' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.library.std' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.library.std' to be distributed and are already explicitly excluding 'pythran.boost.predef.library.std' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.os' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.os' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.os' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.os' to be distributed and are already explicitly excluding 'pythran.boost.predef.os' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.os.bsd' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.os.bsd' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.os.bsd' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.os.bsd' to be distributed and are already explicitly excluding 'pythran.boost.predef.os.bsd' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.other' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.other' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.other' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.other' to be distributed and are already explicitly excluding 'pythran.boost.predef.other' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.predef.platform' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.predef.platform' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.predef.platform' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.predef.platform' to be distributed and are already explicitly excluding 'pythran.boost.predef.platform' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.arithmetic' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.arithmetic' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.arithmetic' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.arithmetic' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.arithmetic' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.arithmetic.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.arithmetic.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.arithmetic.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.arithmetic.detail' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.arithmetic.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.array' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.array' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.array' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.array' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.array' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.comparison' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.comparison' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.comparison' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.comparison' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.comparison' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.config' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.config' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.config' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.config' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.config' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.control' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.control' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.control' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.control' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.control' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.control.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.control.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.control.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.control.detail' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.control.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.control.detail.dmc' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.control.detail.dmc' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.control.detail.dmc' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.control.detail.dmc' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.control.detail.dmc' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.control.detail.edg' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.control.detail.edg' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.control.detail.edg' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.control.detail.edg' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.control.detail.edg' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.control.detail.msvc' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.control.detail.msvc' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.control.detail.msvc' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.control.detail.msvc' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.control.detail.msvc' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.debug' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.debug' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.debug' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.debug' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.debug' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.detail' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.detail.dmc' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.detail.dmc' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.detail.dmc' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.detail.dmc' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.detail.dmc' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.facilities' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.facilities' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.facilities' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.facilities' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.facilities' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.facilities.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.facilities.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.facilities.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.facilities.detail' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.facilities.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.iteration' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.iteration' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.iteration' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.iteration' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.iteration' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.iteration.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.iteration.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.iteration.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.iteration.detail' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.iteration.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.iteration.detail.bounds' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.iteration.detail.bounds' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.iteration.detail.bounds' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.iteration.detail.bounds' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.iteration.detail.bounds' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.iteration.detail.iter' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.iteration.detail.iter' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.iteration.detail.iter' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.iteration.detail.iter' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.iteration.detail.iter' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.list' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.list' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.list' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.list' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.list' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.list.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.list.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.list.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.list.detail' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.list.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.list.detail.dmc' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.list.detail.dmc' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.list.detail.dmc' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.list.detail.dmc' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.list.detail.dmc' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.list.detail.edg' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.list.detail.edg' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.list.detail.edg' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.list.detail.edg' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.list.detail.edg' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.logical' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.logical' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.logical' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.logical' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.logical' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.punctuation' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.punctuation' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.punctuation' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.punctuation' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.punctuation' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.punctuation.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.punctuation.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.punctuation.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.punctuation.detail' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.punctuation.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.repetition' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.repetition' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.repetition' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.repetition' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.repetition' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.repetition.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.repetition.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.repetition.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.repetition.detail' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.repetition.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.repetition.detail.dmc' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.repetition.detail.dmc' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.repetition.detail.dmc' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.repetition.detail.dmc' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.repetition.detail.dmc' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.repetition.detail.edg' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.repetition.detail.edg' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.repetition.detail.edg' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.repetition.detail.edg' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.repetition.detail.edg' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.repetition.detail.msvc' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.repetition.detail.msvc' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.repetition.detail.msvc' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.repetition.detail.msvc' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.repetition.detail.msvc' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.seq' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.seq' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.seq' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.seq' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.seq' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.seq.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.seq.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.seq.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.seq.detail' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.seq.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.slot' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.slot' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.slot' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.slot' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.slot' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.slot.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.slot.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.slot.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.slot.detail' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.slot.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.tuple' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.tuple' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.tuple' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.tuple' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.tuple' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.tuple.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.tuple.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.tuple.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.tuple.detail' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.tuple.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.variadic' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.variadic' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.variadic' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.variadic' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.variadic' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.preprocessor.variadic.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.preprocessor.variadic.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.preprocessor.variadic.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.preprocessor.variadic.detail' to be distributed and are already explicitly excluding 'pythran.boost.preprocessor.variadic.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.range' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.range' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.range' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.range' to be distributed and are already explicitly excluding 'pythran.boost.range' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.range.algorithm' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.range.algorithm' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.range.algorithm' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.range.algorithm' to be distributed and are already explicitly excluding 'pythran.boost.range.algorithm' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.range.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.range.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.range.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.range.detail' to be distributed and are already explicitly excluding 'pythran.boost.range.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.smart_ptr' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.smart_ptr' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.smart_ptr' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.smart_ptr' to be distributed and are already explicitly excluding 'pythran.boost.smart_ptr' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.smart_ptr.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.smart_ptr.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.smart_ptr.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.smart_ptr.detail' to be distributed and are already explicitly excluding 'pythran.boost.smart_ptr.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.tuple' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.tuple' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.tuple' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.tuple' to be distributed and are already explicitly excluding 'pythran.boost.tuple' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.tuple.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.tuple.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.tuple.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.tuple.detail' to be distributed and are already explicitly excluding 'pythran.boost.tuple.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.type_traits' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.type_traits' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.type_traits' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.type_traits' to be distributed and are already explicitly excluding 'pythran.boost.type_traits' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.type_traits.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.type_traits.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.type_traits.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.type_traits.detail' to be distributed and are already explicitly excluding 'pythran.boost.type_traits.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.typeof' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.typeof' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.typeof' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.typeof' to be distributed and are already explicitly excluding 'pythran.boost.typeof' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.typeof.dmc' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.typeof.dmc' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.typeof.dmc' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.typeof.dmc' to be distributed and are already explicitly excluding 'pythran.boost.typeof.dmc' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.typeof.msvc' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.typeof.msvc' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.typeof.msvc' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.typeof.msvc' to be distributed and are already explicitly excluding 'pythran.boost.typeof.msvc' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.utility' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.utility' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.utility' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.utility' to be distributed and are already explicitly excluding 'pythran.boost.utility' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.boost.utility.detail' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.boost.utility.detail' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.boost.utility.detail' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.boost.utility.detail' to be distributed and are already explicitly excluding 'pythran.boost.utility.detail' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic' to be distributed and are already explicitly excluding 'pythran.pythonic' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.__dispatch__' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.__dispatch__' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.__dispatch__' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.__dispatch__' to be distributed and are already explicitly excluding 'pythran.pythonic.__dispatch__' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.bisect' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.bisect' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.bisect' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.bisect' to be distributed and are already explicitly excluding 'pythran.pythonic.bisect' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.builtins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.builtins' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.builtins' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.builtins' to be distributed and are already explicitly excluding 'pythran.pythonic.builtins' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.builtins.complex' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.builtins.complex' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.builtins.complex' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.builtins.complex' to be distributed and are already explicitly excluding 'pythran.pythonic.builtins.complex' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.builtins.dict' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.builtins.dict' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.builtins.dict' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.builtins.dict' to be distributed and are already explicitly excluding 'pythran.pythonic.builtins.dict' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.builtins.file' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.builtins.file' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.builtins.file' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.builtins.file' to be distributed and are already explicitly excluding 'pythran.pythonic.builtins.file' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.builtins.float_' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.builtins.float_' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.builtins.float_' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.builtins.float_' to be distributed and are already explicitly excluding 'pythran.pythonic.builtins.float_' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.builtins.list' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.builtins.list' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.builtins.list' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.builtins.list' to be distributed and are already explicitly excluding 'pythran.pythonic.builtins.list' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.builtins.pythran' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.builtins.pythran' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.builtins.pythran' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.builtins.pythran' to be distributed and are already explicitly excluding 'pythran.pythonic.builtins.pythran' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.builtins.set' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.builtins.set' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.builtins.set' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.builtins.set' to be distributed and are already explicitly excluding 'pythran.pythonic.builtins.set' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.builtins.str' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.builtins.str' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.builtins.str' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.builtins.str' to be distributed and are already explicitly excluding 'pythran.pythonic.builtins.str' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.cmath' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.cmath' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.cmath' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.cmath' to be distributed and are already explicitly excluding 'pythran.pythonic.cmath' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.functools' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.functools' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.functools' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.functools' to be distributed and are already explicitly excluding 'pythran.pythonic.functools' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.__dispatch__' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.__dispatch__' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.__dispatch__' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.__dispatch__' to be distributed and are already explicitly excluding 'pythran.pythonic.include.__dispatch__' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.bisect' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.bisect' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.bisect' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.bisect' to be distributed and are already explicitly excluding 'pythran.pythonic.include.bisect' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.builtins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.builtins' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.builtins' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.builtins' to be distributed and are already explicitly excluding 'pythran.pythonic.include.builtins' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.builtins.complex' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.builtins.complex' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.builtins.complex' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.builtins.complex' to be distributed and are already explicitly excluding 'pythran.pythonic.include.builtins.complex' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.builtins.dict' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.builtins.dict' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.builtins.dict' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.builtins.dict' to be distributed and are already explicitly excluding 'pythran.pythonic.include.builtins.dict' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.builtins.file' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.builtins.file' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.builtins.file' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.builtins.file' to be distributed and are already explicitly excluding 'pythran.pythonic.include.builtins.file' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.builtins.float_' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.builtins.float_' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.builtins.float_' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.builtins.float_' to be distributed and are already explicitly excluding 'pythran.pythonic.include.builtins.float_' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.builtins.list' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.builtins.list' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.builtins.list' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.builtins.list' to be distributed and are already explicitly excluding 'pythran.pythonic.include.builtins.list' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.builtins.pythran' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.builtins.pythran' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.builtins.pythran' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.builtins.pythran' to be distributed and are already explicitly excluding 'pythran.pythonic.include.builtins.pythran' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.builtins.set' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.builtins.set' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.builtins.set' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.builtins.set' to be distributed and are already explicitly excluding 'pythran.pythonic.include.builtins.set' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.builtins.str' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.builtins.str' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.builtins.str' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.builtins.str' to be distributed and are already explicitly excluding 'pythran.pythonic.include.builtins.str' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.cmath' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.cmath' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.cmath' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.cmath' to be distributed and are already explicitly excluding 'pythran.pythonic.include.cmath' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.functools' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.functools' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.functools' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.functools' to be distributed and are already explicitly excluding 'pythran.pythonic.include.functools' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.io._io.TextIOWrapper' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.io._io.TextIOWrapper' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.io._io.TextIOWrapper' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.io._io.TextIOWrapper' to be distributed and are already explicitly excluding 'pythran.pythonic.include.io._io.TextIOWrapper' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.itertools' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.itertools' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.itertools' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.itertools' to be distributed and are already explicitly excluding 'pythran.pythonic.include.itertools' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.math' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.math' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.math' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.math' to be distributed and are already explicitly excluding 'pythran.pythonic.include.math' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.add' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.add' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.add' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.add' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.add' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.arctan2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.arctan2' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.arctan2' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.arctan2' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.arctan2' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.bitwise_and' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.bitwise_and' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.bitwise_and' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.bitwise_and' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.bitwise_and' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.bitwise_or' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.bitwise_or' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.bitwise_or' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.bitwise_or' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.bitwise_or' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.bitwise_xor' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.bitwise_xor' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.bitwise_xor' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.bitwise_xor' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.bitwise_xor' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.copysign' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.copysign' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.copysign' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.copysign' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.copysign' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.ctypeslib' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.ctypeslib' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.ctypeslib' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.ctypeslib' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.ctypeslib' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.divide' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.divide' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.divide' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.divide' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.divide' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.dtype' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.dtype' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.dtype' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.dtype' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.dtype' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.equal' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.equal' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.equal' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.equal' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.equal' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.fft' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.fft' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.fft' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.fft' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.fft' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.floor_divide' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.floor_divide' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.floor_divide' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.floor_divide' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.floor_divide' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.fmax' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.fmax' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.fmax' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.fmax' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.fmax' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.fmin' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.fmin' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.fmin' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.fmin' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.fmin' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.fmod' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.fmod' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.fmod' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.fmod' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.fmod' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.greater' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.greater' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.greater' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.greater' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.greater' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.greater_equal' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.greater_equal' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.greater_equal' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.greater_equal' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.greater_equal' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.heaviside' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.heaviside' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.heaviside' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.heaviside' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.heaviside' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.hypot' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.hypot' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.hypot' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.hypot' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.hypot' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.ldexp' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.ldexp' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.ldexp' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.ldexp' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.ldexp' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.left_shift' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.left_shift' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.left_shift' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.left_shift' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.left_shift' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.less' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.less' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.less' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.less' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.less' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.less_equal' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.less_equal' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.less_equal' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.less_equal' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.less_equal' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.linalg' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.linalg' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.linalg' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.linalg' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.linalg' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.logaddexp' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.logaddexp' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.logaddexp' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.logaddexp' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.logaddexp' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.logaddexp2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.logaddexp2' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.logaddexp2' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.logaddexp2' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.logaddexp2' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.logical_and' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.logical_and' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.logical_and' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.logical_and' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.logical_and' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.logical_or' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.logical_or' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.logical_or' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.logical_or' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.logical_or' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.logical_xor' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.logical_xor' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.logical_xor' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.logical_xor' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.logical_xor' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.maximum' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.maximum' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.maximum' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.maximum' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.maximum' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.minimum' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.minimum' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.minimum' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.minimum' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.minimum' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.mod' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.mod' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.mod' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.mod' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.mod' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.multiply' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.multiply' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.multiply' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.multiply' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.multiply' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.ndarray' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.ndarray' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.ndarray' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.ndarray' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.ndarray' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.negative' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.negative' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.negative' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.negative' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.negative' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.nextafter' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.nextafter' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.nextafter' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.nextafter' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.nextafter' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.not_equal' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.not_equal' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.not_equal' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.not_equal' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.not_equal' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.power' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.power' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.power' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.power' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.power' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.random' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.random' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.random' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.random' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.random' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.remainder' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.remainder' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.remainder' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.remainder' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.remainder' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.right_shift' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.right_shift' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.right_shift' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.right_shift' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.right_shift' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.subtract' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.subtract' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.subtract' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.subtract' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.subtract' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.numpy.true_divide' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.numpy.true_divide' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.numpy.true_divide' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.numpy.true_divide' to be distributed and are already explicitly excluding 'pythran.pythonic.include.numpy.true_divide' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.omp' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.omp' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.omp' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.omp' to be distributed and are already explicitly excluding 'pythran.pythonic.include.omp' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.operator_' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.operator_' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.operator_' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.operator_' to be distributed and are already explicitly excluding 'pythran.pythonic.include.operator_' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.os.path' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.os.path' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.os.path' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.os.path' to be distributed and are already explicitly excluding 'pythran.pythonic.include.os.path' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.random' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.random' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.random' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.random' to be distributed and are already explicitly excluding 'pythran.pythonic.include.random' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.scipy.special' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.scipy.special' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.scipy.special' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.scipy.special' to be distributed and are already explicitly excluding 'pythran.pythonic.include.scipy.special' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.string' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.string' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.string' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.string' to be distributed and are already explicitly excluding 'pythran.pythonic.include.string' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.time' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.time' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.time' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.time' to be distributed and are already explicitly excluding 'pythran.pythonic.include.time' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.types' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.types' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.types' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.types' to be distributed and are already explicitly excluding 'pythran.pythonic.include.types' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.include.utils' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.include.utils' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.include.utils' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.include.utils' to be distributed and are already explicitly excluding 'pythran.pythonic.include.utils' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.io._io.TextIOWrapper' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.io._io.TextIOWrapper' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.io._io.TextIOWrapper' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.io._io.TextIOWrapper' to be distributed and are already explicitly excluding 'pythran.pythonic.io._io.TextIOWrapper' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.itertools' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.itertools' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.itertools' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.itertools' to be distributed and are already explicitly excluding 'pythran.pythonic.itertools' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.math' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.math' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.math' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.math' to be distributed and are already explicitly excluding 'pythran.pythonic.math' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.add' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.add' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.add' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.add' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.add' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.arctan2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.arctan2' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.arctan2' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.arctan2' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.arctan2' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.bitwise_and' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.bitwise_and' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.bitwise_and' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.bitwise_and' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.bitwise_and' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.bitwise_or' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.bitwise_or' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.bitwise_or' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.bitwise_or' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.bitwise_or' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.bitwise_xor' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.bitwise_xor' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.bitwise_xor' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.bitwise_xor' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.bitwise_xor' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.copysign' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.copysign' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.copysign' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.copysign' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.copysign' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.ctypeslib' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.ctypeslib' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.ctypeslib' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.ctypeslib' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.ctypeslib' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.divide' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.divide' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.divide' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.divide' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.divide' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.dtype' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.dtype' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.dtype' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.dtype' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.dtype' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.equal' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.equal' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.equal' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.equal' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.equal' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.fft' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.fft' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.fft' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.fft' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.fft' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.floor_divide' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.floor_divide' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.floor_divide' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.floor_divide' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.floor_divide' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.fmax' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.fmax' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.fmax' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.fmax' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.fmax' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.fmin' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.fmin' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.fmin' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.fmin' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.fmin' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.fmod' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.fmod' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.fmod' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.fmod' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.fmod' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.greater' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.greater' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.greater' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.greater' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.greater' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.greater_equal' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.greater_equal' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.greater_equal' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.greater_equal' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.greater_equal' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.heaviside' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.heaviside' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.heaviside' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.heaviside' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.heaviside' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.hypot' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.hypot' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.hypot' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.hypot' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.hypot' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.ldexp' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.ldexp' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.ldexp' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.ldexp' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.ldexp' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.left_shift' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.left_shift' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.left_shift' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.left_shift' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.left_shift' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.less' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.less' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.less' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.less' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.less' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.less_equal' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.less_equal' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.less_equal' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.less_equal' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.less_equal' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.linalg' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.linalg' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.linalg' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.linalg' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.linalg' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.logaddexp' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.logaddexp' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.logaddexp' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.logaddexp' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.logaddexp' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.logaddexp2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.logaddexp2' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.logaddexp2' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.logaddexp2' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.logaddexp2' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.logical_and' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.logical_and' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.logical_and' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.logical_and' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.logical_and' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.logical_or' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.logical_or' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.logical_or' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.logical_or' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.logical_or' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.logical_xor' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.logical_xor' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.logical_xor' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.logical_xor' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.logical_xor' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.maximum' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.maximum' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.maximum' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.maximum' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.maximum' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.minimum' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.minimum' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.minimum' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.minimum' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.minimum' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.mod' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.mod' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.mod' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.mod' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.mod' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.multiply' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.multiply' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.multiply' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.multiply' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.multiply' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.ndarray' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.ndarray' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.ndarray' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.ndarray' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.ndarray' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.negative' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.negative' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.negative' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.negative' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.negative' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.nextafter' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.nextafter' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.nextafter' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.nextafter' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.nextafter' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.not_equal' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.not_equal' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.not_equal' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.not_equal' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.not_equal' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.power' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.power' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.power' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.power' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.power' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.random' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.random' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.random' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.random' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.random' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.remainder' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.remainder' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.remainder' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.remainder' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.remainder' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.right_shift' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.right_shift' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.right_shift' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.right_shift' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.right_shift' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.subtract' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.subtract' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.subtract' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.subtract' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.subtract' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.numpy.true_divide' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.numpy.true_divide' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.numpy.true_divide' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.numpy.true_divide' to be distributed and are already explicitly excluding 'pythran.pythonic.numpy.true_divide' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.omp' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.omp' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.omp' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.omp' to be distributed and are already explicitly excluding 'pythran.pythonic.omp' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.operator_' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.operator_' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.operator_' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.operator_' to be distributed and are already explicitly excluding 'pythran.pythonic.operator_' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.os.path' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.os.path' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.os.path' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.os.path' to be distributed and are already explicitly excluding 'pythran.pythonic.os.path' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.patch' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.patch' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.patch' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.patch' to be distributed and are already explicitly excluding 'pythran.pythonic.patch' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.python' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.python' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.python' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.python' to be distributed and are already explicitly excluding 'pythran.pythonic.python' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.random' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.random' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.random' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.random' to be distributed and are already explicitly excluding 'pythran.pythonic.random' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.scipy.special' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.scipy.special' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.scipy.special' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.scipy.special' to be distributed and are already explicitly excluding 'pythran.pythonic.scipy.special' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.string' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.string' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.string' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.string' to be distributed and are already explicitly excluding 'pythran.pythonic.string' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.time' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.time' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.time' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.time' to be distributed and are already explicitly excluding 'pythran.pythonic.time' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.types' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.types' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.types' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.types' to be distributed and are already explicitly excluding 'pythran.pythonic.types' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.pythonic.utils' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.pythonic.utils' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.pythonic.utils' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.pythonic.utils' to be distributed and are already explicitly excluding 'pythran.pythonic.utils' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.xsimd' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.xsimd' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.xsimd' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.xsimd' to be distributed and are already explicitly excluding 'pythran.xsimd' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.xsimd.arch' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.xsimd.arch' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.xsimd.arch' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.xsimd.arch' to be distributed and are already explicitly excluding 'pythran.xsimd.arch' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.xsimd.arch.generic' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.xsimd.arch.generic' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.xsimd.arch.generic' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.xsimd.arch.generic' to be distributed and are already explicitly excluding 'pythran.xsimd.arch.generic' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.xsimd.config' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.xsimd.config' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.xsimd.config' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.xsimd.config' to be distributed and are already explicitly excluding 'pythran.xsimd.config' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.xsimd.math' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.xsimd.math' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.xsimd.math' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.xsimd.math' to be distributed and are already explicitly excluding 'pythran.xsimd.math' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.xsimd.memory' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.xsimd.memory' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.xsimd.memory' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.xsimd.memory' to be distributed and are already explicitly excluding 'pythran.xsimd.memory' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pythran.xsimd.types' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pythran.xsimd.types' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pythran.xsimd.types' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pythran.xsimd.types' to be distributed and are already explicitly excluding 'pythran.xsimd.types' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying pythran/pythran-darwin.cfg -> build/lib/pythran copying pythran/pythran-default.cfg -> build/lib/pythran copying pythran/pythran-linux.cfg -> build/lib/pythran copying pythran/pythran-linux2.cfg -> build/lib/pythran copying pythran/pythran-win32.cfg -> build/lib/pythran copying pythran/pythran.cfg -> build/lib/pythran creating build/lib/pythran/boost copying pythran/boost/array.hpp -> build/lib/pythran/boost copying pythran/boost/assert.hpp -> build/lib/pythran/boost copying pythran/boost/atomic.hpp -> build/lib/pythran/boost copying pythran/boost/checked_delete.hpp -> build/lib/pythran/boost copying pythran/boost/concept_check.hpp -> build/lib/pythran/boost copying pythran/boost/config.hpp -> build/lib/pythran/boost copying pythran/boost/cstdint.hpp -> build/lib/pythran/boost copying pythran/boost/current_function.hpp -> build/lib/pythran/boost copying pythran/boost/format.hpp -> build/lib/pythran/boost copying pythran/boost/integer.hpp -> build/lib/pythran/boost copying pythran/boost/integer_fwd.hpp -> build/lib/pythran/boost copying pythran/boost/integer_traits.hpp -> build/lib/pythran/boost copying pythran/boost/lexical_cast.hpp -> build/lib/pythran/boost copying pythran/boost/limits.hpp -> build/lib/pythran/boost copying pythran/boost/memory_order.hpp -> build/lib/pythran/boost copying pythran/boost/next_prior.hpp -> build/lib/pythran/boost copying pythran/boost/non_type.hpp -> build/lib/pythran/boost copying pythran/boost/noncopyable.hpp -> build/lib/pythran/boost copying pythran/boost/none.hpp -> build/lib/pythran/boost copying pythran/boost/none_t.hpp -> build/lib/pythran/boost copying pythran/boost/optional.hpp -> build/lib/pythran/boost copying pythran/boost/predef.h -> build/lib/pythran/boost copying pythran/boost/ref.hpp -> build/lib/pythran/boost copying pythran/boost/shared_ptr.hpp -> build/lib/pythran/boost copying pythran/boost/static_assert.hpp -> build/lib/pythran/boost copying pythran/boost/swap.hpp -> build/lib/pythran/boost copying pythran/boost/throw_exception.hpp -> build/lib/pythran/boost copying pythran/boost/type.hpp -> build/lib/pythran/boost copying pythran/boost/utility.hpp -> build/lib/pythran/boost copying pythran/boost/version.hpp -> build/lib/pythran/boost creating build/lib/pythran/boost/atomic copying pythran/boost/atomic/atomic.hpp -> build/lib/pythran/boost/atomic copying pythran/boost/atomic/atomic_flag.hpp -> build/lib/pythran/boost/atomic copying pythran/boost/atomic/capabilities.hpp -> build/lib/pythran/boost/atomic copying pythran/boost/atomic/fences.hpp -> build/lib/pythran/boost/atomic creating build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/addressof.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/atomic_flag.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/atomic_template.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/bitwise_cast.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/bitwise_fp_cast.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/caps_gcc_alpha.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/caps_gcc_arm.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/caps_gcc_atomic.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/caps_gcc_ppc.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/caps_gcc_sparc.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/caps_gcc_sync.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/caps_gcc_x86.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/caps_linux_arm.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/caps_msvc_arm.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/caps_msvc_x86.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/caps_windows.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/config.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_fp_operations.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_fp_operations_fwd.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_fp_ops_emulated.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_fp_ops_generic.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_operations.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_operations_fwd.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_ops_emulated.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_ops_gcc_arm.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_ops_gcc_ppc.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_ops_gcc_x86.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_ops_generic.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_ops_msvc_arm.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/extra_ops_msvc_x86.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/float_sizes.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/fp_operations.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/fp_operations_fwd.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/fp_ops_emulated.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/fp_ops_generic.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/hwcaps_gcc_arm.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/hwcaps_gcc_ppc.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/hwcaps_gcc_x86.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/int_sizes.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/integral_extend.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/interlocked.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/link.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/lockpool.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/operations.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/operations_fwd.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/operations_lockfree.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_cas_based.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_emulated.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_extending_cas_based.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_gcc_alpha.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_gcc_arm.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_gcc_arm_common.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_gcc_atomic.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_gcc_ppc.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_gcc_ppc_common.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_gcc_sparc.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_gcc_sync.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_gcc_x86.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_gcc_x86_dcas.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_linux_arm.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_msvc_arm.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_msvc_common.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_msvc_x86.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/ops_windows.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/pause.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/platform.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/storage_type.hpp -> build/lib/pythran/boost/atomic/detail copying pythran/boost/atomic/detail/string_ops.hpp -> build/lib/pythran/boost/atomic/detail creating build/lib/pythran/boost/atomic/detail/type_traits copying pythran/boost/atomic/detail/type_traits/conditional.hpp -> build/lib/pythran/boost/atomic/detail/type_traits copying pythran/boost/atomic/detail/type_traits/integral_constant.hpp -> build/lib/pythran/boost/atomic/detail/type_traits copying pythran/boost/atomic/detail/type_traits/is_floating_point.hpp -> build/lib/pythran/boost/atomic/detail/type_traits copying pythran/boost/atomic/detail/type_traits/is_function.hpp -> build/lib/pythran/boost/atomic/detail/type_traits copying pythran/boost/atomic/detail/type_traits/is_iec559.hpp -> build/lib/pythran/boost/atomic/detail/type_traits copying pythran/boost/atomic/detail/type_traits/is_integral.hpp -> build/lib/pythran/boost/atomic/detail/type_traits copying pythran/boost/atomic/detail/type_traits/is_signed.hpp -> build/lib/pythran/boost/atomic/detail/type_traits copying pythran/boost/atomic/detail/type_traits/is_trivially_default_constructible.hpp -> build/lib/pythran/boost/atomic/detail/type_traits copying pythran/boost/atomic/detail/type_traits/make_signed.hpp -> build/lib/pythran/boost/atomic/detail/type_traits copying pythran/boost/atomic/detail/type_traits/make_unsigned.hpp -> build/lib/pythran/boost/atomic/detail/type_traits creating build/lib/pythran/boost/concept copying pythran/boost/concept/assert.hpp -> build/lib/pythran/boost/concept copying pythran/boost/concept/usage.hpp -> build/lib/pythran/boost/concept creating build/lib/pythran/boost/concept/detail copying pythran/boost/concept/detail/backward_compatibility.hpp -> build/lib/pythran/boost/concept/detail copying pythran/boost/concept/detail/borland.hpp -> build/lib/pythran/boost/concept/detail copying pythran/boost/concept/detail/concept_def.hpp -> build/lib/pythran/boost/concept/detail copying pythran/boost/concept/detail/concept_undef.hpp -> build/lib/pythran/boost/concept/detail copying pythran/boost/concept/detail/general.hpp -> build/lib/pythran/boost/concept/detail copying pythran/boost/concept/detail/has_constraints.hpp -> build/lib/pythran/boost/concept/detail copying pythran/boost/concept/detail/msvc.hpp -> build/lib/pythran/boost/concept/detail creating build/lib/pythran/boost/config copying pythran/boost/config/abi_prefix.hpp -> build/lib/pythran/boost/config copying pythran/boost/config/abi_suffix.hpp -> build/lib/pythran/boost/config copying pythran/boost/config/auto_link.hpp -> build/lib/pythran/boost/config copying pythran/boost/config/header_deprecated.hpp -> build/lib/pythran/boost/config copying pythran/boost/config/helper_macros.hpp -> build/lib/pythran/boost/config copying pythran/boost/config/pragma_message.hpp -> build/lib/pythran/boost/config copying pythran/boost/config/requires_threads.hpp -> build/lib/pythran/boost/config copying pythran/boost/config/user.hpp -> build/lib/pythran/boost/config copying pythran/boost/config/warning_disable.hpp -> build/lib/pythran/boost/config copying pythran/boost/config/workaround.hpp -> build/lib/pythran/boost/config creating build/lib/pythran/boost/config/abi copying pythran/boost/config/abi/borland_prefix.hpp -> build/lib/pythran/boost/config/abi copying pythran/boost/config/abi/borland_suffix.hpp -> build/lib/pythran/boost/config/abi copying pythran/boost/config/abi/msvc_prefix.hpp -> build/lib/pythran/boost/config/abi copying pythran/boost/config/abi/msvc_suffix.hpp -> build/lib/pythran/boost/config/abi creating build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/borland.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/clang.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/codegear.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/comeau.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/common_edg.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/compaq_cxx.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/cray.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/diab.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/digitalmars.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/gcc.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/gcc_xml.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/greenhills.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/hp_acc.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/intel.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/kai.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/metrowerks.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/mpw.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/nvcc.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/pathscale.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/pgi.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/sgi_mipspro.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/sunpro_cc.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/vacpp.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/visualc.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/xlcpp.hpp -> build/lib/pythran/boost/config/compiler copying pythran/boost/config/compiler/xlcpp_zos.hpp -> build/lib/pythran/boost/config/compiler creating build/lib/pythran/boost/config/detail copying pythran/boost/config/detail/posix_features.hpp -> build/lib/pythran/boost/config/detail copying pythran/boost/config/detail/select_compiler_config.hpp -> build/lib/pythran/boost/config/detail copying pythran/boost/config/detail/select_platform_config.hpp -> build/lib/pythran/boost/config/detail copying pythran/boost/config/detail/select_stdlib_config.hpp -> build/lib/pythran/boost/config/detail copying pythran/boost/config/detail/suffix.hpp -> build/lib/pythran/boost/config/detail creating build/lib/pythran/boost/config/no_tr1 copying pythran/boost/config/no_tr1/cmath.hpp -> build/lib/pythran/boost/config/no_tr1 copying pythran/boost/config/no_tr1/complex.hpp -> build/lib/pythran/boost/config/no_tr1 copying pythran/boost/config/no_tr1/functional.hpp -> build/lib/pythran/boost/config/no_tr1 copying pythran/boost/config/no_tr1/memory.hpp -> build/lib/pythran/boost/config/no_tr1 copying pythran/boost/config/no_tr1/utility.hpp -> build/lib/pythran/boost/config/no_tr1 creating build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/aix.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/amigaos.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/beos.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/bsd.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/cloudabi.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/cray.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/cygwin.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/haiku.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/hpux.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/irix.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/linux.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/macos.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/qnxnto.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/solaris.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/symbian.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/vms.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/vxworks.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/win32.hpp -> build/lib/pythran/boost/config/platform copying pythran/boost/config/platform/zos.hpp -> build/lib/pythran/boost/config/platform creating build/lib/pythran/boost/config/stdlib copying pythran/boost/config/stdlib/dinkumware.hpp -> build/lib/pythran/boost/config/stdlib copying pythran/boost/config/stdlib/libcomo.hpp -> build/lib/pythran/boost/config/stdlib copying pythran/boost/config/stdlib/libcpp.hpp -> build/lib/pythran/boost/config/stdlib copying pythran/boost/config/stdlib/libstdcpp3.hpp -> build/lib/pythran/boost/config/stdlib copying pythran/boost/config/stdlib/modena.hpp -> build/lib/pythran/boost/config/stdlib copying pythran/boost/config/stdlib/msl.hpp -> build/lib/pythran/boost/config/stdlib copying pythran/boost/config/stdlib/roguewave.hpp -> build/lib/pythran/boost/config/stdlib copying pythran/boost/config/stdlib/sgi.hpp -> build/lib/pythran/boost/config/stdlib copying pythran/boost/config/stdlib/stlport.hpp -> build/lib/pythran/boost/config/stdlib copying pythran/boost/config/stdlib/vacpp.hpp -> build/lib/pythran/boost/config/stdlib copying pythran/boost/config/stdlib/xlcpp_zos.hpp -> build/lib/pythran/boost/config/stdlib creating build/lib/pythran/boost/container copying pythran/boost/container/container_fwd.hpp -> build/lib/pythran/boost/container creating build/lib/pythran/boost/container/detail copying pythran/boost/container/detail/std_fwd.hpp -> build/lib/pythran/boost/container/detail creating build/lib/pythran/boost/core copying pythran/boost/core/addressof.hpp -> build/lib/pythran/boost/core copying pythran/boost/core/checked_delete.hpp -> build/lib/pythran/boost/core copying pythran/boost/core/demangle.hpp -> build/lib/pythran/boost/core copying pythran/boost/core/enable_if.hpp -> build/lib/pythran/boost/core copying pythran/boost/core/explicit_operator_bool.hpp -> build/lib/pythran/boost/core copying pythran/boost/core/ignore_unused.hpp -> build/lib/pythran/boost/core copying pythran/boost/core/noncopyable.hpp -> build/lib/pythran/boost/core copying pythran/boost/core/ref.hpp -> build/lib/pythran/boost/core copying pythran/boost/core/swap.hpp -> build/lib/pythran/boost/core copying pythran/boost/core/typeinfo.hpp -> build/lib/pythran/boost/core copying pythran/boost/core/use_default.hpp -> build/lib/pythran/boost/core creating build/lib/pythran/boost/detail copying pythran/boost/detail/basic_pointerbuf.hpp -> build/lib/pythran/boost/detail copying pythran/boost/detail/fenv.hpp -> build/lib/pythran/boost/detail copying pythran/boost/detail/indirect_traits.hpp -> build/lib/pythran/boost/detail copying pythran/boost/detail/iterator.hpp -> build/lib/pythran/boost/detail copying pythran/boost/detail/lcast_precision.hpp -> build/lib/pythran/boost/detail copying pythran/boost/detail/lightweight_mutex.hpp -> build/lib/pythran/boost/detail copying pythran/boost/detail/reference_content.hpp -> build/lib/pythran/boost/detail copying pythran/boost/detail/select_type.hpp -> build/lib/pythran/boost/detail copying pythran/boost/detail/workaround.hpp -> build/lib/pythran/boost/detail creating build/lib/pythran/boost/exception copying pythran/boost/exception/exception.hpp -> build/lib/pythran/boost/exception creating build/lib/pythran/boost/format copying pythran/boost/format/alt_sstream.hpp -> build/lib/pythran/boost/format copying pythran/boost/format/alt_sstream_impl.hpp -> build/lib/pythran/boost/format copying pythran/boost/format/exceptions.hpp -> build/lib/pythran/boost/format copying pythran/boost/format/feed_args.hpp -> build/lib/pythran/boost/format copying pythran/boost/format/format_class.hpp -> build/lib/pythran/boost/format copying pythran/boost/format/format_fwd.hpp -> build/lib/pythran/boost/format copying pythran/boost/format/format_implementation.hpp -> build/lib/pythran/boost/format copying pythran/boost/format/free_funcs.hpp -> build/lib/pythran/boost/format copying pythran/boost/format/group.hpp -> build/lib/pythran/boost/format copying pythran/boost/format/internals.hpp -> build/lib/pythran/boost/format copying pythran/boost/format/internals_fwd.hpp -> build/lib/pythran/boost/format copying pythran/boost/format/parsing.hpp -> build/lib/pythran/boost/format creating build/lib/pythran/boost/format/detail copying pythran/boost/format/detail/compat_workarounds.hpp -> build/lib/pythran/boost/format/detail copying pythran/boost/format/detail/config_macros.hpp -> build/lib/pythran/boost/format/detail copying pythran/boost/format/detail/msvc_disambiguater.hpp -> build/lib/pythran/boost/format/detail copying pythran/boost/format/detail/unset_macros.hpp -> build/lib/pythran/boost/format/detail copying pythran/boost/format/detail/workarounds_gcc-2_95.hpp -> build/lib/pythran/boost/format/detail copying pythran/boost/format/detail/workarounds_stlport.hpp -> build/lib/pythran/boost/format/detail creating build/lib/pythran/boost/fusion copying pythran/boost/fusion/tuple.hpp -> build/lib/pythran/boost/fusion creating build/lib/pythran/boost/fusion/adapted copying pythran/boost/fusion/adapted/std_pair.hpp -> build/lib/pythran/boost/fusion/adapted creating build/lib/pythran/boost/fusion/adapted/mpl copying pythran/boost/fusion/adapted/mpl/mpl_iterator.hpp -> build/lib/pythran/boost/fusion/adapted/mpl creating build/lib/pythran/boost/fusion/adapted/mpl/detail copying pythran/boost/fusion/adapted/mpl/detail/begin_impl.hpp -> build/lib/pythran/boost/fusion/adapted/mpl/detail copying pythran/boost/fusion/adapted/mpl/detail/end_impl.hpp -> build/lib/pythran/boost/fusion/adapted/mpl/detail creating build/lib/pythran/boost/fusion/adapted/struct copying pythran/boost/fusion/adapted/struct/adapt_struct.hpp -> build/lib/pythran/boost/fusion/adapted/struct creating build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/adapt_auto.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/adapt_base.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/adapt_base_attr_filler.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/adapt_is_tpl.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/at_impl.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/begin_impl.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/category_of_impl.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/deref_impl.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/end_impl.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/extension.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/is_view_impl.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/size_impl.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/value_at_impl.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail copying pythran/boost/fusion/adapted/struct/detail/value_of_impl.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail creating build/lib/pythran/boost/fusion/adapted/struct/detail/preprocessor copying pythran/boost/fusion/adapted/struct/detail/preprocessor/is_seq.hpp -> build/lib/pythran/boost/fusion/adapted/struct/detail/preprocessor creating build/lib/pythran/boost/fusion/algorithm creating build/lib/pythran/boost/fusion/algorithm/transformation copying pythran/boost/fusion/algorithm/transformation/push_back.hpp -> build/lib/pythran/boost/fusion/algorithm/transformation copying pythran/boost/fusion/algorithm/transformation/push_front.hpp -> build/lib/pythran/boost/fusion/algorithm/transformation creating build/lib/pythran/boost/fusion/container creating build/lib/pythran/boost/fusion/container/generation copying pythran/boost/fusion/container/generation/ignore.hpp -> build/lib/pythran/boost/fusion/container/generation creating build/lib/pythran/boost/fusion/container/list copying pythran/boost/fusion/container/list/cons.hpp -> build/lib/pythran/boost/fusion/container/list copying pythran/boost/fusion/container/list/cons_fwd.hpp -> build/lib/pythran/boost/fusion/container/list copying pythran/boost/fusion/container/list/cons_iterator.hpp -> build/lib/pythran/boost/fusion/container/list copying pythran/boost/fusion/container/list/list_fwd.hpp -> build/lib/pythran/boost/fusion/container/list copying pythran/boost/fusion/container/list/nil.hpp -> build/lib/pythran/boost/fusion/container/list creating build/lib/pythran/boost/fusion/container/list/detail copying pythran/boost/fusion/container/list/detail/at_impl.hpp -> build/lib/pythran/boost/fusion/container/list/detail copying pythran/boost/fusion/container/list/detail/begin_impl.hpp -> build/lib/pythran/boost/fusion/container/list/detail copying pythran/boost/fusion/container/list/detail/deref_impl.hpp -> build/lib/pythran/boost/fusion/container/list/detail copying pythran/boost/fusion/container/list/detail/empty_impl.hpp -> build/lib/pythran/boost/fusion/container/list/detail copying pythran/boost/fusion/container/list/detail/end_impl.hpp -> build/lib/pythran/boost/fusion/container/list/detail copying pythran/boost/fusion/container/list/detail/equal_to_impl.hpp -> build/lib/pythran/boost/fusion/container/list/detail copying pythran/boost/fusion/container/list/detail/next_impl.hpp -> build/lib/pythran/boost/fusion/container/list/detail copying pythran/boost/fusion/container/list/detail/reverse_cons.hpp -> build/lib/pythran/boost/fusion/container/list/detail copying pythran/boost/fusion/container/list/detail/value_at_impl.hpp -> build/lib/pythran/boost/fusion/container/list/detail copying pythran/boost/fusion/container/list/detail/value_of_impl.hpp -> build/lib/pythran/boost/fusion/container/list/detail creating build/lib/pythran/boost/fusion/container/list/detail/cpp03 copying pythran/boost/fusion/container/list/detail/cpp03/limits.hpp -> build/lib/pythran/boost/fusion/container/list/detail/cpp03 copying pythran/boost/fusion/container/list/detail/cpp03/list_fwd.hpp -> build/lib/pythran/boost/fusion/container/list/detail/cpp03 creating build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list10_fwd.hpp -> build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list20_fwd.hpp -> build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list30_fwd.hpp -> build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list40_fwd.hpp -> build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list50_fwd.hpp -> build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp -> build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed creating build/lib/pythran/boost/fusion/container/vector copying pythran/boost/fusion/container/vector/vector.hpp -> build/lib/pythran/boost/fusion/container/vector copying pythran/boost/fusion/container/vector/vector_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector copying pythran/boost/fusion/container/vector/vector_iterator.hpp -> build/lib/pythran/boost/fusion/container/vector creating build/lib/pythran/boost/fusion/container/vector/detail copying pythran/boost/fusion/container/vector/detail/advance_impl.hpp -> build/lib/pythran/boost/fusion/container/vector/detail copying pythran/boost/fusion/container/vector/detail/at_impl.hpp -> build/lib/pythran/boost/fusion/container/vector/detail copying pythran/boost/fusion/container/vector/detail/begin_impl.hpp -> build/lib/pythran/boost/fusion/container/vector/detail copying pythran/boost/fusion/container/vector/detail/config.hpp -> build/lib/pythran/boost/fusion/container/vector/detail copying pythran/boost/fusion/container/vector/detail/deref_impl.hpp -> build/lib/pythran/boost/fusion/container/vector/detail copying pythran/boost/fusion/container/vector/detail/distance_impl.hpp -> build/lib/pythran/boost/fusion/container/vector/detail copying pythran/boost/fusion/container/vector/detail/end_impl.hpp -> build/lib/pythran/boost/fusion/container/vector/detail copying pythran/boost/fusion/container/vector/detail/equal_to_impl.hpp -> build/lib/pythran/boost/fusion/container/vector/detail copying pythran/boost/fusion/container/vector/detail/next_impl.hpp -> build/lib/pythran/boost/fusion/container/vector/detail copying pythran/boost/fusion/container/vector/detail/prior_impl.hpp -> build/lib/pythran/boost/fusion/container/vector/detail copying pythran/boost/fusion/container/vector/detail/value_at_impl.hpp -> build/lib/pythran/boost/fusion/container/vector/detail copying pythran/boost/fusion/container/vector/detail/value_of_impl.hpp -> build/lib/pythran/boost/fusion/container/vector/detail creating build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/limits.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/value_at_impl.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector10.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector10_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector20.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector20_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector30.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector30_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector40.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector40_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector50.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector50_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector_forward_ctor.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector_n.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 copying pythran/boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03 creating build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser10.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser20.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser30.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser40.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser50.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50_fwd.hpp -> build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed creating build/lib/pythran/boost/fusion/include copying pythran/boost/fusion/include/std_pair.hpp -> build/lib/pythran/boost/fusion/include copying pythran/boost/fusion/include/tuple.hpp -> build/lib/pythran/boost/fusion/include creating build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/advance.hpp -> build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/basic_iterator.hpp -> build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/deref.hpp -> build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/deref_data.hpp -> build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/distance.hpp -> build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/equal_to.hpp -> build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/iterator_facade.hpp -> build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/key_of.hpp -> build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/next.hpp -> build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/prior.hpp -> build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/segmented_iterator.hpp -> build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/value_of.hpp -> build/lib/pythran/boost/fusion/iterator copying pythran/boost/fusion/iterator/value_of_data.hpp -> build/lib/pythran/boost/fusion/iterator creating build/lib/pythran/boost/fusion/iterator/detail copying pythran/boost/fusion/iterator/detail/adapt_deref_traits.hpp -> build/lib/pythran/boost/fusion/iterator/detail copying pythran/boost/fusion/iterator/detail/adapt_value_traits.hpp -> build/lib/pythran/boost/fusion/iterator/detail copying pythran/boost/fusion/iterator/detail/advance.hpp -> build/lib/pythran/boost/fusion/iterator/detail copying pythran/boost/fusion/iterator/detail/distance.hpp -> build/lib/pythran/boost/fusion/iterator/detail copying pythran/boost/fusion/iterator/detail/segment_sequence.hpp -> build/lib/pythran/boost/fusion/iterator/detail copying pythran/boost/fusion/iterator/detail/segmented_equal_to.hpp -> build/lib/pythran/boost/fusion/iterator/detail copying pythran/boost/fusion/iterator/detail/segmented_iterator.hpp -> build/lib/pythran/boost/fusion/iterator/detail copying pythran/boost/fusion/iterator/detail/segmented_next_impl.hpp -> build/lib/pythran/boost/fusion/iterator/detail creating build/lib/pythran/boost/fusion/iterator/mpl copying pythran/boost/fusion/iterator/mpl/convert_iterator.hpp -> build/lib/pythran/boost/fusion/iterator/mpl copying pythran/boost/fusion/iterator/mpl/fusion_iterator.hpp -> build/lib/pythran/boost/fusion/iterator/mpl creating build/lib/pythran/boost/fusion/mpl copying pythran/boost/fusion/mpl/begin.hpp -> build/lib/pythran/boost/fusion/mpl copying pythran/boost/fusion/mpl/end.hpp -> build/lib/pythran/boost/fusion/mpl creating build/lib/pythran/boost/fusion/sequence copying pythran/boost/fusion/sequence/comparison.hpp -> build/lib/pythran/boost/fusion/sequence copying pythran/boost/fusion/sequence/intrinsic_fwd.hpp -> build/lib/pythran/boost/fusion/sequence copying pythran/boost/fusion/sequence/io.hpp -> build/lib/pythran/boost/fusion/sequence creating build/lib/pythran/boost/fusion/sequence/comparison copying pythran/boost/fusion/sequence/comparison/enable_comparison.hpp -> build/lib/pythran/boost/fusion/sequence/comparison copying pythran/boost/fusion/sequence/comparison/equal_to.hpp -> build/lib/pythran/boost/fusion/sequence/comparison copying pythran/boost/fusion/sequence/comparison/greater.hpp -> build/lib/pythran/boost/fusion/sequence/comparison copying pythran/boost/fusion/sequence/comparison/greater_equal.hpp -> build/lib/pythran/boost/fusion/sequence/comparison copying pythran/boost/fusion/sequence/comparison/less.hpp -> build/lib/pythran/boost/fusion/sequence/comparison copying pythran/boost/fusion/sequence/comparison/less_equal.hpp -> build/lib/pythran/boost/fusion/sequence/comparison copying pythran/boost/fusion/sequence/comparison/not_equal_to.hpp -> build/lib/pythran/boost/fusion/sequence/comparison creating build/lib/pythran/boost/fusion/sequence/comparison/detail copying pythran/boost/fusion/sequence/comparison/detail/equal_to.hpp -> build/lib/pythran/boost/fusion/sequence/comparison/detail copying pythran/boost/fusion/sequence/comparison/detail/greater.hpp -> build/lib/pythran/boost/fusion/sequence/comparison/detail copying pythran/boost/fusion/sequence/comparison/detail/greater_equal.hpp -> build/lib/pythran/boost/fusion/sequence/comparison/detail copying pythran/boost/fusion/sequence/comparison/detail/less.hpp -> build/lib/pythran/boost/fusion/sequence/comparison/detail copying pythran/boost/fusion/sequence/comparison/detail/less_equal.hpp -> build/lib/pythran/boost/fusion/sequence/comparison/detail copying pythran/boost/fusion/sequence/comparison/detail/not_equal_to.hpp -> build/lib/pythran/boost/fusion/sequence/comparison/detail creating build/lib/pythran/boost/fusion/sequence/intrinsic copying pythran/boost/fusion/sequence/intrinsic/at.hpp -> build/lib/pythran/boost/fusion/sequence/intrinsic copying pythran/boost/fusion/sequence/intrinsic/begin.hpp -> build/lib/pythran/boost/fusion/sequence/intrinsic copying pythran/boost/fusion/sequence/intrinsic/empty.hpp -> build/lib/pythran/boost/fusion/sequence/intrinsic copying pythran/boost/fusion/sequence/intrinsic/end.hpp -> build/lib/pythran/boost/fusion/sequence/intrinsic copying pythran/boost/fusion/sequence/intrinsic/segments.hpp -> build/lib/pythran/boost/fusion/sequence/intrinsic copying pythran/boost/fusion/sequence/intrinsic/size.hpp -> build/lib/pythran/boost/fusion/sequence/intrinsic copying pythran/boost/fusion/sequence/intrinsic/value_at.hpp -> build/lib/pythran/boost/fusion/sequence/intrinsic creating build/lib/pythran/boost/fusion/sequence/intrinsic/detail copying pythran/boost/fusion/sequence/intrinsic/detail/segmented_begin.hpp -> build/lib/pythran/boost/fusion/sequence/intrinsic/detail copying pythran/boost/fusion/sequence/intrinsic/detail/segmented_begin_impl.hpp -> build/lib/pythran/boost/fusion/sequence/intrinsic/detail copying pythran/boost/fusion/sequence/intrinsic/detail/segmented_end.hpp -> build/lib/pythran/boost/fusion/sequence/intrinsic/detail copying pythran/boost/fusion/sequence/intrinsic/detail/segmented_end_impl.hpp -> build/lib/pythran/boost/fusion/sequence/intrinsic/detail copying pythran/boost/fusion/sequence/intrinsic/detail/segmented_size.hpp -> build/lib/pythran/boost/fusion/sequence/intrinsic/detail creating build/lib/pythran/boost/fusion/sequence/io copying pythran/boost/fusion/sequence/io/in.hpp -> build/lib/pythran/boost/fusion/sequence/io copying pythran/boost/fusion/sequence/io/out.hpp -> build/lib/pythran/boost/fusion/sequence/io creating build/lib/pythran/boost/fusion/sequence/io/detail copying pythran/boost/fusion/sequence/io/detail/in.hpp -> build/lib/pythran/boost/fusion/sequence/io/detail copying pythran/boost/fusion/sequence/io/detail/manip.hpp -> build/lib/pythran/boost/fusion/sequence/io/detail copying pythran/boost/fusion/sequence/io/detail/out.hpp -> build/lib/pythran/boost/fusion/sequence/io/detail creating build/lib/pythran/boost/fusion/support copying pythran/boost/fusion/support/as_const.hpp -> build/lib/pythran/boost/fusion/support copying pythran/boost/fusion/support/category_of.hpp -> build/lib/pythran/boost/fusion/support copying pythran/boost/fusion/support/config.hpp -> build/lib/pythran/boost/fusion/support copying pythran/boost/fusion/support/is_iterator.hpp -> build/lib/pythran/boost/fusion/support copying pythran/boost/fusion/support/is_segmented.hpp -> build/lib/pythran/boost/fusion/support copying pythran/boost/fusion/support/is_sequence.hpp -> build/lib/pythran/boost/fusion/support copying pythran/boost/fusion/support/is_view.hpp -> build/lib/pythran/boost/fusion/support copying pythran/boost/fusion/support/iterator_base.hpp -> build/lib/pythran/boost/fusion/support copying pythran/boost/fusion/support/sequence_base.hpp -> build/lib/pythran/boost/fusion/support copying pythran/boost/fusion/support/tag_of.hpp -> build/lib/pythran/boost/fusion/support copying pythran/boost/fusion/support/tag_of_fwd.hpp -> build/lib/pythran/boost/fusion/support copying pythran/boost/fusion/support/void.hpp -> build/lib/pythran/boost/fusion/support creating build/lib/pythran/boost/fusion/support/detail copying pythran/boost/fusion/support/detail/access.hpp -> build/lib/pythran/boost/fusion/support/detail copying pythran/boost/fusion/support/detail/and.hpp -> build/lib/pythran/boost/fusion/support/detail copying pythran/boost/fusion/support/detail/as_fusion_element.hpp -> build/lib/pythran/boost/fusion/support/detail copying pythran/boost/fusion/support/detail/enabler.hpp -> build/lib/pythran/boost/fusion/support/detail copying pythran/boost/fusion/support/detail/index_sequence.hpp -> build/lib/pythran/boost/fusion/support/detail copying pythran/boost/fusion/support/detail/is_mpl_sequence.hpp -> build/lib/pythran/boost/fusion/support/detail copying pythran/boost/fusion/support/detail/is_native_fusion_sequence.hpp -> build/lib/pythran/boost/fusion/support/detail copying pythran/boost/fusion/support/detail/mpl_iterator_category.hpp -> build/lib/pythran/boost/fusion/support/detail copying pythran/boost/fusion/support/detail/pp_round.hpp -> build/lib/pythran/boost/fusion/support/detail copying pythran/boost/fusion/support/detail/segmented_fold_until_impl.hpp -> build/lib/pythran/boost/fusion/support/detail creating build/lib/pythran/boost/fusion/tuple copying pythran/boost/fusion/tuple/make_tuple.hpp -> build/lib/pythran/boost/fusion/tuple copying pythran/boost/fusion/tuple/tuple.hpp -> build/lib/pythran/boost/fusion/tuple copying pythran/boost/fusion/tuple/tuple_fwd.hpp -> build/lib/pythran/boost/fusion/tuple copying pythran/boost/fusion/tuple/tuple_tie.hpp -> build/lib/pythran/boost/fusion/tuple creating build/lib/pythran/boost/fusion/tuple/detail copying pythran/boost/fusion/tuple/detail/make_tuple.hpp -> build/lib/pythran/boost/fusion/tuple/detail copying pythran/boost/fusion/tuple/detail/tuple.hpp -> build/lib/pythran/boost/fusion/tuple/detail copying pythran/boost/fusion/tuple/detail/tuple_expand.hpp -> build/lib/pythran/boost/fusion/tuple/detail copying pythran/boost/fusion/tuple/detail/tuple_fwd.hpp -> build/lib/pythran/boost/fusion/tuple/detail copying pythran/boost/fusion/tuple/detail/tuple_tie.hpp -> build/lib/pythran/boost/fusion/tuple/detail creating build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/make_tuple.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/make_tuple10.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/make_tuple20.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/make_tuple30.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/make_tuple40.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/make_tuple50.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple10.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple10_fwd.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple20.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple20_fwd.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple30.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple30_fwd.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple40.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple40_fwd.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple50.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple50_fwd.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie10.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie20.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie30.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie40.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed copying pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie50.hpp -> build/lib/pythran/boost/fusion/tuple/detail/preprocessed creating build/lib/pythran/boost/fusion/view copying pythran/boost/fusion/view/iterator_range.hpp -> build/lib/pythran/boost/fusion/view creating build/lib/pythran/boost/fusion/view/iterator_range copying pythran/boost/fusion/view/iterator_range/iterator_range.hpp -> build/lib/pythran/boost/fusion/view/iterator_range creating build/lib/pythran/boost/fusion/view/iterator_range/detail copying pythran/boost/fusion/view/iterator_range/detail/at_impl.hpp -> build/lib/pythran/boost/fusion/view/iterator_range/detail copying pythran/boost/fusion/view/iterator_range/detail/begin_impl.hpp -> build/lib/pythran/boost/fusion/view/iterator_range/detail copying pythran/boost/fusion/view/iterator_range/detail/end_impl.hpp -> build/lib/pythran/boost/fusion/view/iterator_range/detail copying pythran/boost/fusion/view/iterator_range/detail/is_segmented_impl.hpp -> build/lib/pythran/boost/fusion/view/iterator_range/detail copying pythran/boost/fusion/view/iterator_range/detail/segmented_iterator_range.hpp -> build/lib/pythran/boost/fusion/view/iterator_range/detail copying pythran/boost/fusion/view/iterator_range/detail/segments_impl.hpp -> build/lib/pythran/boost/fusion/view/iterator_range/detail copying pythran/boost/fusion/view/iterator_range/detail/size_impl.hpp -> build/lib/pythran/boost/fusion/view/iterator_range/detail copying pythran/boost/fusion/view/iterator_range/detail/value_at_impl.hpp -> build/lib/pythran/boost/fusion/view/iterator_range/detail creating build/lib/pythran/boost/fusion/view/joint_view copying pythran/boost/fusion/view/joint_view/joint_view.hpp -> build/lib/pythran/boost/fusion/view/joint_view copying pythran/boost/fusion/view/joint_view/joint_view_fwd.hpp -> build/lib/pythran/boost/fusion/view/joint_view copying pythran/boost/fusion/view/joint_view/joint_view_iterator.hpp -> build/lib/pythran/boost/fusion/view/joint_view creating build/lib/pythran/boost/fusion/view/joint_view/detail copying pythran/boost/fusion/view/joint_view/detail/begin_impl.hpp -> build/lib/pythran/boost/fusion/view/joint_view/detail copying pythran/boost/fusion/view/joint_view/detail/deref_data_impl.hpp -> build/lib/pythran/boost/fusion/view/joint_view/detail copying pythran/boost/fusion/view/joint_view/detail/deref_impl.hpp -> build/lib/pythran/boost/fusion/view/joint_view/detail copying pythran/boost/fusion/view/joint_view/detail/end_impl.hpp -> build/lib/pythran/boost/fusion/view/joint_view/detail copying pythran/boost/fusion/view/joint_view/detail/key_of_impl.hpp -> build/lib/pythran/boost/fusion/view/joint_view/detail copying pythran/boost/fusion/view/joint_view/detail/next_impl.hpp -> build/lib/pythran/boost/fusion/view/joint_view/detail copying pythran/boost/fusion/view/joint_view/detail/value_of_data_impl.hpp -> build/lib/pythran/boost/fusion/view/joint_view/detail copying pythran/boost/fusion/view/joint_view/detail/value_of_impl.hpp -> build/lib/pythran/boost/fusion/view/joint_view/detail creating build/lib/pythran/boost/fusion/view/single_view copying pythran/boost/fusion/view/single_view/single_view.hpp -> build/lib/pythran/boost/fusion/view/single_view copying pythran/boost/fusion/view/single_view/single_view_iterator.hpp -> build/lib/pythran/boost/fusion/view/single_view creating build/lib/pythran/boost/fusion/view/single_view/detail copying pythran/boost/fusion/view/single_view/detail/advance_impl.hpp -> build/lib/pythran/boost/fusion/view/single_view/detail copying pythran/boost/fusion/view/single_view/detail/at_impl.hpp -> build/lib/pythran/boost/fusion/view/single_view/detail copying pythran/boost/fusion/view/single_view/detail/begin_impl.hpp -> build/lib/pythran/boost/fusion/view/single_view/detail copying pythran/boost/fusion/view/single_view/detail/deref_impl.hpp -> build/lib/pythran/boost/fusion/view/single_view/detail copying pythran/boost/fusion/view/single_view/detail/distance_impl.hpp -> build/lib/pythran/boost/fusion/view/single_view/detail copying pythran/boost/fusion/view/single_view/detail/end_impl.hpp -> build/lib/pythran/boost/fusion/view/single_view/detail copying pythran/boost/fusion/view/single_view/detail/equal_to_impl.hpp -> build/lib/pythran/boost/fusion/view/single_view/detail copying pythran/boost/fusion/view/single_view/detail/next_impl.hpp -> build/lib/pythran/boost/fusion/view/single_view/detail copying pythran/boost/fusion/view/single_view/detail/prior_impl.hpp -> build/lib/pythran/boost/fusion/view/single_view/detail copying pythran/boost/fusion/view/single_view/detail/size_impl.hpp -> build/lib/pythran/boost/fusion/view/single_view/detail copying pythran/boost/fusion/view/single_view/detail/value_at_impl.hpp -> build/lib/pythran/boost/fusion/view/single_view/detail copying pythran/boost/fusion/view/single_view/detail/value_of_impl.hpp -> build/lib/pythran/boost/fusion/view/single_view/detail creating build/lib/pythran/boost/iterator copying pythran/boost/iterator/advance.hpp -> build/lib/pythran/boost/iterator copying pythran/boost/iterator/distance.hpp -> build/lib/pythran/boost/iterator copying pythran/boost/iterator/interoperable.hpp -> build/lib/pythran/boost/iterator copying pythran/boost/iterator/iterator_adaptor.hpp -> build/lib/pythran/boost/iterator copying pythran/boost/iterator/iterator_categories.hpp -> build/lib/pythran/boost/iterator copying pythran/boost/iterator/iterator_concepts.hpp -> build/lib/pythran/boost/iterator copying pythran/boost/iterator/iterator_facade.hpp -> build/lib/pythran/boost/iterator copying pythran/boost/iterator/iterator_traits.hpp -> build/lib/pythran/boost/iterator copying pythran/boost/iterator/reverse_iterator.hpp -> build/lib/pythran/boost/iterator creating build/lib/pythran/boost/iterator/detail copying pythran/boost/iterator/detail/config_def.hpp -> build/lib/pythran/boost/iterator/detail copying pythran/boost/iterator/detail/config_undef.hpp -> build/lib/pythran/boost/iterator/detail copying pythran/boost/iterator/detail/enable_if.hpp -> build/lib/pythran/boost/iterator/detail copying pythran/boost/iterator/detail/facade_iterator_category.hpp -> build/lib/pythran/boost/iterator/detail creating build/lib/pythran/boost/lexical_cast copying pythran/boost/lexical_cast/bad_lexical_cast.hpp -> build/lib/pythran/boost/lexical_cast copying pythran/boost/lexical_cast/try_lexical_convert.hpp -> build/lib/pythran/boost/lexical_cast creating build/lib/pythran/boost/lexical_cast/detail copying pythran/boost/lexical_cast/detail/converter_lexical.hpp -> build/lib/pythran/boost/lexical_cast/detail copying pythran/boost/lexical_cast/detail/converter_lexical_streams.hpp -> build/lib/pythran/boost/lexical_cast/detail copying pythran/boost/lexical_cast/detail/converter_numeric.hpp -> build/lib/pythran/boost/lexical_cast/detail copying pythran/boost/lexical_cast/detail/inf_nan.hpp -> build/lib/pythran/boost/lexical_cast/detail copying pythran/boost/lexical_cast/detail/is_character.hpp -> build/lib/pythran/boost/lexical_cast/detail copying pythran/boost/lexical_cast/detail/lcast_char_constants.hpp -> build/lib/pythran/boost/lexical_cast/detail copying pythran/boost/lexical_cast/detail/lcast_unsigned_converters.hpp -> build/lib/pythran/boost/lexical_cast/detail copying pythran/boost/lexical_cast/detail/widest_char.hpp -> build/lib/pythran/boost/lexical_cast/detail creating build/lib/pythran/boost/math creating build/lib/pythran/boost/math/constants copying pythran/boost/math/constants/calculate_constants.hpp -> build/lib/pythran/boost/math/constants copying pythran/boost/math/constants/constants.hpp -> build/lib/pythran/boost/math/constants creating build/lib/pythran/boost/math/distributions copying pythran/boost/math/distributions/complement.hpp -> build/lib/pythran/boost/math/distributions copying pythran/boost/math/distributions/fwd.hpp -> build/lib/pythran/boost/math/distributions copying pythran/boost/math/distributions/normal.hpp -> build/lib/pythran/boost/math/distributions creating build/lib/pythran/boost/math/distributions/detail copying pythran/boost/math/distributions/detail/common_error_handling.hpp -> build/lib/pythran/boost/math/distributions/detail copying pythran/boost/math/distributions/detail/derived_accessors.hpp -> build/lib/pythran/boost/math/distributions/detail creating build/lib/pythran/boost/math/policies copying pythran/boost/math/policies/error_handling.hpp -> build/lib/pythran/boost/math/policies copying pythran/boost/math/policies/policy.hpp -> build/lib/pythran/boost/math/policies creating build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/bernoulli.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/bessel.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/bessel_prime.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/beta.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/binomial.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/cbrt.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/cos_pi.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/digamma.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/erf.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/expm1.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/factorials.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/fpclassify.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/gamma.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/hankel.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/hypot.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/lanczos.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/log1p.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/math_fwd.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/next.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/polygamma.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/pow.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/powm1.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/round.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/sign.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/sin_pi.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/sinc.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/sqrt1pm1.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/trigamma.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/trunc.hpp -> build/lib/pythran/boost/math/special_functions copying pythran/boost/math/special_functions/zeta.hpp -> build/lib/pythran/boost/math/special_functions creating build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/airy_ai_bi_zero.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bernoulli_details.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_derivatives_linear.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_i0.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_i1.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_ik.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_j0.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_j1.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_jn.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_jy.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_jy_asym.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_jy_derivatives_asym.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_jy_derivatives_series.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_jy_series.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_jy_zero.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_k0.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_k1.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_kn.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_y0.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_y1.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/bessel_yn.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/erf_inv.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/fp_traits.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/gamma_inva.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/ibeta_inv_ab.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/ibeta_inverse.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/iconv.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/igamma_inverse.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/igamma_large.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/lanczos_sse2.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/lgamma_small.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/polygamma.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/round_fwd.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/t_distribution_inv.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/unchecked_bernoulli.hpp -> build/lib/pythran/boost/math/special_functions/detail copying pythran/boost/math/special_functions/detail/unchecked_factorial.hpp -> build/lib/pythran/boost/math/special_functions/detail creating build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/atomic.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/big_constant.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/complex.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/config.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/convert_from_string.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/fraction.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/precision.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/promotion.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/rational.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/real_cast.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/roots.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/series.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/toms748_solve.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/tuple.hpp -> build/lib/pythran/boost/math/tools copying pythran/boost/math/tools/user.hpp -> build/lib/pythran/boost/math/tools creating build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/is_const_iterable.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_10.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_11.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_12.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_13.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_14.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_15.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_16.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_17.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_18.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_19.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_2.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_20.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_3.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_4.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_5.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_6.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_7.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_8.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner1_9.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_10.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_11.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_12.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_13.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_14.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_15.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_16.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_17.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_18.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_19.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_2.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_20.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_3.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_4.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_5.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_6.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_7.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_8.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner2_9.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_10.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_11.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_12.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_13.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_14.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_15.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_16.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_17.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_18.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_19.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_2.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_20.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_3.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_4.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_5.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_6.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_7.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_8.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/polynomial_horner3_9.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_10.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_11.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_12.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_13.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_14.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_15.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_16.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_17.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_18.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_19.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_2.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_20.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_3.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_4.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_5.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_6.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_7.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_8.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner1_9.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_10.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_11.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_12.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_13.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_14.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_15.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_16.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_17.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_18.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_19.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_2.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_20.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_3.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_4.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_5.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_6.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_7.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_8.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner2_9.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_10.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_11.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_12.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_13.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_14.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_15.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_16.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_17.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_18.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_19.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_2.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_20.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_3.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_4.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_5.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_6.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_7.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_8.hpp -> build/lib/pythran/boost/math/tools/detail copying pythran/boost/math/tools/detail/rational_horner3_9.hpp -> build/lib/pythran/boost/math/tools/detail creating build/lib/pythran/boost/move copying pythran/boost/move/core.hpp -> build/lib/pythran/boost/move copying pythran/boost/move/traits.hpp -> build/lib/pythran/boost/move copying pythran/boost/move/utility.hpp -> build/lib/pythran/boost/move copying pythran/boost/move/utility_core.hpp -> build/lib/pythran/boost/move creating build/lib/pythran/boost/move/detail copying pythran/boost/move/detail/config_begin.hpp -> build/lib/pythran/boost/move/detail copying pythran/boost/move/detail/config_end.hpp -> build/lib/pythran/boost/move/detail copying pythran/boost/move/detail/meta_utils.hpp -> build/lib/pythran/boost/move/detail copying pythran/boost/move/detail/meta_utils_core.hpp -> build/lib/pythran/boost/move/detail copying pythran/boost/move/detail/std_ns_begin.hpp -> build/lib/pythran/boost/move/detail copying pythran/boost/move/detail/std_ns_end.hpp -> build/lib/pythran/boost/move/detail copying pythran/boost/move/detail/type_traits.hpp -> build/lib/pythran/boost/move/detail copying pythran/boost/move/detail/workaround.hpp -> build/lib/pythran/boost/move/detail creating build/lib/pythran/boost/mpl copying pythran/boost/mpl/O1_size.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/O1_size_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/advance.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/advance_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/always.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/and.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/apply.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/apply_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/apply_wrap.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/arg.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/arg_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/assert.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/at.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/at_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/back_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/back_inserter.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/begin.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/begin_end.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/begin_end_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/bind.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/bind_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/bool.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/bool_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/clear.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/clear_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/comparison.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/contains.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/contains_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/deref.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/distance.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/distance_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/divides.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/empty_base.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/empty_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/end.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/equal_to.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/eval_if.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/find.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/find_if.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/fold.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/front_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/front_inserter.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/greater.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/greater_equal.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/has_xxx.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/identity.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/if.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/inherit.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/inserter.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/int.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/int_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/integral_c.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/integral_c_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/integral_c_tag.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/is_placeholder.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/is_sequence.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/iter_fold.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/iter_fold_if.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/iterator_range.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/iterator_tags.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/lambda.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/lambda_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/less.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/less_equal.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/list.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/logical.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/long.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/long_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/minus.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/multiplies.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/negate.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/next.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/next_prior.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/not.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/not_equal_to.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/numeric_cast.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/or.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/pair.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/placeholders.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/plus.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/pop_back_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/pop_front_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/prior.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/protect.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/push_back.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/push_back_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/push_front.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/push_front_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/quote.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/remove_if.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/reverse_fold.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/same_as.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/sequence_tag.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/sequence_tag_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/size.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/size_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/size_t.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/size_t_fwd.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/tag.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/times.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/vector.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/void.hpp -> build/lib/pythran/boost/mpl copying pythran/boost/mpl/void_fwd.hpp -> build/lib/pythran/boost/mpl creating build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/O1_size_impl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/adl_barrier.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/advance_backward.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/advance_forward.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/arg_typedef.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/arithmetic_op.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/arity.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/arity_spec.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/at_impl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/begin_end_impl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/clear_impl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/common_name_wknd.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/comparison_op.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/contains_impl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/count_args.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/find_if_pred.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/fold_impl_body.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/full_lambda.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/has_apply.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/has_begin.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/has_rebind.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/has_size.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/has_tag.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/has_type.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/include_preprocessed.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/inserter_algorithm.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/integral_wrapper.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/is_msvc_eti_arg.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/iter_apply.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/iter_fold_if_impl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/lambda_arity_param.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/lambda_no_ctps.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/lambda_spec.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/lambda_support.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/largest_int.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/logical_op.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/msvc_dtw.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/msvc_eti_base.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/msvc_is_class.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/msvc_never_true.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/msvc_type.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/na.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/na_assert.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/na_fwd.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/na_spec.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/nested_type_wknd.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/nttp_decl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/numeric_cast_utils.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/numeric_op.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/push_back_impl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/push_front_impl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/reverse_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/reverse_fold_impl_body.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/sequence_wrapper.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/size_impl.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/static_cast.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/template_arity.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/template_arity_fwd.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/traits_lambda_spec.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/type_wrapper.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/value_wknd.hpp -> build/lib/pythran/boost/mpl/aux_ copying pythran/boost/mpl/aux_/yes_no.hpp -> build/lib/pythran/boost/mpl/aux_ creating build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/adl.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/arrays.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/bcc.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/bind.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/compiler.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/ctps.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/dtp.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/eti.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/forwarding.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/gcc.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/gpu.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/has_apply.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/has_xxx.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/integral.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/intel.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/lambda.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/msvc.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/msvc_typename.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/nttp.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/overload_resolution.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/pp_counter.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/preprocessor.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/static_constant.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/ttp.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/typeof.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/use_preprocessed.hpp -> build/lib/pythran/boost/mpl/aux_/config copying pythran/boost/mpl/aux_/config/workaround.hpp -> build/lib/pythran/boost/mpl/aux_/config creating build/lib/pythran/boost/mpl/aux_/preprocessed creating build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/advance_backward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/advance_forward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/and.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/apply.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/apply_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/apply_wrap.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/arg.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/basic_bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/bind_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/bitand.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/bitor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/bitxor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/deque.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/divides.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/full_lambda.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/greater.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/greater_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/inherit.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/iter_fold_if_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/lambda_no_ctps.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/less.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/less_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/list.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/list_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/map.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/minus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/modulus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/not_equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/or.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/placeholders.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/plus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/quote.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/reverse_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/reverse_iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/set.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/set_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/shift_left.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/shift_right.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/template_arity.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/times.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/unpack_args.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/vector.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc copying pythran/boost/mpl/aux_/preprocessed/bcc/vector_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc creating build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/advance_backward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/advance_forward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/and.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/apply.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/apply_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/apply_wrap.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/arg.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/basic_bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/bind_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/bitand.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/bitor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/bitxor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/deque.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/divides.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/full_lambda.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/greater.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/greater_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/inherit.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/iter_fold_if_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/lambda_no_ctps.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/less.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/less_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/list.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/list_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/map.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/minus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/modulus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/not_equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/or.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/placeholders.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/plus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/quote.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/reverse_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/reverse_iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/set.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/set_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/shift_left.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/shift_right.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/template_arity.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/times.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/unpack_args.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/vector.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 copying pythran/boost/mpl/aux_/preprocessed/bcc551/vector_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551 creating build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/advance_backward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/advance_forward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/apply.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/apply_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/apply_wrap.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/arg.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/basic_bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bind_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bitand.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bitor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bitxor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/deque.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/divides.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/full_lambda.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/greater.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/greater_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/inherit.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_if_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/lambda_no_ctps.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/less.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/less_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/list.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/list_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/map.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/minus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/modulus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/not_equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/or.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/placeholders.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/plus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/quote.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/set.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/set_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/shift_left.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/shift_right.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/template_arity.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/times.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/unpack_args.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/vector.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying pythran/boost/mpl/aux_/preprocessed/bcc_pre590/vector_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 creating build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/advance_backward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/advance_forward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/and.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/apply.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/apply_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/apply_wrap.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/arg.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/basic_bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/bind_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/bitand.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/bitor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/bitxor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/deque.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/divides.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/full_lambda.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/greater.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/greater_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/inherit.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/iter_fold_if_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/lambda_no_ctps.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/less.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/less_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/list.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/list_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/map.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/minus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/modulus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/not_equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/or.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/placeholders.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/plus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/quote.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/reverse_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/reverse_iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/set.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/set_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/shift_left.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/shift_right.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/template_arity.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/times.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/unpack_args.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/vector.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc copying pythran/boost/mpl/aux_/preprocessed/dmc/vector_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/dmc creating build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/and.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/apply.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/arg.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/basic_bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/bitand.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/bitor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/bitxor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/deque.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/divides.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/greater.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/inherit.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/lambda_no_ctps.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/less.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/list.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/list_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/map.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/minus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/modulus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/or.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/plus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/quote.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/set.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/set_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/shift_left.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/shift_right.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/times.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/unpack_args.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/vector.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc copying pythran/boost/mpl/aux_/preprocessed/gcc/vector_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/gcc creating build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/advance_backward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/advance_forward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/and.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/apply.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/apply_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/apply_wrap.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/arg.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/basic_bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/bind_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/bitand.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/bitor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/bitxor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/deque.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/divides.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/full_lambda.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/greater.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/greater_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/inherit.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/iter_fold_if_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/lambda_no_ctps.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/less.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/less_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/list.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/list_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/map.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/minus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/modulus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/not_equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/or.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/placeholders.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/plus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/quote.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/reverse_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/reverse_iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/set.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/set_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/shift_left.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/shift_right.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/template_arity.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/times.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/unpack_args.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/vector.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 copying pythran/boost/mpl/aux_/preprocessed/msvc60/vector_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60 creating build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/advance_backward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/advance_forward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/and.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/apply.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/apply_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/apply_wrap.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/arg.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/basic_bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/bind_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/bitand.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/bitor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/bitxor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/deque.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/divides.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/full_lambda.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/greater.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/greater_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/inherit.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/iter_fold_if_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/lambda_no_ctps.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/less.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/less_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/list.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/list_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/map.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/minus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/modulus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/not_equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/or.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/placeholders.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/plus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/quote.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/reverse_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/reverse_iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/set.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/set_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/shift_left.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/shift_right.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/template_arity.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/times.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/unpack_args.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/vector.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 copying pythran/boost/mpl/aux_/preprocessed/msvc70/vector_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70 creating build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/advance_backward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/advance_forward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/and.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/apply.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/apply_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/apply_wrap.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/arg.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/basic_bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/bind_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/bitand.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/bitor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/bitxor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/deque.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/divides.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/full_lambda.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/greater.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/greater_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/inherit.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/iter_fold_if_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/lambda_no_ctps.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/less.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/less_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/list.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/list_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/map.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/minus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/modulus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/not_equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/or.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/placeholders.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/plus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/quote.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/reverse_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/reverse_iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/set.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/set_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/shift_left.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/shift_right.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/template_arity.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/times.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/unpack_args.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/vector.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw copying pythran/boost/mpl/aux_/preprocessed/mwcw/vector_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw creating build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/advance_backward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/advance_forward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/and.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/apply.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/apply_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/apply_wrap.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/arg.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/basic_bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/bind_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/bitand.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/bitor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/bitxor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/deque.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/divides.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/full_lambda.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/greater.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/greater_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/inherit.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_if_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/lambda_no_ctps.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/less.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/less_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/list.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/list_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/map.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/minus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/modulus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/not_equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/or.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/placeholders.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/plus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/quote.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/reverse_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/reverse_iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/set.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/set_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/shift_left.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/shift_right.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/template_arity.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/times.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/unpack_args.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/vector.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps copying pythran/boost/mpl/aux_/preprocessed/no_ctps/vector_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps creating build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/advance_backward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/advance_forward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/and.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/apply.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/apply_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/apply_wrap.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/arg.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/basic_bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/bind_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/bitand.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/bitor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/bitxor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/deque.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/divides.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/full_lambda.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/greater.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/greater_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/inherit.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_if_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/lambda_no_ctps.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/less.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/less_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/list.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/list_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/map.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/minus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/modulus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/not_equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/or.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/placeholders.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/plus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/quote.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/reverse_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/reverse_iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/set.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/set_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/shift_left.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/shift_right.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/template_arity.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/times.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/unpack_args.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/vector.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp copying pythran/boost/mpl/aux_/preprocessed/no_ttp/vector_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp creating build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/advance_backward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/advance_forward.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/and.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/apply.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/apply_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/apply_wrap.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/arg.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/basic_bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/bind.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/bind_fwd.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/bitand.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/bitor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/bitxor.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/deque.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/divides.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/greater.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/greater_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/inherit.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/iter_fold_if_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/lambda_no_ctps.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/less.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/less_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/list.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/list_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/map.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/minus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/modulus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/not_equal_to.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/or.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/placeholders.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/plus.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/quote.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/reverse_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/reverse_iter_fold_impl.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/set.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/set_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/shift_left.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/shift_right.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/template_arity.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/times.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/unpack_args.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/vector.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain copying pythran/boost/mpl/aux_/preprocessed/plain/vector_c.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessed/plain creating build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/add.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/def_params_tail.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/default_params.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/enum.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/ext_params.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/filter_params.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/is_seq.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/params.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/partial_spec_params.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/range.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/repeat.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/sub.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/token_equal.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor copying pythran/boost/mpl/aux_/preprocessor/tuple.hpp -> build/lib/pythran/boost/mpl/aux_/preprocessor creating build/lib/pythran/boost/mpl/limits copying pythran/boost/mpl/limits/arity.hpp -> build/lib/pythran/boost/mpl/limits copying pythran/boost/mpl/limits/list.hpp -> build/lib/pythran/boost/mpl/limits copying pythran/boost/mpl/limits/unrolling.hpp -> build/lib/pythran/boost/mpl/limits copying pythran/boost/mpl/limits/vector.hpp -> build/lib/pythran/boost/mpl/limits creating build/lib/pythran/boost/mpl/list copying pythran/boost/mpl/list/list0.hpp -> build/lib/pythran/boost/mpl/list copying pythran/boost/mpl/list/list0_c.hpp -> build/lib/pythran/boost/mpl/list copying pythran/boost/mpl/list/list10.hpp -> build/lib/pythran/boost/mpl/list copying pythran/boost/mpl/list/list10_c.hpp -> build/lib/pythran/boost/mpl/list copying pythran/boost/mpl/list/list20.hpp -> build/lib/pythran/boost/mpl/list copying pythran/boost/mpl/list/list20_c.hpp -> build/lib/pythran/boost/mpl/list copying pythran/boost/mpl/list/list30.hpp -> build/lib/pythran/boost/mpl/list copying pythran/boost/mpl/list/list30_c.hpp -> build/lib/pythran/boost/mpl/list copying pythran/boost/mpl/list/list40.hpp -> build/lib/pythran/boost/mpl/list copying pythran/boost/mpl/list/list40_c.hpp -> build/lib/pythran/boost/mpl/list copying pythran/boost/mpl/list/list50.hpp -> build/lib/pythran/boost/mpl/list copying pythran/boost/mpl/list/list50_c.hpp -> build/lib/pythran/boost/mpl/list creating build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/O1_size.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/begin_end.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/clear.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/empty.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/front.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/include_preprocessed.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/item.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/iterator.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/numbered.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/numbered_c.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/pop_front.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/push_back.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/push_front.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/size.hpp -> build/lib/pythran/boost/mpl/list/aux_ copying pythran/boost/mpl/list/aux_/tag.hpp -> build/lib/pythran/boost/mpl/list/aux_ creating build/lib/pythran/boost/mpl/list/aux_/preprocessed creating build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain copying pythran/boost/mpl/list/aux_/preprocessed/plain/list10.hpp -> build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain copying pythran/boost/mpl/list/aux_/preprocessed/plain/list10_c.hpp -> build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain copying pythran/boost/mpl/list/aux_/preprocessed/plain/list20.hpp -> build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain copying pythran/boost/mpl/list/aux_/preprocessed/plain/list20_c.hpp -> build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain copying pythran/boost/mpl/list/aux_/preprocessed/plain/list30.hpp -> build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain copying pythran/boost/mpl/list/aux_/preprocessed/plain/list30_c.hpp -> build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain copying pythran/boost/mpl/list/aux_/preprocessed/plain/list40.hpp -> build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain copying pythran/boost/mpl/list/aux_/preprocessed/plain/list40_c.hpp -> build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain copying pythran/boost/mpl/list/aux_/preprocessed/plain/list50.hpp -> build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain copying pythran/boost/mpl/list/aux_/preprocessed/plain/list50_c.hpp -> build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain creating build/lib/pythran/boost/mpl/vector copying pythran/boost/mpl/vector/vector0.hpp -> build/lib/pythran/boost/mpl/vector copying pythran/boost/mpl/vector/vector0_c.hpp -> build/lib/pythran/boost/mpl/vector copying pythran/boost/mpl/vector/vector10.hpp -> build/lib/pythran/boost/mpl/vector copying pythran/boost/mpl/vector/vector10_c.hpp -> build/lib/pythran/boost/mpl/vector copying pythran/boost/mpl/vector/vector20.hpp -> build/lib/pythran/boost/mpl/vector copying pythran/boost/mpl/vector/vector20_c.hpp -> build/lib/pythran/boost/mpl/vector copying pythran/boost/mpl/vector/vector30.hpp -> build/lib/pythran/boost/mpl/vector copying pythran/boost/mpl/vector/vector30_c.hpp -> build/lib/pythran/boost/mpl/vector copying pythran/boost/mpl/vector/vector40.hpp -> build/lib/pythran/boost/mpl/vector copying pythran/boost/mpl/vector/vector40_c.hpp -> build/lib/pythran/boost/mpl/vector copying pythran/boost/mpl/vector/vector50.hpp -> build/lib/pythran/boost/mpl/vector copying pythran/boost/mpl/vector/vector50_c.hpp -> build/lib/pythran/boost/mpl/vector creating build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/O1_size.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/at.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/back.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/begin_end.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/clear.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/empty.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/front.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/include_preprocessed.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/item.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/iterator.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/numbered.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/numbered_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/pop_back.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/pop_front.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/push_back.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/push_front.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/size.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/tag.hpp -> build/lib/pythran/boost/mpl/vector/aux_ copying pythran/boost/mpl/vector/aux_/vector0.hpp -> build/lib/pythran/boost/mpl/vector/aux_ creating build/lib/pythran/boost/mpl/vector/aux_/preprocessed creating build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps creating build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain copying pythran/boost/mpl/vector/aux_/preprocessed/plain/vector10.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain copying pythran/boost/mpl/vector/aux_/preprocessed/plain/vector10_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain copying pythran/boost/mpl/vector/aux_/preprocessed/plain/vector20.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain copying pythran/boost/mpl/vector/aux_/preprocessed/plain/vector20_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain copying pythran/boost/mpl/vector/aux_/preprocessed/plain/vector30.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain copying pythran/boost/mpl/vector/aux_/preprocessed/plain/vector30_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain copying pythran/boost/mpl/vector/aux_/preprocessed/plain/vector40.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain copying pythran/boost/mpl/vector/aux_/preprocessed/plain/vector40_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain copying pythran/boost/mpl/vector/aux_/preprocessed/plain/vector50.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain copying pythran/boost/mpl/vector/aux_/preprocessed/plain/vector50_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain creating build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50_c.hpp -> build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based creating build/lib/pythran/boost/numeric creating build/lib/pythran/boost/numeric/conversion copying pythran/boost/numeric/conversion/bounds.hpp -> build/lib/pythran/boost/numeric/conversion copying pythran/boost/numeric/conversion/cast.hpp -> build/lib/pythran/boost/numeric/conversion copying pythran/boost/numeric/conversion/conversion_traits.hpp -> build/lib/pythran/boost/numeric/conversion copying pythran/boost/numeric/conversion/converter.hpp -> build/lib/pythran/boost/numeric/conversion copying pythran/boost/numeric/conversion/converter_policies.hpp -> build/lib/pythran/boost/numeric/conversion copying pythran/boost/numeric/conversion/int_float_mixture_enum.hpp -> build/lib/pythran/boost/numeric/conversion copying pythran/boost/numeric/conversion/numeric_cast_traits.hpp -> build/lib/pythran/boost/numeric/conversion copying pythran/boost/numeric/conversion/sign_mixture_enum.hpp -> build/lib/pythran/boost/numeric/conversion copying pythran/boost/numeric/conversion/udt_builtin_mixture_enum.hpp -> build/lib/pythran/boost/numeric/conversion creating build/lib/pythran/boost/numeric/conversion/detail copying pythran/boost/numeric/conversion/detail/bounds.hpp -> build/lib/pythran/boost/numeric/conversion/detail copying pythran/boost/numeric/conversion/detail/conversion_traits.hpp -> build/lib/pythran/boost/numeric/conversion/detail copying pythran/boost/numeric/conversion/detail/converter.hpp -> build/lib/pythran/boost/numeric/conversion/detail copying pythran/boost/numeric/conversion/detail/int_float_mixture.hpp -> build/lib/pythran/boost/numeric/conversion/detail copying pythran/boost/numeric/conversion/detail/is_subranged.hpp -> build/lib/pythran/boost/numeric/conversion/detail copying pythran/boost/numeric/conversion/detail/meta.hpp -> build/lib/pythran/boost/numeric/conversion/detail copying pythran/boost/numeric/conversion/detail/numeric_cast_traits.hpp -> build/lib/pythran/boost/numeric/conversion/detail copying pythran/boost/numeric/conversion/detail/old_numeric_cast.hpp -> build/lib/pythran/boost/numeric/conversion/detail copying pythran/boost/numeric/conversion/detail/sign_mixture.hpp -> build/lib/pythran/boost/numeric/conversion/detail copying pythran/boost/numeric/conversion/detail/udt_builtin_mixture.hpp -> build/lib/pythran/boost/numeric/conversion/detail creating build/lib/pythran/boost/numeric/conversion/detail/preprocessed copying pythran/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp -> build/lib/pythran/boost/numeric/conversion/detail/preprocessed copying pythran/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp -> build/lib/pythran/boost/numeric/conversion/detail/preprocessed creating build/lib/pythran/boost/optional copying pythran/boost/optional/bad_optional_access.hpp -> build/lib/pythran/boost/optional copying pythran/boost/optional/optional.hpp -> build/lib/pythran/boost/optional copying pythran/boost/optional/optional_fwd.hpp -> build/lib/pythran/boost/optional creating build/lib/pythran/boost/optional/detail copying pythran/boost/optional/detail/old_optional_implementation.hpp -> build/lib/pythran/boost/optional/detail copying pythran/boost/optional/detail/optional_aligned_storage.hpp -> build/lib/pythran/boost/optional/detail copying pythran/boost/optional/detail/optional_config.hpp -> build/lib/pythran/boost/optional/detail copying pythran/boost/optional/detail/optional_factory_support.hpp -> build/lib/pythran/boost/optional/detail copying pythran/boost/optional/detail/optional_reference_spec.hpp -> build/lib/pythran/boost/optional/detail copying pythran/boost/optional/detail/optional_relops.hpp -> build/lib/pythran/boost/optional/detail copying pythran/boost/optional/detail/optional_swap.hpp -> build/lib/pythran/boost/optional/detail copying pythran/boost/optional/detail/optional_trivially_copyable_base.hpp -> build/lib/pythran/boost/optional/detail creating build/lib/pythran/boost/predef copying pythran/boost/predef/architecture.h -> build/lib/pythran/boost/predef copying pythran/boost/predef/compiler.h -> build/lib/pythran/boost/predef copying pythran/boost/predef/hardware.h -> build/lib/pythran/boost/predef copying pythran/boost/predef/language.h -> build/lib/pythran/boost/predef copying pythran/boost/predef/library.h -> build/lib/pythran/boost/predef copying pythran/boost/predef/make.h -> build/lib/pythran/boost/predef copying pythran/boost/predef/os.h -> build/lib/pythran/boost/predef copying pythran/boost/predef/other.h -> build/lib/pythran/boost/predef copying pythran/boost/predef/platform.h -> build/lib/pythran/boost/predef copying pythran/boost/predef/version.h -> build/lib/pythran/boost/predef copying pythran/boost/predef/version_number.h -> build/lib/pythran/boost/predef creating build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/alpha.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/arm.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/blackfin.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/convex.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/ia64.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/m68k.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/mips.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/parisc.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/ppc.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/ptx.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/pyramid.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/rs6k.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/sparc.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/superh.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/sys370.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/sys390.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/x86.h -> build/lib/pythran/boost/predef/architecture copying pythran/boost/predef/architecture/z.h -> build/lib/pythran/boost/predef/architecture creating build/lib/pythran/boost/predef/architecture/x86 copying pythran/boost/predef/architecture/x86/32.h -> build/lib/pythran/boost/predef/architecture/x86 copying pythran/boost/predef/architecture/x86/64.h -> build/lib/pythran/boost/predef/architecture/x86 creating build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/borland.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/clang.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/comeau.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/compaq.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/diab.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/digitalmars.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/dignus.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/edg.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/ekopath.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/gcc.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/gcc_xml.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/greenhills.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/hp_acc.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/iar.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/ibm.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/intel.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/kai.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/llvm.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/metaware.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/metrowerks.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/microtec.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/mpw.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/nvcc.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/palm.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/pgi.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/sgi_mipspro.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/sunpro.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/tendra.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/visualc.h -> build/lib/pythran/boost/predef/compiler copying pythran/boost/predef/compiler/watcom.h -> build/lib/pythran/boost/predef/compiler creating build/lib/pythran/boost/predef/detail copying pythran/boost/predef/detail/_cassert.h -> build/lib/pythran/boost/predef/detail copying pythran/boost/predef/detail/_exception.h -> build/lib/pythran/boost/predef/detail copying pythran/boost/predef/detail/comp_detected.h -> build/lib/pythran/boost/predef/detail copying pythran/boost/predef/detail/os_detected.h -> build/lib/pythran/boost/predef/detail copying pythran/boost/predef/detail/platform_detected.h -> build/lib/pythran/boost/predef/detail copying pythran/boost/predef/detail/test.h -> build/lib/pythran/boost/predef/detail creating build/lib/pythran/boost/predef/hardware copying pythran/boost/predef/hardware/simd.h -> build/lib/pythran/boost/predef/hardware creating build/lib/pythran/boost/predef/hardware/simd copying pythran/boost/predef/hardware/simd/arm.h -> build/lib/pythran/boost/predef/hardware/simd copying pythran/boost/predef/hardware/simd/ppc.h -> build/lib/pythran/boost/predef/hardware/simd copying pythran/boost/predef/hardware/simd/x86.h -> build/lib/pythran/boost/predef/hardware/simd copying pythran/boost/predef/hardware/simd/x86_amd.h -> build/lib/pythran/boost/predef/hardware/simd creating build/lib/pythran/boost/predef/hardware/simd/arm copying pythran/boost/predef/hardware/simd/arm/versions.h -> build/lib/pythran/boost/predef/hardware/simd/arm creating build/lib/pythran/boost/predef/hardware/simd/ppc copying pythran/boost/predef/hardware/simd/ppc/versions.h -> build/lib/pythran/boost/predef/hardware/simd/ppc creating build/lib/pythran/boost/predef/hardware/simd/x86 copying pythran/boost/predef/hardware/simd/x86/versions.h -> build/lib/pythran/boost/predef/hardware/simd/x86 creating build/lib/pythran/boost/predef/hardware/simd/x86_amd copying pythran/boost/predef/hardware/simd/x86_amd/versions.h -> build/lib/pythran/boost/predef/hardware/simd/x86_amd creating build/lib/pythran/boost/predef/language copying pythran/boost/predef/language/cuda.h -> build/lib/pythran/boost/predef/language copying pythran/boost/predef/language/objc.h -> build/lib/pythran/boost/predef/language copying pythran/boost/predef/language/stdc.h -> build/lib/pythran/boost/predef/language copying pythran/boost/predef/language/stdcpp.h -> build/lib/pythran/boost/predef/language creating build/lib/pythran/boost/predef/library copying pythran/boost/predef/library/c.h -> build/lib/pythran/boost/predef/library copying pythran/boost/predef/library/std.h -> build/lib/pythran/boost/predef/library creating build/lib/pythran/boost/predef/library/c copying pythran/boost/predef/library/c/_prefix.h -> build/lib/pythran/boost/predef/library/c copying pythran/boost/predef/library/c/cloudabi.h -> build/lib/pythran/boost/predef/library/c copying pythran/boost/predef/library/c/gnu.h -> build/lib/pythran/boost/predef/library/c copying pythran/boost/predef/library/c/uc.h -> build/lib/pythran/boost/predef/library/c copying pythran/boost/predef/library/c/vms.h -> build/lib/pythran/boost/predef/library/c copying pythran/boost/predef/library/c/zos.h -> build/lib/pythran/boost/predef/library/c creating build/lib/pythran/boost/predef/library/std copying pythran/boost/predef/library/std/_prefix.h -> build/lib/pythran/boost/predef/library/std copying pythran/boost/predef/library/std/cxx.h -> build/lib/pythran/boost/predef/library/std copying pythran/boost/predef/library/std/dinkumware.h -> build/lib/pythran/boost/predef/library/std copying pythran/boost/predef/library/std/libcomo.h -> build/lib/pythran/boost/predef/library/std copying pythran/boost/predef/library/std/modena.h -> build/lib/pythran/boost/predef/library/std copying pythran/boost/predef/library/std/msl.h -> build/lib/pythran/boost/predef/library/std copying pythran/boost/predef/library/std/roguewave.h -> build/lib/pythran/boost/predef/library/std copying pythran/boost/predef/library/std/sgi.h -> build/lib/pythran/boost/predef/library/std copying pythran/boost/predef/library/std/stdcpp3.h -> build/lib/pythran/boost/predef/library/std copying pythran/boost/predef/library/std/stlport.h -> build/lib/pythran/boost/predef/library/std copying pythran/boost/predef/library/std/vacpp.h -> build/lib/pythran/boost/predef/library/std creating build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/aix.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/amigaos.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/android.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/beos.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/bsd.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/cygwin.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/haiku.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/hpux.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/ios.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/irix.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/linux.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/macos.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/os400.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/qnxnto.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/solaris.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/unix.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/vms.h -> build/lib/pythran/boost/predef/os copying pythran/boost/predef/os/windows.h -> build/lib/pythran/boost/predef/os creating build/lib/pythran/boost/predef/os/bsd copying pythran/boost/predef/os/bsd/bsdi.h -> build/lib/pythran/boost/predef/os/bsd copying pythran/boost/predef/os/bsd/dragonfly.h -> build/lib/pythran/boost/predef/os/bsd copying pythran/boost/predef/os/bsd/free.h -> build/lib/pythran/boost/predef/os/bsd copying pythran/boost/predef/os/bsd/net.h -> build/lib/pythran/boost/predef/os/bsd copying pythran/boost/predef/os/bsd/open.h -> build/lib/pythran/boost/predef/os/bsd creating build/lib/pythran/boost/predef/other copying pythran/boost/predef/other/endian.h -> build/lib/pythran/boost/predef/other creating build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/android.h -> build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/cloudabi.h -> build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/ios.h -> build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/mingw.h -> build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/mingw32.h -> build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/mingw64.h -> build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/windows_desktop.h -> build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/windows_phone.h -> build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/windows_runtime.h -> build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/windows_server.h -> build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/windows_store.h -> build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/windows_system.h -> build/lib/pythran/boost/predef/platform copying pythran/boost/predef/platform/windows_uwp.h -> build/lib/pythran/boost/predef/platform creating build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/cat.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/comma_if.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/dec.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/empty.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/enum.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/enum_params.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/enum_params_with_a_default.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/enum_shifted_params.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/expr_if.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/identity.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/if.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/inc.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/iterate.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/repeat.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/repeat_from_to.hpp -> build/lib/pythran/boost/preprocessor copying pythran/boost/preprocessor/stringize.hpp -> build/lib/pythran/boost/preprocessor creating build/lib/pythran/boost/preprocessor/arithmetic copying pythran/boost/preprocessor/arithmetic/add.hpp -> build/lib/pythran/boost/preprocessor/arithmetic copying pythran/boost/preprocessor/arithmetic/dec.hpp -> build/lib/pythran/boost/preprocessor/arithmetic copying pythran/boost/preprocessor/arithmetic/inc.hpp -> build/lib/pythran/boost/preprocessor/arithmetic copying pythran/boost/preprocessor/arithmetic/mod.hpp -> build/lib/pythran/boost/preprocessor/arithmetic copying pythran/boost/preprocessor/arithmetic/sub.hpp -> build/lib/pythran/boost/preprocessor/arithmetic creating build/lib/pythran/boost/preprocessor/arithmetic/detail copying pythran/boost/preprocessor/arithmetic/detail/div_base.hpp -> build/lib/pythran/boost/preprocessor/arithmetic/detail creating build/lib/pythran/boost/preprocessor/array copying pythran/boost/preprocessor/array/data.hpp -> build/lib/pythran/boost/preprocessor/array copying pythran/boost/preprocessor/array/elem.hpp -> build/lib/pythran/boost/preprocessor/array copying pythran/boost/preprocessor/array/size.hpp -> build/lib/pythran/boost/preprocessor/array creating build/lib/pythran/boost/preprocessor/comparison copying pythran/boost/preprocessor/comparison/less.hpp -> build/lib/pythran/boost/preprocessor/comparison copying pythran/boost/preprocessor/comparison/less_equal.hpp -> build/lib/pythran/boost/preprocessor/comparison copying pythran/boost/preprocessor/comparison/not_equal.hpp -> build/lib/pythran/boost/preprocessor/comparison creating build/lib/pythran/boost/preprocessor/config copying pythran/boost/preprocessor/config/config.hpp -> build/lib/pythran/boost/preprocessor/config creating build/lib/pythran/boost/preprocessor/control copying pythran/boost/preprocessor/control/deduce_d.hpp -> build/lib/pythran/boost/preprocessor/control copying pythran/boost/preprocessor/control/expr_if.hpp -> build/lib/pythran/boost/preprocessor/control copying pythran/boost/preprocessor/control/expr_iif.hpp -> build/lib/pythran/boost/preprocessor/control copying pythran/boost/preprocessor/control/if.hpp -> build/lib/pythran/boost/preprocessor/control copying pythran/boost/preprocessor/control/iif.hpp -> build/lib/pythran/boost/preprocessor/control copying pythran/boost/preprocessor/control/while.hpp -> build/lib/pythran/boost/preprocessor/control creating build/lib/pythran/boost/preprocessor/control/detail copying pythran/boost/preprocessor/control/detail/while.hpp -> build/lib/pythran/boost/preprocessor/control/detail creating build/lib/pythran/boost/preprocessor/control/detail/dmc copying pythran/boost/preprocessor/control/detail/dmc/while.hpp -> build/lib/pythran/boost/preprocessor/control/detail/dmc creating build/lib/pythran/boost/preprocessor/control/detail/edg copying pythran/boost/preprocessor/control/detail/edg/while.hpp -> build/lib/pythran/boost/preprocessor/control/detail/edg creating build/lib/pythran/boost/preprocessor/control/detail/msvc copying pythran/boost/preprocessor/control/detail/msvc/while.hpp -> build/lib/pythran/boost/preprocessor/control/detail/msvc creating build/lib/pythran/boost/preprocessor/debug copying pythran/boost/preprocessor/debug/error.hpp -> build/lib/pythran/boost/preprocessor/debug creating build/lib/pythran/boost/preprocessor/detail copying pythran/boost/preprocessor/detail/auto_rec.hpp -> build/lib/pythran/boost/preprocessor/detail copying pythran/boost/preprocessor/detail/check.hpp -> build/lib/pythran/boost/preprocessor/detail copying pythran/boost/preprocessor/detail/is_binary.hpp -> build/lib/pythran/boost/preprocessor/detail copying pythran/boost/preprocessor/detail/is_unary.hpp -> build/lib/pythran/boost/preprocessor/detail copying pythran/boost/preprocessor/detail/split.hpp -> build/lib/pythran/boost/preprocessor/detail creating build/lib/pythran/boost/preprocessor/detail/dmc copying pythran/boost/preprocessor/detail/dmc/auto_rec.hpp -> build/lib/pythran/boost/preprocessor/detail/dmc creating build/lib/pythran/boost/preprocessor/facilities copying pythran/boost/preprocessor/facilities/empty.hpp -> build/lib/pythran/boost/preprocessor/facilities copying pythran/boost/preprocessor/facilities/expand.hpp -> build/lib/pythran/boost/preprocessor/facilities copying pythran/boost/preprocessor/facilities/identity.hpp -> build/lib/pythran/boost/preprocessor/facilities copying pythran/boost/preprocessor/facilities/intercept.hpp -> build/lib/pythran/boost/preprocessor/facilities copying pythran/boost/preprocessor/facilities/is_1.hpp -> build/lib/pythran/boost/preprocessor/facilities copying pythran/boost/preprocessor/facilities/is_empty.hpp -> build/lib/pythran/boost/preprocessor/facilities copying pythran/boost/preprocessor/facilities/is_empty_variadic.hpp -> build/lib/pythran/boost/preprocessor/facilities copying pythran/boost/preprocessor/facilities/overload.hpp -> build/lib/pythran/boost/preprocessor/facilities creating build/lib/pythran/boost/preprocessor/facilities/detail copying pythran/boost/preprocessor/facilities/detail/is_empty.hpp -> build/lib/pythran/boost/preprocessor/facilities/detail creating build/lib/pythran/boost/preprocessor/iteration copying pythran/boost/preprocessor/iteration/iterate.hpp -> build/lib/pythran/boost/preprocessor/iteration copying pythran/boost/preprocessor/iteration/local.hpp -> build/lib/pythran/boost/preprocessor/iteration copying pythran/boost/preprocessor/iteration/self.hpp -> build/lib/pythran/boost/preprocessor/iteration creating build/lib/pythran/boost/preprocessor/iteration/detail copying pythran/boost/preprocessor/iteration/detail/finish.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail copying pythran/boost/preprocessor/iteration/detail/local.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail copying pythran/boost/preprocessor/iteration/detail/rlocal.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail copying pythran/boost/preprocessor/iteration/detail/self.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail copying pythran/boost/preprocessor/iteration/detail/start.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail creating build/lib/pythran/boost/preprocessor/iteration/detail/bounds copying pythran/boost/preprocessor/iteration/detail/bounds/lower1.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/bounds copying pythran/boost/preprocessor/iteration/detail/bounds/lower2.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/bounds copying pythran/boost/preprocessor/iteration/detail/bounds/lower3.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/bounds copying pythran/boost/preprocessor/iteration/detail/bounds/lower4.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/bounds copying pythran/boost/preprocessor/iteration/detail/bounds/lower5.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/bounds copying pythran/boost/preprocessor/iteration/detail/bounds/upper1.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/bounds copying pythran/boost/preprocessor/iteration/detail/bounds/upper2.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/bounds copying pythran/boost/preprocessor/iteration/detail/bounds/upper3.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/bounds copying pythran/boost/preprocessor/iteration/detail/bounds/upper4.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/bounds copying pythran/boost/preprocessor/iteration/detail/bounds/upper5.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/bounds creating build/lib/pythran/boost/preprocessor/iteration/detail/iter copying pythran/boost/preprocessor/iteration/detail/iter/forward1.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/iter copying pythran/boost/preprocessor/iteration/detail/iter/forward2.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/iter copying pythran/boost/preprocessor/iteration/detail/iter/forward3.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/iter copying pythran/boost/preprocessor/iteration/detail/iter/forward4.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/iter copying pythran/boost/preprocessor/iteration/detail/iter/forward5.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/iter copying pythran/boost/preprocessor/iteration/detail/iter/reverse1.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/iter copying pythran/boost/preprocessor/iteration/detail/iter/reverse2.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/iter copying pythran/boost/preprocessor/iteration/detail/iter/reverse3.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/iter copying pythran/boost/preprocessor/iteration/detail/iter/reverse4.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/iter copying pythran/boost/preprocessor/iteration/detail/iter/reverse5.hpp -> build/lib/pythran/boost/preprocessor/iteration/detail/iter creating build/lib/pythran/boost/preprocessor/list copying pythran/boost/preprocessor/list/adt.hpp -> build/lib/pythran/boost/preprocessor/list copying pythran/boost/preprocessor/list/fold_left.hpp -> build/lib/pythran/boost/preprocessor/list copying pythran/boost/preprocessor/list/fold_right.hpp -> build/lib/pythran/boost/preprocessor/list copying pythran/boost/preprocessor/list/for_each_i.hpp -> build/lib/pythran/boost/preprocessor/list copying pythran/boost/preprocessor/list/reverse.hpp -> build/lib/pythran/boost/preprocessor/list creating build/lib/pythran/boost/preprocessor/list/detail copying pythran/boost/preprocessor/list/detail/fold_left.hpp -> build/lib/pythran/boost/preprocessor/list/detail copying pythran/boost/preprocessor/list/detail/fold_right.hpp -> build/lib/pythran/boost/preprocessor/list/detail creating build/lib/pythran/boost/preprocessor/list/detail/dmc copying pythran/boost/preprocessor/list/detail/dmc/fold_left.hpp -> build/lib/pythran/boost/preprocessor/list/detail/dmc creating build/lib/pythran/boost/preprocessor/list/detail/edg copying pythran/boost/preprocessor/list/detail/edg/fold_left.hpp -> build/lib/pythran/boost/preprocessor/list/detail/edg copying pythran/boost/preprocessor/list/detail/edg/fold_right.hpp -> build/lib/pythran/boost/preprocessor/list/detail/edg creating build/lib/pythran/boost/preprocessor/logical copying pythran/boost/preprocessor/logical/and.hpp -> build/lib/pythran/boost/preprocessor/logical copying pythran/boost/preprocessor/logical/bitand.hpp -> build/lib/pythran/boost/preprocessor/logical copying pythran/boost/preprocessor/logical/bitor.hpp -> build/lib/pythran/boost/preprocessor/logical copying pythran/boost/preprocessor/logical/bool.hpp -> build/lib/pythran/boost/preprocessor/logical copying pythran/boost/preprocessor/logical/compl.hpp -> build/lib/pythran/boost/preprocessor/logical copying pythran/boost/preprocessor/logical/not.hpp -> build/lib/pythran/boost/preprocessor/logical copying pythran/boost/preprocessor/logical/or.hpp -> build/lib/pythran/boost/preprocessor/logical creating build/lib/pythran/boost/preprocessor/punctuation copying pythran/boost/preprocessor/punctuation/comma.hpp -> build/lib/pythran/boost/preprocessor/punctuation copying pythran/boost/preprocessor/punctuation/comma_if.hpp -> build/lib/pythran/boost/preprocessor/punctuation copying pythran/boost/preprocessor/punctuation/is_begin_parens.hpp -> build/lib/pythran/boost/preprocessor/punctuation copying pythran/boost/preprocessor/punctuation/paren.hpp -> build/lib/pythran/boost/preprocessor/punctuation creating build/lib/pythran/boost/preprocessor/punctuation/detail copying pythran/boost/preprocessor/punctuation/detail/is_begin_parens.hpp -> build/lib/pythran/boost/preprocessor/punctuation/detail creating build/lib/pythran/boost/preprocessor/repetition copying pythran/boost/preprocessor/repetition/enum.hpp -> build/lib/pythran/boost/preprocessor/repetition copying pythran/boost/preprocessor/repetition/enum_binary_params.hpp -> build/lib/pythran/boost/preprocessor/repetition copying pythran/boost/preprocessor/repetition/enum_params.hpp -> build/lib/pythran/boost/preprocessor/repetition copying pythran/boost/preprocessor/repetition/enum_params_with_a_default.hpp -> build/lib/pythran/boost/preprocessor/repetition copying pythran/boost/preprocessor/repetition/enum_shifted.hpp -> build/lib/pythran/boost/preprocessor/repetition copying pythran/boost/preprocessor/repetition/enum_shifted_params.hpp -> build/lib/pythran/boost/preprocessor/repetition copying pythran/boost/preprocessor/repetition/enum_trailing.hpp -> build/lib/pythran/boost/preprocessor/repetition copying pythran/boost/preprocessor/repetition/enum_trailing_params.hpp -> build/lib/pythran/boost/preprocessor/repetition copying pythran/boost/preprocessor/repetition/for.hpp -> build/lib/pythran/boost/preprocessor/repetition copying pythran/boost/preprocessor/repetition/repeat.hpp -> build/lib/pythran/boost/preprocessor/repetition copying pythran/boost/preprocessor/repetition/repeat_from_to.hpp -> build/lib/pythran/boost/preprocessor/repetition creating build/lib/pythran/boost/preprocessor/repetition/detail copying pythran/boost/preprocessor/repetition/detail/for.hpp -> build/lib/pythran/boost/preprocessor/repetition/detail creating build/lib/pythran/boost/preprocessor/repetition/detail/dmc copying pythran/boost/preprocessor/repetition/detail/dmc/for.hpp -> build/lib/pythran/boost/preprocessor/repetition/detail/dmc creating build/lib/pythran/boost/preprocessor/repetition/detail/edg copying pythran/boost/preprocessor/repetition/detail/edg/for.hpp -> build/lib/pythran/boost/preprocessor/repetition/detail/edg creating build/lib/pythran/boost/preprocessor/repetition/detail/msvc copying pythran/boost/preprocessor/repetition/detail/msvc/for.hpp -> build/lib/pythran/boost/preprocessor/repetition/detail/msvc creating build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/cat.hpp -> build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/elem.hpp -> build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/enum.hpp -> build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/first_n.hpp -> build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/fold_left.hpp -> build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/for_each.hpp -> build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/for_each_i.hpp -> build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/push_front.hpp -> build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/rest_n.hpp -> build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/seq.hpp -> build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/size.hpp -> build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/subseq.hpp -> build/lib/pythran/boost/preprocessor/seq copying pythran/boost/preprocessor/seq/transform.hpp -> build/lib/pythran/boost/preprocessor/seq creating build/lib/pythran/boost/preprocessor/seq/detail copying pythran/boost/preprocessor/seq/detail/is_empty.hpp -> build/lib/pythran/boost/preprocessor/seq/detail copying pythran/boost/preprocessor/seq/detail/split.hpp -> build/lib/pythran/boost/preprocessor/seq/detail creating build/lib/pythran/boost/preprocessor/slot copying pythran/boost/preprocessor/slot/slot.hpp -> build/lib/pythran/boost/preprocessor/slot creating build/lib/pythran/boost/preprocessor/slot/detail copying pythran/boost/preprocessor/slot/detail/counter.hpp -> build/lib/pythran/boost/preprocessor/slot/detail copying pythran/boost/preprocessor/slot/detail/def.hpp -> build/lib/pythran/boost/preprocessor/slot/detail copying pythran/boost/preprocessor/slot/detail/shared.hpp -> build/lib/pythran/boost/preprocessor/slot/detail copying pythran/boost/preprocessor/slot/detail/slot1.hpp -> build/lib/pythran/boost/preprocessor/slot/detail copying pythran/boost/preprocessor/slot/detail/slot2.hpp -> build/lib/pythran/boost/preprocessor/slot/detail copying pythran/boost/preprocessor/slot/detail/slot3.hpp -> build/lib/pythran/boost/preprocessor/slot/detail copying pythran/boost/preprocessor/slot/detail/slot4.hpp -> build/lib/pythran/boost/preprocessor/slot/detail copying pythran/boost/preprocessor/slot/detail/slot5.hpp -> build/lib/pythran/boost/preprocessor/slot/detail creating build/lib/pythran/boost/preprocessor/tuple copying pythran/boost/preprocessor/tuple/eat.hpp -> build/lib/pythran/boost/preprocessor/tuple copying pythran/boost/preprocessor/tuple/elem.hpp -> build/lib/pythran/boost/preprocessor/tuple copying pythran/boost/preprocessor/tuple/rem.hpp -> build/lib/pythran/boost/preprocessor/tuple copying pythran/boost/preprocessor/tuple/size.hpp -> build/lib/pythran/boost/preprocessor/tuple copying pythran/boost/preprocessor/tuple/to_list.hpp -> build/lib/pythran/boost/preprocessor/tuple copying pythran/boost/preprocessor/tuple/to_seq.hpp -> build/lib/pythran/boost/preprocessor/tuple creating build/lib/pythran/boost/preprocessor/tuple/detail copying pythran/boost/preprocessor/tuple/detail/is_single_return.hpp -> build/lib/pythran/boost/preprocessor/tuple/detail creating build/lib/pythran/boost/preprocessor/variadic copying pythran/boost/preprocessor/variadic/elem.hpp -> build/lib/pythran/boost/preprocessor/variadic copying pythran/boost/preprocessor/variadic/has_opt.hpp -> build/lib/pythran/boost/preprocessor/variadic copying pythran/boost/preprocessor/variadic/size.hpp -> build/lib/pythran/boost/preprocessor/variadic copying pythran/boost/preprocessor/variadic/to_seq.hpp -> build/lib/pythran/boost/preprocessor/variadic creating build/lib/pythran/boost/preprocessor/variadic/detail copying pythran/boost/preprocessor/variadic/detail/has_opt.hpp -> build/lib/pythran/boost/preprocessor/variadic/detail creating build/lib/pythran/boost/range copying pythran/boost/range/begin.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/concepts.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/config.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/const_iterator.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/difference_type.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/distance.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/empty.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/end.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/functions.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/has_range_iterator.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/iterator.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/iterator_range_core.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/mutable_iterator.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/range_fwd.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/rbegin.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/rend.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/reverse_iterator.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/size.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/size_type.hpp -> build/lib/pythran/boost/range copying pythran/boost/range/value_type.hpp -> build/lib/pythran/boost/range creating build/lib/pythran/boost/range/algorithm copying pythran/boost/range/algorithm/equal.hpp -> build/lib/pythran/boost/range/algorithm creating build/lib/pythran/boost/range/detail copying pythran/boost/range/detail/begin.hpp -> build/lib/pythran/boost/range/detail copying pythran/boost/range/detail/common.hpp -> build/lib/pythran/boost/range/detail copying pythran/boost/range/detail/end.hpp -> build/lib/pythran/boost/range/detail copying pythran/boost/range/detail/extract_optional_type.hpp -> build/lib/pythran/boost/range/detail copying pythran/boost/range/detail/has_member_size.hpp -> build/lib/pythran/boost/range/detail copying pythran/boost/range/detail/implementation_help.hpp -> build/lib/pythran/boost/range/detail copying pythran/boost/range/detail/misc_concept.hpp -> build/lib/pythran/boost/range/detail copying pythran/boost/range/detail/msvc_has_iterator_workaround.hpp -> build/lib/pythran/boost/range/detail copying pythran/boost/range/detail/safe_bool.hpp -> build/lib/pythran/boost/range/detail copying pythran/boost/range/detail/sfinae.hpp -> build/lib/pythran/boost/range/detail creating build/lib/pythran/boost/smart_ptr copying pythran/boost/smart_ptr/bad_weak_ptr.hpp -> build/lib/pythran/boost/smart_ptr copying pythran/boost/smart_ptr/shared_ptr.hpp -> build/lib/pythran/boost/smart_ptr creating build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/lightweight_mutex.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/local_counted_base.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/local_sp_deleter.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/lwm_nop.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/lwm_pthreads.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/lwm_win32_cs.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/operator_bool.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/quick_allocator.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/shared_count.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_convertible.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_aix.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_clang.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_nt.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_pt.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_spin.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_sync.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_base_w32.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_counted_impl.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_disable_deprecated.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_has_sync.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_interlocked.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_noexcept.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_nullptr_t.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/sp_typeinfo_.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/spinlock.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/spinlock_gcc_arm.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/spinlock_nt.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/spinlock_pool.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/spinlock_pt.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/spinlock_std_atomic.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/spinlock_sync.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/spinlock_w32.hpp -> build/lib/pythran/boost/smart_ptr/detail copying pythran/boost/smart_ptr/detail/yield_k.hpp -> build/lib/pythran/boost/smart_ptr/detail creating build/lib/pythran/boost/tuple copying pythran/boost/tuple/tuple.hpp -> build/lib/pythran/boost/tuple copying pythran/boost/tuple/tuple_comparison.hpp -> build/lib/pythran/boost/tuple creating build/lib/pythran/boost/tuple/detail copying pythran/boost/tuple/detail/tuple_basic.hpp -> build/lib/pythran/boost/tuple/detail creating build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/add_const.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/add_cv.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/add_lvalue_reference.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/add_pointer.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/add_reference.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/add_rvalue_reference.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/add_volatile.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/alignment_of.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/conditional.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/conversion_traits.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/cv_traits.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/decay.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/declval.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/enable_if.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/function_traits.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_left_shift.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_minus.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_minus_assign.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_nothrow_assign.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_nothrow_constructor.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_nothrow_copy.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_plus.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_plus_assign.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_right_shift.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_trivial_assign.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_trivial_constructor.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_trivial_copy.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_trivial_move_assign.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/has_trivial_move_constructor.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/integral_constant.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/intrinsics.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_abstract.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_arithmetic.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_array.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_assignable.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_base_and_derived.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_base_of.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_class.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_complete.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_complex.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_const.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_constructible.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_convertible.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_copy_constructible.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_default_constructible.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_destructible.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_detected.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_empty.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_enum.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_float.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_floating_point.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_function.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_fundamental.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_integral.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_lvalue_reference.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_member_function_pointer.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_member_pointer.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_noncopyable.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_nothrow_move_assignable.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_nothrow_move_constructible.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_pod.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_pointer.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_polymorphic.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_reference.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_rvalue_reference.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_same.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_scalar.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_signed.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_union.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_unsigned.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_void.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/is_volatile.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/make_signed.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/make_unsigned.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/make_void.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/nonesuch.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/remove_all_extents.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/remove_bounds.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/remove_const.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/remove_cv.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/remove_cv_ref.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/remove_extent.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/remove_pointer.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/remove_reference.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/remove_volatile.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/type_identity.hpp -> build/lib/pythran/boost/type_traits copying pythran/boost/type_traits/type_with_alignment.hpp -> build/lib/pythran/boost/type_traits creating build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/config.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/detector.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/has_binary_operator.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/is_function_cxx_03.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/is_function_cxx_11.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/is_function_msvc10_fix.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/is_function_ptr_helper.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/is_function_ptr_tester.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/is_likely_lambda.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/is_rvalue_reference_msvc10_fix.hpp -> build/lib/pythran/boost/type_traits/detail copying pythran/boost/type_traits/detail/yes_no_type.hpp -> build/lib/pythran/boost/type_traits/detail creating build/lib/pythran/boost/typeof copying pythran/boost/typeof/constant.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/decltype.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/encode_decode.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/encode_decode_params.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/int_encoding.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/integral_template_param.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/message.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/modifiers.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/native.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/pointers_data_members.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/register_functions.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/register_functions_iterate.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/register_fundamental.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/register_mem_functions.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/template_encoding.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/template_template_param.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/type_encoding.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/type_template_param.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/typeof.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/typeof_impl.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/unsupported.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/vector.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/vector100.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/vector150.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/vector200.hpp -> build/lib/pythran/boost/typeof copying pythran/boost/typeof/vector50.hpp -> build/lib/pythran/boost/typeof creating build/lib/pythran/boost/typeof/dmc copying pythran/boost/typeof/dmc/typeof_impl.hpp -> build/lib/pythran/boost/typeof/dmc creating build/lib/pythran/boost/typeof/msvc copying pythran/boost/typeof/msvc/typeof_impl.hpp -> build/lib/pythran/boost/typeof/msvc creating build/lib/pythran/boost/utility copying pythran/boost/utility/base_from_member.hpp -> build/lib/pythran/boost/utility copying pythran/boost/utility/binary.hpp -> build/lib/pythran/boost/utility copying pythran/boost/utility/compare_pointees.hpp -> build/lib/pythran/boost/utility copying pythran/boost/utility/declval.hpp -> build/lib/pythran/boost/utility copying pythran/boost/utility/enable_if.hpp -> build/lib/pythran/boost/utility copying pythran/boost/utility/identity_type.hpp -> build/lib/pythran/boost/utility copying pythran/boost/utility/result_of.hpp -> build/lib/pythran/boost/utility copying pythran/boost/utility/swap.hpp -> build/lib/pythran/boost/utility creating build/lib/pythran/boost/utility/detail copying pythran/boost/utility/detail/result_of_iterate.hpp -> build/lib/pythran/boost/utility/detail creating build/lib/pythran/pythonic copying pythran/pythonic/core.hpp -> build/lib/pythran/pythonic creating build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/clear.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/conjugate.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/copy.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/count.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/index.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/pop.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/remove.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/sort.hpp -> build/lib/pythran/pythonic/__dispatch__ copying pythran/pythonic/__dispatch__/update.hpp -> build/lib/pythran/pythonic/__dispatch__ creating build/lib/pythran/pythonic/bisect copying pythran/pythonic/bisect/bisect.hpp -> build/lib/pythran/pythonic/bisect copying pythran/pythonic/bisect/bisect_left.hpp -> build/lib/pythran/pythonic/bisect copying pythran/pythonic/bisect/bisect_right.hpp -> build/lib/pythran/pythonic/bisect creating build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ArithmeticError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/AssertionError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/AttributeError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/BaseException.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/BufferError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/BytesWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/DeprecationWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/EOFError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/EnvironmentError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/Exception.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/False.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/FileNotFoundError.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/GeneratorExit.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/IOError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ImportError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ImportWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/IndentationError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/IndexError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/KeyError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/KeyboardInterrupt.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/LookupError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/MemoryError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/NameError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/None.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/NotImplementedError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/OSError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/OverflowError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/PendingDeprecationWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ReferenceError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/RuntimeError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/RuntimeWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/StopIteration.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/SyntaxError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/SyntaxWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/SystemError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/SystemExit.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/TabError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/True.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/TypeError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/UnboundLocalError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/UnicodeError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/UnicodeWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/UserWarning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ValueError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/Warning.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ZeroDivisionError.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/abs.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/all.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/any.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/assert.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/bin.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/bool_.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/chr.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/complex.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/dict.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/divmod.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/enumerate.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/file.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/filter.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/float_.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/getattr.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/hex.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/id.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/in.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/int_.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/isinstance.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/iter.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/len.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/list.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/map.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/max.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/min.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/minmax.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/next.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/oct.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/open.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/ord.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/pow.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/print.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/range.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/reduce.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/reversed.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/round.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/set.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/slice.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/sorted.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/str.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/sum.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/tuple.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/type.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/xrange.hpp -> build/lib/pythran/pythonic/builtins copying pythran/pythonic/builtins/zip.hpp -> build/lib/pythran/pythonic/builtins 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/dict copying pythran/pythonic/builtins/dict/clear.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/copy.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/items.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/pop.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/setdefault.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/update.hpp -> build/lib/pythran/pythonic/builtins/dict copying pythran/pythonic/builtins/dict/values.hpp -> build/lib/pythran/pythonic/builtins/dict creating build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/close.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/flush.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/next.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/readline.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/seek.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/tell.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/write.hpp -> build/lib/pythran/pythonic/builtins/file copying pythran/pythonic/builtins/file/writelines.hpp -> build/lib/pythran/pythonic/builtins/file 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/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/extend.hpp -> build/lib/pythran/pythonic/builtins/list copying pythran/pythonic/builtins/list/insert.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/reverse.hpp -> build/lib/pythran/pythonic/builtins/list copying pythran/pythonic/builtins/list/sort.hpp -> build/lib/pythran/pythonic/builtins/list 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/StaticIfCont.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/StaticIfReturn.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/and_.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/kwonly.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/make_shape.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/static_if.hpp -> build/lib/pythran/pythonic/builtins/pythran copying pythran/pythonic/builtins/pythran/static_list.hpp -> build/lib/pythran/pythonic/builtins/pythran creating build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/add.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/copy.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/difference_update.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/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/isdisjoint.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/issuperset.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/symmetric_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/union_.hpp -> build/lib/pythran/pythonic/builtins/set copying pythran/pythonic/builtins/set/update.hpp -> build/lib/pythran/pythonic/builtins/set creating build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/__mod__.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/capitalize.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/endswith.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/isalpha.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/join.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/lstrip.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/split.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/splitlines.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/strip.hpp -> build/lib/pythran/pythonic/builtins/str copying pythran/pythonic/builtins/str/upper.hpp -> build/lib/pythran/pythonic/builtins/str creating 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/asin.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/asinh.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/atan.hpp -> 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/cosh.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/e.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/exp.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/isinf.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/isnan.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/log.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/log10.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/pi.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/sin.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/sinh.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/sqrt.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/tan.hpp -> build/lib/pythran/pythonic/cmath copying pythran/pythonic/cmath/tanh.hpp -> build/lib/pythran/pythonic/cmath 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/include creating build/lib/pythran/pythonic/include/__dispatch__ copying pythran/pythonic/include/__dispatch__/clear.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__/copy.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__/index.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__/remove.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__/update.hpp -> build/lib/pythran/pythonic/include/__dispatch__ 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_left.hpp -> build/lib/pythran/pythonic/include/bisect copying pythran/pythonic/include/bisect/bisect_right.hpp -> build/lib/pythran/pythonic/include/bisect creating build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/ArithmeticError.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/AttributeError.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/BufferError.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/DeprecationWarning.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/EnvironmentError.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/False.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/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/GeneratorExit.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/ImportError.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/IndentationError.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/KeyError.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/LookupError.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/NameError.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/NotImplementedError.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/OverflowError.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/ReferenceError.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/RuntimeWarning.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/SyntaxError.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/SystemError.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/TabError.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/TypeError.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/UnicodeError.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/UserWarning.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/Warning.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/abs.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/any.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/bin.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/chr.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/dict.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/enumerate.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/filter.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/getattr.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/id.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/int_.hpp -> build/lib/pythran/pythonic/include/builtins copying pythran/pythonic/include/builtins/isinstance.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/len.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/map.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/min.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/next.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/open.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/pow.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/range.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/reversed.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/set.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/sorted.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/sum.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/type.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/zip.hpp -> build/lib/pythran/pythonic/include/builtins 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/dict copying pythran/pythonic/include/builtins/dict/clear.hpp -> build/lib/pythran/pythonic/include/builtins/dict copying pythran/pythonic/include/builtins/dict/copy.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/items.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/pop.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/setdefault.hpp -> 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/values.hpp -> build/lib/pythran/pythonic/include/builtins/dict creating 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/fileno.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/isatty.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/read.hpp -> build/lib/pythran/pythonic/include/builtins/file copying pythran/pythonic/include/builtins/file/readline.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/seek.hpp -> 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/truncate.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/writelines.hpp -> build/lib/pythran/pythonic/include/builtins/file 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/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/extend.hpp -> 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/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/reverse.hpp -> build/lib/pythran/pythonic/include/builtins/list copying pythran/pythonic/include/builtins/list/sort.hpp -> build/lib/pythran/pythonic/include/builtins/list 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/StaticIfCont.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/StaticIfReturn.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/and_.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/kwonly.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/make_shape.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/static_if.hpp -> build/lib/pythran/pythonic/include/builtins/pythran copying pythran/pythonic/include/builtins/pythran/static_list.hpp -> build/lib/pythran/pythonic/include/builtins/pythran creating 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/clear.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/copy.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/difference_update.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/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/isdisjoint.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/issuperset.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/symmetric_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/union_.hpp -> build/lib/pythran/pythonic/include/builtins/set copying pythran/pythonic/include/builtins/set/update.hpp -> build/lib/pythran/pythonic/include/builtins/set creating 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/capitalize.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/endswith.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/isalpha.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/join.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/lstrip.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/split.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/splitlines.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/strip.hpp -> build/lib/pythran/pythonic/include/builtins/str copying pythran/pythonic/include/builtins/str/upper.hpp -> build/lib/pythran/pythonic/include/builtins/str creating 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/asin.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/atan.hpp -> 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/cosh.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/exp.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/isinf.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/log.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/pi.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/sinh.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/tan.hpp -> build/lib/pythran/pythonic/include/cmath copying pythran/pythonic/include/cmath/tanh.hpp -> build/lib/pythran/pythonic/include/cmath 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/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/close.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/flush.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/next.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/readline.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/seek.hpp -> 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/truncate.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/writelines.hpp -> build/lib/pythran/pythonic/include/io/_io/TextIOWrapper creating 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/count.hpp -> build/lib/pythran/pythonic/include/itertools copying pythran/pythonic/include/itertools/ifilter.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/permutations.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/repeat.hpp -> build/lib/pythran/pythonic/include/itertools creating 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/asin.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/atan.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/atanh.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/copysign.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/cosh.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/e.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/erfc.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/expm1.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/factorial.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/fmod.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/isinf.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/ldexp.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/log.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/log1p.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/pi.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/radians.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/sinh.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/tan.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/trunc.hpp -> build/lib/pythran/pythonic/include/math creating build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/.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/abs.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/add.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/all.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/alltrue.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/amin.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/angle_in_deg.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/any.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/arange.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/arccosh.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/arcsinh.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/arctan2.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/argmax.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/argsort.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/around.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/array2string.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/array_equiv.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/array_str.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/asarray_chkfinite.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/asfarray.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/atleast_1d.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/atleast_3d.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/base_repr.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/bincount.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/bitwise_not.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/bitwise_xor.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/broadcast_to.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/cbrt.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/clip.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/complex128.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/complex64.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/conj.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/convolve.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/copysign.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/correlate.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/cosh.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/cross.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/cumproduct.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/deg2rad.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/delete_.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/diagflat.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/diff.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/divide.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/double_.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/ediff1d.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/empty_like.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/exp.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/expm1.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/fabs.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/finfo.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/flatnonzero.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/fliplr.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/float128.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/float64.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/floor.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/fmax.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/fmod.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/fromfile.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/fromiter.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/full.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/greater.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/heaviside.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/hypot.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/imag.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/inf.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/insert.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/int32.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/int8.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/intc.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/intersect1d.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/invert.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/iscomplex.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/isinf.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/isneginf.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/isreal.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/isscalar.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/ldexp.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/less.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/lexsort.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/log.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/log1p.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/logaddexp.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/logical_and.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/logical_or.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/logspace.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/max.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/mean.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/min.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/mod.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/nan.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/nanargmax.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/nanmax.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/nansum.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/ndenumerate.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/ndindex.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/newaxis.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/nonzero.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/ones.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/outer.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/pi.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/power.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/product.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/put.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/rad2deg.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/ravel.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/reciprocal.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/remainder.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/resize.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/rint.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/rollaxis.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/round.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/searchsorted.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/setdiff1d.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/short_.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/signbit.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/sinh.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/sometrue.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/sort_complex.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/split.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/square.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/std_.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/sum.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/take.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/tanh.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/trace.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/tri.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/trim_zeros.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/true_divide.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/ubyte.hpp -> 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/ufunc_reduce.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/uint16.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/uint64.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/uintc.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/ulonglong.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/unique.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/unwrap.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/var.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/vstack.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/zeros.hpp -> build/lib/pythran/pythonic/include/numpy copying pythran/pythonic/include/numpy/zeros_like.hpp -> build/lib/pythran/pythonic/include/numpy 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/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/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/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/copysign copying pythran/pythonic/include/numpy/copysign/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/copysign 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/divide copying pythran/pythonic/include/numpy/divide/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/divide 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/fft copying pythran/pythonic/include/numpy/fft/c2c.hpp -> build/lib/pythran/pythonic/include/numpy/fft copying pythran/pythonic/include/numpy/fft/fft.hpp -> build/lib/pythran/pythonic/include/numpy/fft copying pythran/pythonic/include/numpy/fft/fftn.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/rfft.hpp -> build/lib/pythran/pythonic/include/numpy/fft 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/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/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/fmod copying pythran/pythonic/include/numpy/fmod/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/fmod 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/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/heaviside copying pythran/pythonic/include/numpy/heaviside/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/heaviside 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/ldexp copying pythran/pythonic/include/numpy/ldexp/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/ldexp 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/less copying pythran/pythonic/include/numpy/less/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/less 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/logaddexp copying pythran/pythonic/include/numpy/logaddexp/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/logaddexp 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_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/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/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/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/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/mod copying pythran/pythonic/include/numpy/mod/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/mod 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/ndarray copying pythran/pythonic/include/numpy/ndarray/astype.hpp -> 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/flatten.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/reshape.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/tofile.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/tostring.hpp -> build/lib/pythran/pythonic/include/numpy/ndarray copying pythran/pythonic/include/numpy/ndarray/view.hpp -> build/lib/pythran/pythonic/include/numpy/ndarray 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/nextafter copying pythran/pythonic/include/numpy/nextafter/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/nextafter 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/power copying pythran/pythonic/include/numpy/power/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/power creating 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/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/choice.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/exponential.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/gamma.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/geometric.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/laplace.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/lognormal.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/negative_binomial.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/pareto.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/power.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/randint.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/random.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/random_sample.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/rayleigh.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/seed.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/standard_exponential.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/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/weibull.hpp -> build/lib/pythran/pythonic/include/numpy/random 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/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/subtract copying pythran/pythonic/include/numpy/subtract/accumulate.hpp -> build/lib/pythran/pythonic/include/numpy/subtract 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/omp copying pythran/pythonic/include/omp/get_num_threads.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_wtick.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/in_parallel.hpp -> build/lib/pythran/pythonic/include/omp copying pythran/pythonic/include/omp/set_nested.hpp -> build/lib/pythran/pythonic/include/omp creating build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/__abs__.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_/__and__.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_/__contains__.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_/__div__.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_/__floordiv__.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_/__getitem__.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_/__iadd__.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_/__iconcat__.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_/__ifloordiv__.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_/__imod__.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_/__inv__.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_/__ior__.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_/__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_/__itruediv__.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_/__le__.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_/__lt__.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_/__mod__.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_/__ne__.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_/__not__.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_/__pos__.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_/__sub__.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_/__xor__.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_/add.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_/concat.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_/countOf.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_/div.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_/floordiv.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_/getitem.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_/iadd.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_/icommon.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_/idiv.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_/ilshift.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_/imax.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_/imod.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_/indexOf.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_/invert.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_/ipow.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_/is_.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_/isub.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_/itruediv.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_/le.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_/lt.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_/mod.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_/ne.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_/not_.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_/overloads.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_/pow.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_/sub.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_/truth.hpp -> build/lib/pythran/pythonic/include/operator_ copying pythran/pythonic/include/operator_/xor_.hpp -> build/lib/pythran/pythonic/include/operator_ 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/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/gauss.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/random.hpp -> build/lib/pythran/pythonic/include/random copying pythran/pythonic/include/random/randrange.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/seed.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/uniform.hpp -> build/lib/pythran/pythonic/include/random creating build/lib/pythran/pythonic/include/scipy creating 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/gamma.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/gammaincinv.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/hankel1.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/i0.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/iv.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/jv.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/kv.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/ndtr.hpp -> build/lib/pythran/pythonic/include/scipy/special copying pythran/pythonic/include/scipy/special/ndtri.hpp -> 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/spherical_yn.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/yvp.hpp -> build/lib/pythran/pythonic/include/scipy/special 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/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/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/hexdigits.hpp -> build/lib/pythran/pythonic/include/string copying pythran/pythonic/include/string/octdigits.hpp -> build/lib/pythran/pythonic/include/string 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/types copying pythran/pythonic/include/types/NoneType.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/attr.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/cfun.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/clongdouble.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/complex.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/complex256.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/dict.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/empty_iterator.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/file.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/float.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/float32.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/generator.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/int.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/int32.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/int8.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/intp.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/list.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/longdouble.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/nditerator.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/numpy_broadcast.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_gexpr.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/numpy_nary_expr.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/numpy_operators.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/numpy_unary_op.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/pointer.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/set.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/static_if.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/traits.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/uint16.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/uint64.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/uintc.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/variant_functor.hpp -> build/lib/pythran/pythonic/include/types copying pythran/pythonic/include/types/vectorizable_type.hpp -> build/lib/pythran/pythonic/include/types creating 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/broadcast_copy.hpp -> build/lib/pythran/pythonic/include/utils copying pythran/pythonic/include/utils/functor.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/int_.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/meta.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/numpy_conversion.hpp -> 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/reserve.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/shared_ref.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/yield.hpp -> build/lib/pythran/pythonic/include/utils 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/close.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/flush.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/next.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/readline.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/seek.hpp -> 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/truncate.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/writelines.hpp -> build/lib/pythran/pythonic/io/_io/TextIOWrapper creating 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/count.hpp -> build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/ifilter.hpp -> build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/islice.hpp -> build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/permutations.hpp -> build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/product.hpp -> build/lib/pythran/pythonic/itertools copying pythran/pythonic/itertools/repeat.hpp -> build/lib/pythran/pythonic/itertools creating 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/asin.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/asinh.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/atan.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/atan2.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/atanh.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/ceil.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/copysign.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/cos.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/cosh.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/degrees.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/e.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/erf.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/erfc.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/exp.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/expm1.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/fabs.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/factorial.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/floor.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/fmod.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/isinf.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/isnan.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/ldexp.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/lgamma.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/log.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/log10.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/log1p.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/modf.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/pi.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/pow.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/radians.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/sin.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/sinh.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/sqrt.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/tan.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/tanh.hpp -> build/lib/pythran/pythonic/math copying pythran/pythonic/math/trunc.hpp -> build/lib/pythran/pythonic/math creating build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/NINF.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/abs.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/absolute.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/add.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/alen.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/all.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/allclose.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/alltrue.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/amax.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/amin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/angle.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/angle_in_deg.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/angle_in_rad.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/any.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/append.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arange.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arccos.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arccosh.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arcsin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arcsinh.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arctan.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arctan2.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/arctanh.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/argmax.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/argmin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/argminmax.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/argsort.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/argwhere.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/around.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/array.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/array2string.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/array_equal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/array_equiv.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/array_split.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/array_str.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/asarray.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/asarray_chkfinite.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ascontiguousarray.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/asfarray.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/asscalar.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/atleast_1d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/atleast_2d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/atleast_3d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/average.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/base_repr.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/binary_repr.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/bincount.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/bitwise_and.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/bitwise_not.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/bitwise_or.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/bitwise_xor.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/bool_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/broadcast_to.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/byte.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cbrt.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ceil.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/clip.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/complex.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/complex128.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/complex256.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/complex64.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/concatenate.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/conj.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/conjugate.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/convolve.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/copy.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/copysign.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/copyto.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/correlate.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cos.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cosh.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/count_nonzero.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cross.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cumprod.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cumproduct.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/cumsum.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/deg2rad.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/degrees.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/delete_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/diag.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/diagflat.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/diagonal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/diff.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/digitize.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/divide.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/dot.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/double_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/e.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ediff1d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/empty.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/empty_like.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/equal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/exp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/expand_dims.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/expm1.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/eye.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fabs.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fill_diagonal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/finfo.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fix.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/flatnonzero.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/flip.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fliplr.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/flipud.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/float128.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/float32.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/float64.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/float_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/floor.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/floor_divide.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fmax.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fmin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fmod.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/frexp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fromfile.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fromfunction.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fromiter.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/fromstring.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/full.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/full_like.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/greater.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/greater_equal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/heaviside.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/hstack.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/hypot.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/identity.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/imag.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/indices.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/inf.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/inner.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/insert.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/int16.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/int32.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/int64.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/int8.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/int_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/intc.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/interp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/interp_core.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/intersect1d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/intp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/invert.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isclose.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/iscomplex.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isfinite.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isinf.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isnan.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isneginf.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isposinf.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isreal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isrealobj.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/isscalar.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/issctype.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ldexp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/left_shift.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/less.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/less_equal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/lexsort.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/linspace.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/log.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/log10.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/log1p.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/log2.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logaddexp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logaddexp2.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logical_and.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logical_not.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logical_or.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logical_xor.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/logspace.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/longlong.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/max.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/maximum.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/mean.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/median.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/min.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/minimum.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/mod.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/multiply.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nan.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nan_to_num.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nanargmax.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nanargmin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nanmax.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nanmin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nansum.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ndarray.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ndenumerate.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ndim.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ndindex.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/negative.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/newaxis.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nextafter.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/nonzero.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/not_equal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ones.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ones_like.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/outer.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/partial_sum.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/pi.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/place.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/power.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/prod.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/product.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ptp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/put.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/putmask.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/rad2deg.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/radians.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ravel.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/real.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/reciprocal.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/reduce.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/remainder.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/repeat.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/resize.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/right_shift.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/rint.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/roll.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/rollaxis.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/rot90.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/round.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/round_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/searchsorted.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/select.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/setdiff1d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/shape.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/short_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sign.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/signbit.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sin.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sinh.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/size.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sometrue.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sort.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sort_complex.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/spacing.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/split.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sqrt.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/square.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/stack.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/std_.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/subtract.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/sum.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/swapaxes.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/take.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/tan.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/tanh.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/tile.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/trace.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/transpose.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/tri.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/tril.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/trim_zeros.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/triu.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/true_divide.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/trunc.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ubyte.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ufunc_accumulate.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ufunc_reduce.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uint.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uint16.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uint32.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uint64.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uint8.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uintc.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/uintp.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ulonglong.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/union1d.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/unique.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/unravel_index.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/unwrap.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/ushort.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/var.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/vdot.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/vstack.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/where.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/zeros.hpp -> build/lib/pythran/pythonic/numpy copying pythran/pythonic/numpy/zeros_like.hpp -> build/lib/pythran/pythonic/numpy 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/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/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/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/copysign copying pythran/pythonic/numpy/copysign/accumulate.hpp -> build/lib/pythran/pythonic/numpy/copysign 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/divide copying pythran/pythonic/numpy/divide/accumulate.hpp -> build/lib/pythran/pythonic/numpy/divide 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/fft copying pythran/pythonic/numpy/fft/c2c.hpp -> build/lib/pythran/pythonic/numpy/fft copying pythran/pythonic/numpy/fft/fft.hpp -> build/lib/pythran/pythonic/numpy/fft copying pythran/pythonic/numpy/fft/fftn.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/pocketfft.hpp -> build/lib/pythran/pythonic/numpy/fft copying pythran/pythonic/numpy/fft/rfft.hpp -> build/lib/pythran/pythonic/numpy/fft 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/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/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/fmod copying pythran/pythonic/numpy/fmod/accumulate.hpp -> build/lib/pythran/pythonic/numpy/fmod 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/greater_equal copying pythran/pythonic/numpy/greater_equal/accumulate.hpp -> build/lib/pythran/pythonic/numpy/greater_equal 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/hypot copying pythran/pythonic/numpy/hypot/accumulate.hpp -> build/lib/pythran/pythonic/numpy/hypot 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/left_shift copying pythran/pythonic/numpy/left_shift/accumulate.hpp -> build/lib/pythran/pythonic/numpy/left_shift 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/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/logaddexp copying pythran/pythonic/numpy/logaddexp/accumulate.hpp -> build/lib/pythran/pythonic/numpy/logaddexp 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_and copying pythran/pythonic/numpy/logical_and/accumulate.hpp -> build/lib/pythran/pythonic/numpy/logical_and 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/logical_xor copying pythran/pythonic/numpy/logical_xor/accumulate.hpp -> build/lib/pythran/pythonic/numpy/logical_xor 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/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/mod copying pythran/pythonic/numpy/mod/accumulate.hpp -> build/lib/pythran/pythonic/numpy/mod 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/ndarray copying pythran/pythonic/numpy/ndarray/astype.hpp -> build/lib/pythran/pythonic/numpy/ndarray copying pythran/pythonic/numpy/ndarray/fill.hpp -> build/lib/pythran/pythonic/numpy/ndarray copying pythran/pythonic/numpy/ndarray/flatten.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/reshape.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/tofile.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/tostring.hpp -> build/lib/pythran/pythonic/numpy/ndarray copying pythran/pythonic/numpy/ndarray/view.hpp -> build/lib/pythran/pythonic/numpy/ndarray 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/nextafter copying pythran/pythonic/numpy/nextafter/accumulate.hpp -> build/lib/pythran/pythonic/numpy/nextafter 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/power copying pythran/pythonic/numpy/power/accumulate.hpp -> build/lib/pythran/pythonic/numpy/power creating build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/binomial.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/choice.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/exponential.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/gamma.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/gumbel.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/logistic.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/logseries.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/normal.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/poisson.hpp -> build/lib/pythran/pythonic/numpy/random copying pythran/pythonic/numpy/random/power.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/randint.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/random.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/random_sample.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/rayleigh.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/seed.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/standard_exponential.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/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/weibull.hpp -> build/lib/pythran/pythonic/numpy/random 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/right_shift copying pythran/pythonic/numpy/right_shift/accumulate.hpp -> build/lib/pythran/pythonic/numpy/right_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/true_divide copying pythran/pythonic/numpy/true_divide/accumulate.hpp -> build/lib/pythran/pythonic/numpy/true_divide creating build/lib/pythran/pythonic/omp copying pythran/pythonic/omp/get_num_threads.hpp -> build/lib/pythran/pythonic/omp copying pythran/pythonic/omp/get_thread_num.hpp -> build/lib/pythran/pythonic/omp copying pythran/pythonic/omp/get_wtick.hpp -> build/lib/pythran/pythonic/omp copying pythran/pythonic/omp/get_wtime.hpp -> build/lib/pythran/pythonic/omp copying pythran/pythonic/omp/in_parallel.hpp -> build/lib/pythran/pythonic/omp copying pythran/pythonic/omp/set_nested.hpp -> build/lib/pythran/pythonic/omp creating build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__abs__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__add__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__and__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__concat__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__contains__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__delitem__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__div__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__eq__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__floordiv__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ge__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__getitem__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__gt__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__iadd__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__iand__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__iconcat__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__idiv__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ifloordiv__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ilshift__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__imod__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__imul__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__inv__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__invert__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ior__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ipow__.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_/__itruediv__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ixor__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__le__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__lshift__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__lt__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__matmul__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__mod__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__mul__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__ne__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__neg__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__not__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__or__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__pos__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__rshift__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__sub__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__truediv__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/__xor__.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/abs.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/add.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/and_.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/concat.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/contains.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/countOf.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/delitem.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/div.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/eq.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/floordiv.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ge.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/getitem.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/gt.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/iadd.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/iand.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/icommon.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/iconcat.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/idiv.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ifloordiv.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ilshift.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/imatmul.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/imax.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/imin.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/imod.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/imul.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/indexOf.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/inv.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/invert.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ior.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ipow.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/irshift.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/is_.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/is_not.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/isub.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/itemgetter.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/itruediv.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ixor.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/le.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/lshift.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/lt.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/matmul.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/mod.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/mul.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/ne.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/neg.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/not_.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/or_.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/overloads.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/pos.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/pow.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/rshift.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/sub.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/truediv.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/truth.hpp -> build/lib/pythran/pythonic/operator_ copying pythran/pythonic/operator_/xor_.hpp -> build/lib/pythran/pythonic/operator_ 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/patch copying pythran/pythonic/patch/README.rst -> build/lib/pythran/pythonic/patch copying pythran/pythonic/patch/complex -> build/lib/pythran/pythonic/patch creating build/lib/pythran/pythonic/python copying pythran/pythonic/python/core.hpp -> build/lib/pythran/pythonic/python copying pythran/pythonic/python/exception_handler.hpp -> build/lib/pythran/pythonic/python creating 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/gauss.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/randint.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/random.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/randrange.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/sample.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/seed.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/shuffle.hpp -> build/lib/pythran/pythonic/random copying pythran/pythonic/random/uniform.hpp -> build/lib/pythran/pythonic/random creating build/lib/pythran/pythonic/scipy creating build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/binom.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/gamma.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/gammaincinv.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/hankel1.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/i0.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/iv.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/jv.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/kv.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/ndtr.hpp -> build/lib/pythran/pythonic/scipy/special copying pythran/pythonic/scipy/special/ndtri.hpp -> 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/spherical_yn.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/yvp.hpp -> build/lib/pythran/pythonic/scipy/special creating build/lib/pythran/pythonic/string copying pythran/pythonic/string/ascii_letters.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/digits.hpp -> build/lib/pythran/pythonic/string copying pythran/pythonic/string/find.hpp -> build/lib/pythran/pythonic/string copying pythran/pythonic/string/hexdigits.hpp -> build/lib/pythran/pythonic/string copying pythran/pythonic/string/octdigits.hpp -> build/lib/pythran/pythonic/string 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/types copying pythran/pythonic/types/NoneType.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/assignable.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/attr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/bool.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/cfun.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/clongdouble.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/combined.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/complex.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/complex128.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/complex256.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/complex64.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/dict.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/dynamic_tuple.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/empty_iterator.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/exceptions.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/file.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/finfo.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/float.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/float128.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/float32.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/float64.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/generator.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/int.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/int16.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/int32.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/int64.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/int8.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/intc.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/intp.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/list.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/longdouble.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/ndarray.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/nditerator.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_binary_op.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_broadcast.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_expr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_gexpr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_iexpr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_nary_expr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_op_helper.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_operators.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_texpr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_unary_op.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/numpy_vexpr.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/pointer.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/raw_array.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/set.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/slice.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/static_if.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/str.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/traits.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/tuple.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/uint16.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/uint32.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/uint64.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/uint8.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/uintc.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/uintp.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/variant_functor.hpp -> build/lib/pythran/pythonic/types copying pythran/pythonic/types/vectorizable_type.hpp -> build/lib/pythran/pythonic/types creating build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/array_helper.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/boost_local_config.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/broadcast_copy.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/functor.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/fwd.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/int_.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/iterator.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/meta.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/nested_container.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/neutral.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/numpy_conversion.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/numpy_traits.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/pdqsort.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/reserve.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/seq.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/shared_ref.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/tags.hpp -> build/lib/pythran/pythonic/utils copying pythran/pythonic/utils/yield.hpp -> build/lib/pythran/pythonic/utils creating build/lib/pythran/xsimd copying pythran/xsimd/xsimd.hpp -> build/lib/pythran/xsimd creating build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avx.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avx2.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avx512bw.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avx512cd.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avx512dq.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avx512er.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avx512f.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avx512ifma.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avx512pf.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avx512vbmi.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avx512vnni_avx512bw.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avx512vnni_avx512vbmi.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_avxvnni.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_constants.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_fma3_avx.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_fma3_avx2.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_fma3_sse.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_fma4.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_generic.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_generic_fwd.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_isa.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_neon.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_neon64.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_rvv.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_scalar.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_sse2.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_sse3.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_sse4_1.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_sse4_2.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_ssse3.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_sve.hpp -> build/lib/pythran/xsimd/arch copying pythran/xsimd/arch/xsimd_wasm.hpp -> build/lib/pythran/xsimd/arch creating build/lib/pythran/xsimd/arch/generic copying pythran/xsimd/arch/generic/xsimd_generic_arithmetic.hpp -> build/lib/pythran/xsimd/arch/generic copying pythran/xsimd/arch/generic/xsimd_generic_complex.hpp -> build/lib/pythran/xsimd/arch/generic copying pythran/xsimd/arch/generic/xsimd_generic_details.hpp -> build/lib/pythran/xsimd/arch/generic copying pythran/xsimd/arch/generic/xsimd_generic_logical.hpp -> build/lib/pythran/xsimd/arch/generic copying pythran/xsimd/arch/generic/xsimd_generic_math.hpp -> build/lib/pythran/xsimd/arch/generic copying pythran/xsimd/arch/generic/xsimd_generic_memory.hpp -> build/lib/pythran/xsimd/arch/generic copying pythran/xsimd/arch/generic/xsimd_generic_rounding.hpp -> build/lib/pythran/xsimd/arch/generic copying pythran/xsimd/arch/generic/xsimd_generic_trigo.hpp -> build/lib/pythran/xsimd/arch/generic creating build/lib/pythran/xsimd/config copying pythran/xsimd/config/xsimd_arch.hpp -> build/lib/pythran/xsimd/config copying pythran/xsimd/config/xsimd_config.hpp -> build/lib/pythran/xsimd/config copying pythran/xsimd/config/xsimd_cpuid.hpp -> build/lib/pythran/xsimd/config creating build/lib/pythran/xsimd/math copying pythran/xsimd/math/xsimd_rem_pio2.hpp -> build/lib/pythran/xsimd/math creating build/lib/pythran/xsimd/memory copying pythran/xsimd/memory/xsimd_aligned_allocator.hpp -> build/lib/pythran/xsimd/memory copying pythran/xsimd/memory/xsimd_alignment.hpp -> build/lib/pythran/xsimd/memory creating build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_all_registers.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_api.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avx2_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avx512bw_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avx512cd_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avx512dq_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avx512er_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avx512f_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avx512ifma_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avx512pf_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avx512vbmi_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avx512vnni_avx512bw_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avx512vnni_avx512vbmi_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avx_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_avxvnni_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_batch.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_batch_constant.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_fma3_avx2_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_fma3_avx_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_fma3_sse_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_fma4_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_generic_arch.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_neon64_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_neon_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_rvv_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_sse2_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_sse3_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_sse4_1_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_sse4_2_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_ssse3_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_sve_register.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_traits.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_utils.hpp -> build/lib/pythran/xsimd/types copying pythran/xsimd/types/xsimd_wasm_register.hpp -> build/lib/pythran/xsimd/types installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/backend.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/config.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/conversion.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/cxxgen.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/cxxtypes.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/dist.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/errors.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/frontend.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/graph.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/interval.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/intrinsic.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/log.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/magic.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/metadata.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/middlend.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/openmp.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/passmanager.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/run.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/spec.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/syntax.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/tables.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/toolchain.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/typing.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/unparse.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/version.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran creating build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/aliases.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/ancestors.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/argument_effects.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/argument_read_once.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/ast_matcher.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/cfg.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/constant_expressions.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/dependencies.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/extended_syntax_check.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/fixed_size_list.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/global_declarations.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/global_effects.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/globals_analysis.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/has_return.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/identifiers.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/immediates.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/imported_ids.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/literals.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/inlinable.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/intrinsics.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/is_assigned.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/lazyness_analysis.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/local_declarations.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/locals_analysis.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/node_count.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/optimizable_comprehension.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/ordered_global_declarations.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/parallel_maps.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/potential_iterator.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/pure_expressions.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/pure_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/range_values.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/scope.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/static_expressions.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/use_def_chain.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/use_omp.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses copying build/lib/pythran/analyses/yield_points.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/analyses creating build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/expand_builtins.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/expand_globals.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/expand_import_all.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/expand_imports.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/extract_doc_strings.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/false_polymorphism.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/handle_import.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/normalize_compare.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/normalize_exception.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/normalize_ifelse.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/normalize_is_none.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/normalize_method_calls.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/normalize_return.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/normalize_static_if.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/normalize_tuples.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/normalize_typeis.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/remove_comprehension.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/remove_fstrings.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/remove_lambdas.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/remove_named_arguments.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/remove_nested_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations copying build/lib/pythran/transformations/unshadow_parameters.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/transformations creating build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/comprehension_patterns.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/constant_folding.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/copyto.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/dead_code_elimination.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/forward_substitution.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/inline_builtins.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/inlining.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/iter_transformation.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/list_comp_to_genexp.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/list_to_tuple.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/loop_full_unrolling.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/modindex.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/pattern_transform.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/range_based_simplify.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/range_loop_unfolding.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/simplify_except.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/remove_dead_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/square.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations copying build/lib/pythran/optimizations/tuple_to_shape.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/optimizations creating build/bdist.openbsd-7.5-amd64/wheel/pythran/types copying build/lib/pythran/types/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/types copying build/lib/pythran/types/conversion.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/types copying build/lib/pythran/types/reorder.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/types copying build/lib/pythran/types/signature.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/types copying build/lib/pythran/types/tog.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/types copying build/lib/pythran/types/type_dependencies.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/types copying build/lib/pythran/types/types.py -> build/bdist.openbsd-7.5-amd64/wheel/pythran/types copying build/lib/pythran/pythran-darwin.cfg -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/pythran-default.cfg -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/pythran-linux.cfg -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/pythran-linux2.cfg -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/pythran-win32.cfg -> build/bdist.openbsd-7.5-amd64/wheel/pythran copying build/lib/pythran/pythran.cfg -> build/bdist.openbsd-7.5-amd64/wheel/pythran creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/array.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/assert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/atomic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/checked_delete.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/concept_check.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/cstdint.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/current_function.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/format.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/integer.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/integer_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/integer_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/lexical_cast.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/limits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/memory_order.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/next_prior.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/non_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/noncopyable.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/none.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/none_t.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/predef.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/optional.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/ref.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/shared_ptr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/static_assert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/swap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/throw_exception.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/utility.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost copying build/lib/pythran/boost/version.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic copying build/lib/pythran/boost/atomic/atomic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic copying build/lib/pythran/boost/atomic/atomic_flag.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic copying build/lib/pythran/boost/atomic/capabilities.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic copying build/lib/pythran/boost/atomic/fences.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/addressof.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/atomic_flag.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/atomic_template.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/bitwise_cast.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/bitwise_fp_cast.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_alpha.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_arm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_atomic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_ppc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_sparc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_sync.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_gcc_x86.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_linux_arm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_msvc_arm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_msvc_x86.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/caps_windows.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/float_sizes.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_fp_operations.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_fp_operations_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_fp_ops_emulated.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_fp_ops_generic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_operations.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_operations_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_emulated.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_gcc_arm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_gcc_ppc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_gcc_x86.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_generic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_msvc_arm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/extra_ops_msvc_x86.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/fp_operations.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/fp_operations_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/link.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/fp_ops_emulated.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/fp_ops_generic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/hwcaps_gcc_arm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/hwcaps_gcc_ppc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/hwcaps_gcc_x86.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/int_sizes.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/integral_extend.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/interlocked.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/lockpool.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/operations.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/operations_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/operations_lockfree.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_cas_based.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_emulated.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_extending_cas_based.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_alpha.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_arm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_arm_common.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_atomic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_ppc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_ppc_common.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_sparc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_sync.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_x86.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_gcc_x86_dcas.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_linux_arm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_msvc_arm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_msvc_common.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_msvc_x86.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/ops_windows.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/pause.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/platform.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/storage_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail copying build/lib/pythran/boost/atomic/detail/string_ops.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/conditional.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/integral_constant.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/is_floating_point.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/is_function.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/is_iec559.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/is_integral.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/is_signed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/is_trivially_default_constructible.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/make_signed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail/type_traits copying build/lib/pythran/boost/atomic/detail/type_traits/make_unsigned.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/atomic/detail/type_traits creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/concept copying build/lib/pythran/boost/concept/assert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/concept copying build/lib/pythran/boost/concept/usage.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/concept creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/backward_compatibility.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/borland.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/concept_def.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/concept_undef.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/general.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/has_constraints.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/concept/detail copying build/lib/pythran/boost/concept/detail/msvc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/concept/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config copying build/lib/pythran/boost/config/abi_prefix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config copying build/lib/pythran/boost/config/abi_suffix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config copying build/lib/pythran/boost/config/auto_link.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config copying build/lib/pythran/boost/config/header_deprecated.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config copying build/lib/pythran/boost/config/helper_macros.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config copying build/lib/pythran/boost/config/pragma_message.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config copying build/lib/pythran/boost/config/requires_threads.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config copying build/lib/pythran/boost/config/user.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config copying build/lib/pythran/boost/config/warning_disable.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config copying build/lib/pythran/boost/config/workaround.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/abi copying build/lib/pythran/boost/config/abi/borland_prefix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/abi copying build/lib/pythran/boost/config/abi/borland_suffix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/abi copying build/lib/pythran/boost/config/abi/msvc_prefix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/abi copying build/lib/pythran/boost/config/abi/msvc_suffix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/abi creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/borland.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/clang.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/codegear.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/comeau.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/common_edg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/compaq_cxx.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/cray.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/diab.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/digitalmars.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/gcc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/gcc_xml.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/greenhills.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/hp_acc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/intel.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/kai.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/metrowerks.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/mpw.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/nvcc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/pathscale.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/pgi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/sgi_mipspro.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/sunpro_cc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/vacpp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/visualc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/xlcpp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler copying build/lib/pythran/boost/config/compiler/xlcpp_zos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/compiler creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/detail copying build/lib/pythran/boost/config/detail/posix_features.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/detail copying build/lib/pythran/boost/config/detail/select_compiler_config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/detail copying build/lib/pythran/boost/config/detail/select_platform_config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/detail copying build/lib/pythran/boost/config/detail/select_stdlib_config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/detail copying build/lib/pythran/boost/config/detail/suffix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/no_tr1 copying build/lib/pythran/boost/config/no_tr1/cmath.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/no_tr1 copying build/lib/pythran/boost/config/no_tr1/complex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/no_tr1 copying build/lib/pythran/boost/config/no_tr1/functional.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/no_tr1 copying build/lib/pythran/boost/config/no_tr1/memory.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/no_tr1 copying build/lib/pythran/boost/config/no_tr1/utility.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/no_tr1 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/aix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/amigaos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/beos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/bsd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/cloudabi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/cray.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/cygwin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/haiku.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/hpux.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/irix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/linux.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/macos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/qnxnto.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/solaris.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/symbian.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/vms.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/vxworks.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/win32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform copying build/lib/pythran/boost/config/platform/zos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/platform creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/dinkumware.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/libcomo.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/libcpp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/libstdcpp3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/modena.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/msl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/roguewave.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/sgi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/stlport.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/vacpp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/stdlib copying build/lib/pythran/boost/config/stdlib/xlcpp_zos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/config/stdlib creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/container copying build/lib/pythran/boost/container/container_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/container creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/container/detail copying build/lib/pythran/boost/container/detail/std_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/container/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/core copying build/lib/pythran/boost/core/addressof.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/core copying build/lib/pythran/boost/core/checked_delete.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/core copying build/lib/pythran/boost/core/demangle.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/core copying build/lib/pythran/boost/core/enable_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/core copying build/lib/pythran/boost/core/explicit_operator_bool.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/core copying build/lib/pythran/boost/core/ignore_unused.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/core copying build/lib/pythran/boost/core/noncopyable.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/core copying build/lib/pythran/boost/core/ref.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/core copying build/lib/pythran/boost/core/swap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/core copying build/lib/pythran/boost/core/typeinfo.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/core copying build/lib/pythran/boost/core/use_default.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/core creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/detail copying build/lib/pythran/boost/detail/basic_pointerbuf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/detail copying build/lib/pythran/boost/detail/fenv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/detail copying build/lib/pythran/boost/detail/indirect_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/detail copying build/lib/pythran/boost/detail/iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/detail copying build/lib/pythran/boost/detail/lcast_precision.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/detail copying build/lib/pythran/boost/detail/lightweight_mutex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/detail copying build/lib/pythran/boost/detail/reference_content.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/detail copying build/lib/pythran/boost/detail/select_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/detail copying build/lib/pythran/boost/detail/workaround.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/exception copying build/lib/pythran/boost/exception/exception.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/exception creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format copying build/lib/pythran/boost/format/alt_sstream.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format copying build/lib/pythran/boost/format/alt_sstream_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format copying build/lib/pythran/boost/format/exceptions.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format copying build/lib/pythran/boost/format/feed_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format copying build/lib/pythran/boost/format/format_class.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format copying build/lib/pythran/boost/format/format_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format copying build/lib/pythran/boost/format/format_implementation.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format copying build/lib/pythran/boost/format/free_funcs.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format copying build/lib/pythran/boost/format/group.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format copying build/lib/pythran/boost/format/internals.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format copying build/lib/pythran/boost/format/internals_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format copying build/lib/pythran/boost/format/parsing.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format/detail copying build/lib/pythran/boost/format/detail/compat_workarounds.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format/detail copying build/lib/pythran/boost/format/detail/config_macros.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format/detail copying build/lib/pythran/boost/format/detail/msvc_disambiguater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format/detail copying build/lib/pythran/boost/format/detail/unset_macros.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format/detail copying build/lib/pythran/boost/format/detail/workarounds_gcc-2_95.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format/detail copying build/lib/pythran/boost/format/detail/workarounds_stlport.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/format/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion copying build/lib/pythran/boost/fusion/tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted copying build/lib/pythran/boost/fusion/adapted/std_pair.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/mpl copying build/lib/pythran/boost/fusion/adapted/mpl/mpl_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/mpl creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/mpl/detail copying build/lib/pythran/boost/fusion/adapted/mpl/detail/begin_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/mpl/detail copying build/lib/pythran/boost/fusion/adapted/mpl/detail/end_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/mpl/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct copying build/lib/pythran/boost/fusion/adapted/struct/adapt_struct.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/adapt_auto.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/adapt_base.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/adapt_base_attr_filler.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/adapt_is_tpl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/at_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/begin_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/category_of_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/deref_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/end_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/extension.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/is_view_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/size_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/value_at_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail copying build/lib/pythran/boost/fusion/adapted/struct/detail/value_of_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail/preprocessor copying build/lib/pythran/boost/fusion/adapted/struct/detail/preprocessor/is_seq.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/adapted/struct/detail/preprocessor creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/algorithm creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/algorithm/transformation copying build/lib/pythran/boost/fusion/algorithm/transformation/push_back.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/algorithm/transformation copying build/lib/pythran/boost/fusion/algorithm/transformation/push_front.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/algorithm/transformation creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/generation copying build/lib/pythran/boost/fusion/container/generation/ignore.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/generation creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list copying build/lib/pythran/boost/fusion/container/list/cons.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list copying build/lib/pythran/boost/fusion/container/list/cons_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list copying build/lib/pythran/boost/fusion/container/list/cons_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list copying build/lib/pythran/boost/fusion/container/list/list_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list copying build/lib/pythran/boost/fusion/container/list/nil.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/at_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/begin_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/deref_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/empty_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/end_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/equal_to_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/next_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/reverse_cons.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/value_at_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail copying build/lib/pythran/boost/fusion/container/list/detail/value_of_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail/cpp03 copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/limits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail/cpp03 copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/list_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail/cpp03 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list10_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list20_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list30_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list40_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list50_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/list/detail/cpp03/preprocessed creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector copying build/lib/pythran/boost/fusion/container/vector/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector copying build/lib/pythran/boost/fusion/container/vector/vector_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector copying build/lib/pythran/boost/fusion/container/vector/vector_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/advance_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/at_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/begin_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/deref_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/distance_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/end_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/equal_to_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/next_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/prior_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/value_at_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail copying build/lib/pythran/boost/fusion/container/vector/detail/value_of_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/limits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/value_at_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector10_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector20_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector30_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector40_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector50_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector_forward_ctor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector_n.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed copying build/lib/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/container/vector/detail/cpp03/preprocessed creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/include copying build/lib/pythran/boost/fusion/include/std_pair.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/include copying build/lib/pythran/boost/fusion/include/tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/include creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/advance.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/basic_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/deref.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/deref_data.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/distance.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/iterator_facade.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/key_of.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/next.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/prior.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/segmented_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/value_of.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator copying build/lib/pythran/boost/fusion/iterator/value_of_data.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/adapt_deref_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/adapt_value_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/advance.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/distance.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/segment_sequence.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/segmented_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/segmented_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator/detail copying build/lib/pythran/boost/fusion/iterator/detail/segmented_next_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator/mpl copying build/lib/pythran/boost/fusion/iterator/mpl/convert_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator/mpl copying build/lib/pythran/boost/fusion/iterator/mpl/fusion_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/iterator/mpl creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/mpl copying build/lib/pythran/boost/fusion/mpl/begin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/mpl copying build/lib/pythran/boost/fusion/mpl/end.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/mpl creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence copying build/lib/pythran/boost/fusion/sequence/comparison.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence copying build/lib/pythran/boost/fusion/sequence/intrinsic_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence copying build/lib/pythran/boost/fusion/sequence/io.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/enable_comparison.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison copying build/lib/pythran/boost/fusion/sequence/comparison/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/detail/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/detail/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/detail/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/detail/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/detail/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison/detail copying build/lib/pythran/boost/fusion/sequence/comparison/detail/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/comparison/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/at.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/begin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/empty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/end.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/segments.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic copying build/lib/pythran/boost/fusion/sequence/intrinsic/value_at.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic/detail copying build/lib/pythran/boost/fusion/sequence/intrinsic/detail/segmented_begin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic/detail copying build/lib/pythran/boost/fusion/sequence/intrinsic/detail/segmented_begin_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic/detail copying build/lib/pythran/boost/fusion/sequence/intrinsic/detail/segmented_end.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic/detail copying build/lib/pythran/boost/fusion/sequence/intrinsic/detail/segmented_end_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic/detail copying build/lib/pythran/boost/fusion/sequence/intrinsic/detail/segmented_size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/intrinsic/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/io copying build/lib/pythran/boost/fusion/sequence/io/in.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/io copying build/lib/pythran/boost/fusion/sequence/io/out.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/io creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/io/detail copying build/lib/pythran/boost/fusion/sequence/io/detail/in.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/io/detail copying build/lib/pythran/boost/fusion/sequence/io/detail/manip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/io/detail copying build/lib/pythran/boost/fusion/sequence/io/detail/out.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/sequence/io/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/as_const.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/category_of.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/is_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/is_segmented.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/is_sequence.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/is_view.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/iterator_base.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/sequence_base.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/tag_of.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/tag_of_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support copying build/lib/pythran/boost/fusion/support/void.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/access.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/as_fusion_element.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/enabler.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/index_sequence.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/is_mpl_sequence.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/is_native_fusion_sequence.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/mpl_iterator_category.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/pp_round.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support/detail copying build/lib/pythran/boost/fusion/support/detail/segmented_fold_until_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/support/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple copying build/lib/pythran/boost/fusion/tuple/make_tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple copying build/lib/pythran/boost/fusion/tuple/tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple copying build/lib/pythran/boost/fusion/tuple/tuple_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple copying build/lib/pythran/boost/fusion/tuple/tuple_tie.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail copying build/lib/pythran/boost/fusion/tuple/detail/make_tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail copying build/lib/pythran/boost/fusion/tuple/detail/tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail copying build/lib/pythran/boost/fusion/tuple/detail/tuple_expand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail copying build/lib/pythran/boost/fusion/tuple/detail/tuple_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail copying build/lib/pythran/boost/fusion/tuple/detail/tuple_tie.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/make_tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/make_tuple10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/make_tuple20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/make_tuple30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/make_tuple40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/make_tuple50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple10_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple20_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple30_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple40_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple50_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed copying build/lib/pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/tuple/detail/preprocessed creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view copying build/lib/pythran/boost/fusion/view/iterator_range.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/iterator_range copying build/lib/pythran/boost/fusion/view/iterator_range/iterator_range.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/iterator_range creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/at_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/begin_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/end_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/is_segmented_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/segmented_iterator_range.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/segments_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/size_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/iterator_range/detail copying build/lib/pythran/boost/fusion/view/iterator_range/detail/value_at_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/iterator_range/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view copying build/lib/pythran/boost/fusion/view/joint_view/joint_view.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view copying build/lib/pythran/boost/fusion/view/joint_view/joint_view_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view copying build/lib/pythran/boost/fusion/view/joint_view/joint_view_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/begin_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/deref_data_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/deref_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/end_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/key_of_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/next_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/value_of_data_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view/detail copying build/lib/pythran/boost/fusion/view/joint_view/detail/value_of_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/joint_view/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view copying build/lib/pythran/boost/fusion/view/single_view/single_view.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view copying build/lib/pythran/boost/fusion/view/single_view/single_view_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/advance_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/at_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/begin_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/deref_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/distance_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/end_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/equal_to_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/next_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/prior_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/size_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/value_at_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail copying build/lib/pythran/boost/fusion/view/single_view/detail/value_of_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/fusion/view/single_view/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator copying build/lib/pythran/boost/iterator/advance.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator copying build/lib/pythran/boost/iterator/distance.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator copying build/lib/pythran/boost/iterator/interoperable.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator copying build/lib/pythran/boost/iterator/iterator_adaptor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator copying build/lib/pythran/boost/iterator/iterator_categories.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator copying build/lib/pythran/boost/iterator/iterator_concepts.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator copying build/lib/pythran/boost/iterator/iterator_facade.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator copying build/lib/pythran/boost/iterator/iterator_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator copying build/lib/pythran/boost/iterator/reverse_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator/detail copying build/lib/pythran/boost/iterator/detail/config_def.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator/detail copying build/lib/pythran/boost/iterator/detail/config_undef.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator/detail copying build/lib/pythran/boost/iterator/detail/enable_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator/detail copying build/lib/pythran/boost/iterator/detail/facade_iterator_category.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/iterator/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/lexical_cast copying build/lib/pythran/boost/lexical_cast/bad_lexical_cast.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/lexical_cast copying build/lib/pythran/boost/lexical_cast/try_lexical_convert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/lexical_cast creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/converter_lexical.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/converter_lexical_streams.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/converter_numeric.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/inf_nan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/is_character.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/lcast_char_constants.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/lcast_unsigned_converters.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/lexical_cast/detail copying build/lib/pythran/boost/lexical_cast/detail/widest_char.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/lexical_cast/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/constants copying build/lib/pythran/boost/math/constants/calculate_constants.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/constants copying build/lib/pythran/boost/math/constants/constants.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/constants creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/distributions copying build/lib/pythran/boost/math/distributions/complement.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/distributions copying build/lib/pythran/boost/math/distributions/fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/distributions copying build/lib/pythran/boost/math/distributions/normal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/distributions creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/distributions/detail copying build/lib/pythran/boost/math/distributions/detail/common_error_handling.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/distributions/detail copying build/lib/pythran/boost/math/distributions/detail/derived_accessors.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/distributions/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/policies copying build/lib/pythran/boost/math/policies/error_handling.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/policies copying build/lib/pythran/boost/math/policies/policy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/policies creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/bernoulli.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/bessel.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/bessel_prime.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/beta.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/binomial.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/cbrt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/cos_pi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/digamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/erf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/expm1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/factorials.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/fpclassify.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/gamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/hankel.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/hypot.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/lanczos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/log1p.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/math_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/next.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/polygamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/pow.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/powm1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/round.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/sign.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/sin_pi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/sinc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/sqrt1pm1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/trigamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/trunc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions copying build/lib/pythran/boost/math/special_functions/zeta.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/airy_ai_bi_zero.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bernoulli_details.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_derivatives_linear.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_i0.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_i1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_ik.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_j0.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_j1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jy_asym.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jy_derivatives_asym.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jy_derivatives_series.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jy_series.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_jy_zero.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_k0.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_k1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_kn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_y0.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_y1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/bessel_yn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/erf_inv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/fp_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/gamma_inva.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/ibeta_inv_ab.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/ibeta_inverse.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/iconv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/igamma_inverse.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/igamma_large.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/lanczos_sse2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/lgamma_small.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/polygamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/round_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/t_distribution_inv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/unchecked_bernoulli.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail copying build/lib/pythran/boost/math/special_functions/detail/unchecked_factorial.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/special_functions/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/atomic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/big_constant.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/complex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/convert_from_string.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/fraction.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/precision.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/promotion.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/rational.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/real_cast.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/roots.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/series.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/toms748_solve.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools copying build/lib/pythran/boost/math/tools/user.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/is_const_iterable.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_11.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_12.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_13.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_14.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_15.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_17.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_18.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_19.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_4.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_5.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_6.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_7.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner1_9.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_11.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_12.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_13.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_14.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_15.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_17.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_18.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_19.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_4.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_5.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_6.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_7.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner2_9.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_11.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_12.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_13.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_14.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_15.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_17.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_18.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_19.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_4.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_5.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_6.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_7.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/polynomial_horner3_9.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_11.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_12.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_13.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_14.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_15.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_17.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_18.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_19.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_4.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_5.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_6.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_7.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner1_9.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_11.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_12.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_13.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_14.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_15.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_17.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_18.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_19.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_4.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_5.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_6.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_7.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner2_9.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_11.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_12.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_13.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_14.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_15.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_17.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_18.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_19.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_4.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_5.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_6.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_7.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail copying build/lib/pythran/boost/math/tools/detail/rational_horner3_9.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/math/tools/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move copying build/lib/pythran/boost/move/core.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move copying build/lib/pythran/boost/move/traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move copying build/lib/pythran/boost/move/utility.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move copying build/lib/pythran/boost/move/utility_core.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/config_begin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/config_end.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/meta_utils.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/meta_utils_core.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/std_ns_begin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/std_ns_end.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/type_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move/detail copying build/lib/pythran/boost/move/detail/workaround.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/move/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/O1_size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/O1_size_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/advance.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/advance_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/always.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/apply_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/apply_wrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/arg_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/assert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/at.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/at_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/back_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/back_inserter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/begin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/begin_end.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/begin_end_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/bind_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/bool.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/end.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/bool_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/clear.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/clear_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/comparison.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/contains.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/contains_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/deref.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/distance.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/distance_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/divides.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/empty_base.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/empty_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/eval_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/find.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/find_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/fold.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/front_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/front_inserter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/has_xxx.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/identity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/inherit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/inserter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/int.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/int_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/integral_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/integral_c_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/integral_c_tag.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/is_placeholder.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/is_sequence.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/iter_fold.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/iter_fold_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/iterator_range.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/iterator_tags.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/lambda_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/logical.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/long.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/long_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/multiplies.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/negate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/next.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/next_prior.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/not.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/numeric_cast.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/pair.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/placeholders.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/pop_back_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/pop_front_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/prior.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/protect.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/push_back.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/push_back_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/push_front.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/push_front_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/quote.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/remove_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/reverse_fold.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/same_as.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/sequence_tag.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/sequence_tag_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/size_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/size_t.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/size_t_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/tag.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/times.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/void.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl copying build/lib/pythran/boost/mpl/void_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/O1_size_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/adl_barrier.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/advance_backward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/advance_forward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/arg_typedef.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/arithmetic_op.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/arity_spec.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/at_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/begin_end_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/clear_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/common_name_wknd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/comparison_op.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/contains_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/count_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/find_if_pred.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/fold_impl_body.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/na.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/full_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/has_apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/has_begin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/has_rebind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/has_size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/has_tag.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/has_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/include_preprocessed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/inserter_algorithm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/integral_wrapper.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/is_msvc_eti_arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/iter_apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/iter_fold_if_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/lambda_arity_param.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/lambda_no_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/lambda_spec.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/lambda_support.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/largest_int.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/logical_op.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/msvc_dtw.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/msvc_eti_base.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/msvc_is_class.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/msvc_never_true.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/msvc_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/na_assert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/na_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/na_spec.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/nested_type_wknd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/nttp_decl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/numeric_cast_utils.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/numeric_op.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/push_back_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/push_front_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/reverse_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/reverse_fold_impl_body.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/sequence_wrapper.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/size_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/static_cast.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/template_arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/template_arity_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/traits_lambda_spec.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/type_wrapper.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/value_wknd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ copying build/lib/pythran/boost/mpl/aux_/yes_no.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_ creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/adl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/arrays.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/bcc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/compiler.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/dtp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/eti.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/forwarding.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/gcc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/gpu.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/has_apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/has_xxx.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/integral.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/intel.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/msvc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/msvc_typename.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/nttp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/overload_resolution.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/pp_counter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/ttp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/preprocessor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/static_constant.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/typeof.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/use_preprocessed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config copying build/lib/pythran/boost/mpl/aux_/config/workaround.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/config creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/advance_backward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/advance_forward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/apply_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/apply_wrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/basic_bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/bind_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/bitand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/bitor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/bitxor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/deque.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/divides.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/full_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/inherit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/iter_fold_if_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/lambda_no_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/list_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/modulus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/placeholders.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/quote.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/reverse_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/reverse_iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/set_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/shift_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/shift_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/template_arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/times.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/unpack_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc/vector_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/advance_backward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/advance_forward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/apply_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/apply_wrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/basic_bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/bind_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/bitand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/bitor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/bitxor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/deque.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/divides.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/full_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/inherit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/iter_fold_if_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/lambda_no_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/list_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/modulus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/placeholders.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/quote.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/reverse_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/reverse_iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/set_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/shift_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/shift_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/template_arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/times.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/unpack_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc551/vector_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc551 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/advance_backward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/advance_forward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/apply_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/apply_wrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/basic_bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bind_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bitand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bitor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bitxor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/deque.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/divides.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/full_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/inherit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_if_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/lambda_no_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/list_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/modulus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/placeholders.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/quote.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/set_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/shift_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/shift_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/template_arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/times.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/unpack_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 copying build/lib/pythran/boost/mpl/aux_/preprocessed/bcc_pre590/vector_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/bcc_pre590 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/advance_backward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/advance_forward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/apply_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/apply_wrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/basic_bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/bind_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/bitand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/bitor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/bitxor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/deque.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/divides.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/full_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/inherit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/iter_fold_if_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/lambda_no_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/list_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/modulus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/placeholders.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/quote.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/reverse_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/reverse_iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/set_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/shift_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/shift_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/template_arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/times.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/unpack_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc copying build/lib/pythran/boost/mpl/aux_/preprocessed/dmc/vector_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/dmc creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/basic_bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/bitand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/bitor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/bitxor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/deque.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/divides.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/inherit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/lambda_no_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/list_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/modulus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/quote.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/set_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/shift_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/shift_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/times.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/unpack_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc copying build/lib/pythran/boost/mpl/aux_/preprocessed/gcc/vector_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/gcc creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/advance_backward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/advance_forward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/apply_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/apply_wrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/basic_bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/bind_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/bitand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/bitor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/bitxor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/deque.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/divides.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/full_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/inherit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/iter_fold_if_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/lambda_no_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/list_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/modulus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/placeholders.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/quote.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/reverse_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/reverse_iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/set_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/shift_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/shift_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/template_arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/times.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/unpack_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc60/vector_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc60 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/advance_backward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/advance_forward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/apply_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/apply_wrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/basic_bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/bind_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/bitand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/bitor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/bitxor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/deque.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/divides.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/full_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/inherit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/iter_fold_if_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/lambda_no_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/list_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/modulus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/placeholders.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/quote.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/reverse_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/reverse_iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/set_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/shift_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/shift_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/template_arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/times.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/unpack_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 copying build/lib/pythran/boost/mpl/aux_/preprocessed/msvc70/vector_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/msvc70 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/advance_backward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/advance_forward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/apply_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/apply_wrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/basic_bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/bind_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/bitand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/bitor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/bitxor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/deque.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/divides.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/full_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/inherit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/iter_fold_if_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/lambda_no_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/list_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/modulus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/placeholders.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/quote.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/reverse_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/reverse_iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/set_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/shift_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/shift_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/template_arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/times.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/unpack_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw copying build/lib/pythran/boost/mpl/aux_/preprocessed/mwcw/vector_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/mwcw creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/advance_backward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/advance_forward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/apply_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/apply_wrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/basic_bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/bind_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/bitand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/bitor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/bitxor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/deque.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/divides.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/full_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/inherit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_if_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/lambda_no_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/list_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/modulus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/placeholders.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/quote.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/reverse_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/reverse_iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/set_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/shift_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/shift_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/template_arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/times.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/unpack_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ctps/vector_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ctps creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/advance_backward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/advance_forward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/apply_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/apply_wrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/basic_bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/bind_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/bitand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/bitor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/bitxor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/deque.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/divides.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/full_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/inherit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_if_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/lambda_no_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/list_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/modulus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/placeholders.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/quote.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/reverse_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/reverse_iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/set_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/shift_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/shift_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/template_arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/times.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/unpack_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp copying build/lib/pythran/boost/mpl/aux_/preprocessed/no_ttp/vector_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/no_ttp creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/advance_backward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/advance_forward.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/apply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/apply_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/apply_wrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/arg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/basic_bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/bind.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/bind_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/bitand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/bitor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/bitxor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/deque.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/divides.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/inherit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/iter_fold_if_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/lambda_no_ctps.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/list_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/modulus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/not_equal_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/placeholders.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/quote.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/reverse_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/reverse_iter_fold_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/set_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/shift_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/shift_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/template_arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/times.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/unpack_args.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/aux_/preprocessed/plain/vector_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessed/plain creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/add.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/def_params_tail.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/default_params.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/enum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/ext_params.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/filter_params.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/is_seq.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/params.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/partial_spec_params.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/range.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/repeat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/sub.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/token_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor copying build/lib/pythran/boost/mpl/aux_/preprocessor/tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/aux_/preprocessor creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/limits copying build/lib/pythran/boost/mpl/limits/arity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/limits copying build/lib/pythran/boost/mpl/limits/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/limits copying build/lib/pythran/boost/mpl/limits/unrolling.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/limits copying build/lib/pythran/boost/mpl/limits/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/limits creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list0.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list0_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list10_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list20_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list30_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list40_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list copying build/lib/pythran/boost/mpl/list/list50_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/O1_size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/begin_end.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/clear.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/empty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/front.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/include_preprocessed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/item.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/numbered.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/numbered_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/pop_front.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/push_back.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/push_front.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ copying build/lib/pythran/boost/mpl/list/aux_/tag.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_ creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_/preprocessed creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list10_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list20_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list30_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list40_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/list/aux_/preprocessed/plain/list50_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/list/aux_/preprocessed/plain creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector0.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector0_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector10_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector20_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector30_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector40_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector copying build/lib/pythran/boost/mpl/vector/vector50_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/O1_size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/at.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/back.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/begin_end.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/clear.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/empty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/front.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/include_preprocessed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/item.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/numbered.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/numbered_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/pop_back.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/pop_front.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/push_back.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/push_front.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/tag.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ copying build/lib/pythran/boost/mpl/vector/aux_/vector0.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_ creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/no_ctps creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector10_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector20_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector30_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector40_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/plain copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/plain/vector50_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/plain creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based copying build/lib/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50_c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/mpl/vector/aux_/preprocessed/typeof_based creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/bounds.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/cast.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/conversion_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/converter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/converter_policies.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/int_float_mixture_enum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/numeric_cast_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/sign_mixture_enum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion copying build/lib/pythran/boost/numeric/conversion/udt_builtin_mixture_enum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/bounds.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/conversion_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/converter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/int_float_mixture.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/is_subranged.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/meta.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/numeric_cast_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/old_numeric_cast.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/sign_mixture.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail copying build/lib/pythran/boost/numeric/conversion/detail/udt_builtin_mixture.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail/preprocessed copying build/lib/pythran/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail/preprocessed copying build/lib/pythran/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/numeric/conversion/detail/preprocessed creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional copying build/lib/pythran/boost/optional/bad_optional_access.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional copying build/lib/pythran/boost/optional/optional.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional copying build/lib/pythran/boost/optional/optional_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/old_optional_implementation.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_aligned_storage.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_factory_support.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_reference_spec.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_relops.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_swap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional/detail copying build/lib/pythran/boost/optional/detail/optional_trivially_copyable_base.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/optional/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef copying build/lib/pythran/boost/predef/architecture.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef copying build/lib/pythran/boost/predef/compiler.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef copying build/lib/pythran/boost/predef/hardware.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef copying build/lib/pythran/boost/predef/language.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef copying build/lib/pythran/boost/predef/library.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef copying build/lib/pythran/boost/predef/make.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef copying build/lib/pythran/boost/predef/os.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef copying build/lib/pythran/boost/predef/other.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef copying build/lib/pythran/boost/predef/platform.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef copying build/lib/pythran/boost/predef/version.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef copying build/lib/pythran/boost/predef/version_number.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/alpha.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/arm.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/blackfin.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/convex.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/ia64.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/m68k.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/mips.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/parisc.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/ppc.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/ptx.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/pyramid.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/rs6k.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/sparc.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/superh.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/sys370.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/sys390.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/x86.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture copying build/lib/pythran/boost/predef/architecture/z.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture/x86 copying build/lib/pythran/boost/predef/architecture/x86/32.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture/x86 copying build/lib/pythran/boost/predef/architecture/x86/64.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/architecture/x86 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/borland.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/clang.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/comeau.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/compaq.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/diab.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/digitalmars.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/dignus.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/edg.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/ekopath.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/gcc.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/gcc_xml.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/greenhills.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/hp_acc.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/iar.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/ibm.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/intel.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/kai.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/llvm.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/metaware.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/metrowerks.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/microtec.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/mpw.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/nvcc.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/palm.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/pgi.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/sgi_mipspro.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/sunpro.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/tendra.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/visualc.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler copying build/lib/pythran/boost/predef/compiler/watcom.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/compiler creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/detail copying build/lib/pythran/boost/predef/detail/_cassert.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/detail copying build/lib/pythran/boost/predef/detail/_exception.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/detail copying build/lib/pythran/boost/predef/detail/comp_detected.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/detail copying build/lib/pythran/boost/predef/detail/os_detected.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/detail copying build/lib/pythran/boost/predef/detail/platform_detected.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/detail copying build/lib/pythran/boost/predef/detail/test.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware copying build/lib/pythran/boost/predef/hardware/simd.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd copying build/lib/pythran/boost/predef/hardware/simd/arm.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd copying build/lib/pythran/boost/predef/hardware/simd/ppc.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd copying build/lib/pythran/boost/predef/hardware/simd/x86.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd copying build/lib/pythran/boost/predef/hardware/simd/x86_amd.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd/arm copying build/lib/pythran/boost/predef/hardware/simd/arm/versions.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd/arm creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd/ppc copying build/lib/pythran/boost/predef/hardware/simd/ppc/versions.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd/ppc creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd/x86 copying build/lib/pythran/boost/predef/hardware/simd/x86/versions.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd/x86 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd/x86_amd copying build/lib/pythran/boost/predef/hardware/simd/x86_amd/versions.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/hardware/simd/x86_amd creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/language copying build/lib/pythran/boost/predef/language/cuda.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/language copying build/lib/pythran/boost/predef/language/objc.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/language copying build/lib/pythran/boost/predef/language/stdc.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/language copying build/lib/pythran/boost/predef/language/stdcpp.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/language creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library copying build/lib/pythran/boost/predef/library/c.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library copying build/lib/pythran/boost/predef/library/std.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/c copying build/lib/pythran/boost/predef/library/c/_prefix.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/c copying build/lib/pythran/boost/predef/library/c/cloudabi.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/c copying build/lib/pythran/boost/predef/library/c/gnu.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/c copying build/lib/pythran/boost/predef/library/c/uc.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/c copying build/lib/pythran/boost/predef/library/c/vms.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/c copying build/lib/pythran/boost/predef/library/c/zos.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/c creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/_prefix.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/cxx.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/dinkumware.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/libcomo.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/modena.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/msl.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/roguewave.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/sgi.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/stdcpp3.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/stlport.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/std copying build/lib/pythran/boost/predef/library/std/vacpp.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/library/std creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/aix.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/amigaos.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/android.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/beos.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/bsd.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/cygwin.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/haiku.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/hpux.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/ios.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/irix.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/linux.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/macos.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/os400.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/qnxnto.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/solaris.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/unix.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/vms.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os copying build/lib/pythran/boost/predef/os/windows.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os/bsd copying build/lib/pythran/boost/predef/os/bsd/bsdi.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os/bsd copying build/lib/pythran/boost/predef/os/bsd/dragonfly.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os/bsd copying build/lib/pythran/boost/predef/os/bsd/free.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os/bsd copying build/lib/pythran/boost/predef/os/bsd/net.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os/bsd copying build/lib/pythran/boost/predef/os/bsd/open.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/os/bsd creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/other copying build/lib/pythran/boost/predef/other/endian.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/other creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/android.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/cloudabi.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/ios.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/mingw.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/mingw32.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/mingw64.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_desktop.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_phone.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_runtime.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_server.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_store.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_system.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform copying build/lib/pythran/boost/predef/platform/windows_uwp.h -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/predef/platform creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/begin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/concepts.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/const_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/difference_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/distance.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/empty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/end.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/functions.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/has_range_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/iterator_range_core.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/mutable_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/range_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/rbegin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/rend.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/reverse_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/size_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range copying build/lib/pythran/boost/range/value_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/algorithm copying build/lib/pythran/boost/range/algorithm/equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/algorithm creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/begin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/common.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/end.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/extract_optional_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/has_member_size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/implementation_help.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/misc_concept.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/msvc_has_iterator_workaround.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/safe_bool.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/detail copying build/lib/pythran/boost/range/detail/sfinae.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/range/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/cat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/comma_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/dec.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/empty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/enum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/enum_params.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/enum_params_with_a_default.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/enum_shifted_params.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/expr_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/identity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/inc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/iterate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/repeat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/repeat_from_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor copying build/lib/pythran/boost/preprocessor/stringize.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/arithmetic copying build/lib/pythran/boost/preprocessor/arithmetic/add.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/arithmetic copying build/lib/pythran/boost/preprocessor/arithmetic/dec.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/arithmetic copying build/lib/pythran/boost/preprocessor/arithmetic/inc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/arithmetic copying build/lib/pythran/boost/preprocessor/arithmetic/mod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/arithmetic copying build/lib/pythran/boost/preprocessor/arithmetic/sub.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/arithmetic creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/arithmetic/detail copying build/lib/pythran/boost/preprocessor/arithmetic/detail/div_base.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/arithmetic/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/array copying build/lib/pythran/boost/preprocessor/array/data.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/array copying build/lib/pythran/boost/preprocessor/array/elem.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/array copying build/lib/pythran/boost/preprocessor/array/size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/array creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/comparison copying build/lib/pythran/boost/preprocessor/comparison/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/comparison copying build/lib/pythran/boost/preprocessor/comparison/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/comparison copying build/lib/pythran/boost/preprocessor/comparison/not_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/comparison creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/config copying build/lib/pythran/boost/preprocessor/config/config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/config creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control copying build/lib/pythran/boost/preprocessor/control/deduce_d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control copying build/lib/pythran/boost/preprocessor/control/expr_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control copying build/lib/pythran/boost/preprocessor/control/expr_iif.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control copying build/lib/pythran/boost/preprocessor/control/if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control copying build/lib/pythran/boost/preprocessor/control/iif.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control copying build/lib/pythran/boost/preprocessor/control/while.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control/detail copying build/lib/pythran/boost/preprocessor/control/detail/while.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control/detail/dmc copying build/lib/pythran/boost/preprocessor/control/detail/dmc/while.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control/detail/dmc creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control/detail/edg copying build/lib/pythran/boost/preprocessor/control/detail/edg/while.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control/detail/edg creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control/detail/msvc copying build/lib/pythran/boost/preprocessor/control/detail/msvc/while.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/control/detail/msvc creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/debug copying build/lib/pythran/boost/preprocessor/debug/error.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/debug creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/detail copying build/lib/pythran/boost/preprocessor/detail/auto_rec.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/detail copying build/lib/pythran/boost/preprocessor/detail/check.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/detail copying build/lib/pythran/boost/preprocessor/detail/is_binary.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/detail copying build/lib/pythran/boost/preprocessor/detail/is_unary.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/detail copying build/lib/pythran/boost/preprocessor/detail/split.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/detail/dmc copying build/lib/pythran/boost/preprocessor/detail/dmc/auto_rec.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/detail/dmc creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/empty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/expand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/identity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/intercept.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/is_1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/is_empty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/is_empty_variadic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/facilities copying build/lib/pythran/boost/preprocessor/facilities/overload.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/facilities creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/facilities/detail copying build/lib/pythran/boost/preprocessor/facilities/detail/is_empty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/facilities/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration copying build/lib/pythran/boost/preprocessor/iteration/iterate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration copying build/lib/pythran/boost/preprocessor/iteration/local.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration copying build/lib/pythran/boost/preprocessor/iteration/self.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail copying build/lib/pythran/boost/preprocessor/iteration/detail/finish.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail copying build/lib/pythran/boost/preprocessor/iteration/detail/local.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail copying build/lib/pythran/boost/preprocessor/iteration/detail/rlocal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail copying build/lib/pythran/boost/preprocessor/iteration/detail/self.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail copying build/lib/pythran/boost/preprocessor/iteration/detail/start.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/lower1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/lower2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/lower3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/lower4.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/lower5.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/upper1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/upper2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/upper3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/upper4.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/bounds copying build/lib/pythran/boost/preprocessor/iteration/detail/bounds/upper5.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/bounds creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/forward1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/forward2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/forward3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/forward4.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/forward5.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/reverse1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/reverse2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/reverse3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/reverse4.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/iter copying build/lib/pythran/boost/preprocessor/iteration/detail/iter/reverse5.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/iteration/detail/iter creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list copying build/lib/pythran/boost/preprocessor/list/adt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list copying build/lib/pythran/boost/preprocessor/list/fold_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list copying build/lib/pythran/boost/preprocessor/list/fold_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list copying build/lib/pythran/boost/preprocessor/list/for_each_i.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list copying build/lib/pythran/boost/preprocessor/list/reverse.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list/detail copying build/lib/pythran/boost/preprocessor/list/detail/fold_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list/detail copying build/lib/pythran/boost/preprocessor/list/detail/fold_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list/detail/dmc copying build/lib/pythran/boost/preprocessor/list/detail/dmc/fold_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list/detail/dmc creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list/detail/edg copying build/lib/pythran/boost/preprocessor/list/detail/edg/fold_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list/detail/edg copying build/lib/pythran/boost/preprocessor/list/detail/edg/fold_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/list/detail/edg creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/bitand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/bitor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/bool.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/compl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/not.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/logical copying build/lib/pythran/boost/preprocessor/logical/or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/logical creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/punctuation copying build/lib/pythran/boost/preprocessor/punctuation/comma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/punctuation copying build/lib/pythran/boost/preprocessor/punctuation/comma_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/punctuation copying build/lib/pythran/boost/preprocessor/punctuation/is_begin_parens.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/punctuation copying build/lib/pythran/boost/preprocessor/punctuation/paren.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/punctuation creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/punctuation/detail copying build/lib/pythran/boost/preprocessor/punctuation/detail/is_begin_parens.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/punctuation/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_binary_params.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_params.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_params_with_a_default.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_shifted.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_shifted_params.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_trailing.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/enum_trailing_params.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/for.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/repeat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition copying build/lib/pythran/boost/preprocessor/repetition/repeat_from_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition/detail copying build/lib/pythran/boost/preprocessor/repetition/detail/for.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition/detail/dmc copying build/lib/pythran/boost/preprocessor/repetition/detail/dmc/for.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition/detail/dmc creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition/detail/edg copying build/lib/pythran/boost/preprocessor/repetition/detail/edg/for.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition/detail/edg creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition/detail/msvc copying build/lib/pythran/boost/preprocessor/repetition/detail/msvc/for.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/repetition/detail/msvc creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/cat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/elem.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/enum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/first_n.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/fold_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/for_each.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/for_each_i.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/push_front.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/rest_n.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/seq.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/subseq.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq copying build/lib/pythran/boost/preprocessor/seq/transform.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq/detail copying build/lib/pythran/boost/preprocessor/seq/detail/is_empty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq/detail copying build/lib/pythran/boost/preprocessor/seq/detail/split.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/seq/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/slot copying build/lib/pythran/boost/preprocessor/slot/slot.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/slot creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/counter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/def.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/shared.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/slot1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/slot2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/slot3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/slot4.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/slot/detail copying build/lib/pythran/boost/preprocessor/slot/detail/slot5.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/slot/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/tuple copying build/lib/pythran/boost/preprocessor/tuple/eat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/tuple copying build/lib/pythran/boost/preprocessor/tuple/elem.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/tuple copying build/lib/pythran/boost/preprocessor/tuple/rem.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/tuple copying build/lib/pythran/boost/preprocessor/tuple/size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/tuple copying build/lib/pythran/boost/preprocessor/tuple/to_list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/tuple copying build/lib/pythran/boost/preprocessor/tuple/to_seq.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/tuple creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/tuple/detail copying build/lib/pythran/boost/preprocessor/tuple/detail/is_single_return.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/tuple/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/variadic copying build/lib/pythran/boost/preprocessor/variadic/elem.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/variadic copying build/lib/pythran/boost/preprocessor/variadic/has_opt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/variadic copying build/lib/pythran/boost/preprocessor/variadic/size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/variadic copying build/lib/pythran/boost/preprocessor/variadic/to_seq.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/variadic creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/variadic/detail copying build/lib/pythran/boost/preprocessor/variadic/detail/has_opt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/preprocessor/variadic/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr copying build/lib/pythran/boost/smart_ptr/bad_weak_ptr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr copying build/lib/pythran/boost/smart_ptr/shared_ptr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/lightweight_mutex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/local_counted_base.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/local_sp_deleter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/lwm_nop.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/lwm_pthreads.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/lwm_win32_cs.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/operator_bool.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/quick_allocator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/shared_count.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_convertible.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_aix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_clang.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_nt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_pt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_spin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_sync.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_base_w32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_counted_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_disable_deprecated.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_has_sync.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_interlocked.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_noexcept.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_nullptr_t.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/sp_typeinfo_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_gcc_arm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_nt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_pool.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_pt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_std_atomic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_sync.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/spinlock_w32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail copying build/lib/pythran/boost/smart_ptr/detail/yield_k.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/smart_ptr/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/tuple copying build/lib/pythran/boost/tuple/tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/tuple copying build/lib/pythran/boost/tuple/tuple_comparison.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/tuple creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/tuple/detail copying build/lib/pythran/boost/tuple/detail/tuple_basic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/tuple/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_const.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_cv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_lvalue_reference.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_pointer.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_reference.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_rvalue_reference.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/add_volatile.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/alignment_of.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/conditional.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/conversion_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/cv_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/decay.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/declval.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/enable_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/function_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_left_shift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_minus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_minus_assign.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_nothrow_assign.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_nothrow_constructor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_nothrow_copy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_plus.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_plus_assign.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_right_shift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_trivial_assign.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_trivial_constructor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_trivial_copy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_trivial_move_assign.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/has_trivial_move_constructor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/integral_constant.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/intrinsics.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_abstract.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_arithmetic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_array.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_enum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_assignable.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_base_and_derived.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_base_of.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_class.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_complete.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_complex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_const.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_constructible.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_convertible.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_copy_constructible.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_default_constructible.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_destructible.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_detected.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_empty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_float.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_floating_point.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_function.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_fundamental.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_integral.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_lvalue_reference.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_member_function_pointer.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_member_pointer.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_noncopyable.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_nothrow_move_assignable.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_nothrow_move_constructible.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_pod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_pointer.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_polymorphic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_reference.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_rvalue_reference.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_same.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_scalar.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_signed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_union.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_unsigned.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_void.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/is_volatile.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/make_signed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/make_unsigned.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/make_void.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/nonesuch.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_all_extents.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_bounds.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_const.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_cv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_cv_ref.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_extent.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_pointer.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_reference.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/remove_volatile.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/type_identity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits copying build/lib/pythran/boost/type_traits/type_with_alignment.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/detector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/has_binary_operator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_function_cxx_03.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_function_cxx_11.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_function_msvc10_fix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_function_ptr_helper.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_function_ptr_tester.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_likely_lambda.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/yes_no_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail copying build/lib/pythran/boost/type_traits/detail/is_rvalue_reference_msvc10_fix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/type_traits/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/constant.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/decltype.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/encode_decode.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/encode_decode_params.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/int_encoding.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/integral_template_param.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/message.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/modifiers.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/native.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/pointers_data_members.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/register_functions.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/register_functions_iterate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/register_fundamental.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/register_mem_functions.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/template_encoding.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/template_template_param.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/type_encoding.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/type_template_param.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/typeof.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/typeof_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/unsupported.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/vector.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/vector100.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/vector150.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/vector200.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof copying build/lib/pythran/boost/typeof/vector50.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof/dmc copying build/lib/pythran/boost/typeof/dmc/typeof_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof/dmc creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof/msvc copying build/lib/pythran/boost/typeof/msvc/typeof_impl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/typeof/msvc creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/utility copying build/lib/pythran/boost/utility/base_from_member.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/utility copying build/lib/pythran/boost/utility/binary.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/utility copying build/lib/pythran/boost/utility/compare_pointees.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/utility copying build/lib/pythran/boost/utility/declval.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/utility copying build/lib/pythran/boost/utility/enable_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/utility copying build/lib/pythran/boost/utility/identity_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/utility copying build/lib/pythran/boost/utility/result_of.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/utility copying build/lib/pythran/boost/utility/swap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/utility creating build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/utility/detail copying build/lib/pythran/boost/utility/detail/result_of_iterate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/boost/utility/detail creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic copying build/lib/pythran/pythonic/core.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/clear.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/conjugate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/copy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/count.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/index.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/pop.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/remove.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/sort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/__dispatch__ copying build/lib/pythran/pythonic/__dispatch__/update.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/__dispatch__ creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/bisect copying build/lib/pythran/pythonic/bisect/bisect.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/bisect copying build/lib/pythran/pythonic/bisect/bisect_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/bisect copying build/lib/pythran/pythonic/bisect/bisect_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/bisect creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ArithmeticError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/AssertionError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/AttributeError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/BaseException.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/BufferError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/BytesWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/DeprecationWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/EOFError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/EnvironmentError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/Exception.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/False.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/FileNotFoundError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/FloatingPointError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/FutureWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/GeneratorExit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/IOError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ImportError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ImportWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/IndentationError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/IndexError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/KeyError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/KeyboardInterrupt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/LookupError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/MemoryError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/NameError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/None.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/NotImplementedError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/OSError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/OverflowError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/PendingDeprecationWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ReferenceError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/RuntimeError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/RuntimeWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/StopIteration.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/SyntaxError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/SyntaxWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/SystemError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/SystemExit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/TabError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/True.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/TypeError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/UnboundLocalError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/UnicodeError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/UnicodeWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/UserWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ValueError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/Warning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ZeroDivisionError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/abs.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/all.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/any.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/assert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/bin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/bool_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/chr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/complex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/dict.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/divmod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/enumerate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/file.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/filter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/float_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/getattr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/hex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/id.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/in.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/int_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/isinstance.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/iter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/len.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/max.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/min.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/minmax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/next.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/oct.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/open.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/ord.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/pow.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/print.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/range.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/reversed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/round.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/slice.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/sorted.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/str.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/sum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/xrange.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins copying build/lib/pythran/pythonic/builtins/zip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/complex copying build/lib/pythran/pythonic/builtins/complex/conjugate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/complex creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/clear.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/copy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/fromkeys.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/get.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/items.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/keys.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/pop.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/popitem.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/setdefault.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/update.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/dict copying build/lib/pythran/pythonic/builtins/dict/values.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/dict creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/close.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/fileno.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/flush.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/isatty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/next.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/read.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/readline.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/readlines.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/seek.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/tell.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/truncate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/write.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file copying build/lib/pythran/pythonic/builtins/file/writelines.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/file creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/float_ copying build/lib/pythran/pythonic/builtins/float_/is_integer.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/float_ creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/append.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/count.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/extend.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/insert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/pop.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/remove.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/reverse.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/list copying build/lib/pythran/pythonic/builtins/list/sort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/list creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/StaticIfBreak.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/StaticIfCont.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/StaticIfNoReturn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/StaticIfReturn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/abssqr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/and_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/is_none.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/kwonly.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/len_set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/make_shape.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/or_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/static_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran copying build/lib/pythran/pythonic/builtins/pythran/static_list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/pythran creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/add.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/clear.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/copy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/difference.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/difference_update.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/discard.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/intersection.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/intersection_update.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/isdisjoint.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/issubset.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/issuperset.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/remove.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/symmetric_difference.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/symmetric_difference_update.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/union_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set copying build/lib/pythran/pythonic/builtins/set/update.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/set creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/__mod__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/capitalize.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/count.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/endswith.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/find.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/isalpha.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/isdigit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/join.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/lower.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/lstrip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/replace.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/rstrip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/split.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/splitlines.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/startswith.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/strip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str copying build/lib/pythran/pythonic/builtins/str/upper.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/builtins/str creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/acos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/acosh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/asin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/asinh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/atan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/atanh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/cos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/cosh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/e.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/exp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/isinf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/isnan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/log.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/log10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/pi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/sin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/sinh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/sqrt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/tan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath copying build/lib/pythran/pythonic/cmath/tanh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/cmath creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/functools copying build/lib/pythran/pythonic/functools/partial.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/functools copying build/lib/pythran/pythonic/functools/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/functools creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/clear.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/conjugate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/copy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/count.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/index.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/pop.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/remove.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/sort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/__dispatch__ copying build/lib/pythran/pythonic/include/__dispatch__/update.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/__dispatch__ creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/bisect copying build/lib/pythran/pythonic/include/bisect/bisect.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/bisect copying build/lib/pythran/pythonic/include/bisect/bisect_left.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/bisect copying build/lib/pythran/pythonic/include/bisect/bisect_right.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/bisect creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ArithmeticError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/AssertionError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/AttributeError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/BaseException.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/BufferError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/BytesWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/DeprecationWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/EOFError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/EnvironmentError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/Exception.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/False.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/FileNotFoundError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/FloatingPointError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/FutureWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/GeneratorExit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/IOError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ImportError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ImportWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/IndentationError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/IndexError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/KeyError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/KeyboardInterrupt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/LookupError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/MemoryError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/NameError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/None.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/NotImplementedError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/OSError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/OverflowError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/PendingDeprecationWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ReferenceError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/RuntimeError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/RuntimeWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/StopIteration.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/SyntaxError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/SyntaxWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/SystemError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/SystemExit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/TabError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/True.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/TypeError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/UnboundLocalError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/UnicodeError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/UnicodeWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/UserWarning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ValueError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/Warning.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ZeroDivisionError.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/abs.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/all.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/any.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/assert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/bin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/bool_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/chr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/complex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/dict.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/divmod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/enumerate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/file.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/filter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/float_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/getattr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/hex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/id.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/in.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/int_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/isinstance.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/iter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/len.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/map.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/max.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/min.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/minmax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/next.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/oct.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/open.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/ord.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/pow.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/print.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/range.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/reversed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/round.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/slice.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/sorted.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/str.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/sum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/xrange.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins copying build/lib/pythran/pythonic/include/builtins/zip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/complex copying build/lib/pythran/pythonic/include/builtins/complex/conjugate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/complex creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/clear.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/copy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/fromkeys.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/get.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/items.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/keys.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/pop.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/popitem.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/setdefault.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/update.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/dict copying build/lib/pythran/pythonic/include/builtins/dict/values.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/dict creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/close.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/fileno.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/flush.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/isatty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/next.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/read.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/readline.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/readlines.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/seek.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/tell.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/truncate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/write.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file copying build/lib/pythran/pythonic/include/builtins/file/writelines.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/file creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/float_ copying build/lib/pythran/pythonic/include/builtins/float_/is_integer.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/float_ creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/append.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/count.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/extend.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/insert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/pop.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/remove.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/reverse.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/list copying build/lib/pythran/pythonic/include/builtins/list/sort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/list creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/StaticIfBreak.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/StaticIfCont.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/StaticIfNoReturn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/StaticIfReturn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/abssqr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/and_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/is_none.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/kwonly.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/len_set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/make_shape.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/or_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/static_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran copying build/lib/pythran/pythonic/include/builtins/pythran/static_list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/pythran creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/add.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/clear.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/copy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/difference.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/difference_update.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/discard.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/intersection.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/intersection_update.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/isdisjoint.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/issubset.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/issuperset.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/remove.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/symmetric_difference.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/symmetric_difference_update.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/union_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set copying build/lib/pythran/pythonic/include/builtins/set/update.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/set creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/__mod__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/capitalize.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/count.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/endswith.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/find.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/isalpha.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/isdigit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/join.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/lower.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/lstrip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/replace.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/rstrip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/split.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/splitlines.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/startswith.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/strip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str copying build/lib/pythran/pythonic/include/builtins/str/upper.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/builtins/str creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/acos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/acosh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/asin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/asinh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/atan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/atanh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/cos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/cosh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/e.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/exp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/isinf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/isnan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/log.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/log10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/pi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/sin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/sinh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/sqrt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/tan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath copying build/lib/pythran/pythonic/include/cmath/tanh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/cmath creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/functools copying build/lib/pythran/pythonic/include/functools/partial.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/functools copying build/lib/pythran/pythonic/include/functools/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/functools creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/close.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/fileno.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/flush.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/isatty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/next.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/read.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/readline.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/readlines.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/seek.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/tell.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/truncate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/write.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/include/io/_io/TextIOWrapper/writelines.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/io/_io/TextIOWrapper creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/combinations.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/common.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/count.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/ifilter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/islice.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/permutations.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/product.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/itertools copying build/lib/pythran/pythonic/include/itertools/repeat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/itertools creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/acos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/acosh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/asin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/asinh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/atan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/atan2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/atanh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/ceil.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/copysign.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/cos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/cosh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/degrees.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/e.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/erf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/erfc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/exp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/expm1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/fabs.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/factorial.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/floor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/fmod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/frexp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/gamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/hypot.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/log.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/isinf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/isnan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/ldexp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/lgamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/log10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/log1p.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/modf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/pi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/pow.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/radians.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/sin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/sinh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/sqrt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/tan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/tanh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math copying build/lib/pythran/pythonic/include/math/trunc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/math creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/NINF.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/abs.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/absolute.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/add.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/alen.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/all.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/allclose.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/alltrue.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/amax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/amin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/angle.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/angle_in_deg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/angle_in_rad.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/any.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/append.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arange.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arccos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arccosh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arcsin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arcsinh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arctan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arctan2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/arctanh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/argmax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/argmin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/argsort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/argwhere.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/around.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/array.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/array2string.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/array_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/array_equiv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/array_split.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/array_str.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/asarray.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/asarray_chkfinite.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ascontiguousarray.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/asfarray.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/asscalar.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/atleast_1d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/atleast_2d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/atleast_3d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/average.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/base_repr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/binary_repr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/bincount.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/bitwise_and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/bitwise_not.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/bitwise_or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/bitwise_xor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/bool_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/broadcast_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/byte.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cbrt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ceil.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/clip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/complex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/complex128.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/complex256.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/complex64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/concatenate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/conj.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/conjugate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/convolve.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/copy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/copysign.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/add copying build/lib/pythran/pythonic/include/numpy/add/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/add copying build/lib/pythran/pythonic/include/numpy/add/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/add copying build/lib/pythran/pythonic/include/numpy/copyto.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/correlate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cosh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/count_nonzero.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cross.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cumprod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cumproduct.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/cumsum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/deg2rad.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/degrees.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/delete_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/diag.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/diagflat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/diagonal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/diff.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/digitize.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/divide.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/dot.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/double_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/e.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ediff1d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/empty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/empty_like.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/exp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/expand_dims.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/expm1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/eye.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fabs.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fill_diagonal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/finfo.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/flatnonzero.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/flip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fliplr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/flipud.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/float128.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/float32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/float64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/float_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/floor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/floor_divide.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fmax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fmin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fmod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/frexp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fromfile.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fromfunction.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fromiter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/fromstring.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/full.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/full_like.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/heaviside.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/hstack.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/hypot.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/identity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/imag.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/indices.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/inf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/inner.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/insert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/int16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/int32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/int64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/int8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/int_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/intc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/interp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/intersect1d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/intp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/invert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isclose.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/iscomplex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isfinite.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isinf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isnan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isneginf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isposinf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isreal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isrealobj.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/isscalar.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/issctype.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ldexp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/left_shift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/lexsort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/linspace.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/log.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/log10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/log1p.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/log2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logaddexp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/c2c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/fft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/fftn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/hfft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/ifft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/ihfft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/irfft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/fft/rfft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fft copying build/lib/pythran/pythonic/include/numpy/logaddexp2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logical_and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logical_not.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logical_or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logical_xor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/logspace.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/longlong.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/max.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/maximum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/mean.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/median.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/min.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/minimum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/mod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/multiply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nan_to_num.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nanargmax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nanargmin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nanmax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nanmin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nansum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ndarray.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ndenumerate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ndim.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ndindex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/negative.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/newaxis.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nextafter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/nonzero.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/not_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ones.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ones_like.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/outer.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/partial_sum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/pi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/place.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/power.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/prod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/product.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ptp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/put.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/putmask.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/rad2deg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/radians.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ravel.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/real.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/reciprocal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/remainder.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/repeat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/resize.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/right_shift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/rint.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/roll.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/rollaxis.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/rot90.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/round.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/round_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/searchsorted.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/select.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/setdiff1d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/shape.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/short_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sign.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/signbit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sinh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sometrue.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sort_complex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/spacing.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/split.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sqrt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/square.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/stack.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/std_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/subtract.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/sum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/swapaxes.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/take.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/tan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/tanh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/tile.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/trace.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/transpose.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/tri.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/tril.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/trim_zeros.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/triu.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/true_divide.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/trunc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ubyte.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ufunc_accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ufunc_reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/uint.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/uint16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/uint32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/uint64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/uint8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/uintc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/uintp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ulonglong.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/union1d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/unique.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/unravel_index.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/unwrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/ushort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/var.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/vdot.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/vstack.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/where.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/zeros.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy copying build/lib/pythran/pythonic/include/numpy/zeros_like.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/arctan2 copying build/lib/pythran/pythonic/include/numpy/arctan2/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/arctan2 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/bitwise_and copying build/lib/pythran/pythonic/include/numpy/bitwise_and/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/bitwise_and copying build/lib/pythran/pythonic/include/numpy/bitwise_and/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/bitwise_and creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/bitwise_or copying build/lib/pythran/pythonic/include/numpy/bitwise_or/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/bitwise_or copying build/lib/pythran/pythonic/include/numpy/bitwise_or/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/bitwise_or creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/bitwise_xor copying build/lib/pythran/pythonic/include/numpy/bitwise_xor/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/bitwise_xor copying build/lib/pythran/pythonic/include/numpy/bitwise_xor/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/bitwise_xor creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/copysign copying build/lib/pythran/pythonic/include/numpy/copysign/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/copysign creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ctypeslib copying build/lib/pythran/pythonic/include/numpy/ctypeslib/as_array.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ctypeslib creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/divide copying build/lib/pythran/pythonic/include/numpy/divide/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/divide creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/dtype copying build/lib/pythran/pythonic/include/numpy/dtype/type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/dtype creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/equal copying build/lib/pythran/pythonic/include/numpy/equal/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/equal creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/floor_divide copying build/lib/pythran/pythonic/include/numpy/floor_divide/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/floor_divide creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fmax copying build/lib/pythran/pythonic/include/numpy/fmax/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fmax copying build/lib/pythran/pythonic/include/numpy/fmax/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fmax creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fmin copying build/lib/pythran/pythonic/include/numpy/fmin/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fmin copying build/lib/pythran/pythonic/include/numpy/fmin/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fmin creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fmod copying build/lib/pythran/pythonic/include/numpy/fmod/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/fmod creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/greater copying build/lib/pythran/pythonic/include/numpy/greater/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/greater creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/greater_equal copying build/lib/pythran/pythonic/include/numpy/greater_equal/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/greater_equal creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/heaviside copying build/lib/pythran/pythonic/include/numpy/heaviside/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/heaviside creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/hypot copying build/lib/pythran/pythonic/include/numpy/hypot/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/hypot creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ldexp copying build/lib/pythran/pythonic/include/numpy/ldexp/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ldexp creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/left_shift copying build/lib/pythran/pythonic/include/numpy/left_shift/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/left_shift creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/less copying build/lib/pythran/pythonic/include/numpy/less/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/less creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/less_equal copying build/lib/pythran/pythonic/include/numpy/less_equal/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/less_equal creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/linalg copying build/lib/pythran/pythonic/include/numpy/linalg/matrix_power.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/linalg copying build/lib/pythran/pythonic/include/numpy/linalg/norm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/linalg creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/logaddexp copying build/lib/pythran/pythonic/include/numpy/logaddexp/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/logaddexp creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/logaddexp2 copying build/lib/pythran/pythonic/include/numpy/logaddexp2/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/logaddexp2 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/logical_and copying build/lib/pythran/pythonic/include/numpy/logical_and/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/logical_and creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/logical_or copying build/lib/pythran/pythonic/include/numpy/logical_or/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/logical_or creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/logical_xor copying build/lib/pythran/pythonic/include/numpy/logical_xor/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/logical_xor creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/maximum copying build/lib/pythran/pythonic/include/numpy/maximum/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/maximum copying build/lib/pythran/pythonic/include/numpy/maximum/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/maximum creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/minimum copying build/lib/pythran/pythonic/include/numpy/minimum/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/minimum copying build/lib/pythran/pythonic/include/numpy/minimum/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/minimum creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/mod copying build/lib/pythran/pythonic/include/numpy/mod/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/mod creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/multiply copying build/lib/pythran/pythonic/include/numpy/multiply/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/multiply copying build/lib/pythran/pythonic/include/numpy/multiply/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/multiply creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/astype.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/fill.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/flatten.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/item.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/reshape.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/sort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/tofile.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/tolist.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/tostring.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ndarray copying build/lib/pythran/pythonic/include/numpy/ndarray/view.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/ndarray creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/negative copying build/lib/pythran/pythonic/include/numpy/negative/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/negative creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/nextafter copying build/lib/pythran/pythonic/include/numpy/nextafter/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/nextafter creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/not_equal copying build/lib/pythran/pythonic/include/numpy/not_equal/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/not_equal creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/power copying build/lib/pythran/pythonic/include/numpy/power/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/power creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/binomial.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/bytes.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/chisquare.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/choice.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/dirichlet.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/exponential.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/f.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/gamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/generator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/geometric.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/gumbel.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/laplace.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/logistic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/lognormal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/logseries.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/negative_binomial.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/normal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/pareto.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/poisson.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/power.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/rand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/randint.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/randn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/random.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/random_integers.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/random_sample.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/ranf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/rayleigh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/sample.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/seed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/shuffle.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/standard_exponential.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/standard_gamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/standard_normal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/uniform.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random copying build/lib/pythran/pythonic/include/numpy/random/weibull.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/random creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/remainder copying build/lib/pythran/pythonic/include/numpy/remainder/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/remainder creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/right_shift copying build/lib/pythran/pythonic/include/numpy/right_shift/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/right_shift creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/subtract copying build/lib/pythran/pythonic/include/numpy/subtract/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/subtract creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/true_divide copying build/lib/pythran/pythonic/include/numpy/true_divide/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/numpy/true_divide creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/omp copying build/lib/pythran/pythonic/include/omp/get_num_threads.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/omp copying build/lib/pythran/pythonic/include/omp/get_thread_num.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/omp copying build/lib/pythran/pythonic/include/omp/get_wtick.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/omp copying build/lib/pythran/pythonic/include/omp/get_wtime.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/omp copying build/lib/pythran/pythonic/include/omp/in_parallel.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/omp copying build/lib/pythran/pythonic/include/omp/set_nested.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/omp creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__abs__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__add__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__and__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__concat__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__contains__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__delitem__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__div__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__eq__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__floordiv__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ge__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__getitem__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__gt__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__iadd__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__iand__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__iconcat__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__idiv__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ifloordiv__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ilshift__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__imod__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__imul__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__inv__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__invert__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ior__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ipow__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__irshift__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__isub__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__itruediv__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ixor__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__le__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__lshift__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__lt__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__matmul__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__mod__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__mul__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__ne__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__neg__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__not__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__or__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__pos__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__rshift__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__sub__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__truediv__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/__xor__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/abs.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/add.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/and_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/concat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/contains.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/countOf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/delitem.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/div.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/eq.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/floordiv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ge.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/getitem.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/gt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/iadd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/iand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/icommon.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/iconcat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/idiv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ifloordiv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ilshift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/imatmul.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/imax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/imin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/imod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/imul.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/indexOf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/inv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/invert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ior.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ipow.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/irshift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/is_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/is_not.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/isub.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/itemgetter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/itruediv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ixor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/le.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/lshift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/lt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/matmul.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/mod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/mul.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/ne.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/neg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/not_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/or_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/overloads.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/pos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/pow.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/rshift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/sub.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/truediv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/truth.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ copying build/lib/pythran/pythonic/include/operator_/xor_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/operator_ creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/os creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/os/path copying build/lib/pythran/pythonic/include/os/path/join.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/os/path creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/choice.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/expovariate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/gauss.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/randint.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/random.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/randrange.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/sample.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/seed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/shuffle.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/random copying build/lib/pythran/pythonic/include/random/uniform.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/random creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/binom.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/gamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/gammaincinv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/gammaln.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/hankel1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/hankel2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/i0.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/i0e.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/iv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/ivp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/jv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/jvp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/kv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/kvp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/ndtr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/ndtri.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/spherical_jn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/spherical_yn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/yv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special copying build/lib/pythran/pythonic/include/scipy/special/yvp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/scipy/special creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/ascii_letters.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/ascii_lowercase.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/ascii_uppercase.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/digits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/find.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/hexdigits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/string copying build/lib/pythran/pythonic/include/string/octdigits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/string creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/time copying build/lib/pythran/pythonic/include/time/sleep.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/time copying build/lib/pythran/pythonic/include/time/time.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/time creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/NoneType.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/assignable.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/attr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/bool.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/cfun.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/clongdouble.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/combined.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/complex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/complex128.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/complex256.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/complex64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/dict.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/dynamic_tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/empty_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/exceptions.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/file.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/finfo.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/float.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/float128.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/float32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/float64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/int.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/generator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/immediate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/int16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/int32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/int64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/int8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/intc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/intp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/lazy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/longdouble.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/ndarray.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/nditerator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_binary_op.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_broadcast.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_expr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_gexpr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_iexpr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_nary_expr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_op_helper.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_operators.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_texpr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_unary_op.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/numpy_vexpr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/pointer.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/raw_array.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/slice.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/static_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/str.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/uint16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/uint32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/uint64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/uint8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/uintc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/uintp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/variant_functor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types copying build/lib/pythran/pythonic/include/types/vectorizable_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/types creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/array_helper.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/broadcast_copy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/functor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/int_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/meta.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/nested_container.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/neutral.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/numpy_conversion.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/numpy_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/reserve.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/seq.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/shared_ref.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/tags.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils copying build/lib/pythran/pythonic/include/utils/yield.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/include/utils creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/close.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/fileno.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/flush.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/isatty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/next.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/read.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/readline.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/readlines.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/seek.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/tell.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/truncate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/write.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper copying build/lib/pythran/pythonic/io/_io/TextIOWrapper/writelines.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/io/_io/TextIOWrapper creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/combinations.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/common.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/count.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/ifilter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/islice.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/permutations.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/product.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/itertools copying build/lib/pythran/pythonic/itertools/repeat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/itertools creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/acos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/acosh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/asin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/asinh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/atan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/atan2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/atanh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/ceil.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/copysign.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/cos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/cosh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/degrees.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/e.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/erf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/erfc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/exp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/expm1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/fabs.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/factorial.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/floor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/fmod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/frexp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/gamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/hypot.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/log.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/isinf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/isnan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/ldexp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/lgamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/log10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/log1p.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/modf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/pi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/pow.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/radians.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/sin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/sinh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/sqrt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/tan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/tanh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math copying build/lib/pythran/pythonic/math/trunc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/math creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/NINF.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/abs.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/absolute.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/add.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/alen.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/all.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/allclose.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/alltrue.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/amax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/amin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/angle.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/angle_in_deg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/angle_in_rad.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/any.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/append.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arange.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arccos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arccosh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arcsin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arcsinh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arctan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arctan2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/arctanh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/argmax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/argmin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/argminmax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/argsort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/argwhere.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/around.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/array.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/array2string.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/array_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/array_equiv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/array_split.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/array_str.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/asarray.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/asarray_chkfinite.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ascontiguousarray.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/asfarray.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/asscalar.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/atleast_1d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/atleast_2d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/atleast_3d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/average.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/base_repr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/binary_repr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/bincount.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/bitwise_and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/bitwise_not.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/bitwise_or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/bitwise_xor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/bool_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/broadcast_to.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/byte.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cbrt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ceil.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/clip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/complex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/complex128.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/complex256.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/complex64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/concatenate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/conj.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/conjugate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/convolve.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/copy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/add copying build/lib/pythran/pythonic/numpy/add/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/add copying build/lib/pythran/pythonic/numpy/add/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/add copying build/lib/pythran/pythonic/numpy/copysign.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/copyto.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/correlate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cosh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/count_nonzero.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cross.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cumprod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cumproduct.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/cumsum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/deg2rad.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/degrees.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/delete_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/diag.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/diagflat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/diagonal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/diff.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/digitize.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/divide.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/dot.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/double_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/e.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ediff1d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/empty.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/empty_like.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/exp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/expand_dims.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/expm1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/eye.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fabs.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fill_diagonal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/finfo.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fix.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/flatnonzero.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/flip.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fliplr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/flipud.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/float128.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/float32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/float64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/float_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/floor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/floor_divide.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fmax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fmin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fmod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/frexp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fromfile.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/c2c.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/fft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/fftn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/hfft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/ifft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/ihfft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/irfft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/pocketfft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fft/rfft.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fft copying build/lib/pythran/pythonic/numpy/fromfunction.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fromiter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/fromstring.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/full.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/full_like.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/greater.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/greater_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/heaviside.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/hstack.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/hypot.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/identity.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/imag.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/indices.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/inf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/inner.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/insert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/int16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/int32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/int64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/int8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/int_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/intc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/interp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/intp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/interp_core.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/intersect1d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/invert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isclose.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/iscomplex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isfinite.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isinf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isnan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isneginf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isposinf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isreal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isrealobj.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/isscalar.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/issctype.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ldexp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/left_shift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/less.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/less_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/lexsort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/linspace.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/log.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/log10.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/log1p.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/log2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logaddexp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logaddexp2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logical_and.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logical_not.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logical_or.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logical_xor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/logspace.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/longlong.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/max.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/maximum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/mean.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/median.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/min.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/minimum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/mod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/multiply.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nan_to_num.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nanargmax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nanargmin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nanmax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nanmin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nansum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ndarray.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ndenumerate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ndim.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ndindex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/negative.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/newaxis.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nextafter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/nonzero.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/not_equal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ones.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ones_like.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/outer.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/partial_sum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/pi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/place.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/power.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/prod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/product.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ptp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/put.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/putmask.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/rad2deg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/radians.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ravel.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/real.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/reciprocal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/remainder.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/repeat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/resize.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/right_shift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/rint.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/roll.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/rollaxis.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/rot90.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/round.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/round_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/searchsorted.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/select.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/setdiff1d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/shape.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/short_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sign.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/signbit.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sinh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/size.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sometrue.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sort_complex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/spacing.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/split.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sqrt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/square.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/stack.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/std_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/subtract.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/sum.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/swapaxes.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/take.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/tan.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/tanh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/tile.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/trace.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/transpose.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/tri.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/tril.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/trim_zeros.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/triu.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/true_divide.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/trunc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ubyte.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ufunc_accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ufunc_reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/uint.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/uint16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/uint32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/uint64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/uint8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/uintc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/uintp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ulonglong.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/union1d.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/unique.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/unravel_index.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/unwrap.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/ushort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/var.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/vdot.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/vstack.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/where.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/zeros.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy copying build/lib/pythran/pythonic/numpy/zeros_like.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/arctan2 copying build/lib/pythran/pythonic/numpy/arctan2/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/arctan2 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/bitwise_and copying build/lib/pythran/pythonic/numpy/bitwise_and/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/bitwise_and copying build/lib/pythran/pythonic/numpy/bitwise_and/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/bitwise_and creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/bitwise_or copying build/lib/pythran/pythonic/numpy/bitwise_or/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/bitwise_or copying build/lib/pythran/pythonic/numpy/bitwise_or/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/bitwise_or creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/bitwise_xor copying build/lib/pythran/pythonic/numpy/bitwise_xor/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/bitwise_xor copying build/lib/pythran/pythonic/numpy/bitwise_xor/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/bitwise_xor creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/divide copying build/lib/pythran/pythonic/numpy/divide/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/divide creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/copysign copying build/lib/pythran/pythonic/numpy/copysign/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/copysign creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ctypeslib copying build/lib/pythran/pythonic/numpy/ctypeslib/as_array.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ctypeslib creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/dtype copying build/lib/pythran/pythonic/numpy/dtype/type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/dtype creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/equal copying build/lib/pythran/pythonic/numpy/equal/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/equal creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/floor_divide copying build/lib/pythran/pythonic/numpy/floor_divide/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/floor_divide creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fmax copying build/lib/pythran/pythonic/numpy/fmax/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fmax copying build/lib/pythran/pythonic/numpy/fmax/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fmax creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fmin copying build/lib/pythran/pythonic/numpy/fmin/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fmin copying build/lib/pythran/pythonic/numpy/fmin/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fmin creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fmod copying build/lib/pythran/pythonic/numpy/fmod/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/fmod creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/greater copying build/lib/pythran/pythonic/numpy/greater/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/greater creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/greater_equal copying build/lib/pythran/pythonic/numpy/greater_equal/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/greater_equal creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/heaviside copying build/lib/pythran/pythonic/numpy/heaviside/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/heaviside creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/hypot copying build/lib/pythran/pythonic/numpy/hypot/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/hypot creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ldexp copying build/lib/pythran/pythonic/numpy/ldexp/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ldexp creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/left_shift copying build/lib/pythran/pythonic/numpy/left_shift/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/left_shift creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/less copying build/lib/pythran/pythonic/numpy/less/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/less creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/less_equal copying build/lib/pythran/pythonic/numpy/less_equal/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/less_equal creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/linalg copying build/lib/pythran/pythonic/numpy/linalg/matrix_power.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/linalg copying build/lib/pythran/pythonic/numpy/linalg/norm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/linalg creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/logaddexp copying build/lib/pythran/pythonic/numpy/logaddexp/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/logaddexp creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/logaddexp2 copying build/lib/pythran/pythonic/numpy/logaddexp2/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/logaddexp2 creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/logical_and copying build/lib/pythran/pythonic/numpy/logical_and/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/logical_and creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/logical_or copying build/lib/pythran/pythonic/numpy/logical_or/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/logical_or creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/logical_xor copying build/lib/pythran/pythonic/numpy/logical_xor/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/logical_xor creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/maximum copying build/lib/pythran/pythonic/numpy/maximum/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/maximum copying build/lib/pythran/pythonic/numpy/maximum/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/maximum creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/minimum copying build/lib/pythran/pythonic/numpy/minimum/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/minimum copying build/lib/pythran/pythonic/numpy/minimum/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/minimum creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/mod copying build/lib/pythran/pythonic/numpy/mod/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/mod creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/multiply copying build/lib/pythran/pythonic/numpy/multiply/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/multiply copying build/lib/pythran/pythonic/numpy/multiply/reduce.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/multiply creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/astype.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/fill.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/flatten.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/item.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/reshape.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/sort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/tofile.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/tolist.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/tostring.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ndarray copying build/lib/pythran/pythonic/numpy/ndarray/view.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/ndarray creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/negative copying build/lib/pythran/pythonic/numpy/negative/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/negative creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/nextafter copying build/lib/pythran/pythonic/numpy/nextafter/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/nextafter creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/not_equal copying build/lib/pythran/pythonic/numpy/not_equal/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/not_equal creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/power copying build/lib/pythran/pythonic/numpy/power/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/power creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/binomial.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/bytes.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/chisquare.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/choice.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/dirichlet.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/exponential.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/f.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/gamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/geometric.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/gumbel.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/laplace.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/logistic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/lognormal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/logseries.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/negative_binomial.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/normal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/pareto.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/poisson.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/power.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/rand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/randint.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/randn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/random.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/random_integers.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/random_sample.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/ranf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/rayleigh.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/sample.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/seed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/shuffle.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/standard_exponential.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/standard_gamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/standard_normal.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/uniform.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random copying build/lib/pythran/pythonic/numpy/random/weibull.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/random creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/remainder copying build/lib/pythran/pythonic/numpy/remainder/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/remainder creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/right_shift copying build/lib/pythran/pythonic/numpy/right_shift/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/right_shift creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/subtract copying build/lib/pythran/pythonic/numpy/subtract/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/subtract creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/true_divide copying build/lib/pythran/pythonic/numpy/true_divide/accumulate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/numpy/true_divide creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/omp copying build/lib/pythran/pythonic/omp/get_num_threads.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/omp copying build/lib/pythran/pythonic/omp/get_thread_num.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/omp copying build/lib/pythran/pythonic/omp/get_wtick.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/omp copying build/lib/pythran/pythonic/omp/get_wtime.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/omp copying build/lib/pythran/pythonic/omp/in_parallel.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/omp copying build/lib/pythran/pythonic/omp/set_nested.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/omp creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__abs__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__add__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__and__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__concat__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__contains__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__delitem__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__div__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__eq__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__floordiv__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ge__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__getitem__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__gt__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__iadd__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__iand__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__iconcat__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__idiv__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ifloordiv__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ilshift__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__imod__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__imul__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__inv__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__invert__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ior__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ipow__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__irshift__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__isub__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__itruediv__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ixor__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__le__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__lshift__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__lt__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__matmul__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__mod__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__mul__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__ne__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__neg__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__not__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__or__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__pos__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__rshift__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__sub__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__truediv__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/__xor__.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/abs.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/add.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/and_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/concat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/contains.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/countOf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/delitem.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/div.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/eq.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/floordiv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ge.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/getitem.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/gt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/iadd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/iand.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/icommon.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/iconcat.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/idiv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ifloordiv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ilshift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/imatmul.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/imax.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/imin.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/imod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/imul.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/indexOf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/inv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/invert.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ior.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ipow.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/irshift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/is_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/is_not.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/isub.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/itemgetter.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/itruediv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ixor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/le.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/lshift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/lt.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/matmul.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/mod.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/mul.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/ne.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/neg.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/not_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/or_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/overloads.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/pos.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/pow.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/rshift.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/sub.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/truediv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/truth.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ copying build/lib/pythran/pythonic/operator_/xor_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/operator_ creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/os creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/os/path copying build/lib/pythran/pythonic/os/path/join.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/os/path creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/patch copying build/lib/pythran/pythonic/patch/README.rst -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/patch copying build/lib/pythran/pythonic/patch/complex -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/patch creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/python copying build/lib/pythran/pythonic/python/core.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/python copying build/lib/pythran/pythonic/python/exception_handler.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/python creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/random copying build/lib/pythran/pythonic/random/choice.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/random copying build/lib/pythran/pythonic/random/expovariate.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/random copying build/lib/pythran/pythonic/random/gauss.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/random copying build/lib/pythran/pythonic/random/randint.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/random copying build/lib/pythran/pythonic/random/random.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/random copying build/lib/pythran/pythonic/random/randrange.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/random copying build/lib/pythran/pythonic/random/sample.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/random copying build/lib/pythran/pythonic/random/seed.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/random copying build/lib/pythran/pythonic/random/shuffle.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/random copying build/lib/pythran/pythonic/random/uniform.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/random creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/binom.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/chbevl.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/gamma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/gammaincinv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/gammaln.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/hankel1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/hankel2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/i0.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/i0e.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/iv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/ivp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/jv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/jvp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/kv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/kvp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/ndtr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/ndtri.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/spherical_jn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/spherical_yn.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/yv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special copying build/lib/pythran/pythonic/scipy/special/yvp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/scipy/special creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/string copying build/lib/pythran/pythonic/string/ascii_letters.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/string copying build/lib/pythran/pythonic/string/ascii_lowercase.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/string copying build/lib/pythran/pythonic/string/ascii_uppercase.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/string copying build/lib/pythran/pythonic/string/digits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/string copying build/lib/pythran/pythonic/string/find.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/string copying build/lib/pythran/pythonic/string/hexdigits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/string copying build/lib/pythran/pythonic/string/octdigits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/string creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/time copying build/lib/pythran/pythonic/time/sleep.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/time copying build/lib/pythran/pythonic/time/time.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/time creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/NoneType.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/assignable.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/attr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/bool.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/cfun.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/clongdouble.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/combined.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/complex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/complex128.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/complex256.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/complex64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/dict.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/dynamic_tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/empty_iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/exceptions.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/file.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/finfo.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/float.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/float128.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/float32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/float64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/int.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/generator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/int16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/int32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/int64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/int8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/intc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/intp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/list.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/longdouble.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/ndarray.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/nditerator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_binary_op.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_broadcast.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_expr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_gexpr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_iexpr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_nary_expr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_op_helper.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_operators.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_texpr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_unary_op.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/set.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/numpy_vexpr.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/pointer.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/raw_array.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/slice.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/static_if.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/str.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/tuple.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/uint16.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/uint32.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/uint64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/uint8.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/uintc.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/uintp.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/variant_functor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types copying build/lib/pythran/pythonic/types/vectorizable_type.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/types creating build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/array_helper.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/boost_local_config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/broadcast_copy.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/functor.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/int_.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/iterator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/meta.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/nested_container.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/neutral.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/numpy_conversion.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/numpy_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/pdqsort.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/reserve.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/seq.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/shared_ref.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/tags.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils copying build/lib/pythran/pythonic/utils/yield.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/pythonic/utils creating build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd copying build/lib/pythran/xsimd/xsimd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd creating build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512bw.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512cd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512dq.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512er.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512f.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512ifma.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512pf.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512vbmi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512vnni_avx512bw.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avx512vnni_avx512vbmi.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_avxvnni.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_constants.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_fma3_avx.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_fma3_avx2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch creating build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_arithmetic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_complex.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_details.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_logical.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_math.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_memory.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_rounding.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/generic/xsimd_generic_trigo.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch/generic copying build/lib/pythran/xsimd/arch/xsimd_fma3_sse.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_fma4.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_generic.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_generic_fwd.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_isa.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_neon.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_neon64.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_rvv.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_scalar.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_sse2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_sse3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_sse4_1.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_sse4_2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_ssse3.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_sve.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch copying build/lib/pythran/xsimd/arch/xsimd_wasm.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/arch creating build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/config copying build/lib/pythran/xsimd/config/xsimd_arch.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/config copying build/lib/pythran/xsimd/config/xsimd_config.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/config copying build/lib/pythran/xsimd/config/xsimd_cpuid.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/config creating build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/math copying build/lib/pythran/xsimd/math/xsimd_rem_pio2.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/math creating build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/memory copying build/lib/pythran/xsimd/memory/xsimd_aligned_allocator.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/memory copying build/lib/pythran/xsimd/memory/xsimd_alignment.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/memory creating build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_all_registers.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_api.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx2_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512bw_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512cd_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512dq_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512er_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512f_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512ifma_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512pf_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512vbmi_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512vnni_avx512bw_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx512vnni_avx512vbmi_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avx_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_avxvnni_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_batch.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_batch_constant.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_fma3_avx2_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_fma3_avx_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_fma3_sse_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_fma4_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_generic_arch.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_neon64_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_neon_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_rvv_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_sse2_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_sse3_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_sse4_1_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_sse4_2_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_ssse3_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_sve_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_traits.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_utils.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types copying build/lib/pythran/xsimd/types/xsimd_wasm_register.hpp -> build/bdist.openbsd-7.5-amd64/wheel/pythran/xsimd/types creating build/bdist.openbsd-7.5-amd64/wheel/omp copying build/lib/omp/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/omp running install_egg_info Copying pythran.egg-info to build/bdist.openbsd-7.5-amd64/wheel/pythran-0.15.0-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/pythran-0.15.0.dist-info/WHEEL creating '/exopi-obj/pobj/pythran-0.15.0-python3/pythran-0.15.0/dist/.tmp-v15t8e_4/pythran-0.15.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'omp/__init__.py' adding 'pythran/__init__.py' adding 'pythran/backend.py' adding 'pythran/config.py' adding 'pythran/conversion.py' adding 'pythran/cxxgen.py' adding 'pythran/cxxtypes.py' adding 'pythran/dist.py' adding 'pythran/errors.py' adding 'pythran/frontend.py' adding 'pythran/graph.py' adding 'pythran/interval.py' adding 'pythran/intrinsic.py' adding 'pythran/log.py' adding 'pythran/magic.py' adding 'pythran/metadata.py' adding 'pythran/middlend.py' adding 'pythran/openmp.py' adding 'pythran/passmanager.py' adding 'pythran/pythran-darwin.cfg' adding 'pythran/pythran-default.cfg' adding 'pythran/pythran-linux.cfg' adding 'pythran/pythran-linux2.cfg' adding 'pythran/pythran-win32.cfg' adding 'pythran/pythran.cfg' adding 'pythran/run.py' adding 'pythran/spec.py' adding 'pythran/syntax.py' adding 'pythran/tables.py' adding 'pythran/toolchain.py' adding 'pythran/typing.py' adding 'pythran/unparse.py' adding 'pythran/utils.py' adding 'pythran/version.py' adding 'pythran/analyses/__init__.py' adding 'pythran/analyses/aliases.py' adding 'pythran/analyses/ancestors.py' adding 'pythran/analyses/argument_effects.py' adding 'pythran/analyses/argument_read_once.py' adding 'pythran/analyses/ast_matcher.py' adding 'pythran/analyses/cfg.py' adding 'pythran/analyses/constant_expressions.py' adding 'pythran/analyses/dependencies.py' adding 'pythran/analyses/extended_syntax_check.py' adding 'pythran/analyses/fixed_size_list.py' adding 'pythran/analyses/global_declarations.py' adding 'pythran/analyses/global_effects.py' adding 'pythran/analyses/globals_analysis.py' adding 'pythran/analyses/has_return.py' adding 'pythran/analyses/identifiers.py' adding 'pythran/analyses/immediates.py' adding 'pythran/analyses/imported_ids.py' adding 'pythran/analyses/inlinable.py' adding 'pythran/analyses/intrinsics.py' adding 'pythran/analyses/is_assigned.py' adding 'pythran/analyses/lazyness_analysis.py' adding 'pythran/analyses/literals.py' adding 'pythran/analyses/local_declarations.py' adding 'pythran/analyses/locals_analysis.py' adding 'pythran/analyses/node_count.py' adding 'pythran/analyses/optimizable_comprehension.py' adding 'pythran/analyses/ordered_global_declarations.py' adding 'pythran/analyses/parallel_maps.py' adding 'pythran/analyses/potential_iterator.py' adding 'pythran/analyses/pure_expressions.py' adding 'pythran/analyses/pure_functions.py' adding 'pythran/analyses/range_values.py' adding 'pythran/analyses/scope.py' adding 'pythran/analyses/static_expressions.py' adding 'pythran/analyses/use_def_chain.py' adding 'pythran/analyses/use_omp.py' adding 'pythran/analyses/yield_points.py' adding 'pythran/boost/array.hpp' adding 'pythran/boost/assert.hpp' adding 'pythran/boost/atomic.hpp' adding 'pythran/boost/checked_delete.hpp' adding 'pythran/boost/concept_check.hpp' adding 'pythran/boost/config.hpp' adding 'pythran/boost/cstdint.hpp' adding 'pythran/boost/current_function.hpp' adding 'pythran/boost/format.hpp' adding 'pythran/boost/integer.hpp' adding 'pythran/boost/integer_fwd.hpp' adding 'pythran/boost/integer_traits.hpp' adding 'pythran/boost/lexical_cast.hpp' adding 'pythran/boost/limits.hpp' adding 'pythran/boost/memory_order.hpp' adding 'pythran/boost/next_prior.hpp' adding 'pythran/boost/non_type.hpp' adding 'pythran/boost/noncopyable.hpp' adding 'pythran/boost/none.hpp' adding 'pythran/boost/none_t.hpp' adding 'pythran/boost/optional.hpp' adding 'pythran/boost/predef.h' adding 'pythran/boost/ref.hpp' adding 'pythran/boost/shared_ptr.hpp' adding 'pythran/boost/static_assert.hpp' adding 'pythran/boost/swap.hpp' adding 'pythran/boost/throw_exception.hpp' adding 'pythran/boost/type.hpp' adding 'pythran/boost/utility.hpp' adding 'pythran/boost/version.hpp' adding 'pythran/boost/atomic/atomic.hpp' adding 'pythran/boost/atomic/atomic_flag.hpp' adding 'pythran/boost/atomic/capabilities.hpp' adding 'pythran/boost/atomic/fences.hpp' adding 'pythran/boost/atomic/detail/addressof.hpp' adding 'pythran/boost/atomic/detail/atomic_flag.hpp' adding 'pythran/boost/atomic/detail/atomic_template.hpp' adding 'pythran/boost/atomic/detail/bitwise_cast.hpp' adding 'pythran/boost/atomic/detail/bitwise_fp_cast.hpp' adding 'pythran/boost/atomic/detail/caps_gcc_alpha.hpp' adding 'pythran/boost/atomic/detail/caps_gcc_arm.hpp' adding 'pythran/boost/atomic/detail/caps_gcc_atomic.hpp' adding 'pythran/boost/atomic/detail/caps_gcc_ppc.hpp' adding 'pythran/boost/atomic/detail/caps_gcc_sparc.hpp' adding 'pythran/boost/atomic/detail/caps_gcc_sync.hpp' adding 'pythran/boost/atomic/detail/caps_gcc_x86.hpp' adding 'pythran/boost/atomic/detail/caps_linux_arm.hpp' adding 'pythran/boost/atomic/detail/caps_msvc_arm.hpp' adding 'pythran/boost/atomic/detail/caps_msvc_x86.hpp' adding 'pythran/boost/atomic/detail/caps_windows.hpp' adding 'pythran/boost/atomic/detail/config.hpp' adding 'pythran/boost/atomic/detail/extra_fp_operations.hpp' adding 'pythran/boost/atomic/detail/extra_fp_operations_fwd.hpp' adding 'pythran/boost/atomic/detail/extra_fp_ops_emulated.hpp' adding 'pythran/boost/atomic/detail/extra_fp_ops_generic.hpp' adding 'pythran/boost/atomic/detail/extra_operations.hpp' adding 'pythran/boost/atomic/detail/extra_operations_fwd.hpp' adding 'pythran/boost/atomic/detail/extra_ops_emulated.hpp' adding 'pythran/boost/atomic/detail/extra_ops_gcc_arm.hpp' adding 'pythran/boost/atomic/detail/extra_ops_gcc_ppc.hpp' adding 'pythran/boost/atomic/detail/extra_ops_gcc_x86.hpp' adding 'pythran/boost/atomic/detail/extra_ops_generic.hpp' adding 'pythran/boost/atomic/detail/extra_ops_msvc_arm.hpp' adding 'pythran/boost/atomic/detail/extra_ops_msvc_x86.hpp' adding 'pythran/boost/atomic/detail/float_sizes.hpp' adding 'pythran/boost/atomic/detail/fp_operations.hpp' adding 'pythran/boost/atomic/detail/fp_operations_fwd.hpp' adding 'pythran/boost/atomic/detail/fp_ops_emulated.hpp' adding 'pythran/boost/atomic/detail/fp_ops_generic.hpp' adding 'pythran/boost/atomic/detail/hwcaps_gcc_arm.hpp' adding 'pythran/boost/atomic/detail/hwcaps_gcc_ppc.hpp' adding 'pythran/boost/atomic/detail/hwcaps_gcc_x86.hpp' adding 'pythran/boost/atomic/detail/int_sizes.hpp' adding 'pythran/boost/atomic/detail/integral_extend.hpp' adding 'pythran/boost/atomic/detail/interlocked.hpp' adding 'pythran/boost/atomic/detail/link.hpp' adding 'pythran/boost/atomic/detail/lockpool.hpp' adding 'pythran/boost/atomic/detail/operations.hpp' adding 'pythran/boost/atomic/detail/operations_fwd.hpp' adding 'pythran/boost/atomic/detail/operations_lockfree.hpp' adding 'pythran/boost/atomic/detail/ops_cas_based.hpp' adding 'pythran/boost/atomic/detail/ops_emulated.hpp' adding 'pythran/boost/atomic/detail/ops_extending_cas_based.hpp' adding 'pythran/boost/atomic/detail/ops_gcc_alpha.hpp' adding 'pythran/boost/atomic/detail/ops_gcc_arm.hpp' adding 'pythran/boost/atomic/detail/ops_gcc_arm_common.hpp' adding 'pythran/boost/atomic/detail/ops_gcc_atomic.hpp' adding 'pythran/boost/atomic/detail/ops_gcc_ppc.hpp' adding 'pythran/boost/atomic/detail/ops_gcc_ppc_common.hpp' adding 'pythran/boost/atomic/detail/ops_gcc_sparc.hpp' adding 'pythran/boost/atomic/detail/ops_gcc_sync.hpp' adding 'pythran/boost/atomic/detail/ops_gcc_x86.hpp' adding 'pythran/boost/atomic/detail/ops_gcc_x86_dcas.hpp' adding 'pythran/boost/atomic/detail/ops_linux_arm.hpp' adding 'pythran/boost/atomic/detail/ops_msvc_arm.hpp' adding 'pythran/boost/atomic/detail/ops_msvc_common.hpp' adding 'pythran/boost/atomic/detail/ops_msvc_x86.hpp' adding 'pythran/boost/atomic/detail/ops_windows.hpp' adding 'pythran/boost/atomic/detail/pause.hpp' adding 'pythran/boost/atomic/detail/platform.hpp' adding 'pythran/boost/atomic/detail/storage_type.hpp' adding 'pythran/boost/atomic/detail/string_ops.hpp' adding 'pythran/boost/atomic/detail/type_traits/conditional.hpp' adding 'pythran/boost/atomic/detail/type_traits/integral_constant.hpp' adding 'pythran/boost/atomic/detail/type_traits/is_floating_point.hpp' adding 'pythran/boost/atomic/detail/type_traits/is_function.hpp' adding 'pythran/boost/atomic/detail/type_traits/is_iec559.hpp' adding 'pythran/boost/atomic/detail/type_traits/is_integral.hpp' adding 'pythran/boost/atomic/detail/type_traits/is_signed.hpp' adding 'pythran/boost/atomic/detail/type_traits/is_trivially_default_constructible.hpp' adding 'pythran/boost/atomic/detail/type_traits/make_signed.hpp' adding 'pythran/boost/atomic/detail/type_traits/make_unsigned.hpp' adding 'pythran/boost/concept/assert.hpp' adding 'pythran/boost/concept/usage.hpp' adding 'pythran/boost/concept/detail/backward_compatibility.hpp' adding 'pythran/boost/concept/detail/borland.hpp' adding 'pythran/boost/concept/detail/concept_def.hpp' adding 'pythran/boost/concept/detail/concept_undef.hpp' adding 'pythran/boost/concept/detail/general.hpp' adding 'pythran/boost/concept/detail/has_constraints.hpp' adding 'pythran/boost/concept/detail/msvc.hpp' adding 'pythran/boost/config/abi_prefix.hpp' adding 'pythran/boost/config/abi_suffix.hpp' adding 'pythran/boost/config/auto_link.hpp' adding 'pythran/boost/config/header_deprecated.hpp' adding 'pythran/boost/config/helper_macros.hpp' adding 'pythran/boost/config/pragma_message.hpp' adding 'pythran/boost/config/requires_threads.hpp' adding 'pythran/boost/config/user.hpp' adding 'pythran/boost/config/warning_disable.hpp' adding 'pythran/boost/config/workaround.hpp' adding 'pythran/boost/config/abi/borland_prefix.hpp' adding 'pythran/boost/config/abi/borland_suffix.hpp' adding 'pythran/boost/config/abi/msvc_prefix.hpp' adding 'pythran/boost/config/abi/msvc_suffix.hpp' adding 'pythran/boost/config/compiler/borland.hpp' adding 'pythran/boost/config/compiler/clang.hpp' adding 'pythran/boost/config/compiler/codegear.hpp' adding 'pythran/boost/config/compiler/comeau.hpp' adding 'pythran/boost/config/compiler/common_edg.hpp' adding 'pythran/boost/config/compiler/compaq_cxx.hpp' adding 'pythran/boost/config/compiler/cray.hpp' adding 'pythran/boost/config/compiler/diab.hpp' adding 'pythran/boost/config/compiler/digitalmars.hpp' adding 'pythran/boost/config/compiler/gcc.hpp' adding 'pythran/boost/config/compiler/gcc_xml.hpp' adding 'pythran/boost/config/compiler/greenhills.hpp' adding 'pythran/boost/config/compiler/hp_acc.hpp' adding 'pythran/boost/config/compiler/intel.hpp' adding 'pythran/boost/config/compiler/kai.hpp' adding 'pythran/boost/config/compiler/metrowerks.hpp' adding 'pythran/boost/config/compiler/mpw.hpp' adding 'pythran/boost/config/compiler/nvcc.hpp' adding 'pythran/boost/config/compiler/pathscale.hpp' adding 'pythran/boost/config/compiler/pgi.hpp' adding 'pythran/boost/config/compiler/sgi_mipspro.hpp' adding 'pythran/boost/config/compiler/sunpro_cc.hpp' adding 'pythran/boost/config/compiler/vacpp.hpp' adding 'pythran/boost/config/compiler/visualc.hpp' adding 'pythran/boost/config/compiler/xlcpp.hpp' adding 'pythran/boost/config/compiler/xlcpp_zos.hpp' adding 'pythran/boost/config/detail/posix_features.hpp' adding 'pythran/boost/config/detail/select_compiler_config.hpp' adding 'pythran/boost/config/detail/select_platform_config.hpp' adding 'pythran/boost/config/detail/select_stdlib_config.hpp' adding 'pythran/boost/config/detail/suffix.hpp' adding 'pythran/boost/config/no_tr1/cmath.hpp' adding 'pythran/boost/config/no_tr1/complex.hpp' adding 'pythran/boost/config/no_tr1/functional.hpp' adding 'pythran/boost/config/no_tr1/memory.hpp' adding 'pythran/boost/config/no_tr1/utility.hpp' adding 'pythran/boost/config/platform/aix.hpp' adding 'pythran/boost/config/platform/amigaos.hpp' adding 'pythran/boost/config/platform/beos.hpp' adding 'pythran/boost/config/platform/bsd.hpp' adding 'pythran/boost/config/platform/cloudabi.hpp' adding 'pythran/boost/config/platform/cray.hpp' adding 'pythran/boost/config/platform/cygwin.hpp' adding 'pythran/boost/config/platform/haiku.hpp' adding 'pythran/boost/config/platform/hpux.hpp' adding 'pythran/boost/config/platform/irix.hpp' adding 'pythran/boost/config/platform/linux.hpp' adding 'pythran/boost/config/platform/macos.hpp' adding 'pythran/boost/config/platform/qnxnto.hpp' adding 'pythran/boost/config/platform/solaris.hpp' adding 'pythran/boost/config/platform/symbian.hpp' adding 'pythran/boost/config/platform/vms.hpp' adding 'pythran/boost/config/platform/vxworks.hpp' adding 'pythran/boost/config/platform/win32.hpp' adding 'pythran/boost/config/platform/zos.hpp' adding 'pythran/boost/config/stdlib/dinkumware.hpp' adding 'pythran/boost/config/stdlib/libcomo.hpp' adding 'pythran/boost/config/stdlib/libcpp.hpp' adding 'pythran/boost/config/stdlib/libstdcpp3.hpp' adding 'pythran/boost/config/stdlib/modena.hpp' adding 'pythran/boost/config/stdlib/msl.hpp' adding 'pythran/boost/config/stdlib/roguewave.hpp' adding 'pythran/boost/config/stdlib/sgi.hpp' adding 'pythran/boost/config/stdlib/stlport.hpp' adding 'pythran/boost/config/stdlib/vacpp.hpp' adding 'pythran/boost/config/stdlib/xlcpp_zos.hpp' adding 'pythran/boost/container/container_fwd.hpp' adding 'pythran/boost/container/detail/std_fwd.hpp' adding 'pythran/boost/core/addressof.hpp' adding 'pythran/boost/core/checked_delete.hpp' adding 'pythran/boost/core/demangle.hpp' adding 'pythran/boost/core/enable_if.hpp' adding 'pythran/boost/core/explicit_operator_bool.hpp' adding 'pythran/boost/core/ignore_unused.hpp' adding 'pythran/boost/core/noncopyable.hpp' adding 'pythran/boost/core/ref.hpp' adding 'pythran/boost/core/swap.hpp' adding 'pythran/boost/core/typeinfo.hpp' adding 'pythran/boost/core/use_default.hpp' adding 'pythran/boost/detail/basic_pointerbuf.hpp' adding 'pythran/boost/detail/fenv.hpp' adding 'pythran/boost/detail/indirect_traits.hpp' adding 'pythran/boost/detail/iterator.hpp' adding 'pythran/boost/detail/lcast_precision.hpp' adding 'pythran/boost/detail/lightweight_mutex.hpp' adding 'pythran/boost/detail/reference_content.hpp' adding 'pythran/boost/detail/select_type.hpp' adding 'pythran/boost/detail/workaround.hpp' adding 'pythran/boost/exception/exception.hpp' adding 'pythran/boost/format/alt_sstream.hpp' adding 'pythran/boost/format/alt_sstream_impl.hpp' adding 'pythran/boost/format/exceptions.hpp' adding 'pythran/boost/format/feed_args.hpp' adding 'pythran/boost/format/format_class.hpp' adding 'pythran/boost/format/format_fwd.hpp' adding 'pythran/boost/format/format_implementation.hpp' adding 'pythran/boost/format/free_funcs.hpp' adding 'pythran/boost/format/group.hpp' adding 'pythran/boost/format/internals.hpp' adding 'pythran/boost/format/internals_fwd.hpp' adding 'pythran/boost/format/parsing.hpp' adding 'pythran/boost/format/detail/compat_workarounds.hpp' adding 'pythran/boost/format/detail/config_macros.hpp' adding 'pythran/boost/format/detail/msvc_disambiguater.hpp' adding 'pythran/boost/format/detail/unset_macros.hpp' adding 'pythran/boost/format/detail/workarounds_gcc-2_95.hpp' adding 'pythran/boost/format/detail/workarounds_stlport.hpp' adding 'pythran/boost/fusion/tuple.hpp' adding 'pythran/boost/fusion/adapted/std_pair.hpp' adding 'pythran/boost/fusion/adapted/mpl/mpl_iterator.hpp' adding 'pythran/boost/fusion/adapted/mpl/detail/begin_impl.hpp' adding 'pythran/boost/fusion/adapted/mpl/detail/end_impl.hpp' adding 'pythran/boost/fusion/adapted/struct/adapt_struct.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/adapt_auto.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/adapt_base.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/adapt_base_attr_filler.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/adapt_is_tpl.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/at_impl.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/begin_impl.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/category_of_impl.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/deref_impl.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/end_impl.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/extension.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/is_view_impl.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/size_impl.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/value_at_impl.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/value_of_impl.hpp' adding 'pythran/boost/fusion/adapted/struct/detail/preprocessor/is_seq.hpp' adding 'pythran/boost/fusion/algorithm/transformation/push_back.hpp' adding 'pythran/boost/fusion/algorithm/transformation/push_front.hpp' adding 'pythran/boost/fusion/container/generation/ignore.hpp' adding 'pythran/boost/fusion/container/list/cons.hpp' adding 'pythran/boost/fusion/container/list/cons_fwd.hpp' adding 'pythran/boost/fusion/container/list/cons_iterator.hpp' adding 'pythran/boost/fusion/container/list/list_fwd.hpp' adding 'pythran/boost/fusion/container/list/nil.hpp' adding 'pythran/boost/fusion/container/list/detail/at_impl.hpp' adding 'pythran/boost/fusion/container/list/detail/begin_impl.hpp' adding 'pythran/boost/fusion/container/list/detail/deref_impl.hpp' adding 'pythran/boost/fusion/container/list/detail/empty_impl.hpp' adding 'pythran/boost/fusion/container/list/detail/end_impl.hpp' adding 'pythran/boost/fusion/container/list/detail/equal_to_impl.hpp' adding 'pythran/boost/fusion/container/list/detail/next_impl.hpp' adding 'pythran/boost/fusion/container/list/detail/reverse_cons.hpp' adding 'pythran/boost/fusion/container/list/detail/value_at_impl.hpp' adding 'pythran/boost/fusion/container/list/detail/value_of_impl.hpp' adding 'pythran/boost/fusion/container/list/detail/cpp03/limits.hpp' adding 'pythran/boost/fusion/container/list/detail/cpp03/list_fwd.hpp' adding 'pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list10_fwd.hpp' adding 'pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list20_fwd.hpp' adding 'pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list30_fwd.hpp' adding 'pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list40_fwd.hpp' adding 'pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list50_fwd.hpp' adding 'pythran/boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp' adding 'pythran/boost/fusion/container/vector/vector.hpp' adding 'pythran/boost/fusion/container/vector/vector_fwd.hpp' adding 'pythran/boost/fusion/container/vector/vector_iterator.hpp' adding 'pythran/boost/fusion/container/vector/detail/advance_impl.hpp' adding 'pythran/boost/fusion/container/vector/detail/at_impl.hpp' adding 'pythran/boost/fusion/container/vector/detail/begin_impl.hpp' adding 'pythran/boost/fusion/container/vector/detail/config.hpp' adding 'pythran/boost/fusion/container/vector/detail/deref_impl.hpp' adding 'pythran/boost/fusion/container/vector/detail/distance_impl.hpp' adding 'pythran/boost/fusion/container/vector/detail/end_impl.hpp' adding 'pythran/boost/fusion/container/vector/detail/equal_to_impl.hpp' adding 'pythran/boost/fusion/container/vector/detail/next_impl.hpp' adding 'pythran/boost/fusion/container/vector/detail/prior_impl.hpp' adding 'pythran/boost/fusion/container/vector/detail/value_at_impl.hpp' adding 'pythran/boost/fusion/container/vector/detail/value_of_impl.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/limits.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/value_at_impl.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector10.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector10_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector20.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector20_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector30.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector30_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector40.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector40_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector50.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector50_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector_forward_ctor.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector_n.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser10.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser20.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser30.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser40.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser50.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40_fwd.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50.hpp' adding 'pythran/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50_fwd.hpp' adding 'pythran/boost/fusion/include/std_pair.hpp' adding 'pythran/boost/fusion/include/tuple.hpp' adding 'pythran/boost/fusion/iterator/advance.hpp' adding 'pythran/boost/fusion/iterator/basic_iterator.hpp' adding 'pythran/boost/fusion/iterator/deref.hpp' adding 'pythran/boost/fusion/iterator/deref_data.hpp' adding 'pythran/boost/fusion/iterator/distance.hpp' adding 'pythran/boost/fusion/iterator/equal_to.hpp' adding 'pythran/boost/fusion/iterator/iterator_facade.hpp' adding 'pythran/boost/fusion/iterator/key_of.hpp' adding 'pythran/boost/fusion/iterator/next.hpp' adding 'pythran/boost/fusion/iterator/prior.hpp' adding 'pythran/boost/fusion/iterator/segmented_iterator.hpp' adding 'pythran/boost/fusion/iterator/value_of.hpp' adding 'pythran/boost/fusion/iterator/value_of_data.hpp' adding 'pythran/boost/fusion/iterator/detail/adapt_deref_traits.hpp' adding 'pythran/boost/fusion/iterator/detail/adapt_value_traits.hpp' adding 'pythran/boost/fusion/iterator/detail/advance.hpp' adding 'pythran/boost/fusion/iterator/detail/distance.hpp' adding 'pythran/boost/fusion/iterator/detail/segment_sequence.hpp' adding 'pythran/boost/fusion/iterator/detail/segmented_equal_to.hpp' adding 'pythran/boost/fusion/iterator/detail/segmented_iterator.hpp' adding 'pythran/boost/fusion/iterator/detail/segmented_next_impl.hpp' adding 'pythran/boost/fusion/iterator/mpl/convert_iterator.hpp' adding 'pythran/boost/fusion/iterator/mpl/fusion_iterator.hpp' adding 'pythran/boost/fusion/mpl/begin.hpp' adding 'pythran/boost/fusion/mpl/end.hpp' adding 'pythran/boost/fusion/sequence/comparison.hpp' adding 'pythran/boost/fusion/sequence/intrinsic_fwd.hpp' adding 'pythran/boost/fusion/sequence/io.hpp' adding 'pythran/boost/fusion/sequence/comparison/enable_comparison.hpp' adding 'pythran/boost/fusion/sequence/comparison/equal_to.hpp' adding 'pythran/boost/fusion/sequence/comparison/greater.hpp' adding 'pythran/boost/fusion/sequence/comparison/greater_equal.hpp' adding 'pythran/boost/fusion/sequence/comparison/less.hpp' adding 'pythran/boost/fusion/sequence/comparison/less_equal.hpp' adding 'pythran/boost/fusion/sequence/comparison/not_equal_to.hpp' adding 'pythran/boost/fusion/sequence/comparison/detail/equal_to.hpp' adding 'pythran/boost/fusion/sequence/comparison/detail/greater.hpp' adding 'pythran/boost/fusion/sequence/comparison/detail/greater_equal.hpp' adding 'pythran/boost/fusion/sequence/comparison/detail/less.hpp' adding 'pythran/boost/fusion/sequence/comparison/detail/less_equal.hpp' adding 'pythran/boost/fusion/sequence/comparison/detail/not_equal_to.hpp' adding 'pythran/boost/fusion/sequence/intrinsic/at.hpp' adding 'pythran/boost/fusion/sequence/intrinsic/begin.hpp' adding 'pythran/boost/fusion/sequence/intrinsic/empty.hpp' adding 'pythran/boost/fusion/sequence/intrinsic/end.hpp' adding 'pythran/boost/fusion/sequence/intrinsic/segments.hpp' adding 'pythran/boost/fusion/sequence/intrinsic/size.hpp' adding 'pythran/boost/fusion/sequence/intrinsic/value_at.hpp' adding 'pythran/boost/fusion/sequence/intrinsic/detail/segmented_begin.hpp' adding 'pythran/boost/fusion/sequence/intrinsic/detail/segmented_begin_impl.hpp' adding 'pythran/boost/fusion/sequence/intrinsic/detail/segmented_end.hpp' adding 'pythran/boost/fusion/sequence/intrinsic/detail/segmented_end_impl.hpp' adding 'pythran/boost/fusion/sequence/intrinsic/detail/segmented_size.hpp' adding 'pythran/boost/fusion/sequence/io/in.hpp' adding 'pythran/boost/fusion/sequence/io/out.hpp' adding 'pythran/boost/fusion/sequence/io/detail/in.hpp' adding 'pythran/boost/fusion/sequence/io/detail/manip.hpp' adding 'pythran/boost/fusion/sequence/io/detail/out.hpp' adding 'pythran/boost/fusion/support/as_const.hpp' adding 'pythran/boost/fusion/support/category_of.hpp' adding 'pythran/boost/fusion/support/config.hpp' adding 'pythran/boost/fusion/support/is_iterator.hpp' adding 'pythran/boost/fusion/support/is_segmented.hpp' adding 'pythran/boost/fusion/support/is_sequence.hpp' adding 'pythran/boost/fusion/support/is_view.hpp' adding 'pythran/boost/fusion/support/iterator_base.hpp' adding 'pythran/boost/fusion/support/sequence_base.hpp' adding 'pythran/boost/fusion/support/tag_of.hpp' adding 'pythran/boost/fusion/support/tag_of_fwd.hpp' adding 'pythran/boost/fusion/support/void.hpp' adding 'pythran/boost/fusion/support/detail/access.hpp' adding 'pythran/boost/fusion/support/detail/and.hpp' adding 'pythran/boost/fusion/support/detail/as_fusion_element.hpp' adding 'pythran/boost/fusion/support/detail/enabler.hpp' adding 'pythran/boost/fusion/support/detail/index_sequence.hpp' adding 'pythran/boost/fusion/support/detail/is_mpl_sequence.hpp' adding 'pythran/boost/fusion/support/detail/is_native_fusion_sequence.hpp' adding 'pythran/boost/fusion/support/detail/mpl_iterator_category.hpp' adding 'pythran/boost/fusion/support/detail/pp_round.hpp' adding 'pythran/boost/fusion/support/detail/segmented_fold_until_impl.hpp' adding 'pythran/boost/fusion/tuple/make_tuple.hpp' adding 'pythran/boost/fusion/tuple/tuple.hpp' adding 'pythran/boost/fusion/tuple/tuple_fwd.hpp' adding 'pythran/boost/fusion/tuple/tuple_tie.hpp' adding 'pythran/boost/fusion/tuple/detail/make_tuple.hpp' adding 'pythran/boost/fusion/tuple/detail/tuple.hpp' adding 'pythran/boost/fusion/tuple/detail/tuple_expand.hpp' adding 'pythran/boost/fusion/tuple/detail/tuple_fwd.hpp' adding 'pythran/boost/fusion/tuple/detail/tuple_tie.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/make_tuple.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/make_tuple10.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/make_tuple20.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/make_tuple30.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/make_tuple40.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/make_tuple50.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple10.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple10_fwd.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple20.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple20_fwd.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple30.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple30_fwd.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple40.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple40_fwd.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple50.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple50_fwd.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie10.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie20.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie30.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie40.hpp' adding 'pythran/boost/fusion/tuple/detail/preprocessed/tuple_tie50.hpp' adding 'pythran/boost/fusion/view/iterator_range.hpp' adding 'pythran/boost/fusion/view/iterator_range/iterator_range.hpp' adding 'pythran/boost/fusion/view/iterator_range/detail/at_impl.hpp' adding 'pythran/boost/fusion/view/iterator_range/detail/begin_impl.hpp' adding 'pythran/boost/fusion/view/iterator_range/detail/end_impl.hpp' adding 'pythran/boost/fusion/view/iterator_range/detail/is_segmented_impl.hpp' adding 'pythran/boost/fusion/view/iterator_range/detail/segmented_iterator_range.hpp' adding 'pythran/boost/fusion/view/iterator_range/detail/segments_impl.hpp' adding 'pythran/boost/fusion/view/iterator_range/detail/size_impl.hpp' adding 'pythran/boost/fusion/view/iterator_range/detail/value_at_impl.hpp' adding 'pythran/boost/fusion/view/joint_view/joint_view.hpp' adding 'pythran/boost/fusion/view/joint_view/joint_view_fwd.hpp' adding 'pythran/boost/fusion/view/joint_view/joint_view_iterator.hpp' adding 'pythran/boost/fusion/view/joint_view/detail/begin_impl.hpp' adding 'pythran/boost/fusion/view/joint_view/detail/deref_data_impl.hpp' adding 'pythran/boost/fusion/view/joint_view/detail/deref_impl.hpp' adding 'pythran/boost/fusion/view/joint_view/detail/end_impl.hpp' adding 'pythran/boost/fusion/view/joint_view/detail/key_of_impl.hpp' adding 'pythran/boost/fusion/view/joint_view/detail/next_impl.hpp' adding 'pythran/boost/fusion/view/joint_view/detail/value_of_data_impl.hpp' adding 'pythran/boost/fusion/view/joint_view/detail/value_of_impl.hpp' adding 'pythran/boost/fusion/view/single_view/single_view.hpp' adding 'pythran/boost/fusion/view/single_view/single_view_iterator.hpp' adding 'pythran/boost/fusion/view/single_view/detail/advance_impl.hpp' adding 'pythran/boost/fusion/view/single_view/detail/at_impl.hpp' adding 'pythran/boost/fusion/view/single_view/detail/begin_impl.hpp' adding 'pythran/boost/fusion/view/single_view/detail/deref_impl.hpp' adding 'pythran/boost/fusion/view/single_view/detail/distance_impl.hpp' adding 'pythran/boost/fusion/view/single_view/detail/end_impl.hpp' adding 'pythran/boost/fusion/view/single_view/detail/equal_to_impl.hpp' adding 'pythran/boost/fusion/view/single_view/detail/next_impl.hpp' adding 'pythran/boost/fusion/view/single_view/detail/prior_impl.hpp' adding 'pythran/boost/fusion/view/single_view/detail/size_impl.hpp' adding 'pythran/boost/fusion/view/single_view/detail/value_at_impl.hpp' adding 'pythran/boost/fusion/view/single_view/detail/value_of_impl.hpp' adding 'pythran/boost/iterator/advance.hpp' adding 'pythran/boost/iterator/distance.hpp' adding 'pythran/boost/iterator/interoperable.hpp' adding 'pythran/boost/iterator/iterator_adaptor.hpp' adding 'pythran/boost/iterator/iterator_categories.hpp' adding 'pythran/boost/iterator/iterator_concepts.hpp' adding 'pythran/boost/iterator/iterator_facade.hpp' adding 'pythran/boost/iterator/iterator_traits.hpp' adding 'pythran/boost/iterator/reverse_iterator.hpp' adding 'pythran/boost/iterator/detail/config_def.hpp' adding 'pythran/boost/iterator/detail/config_undef.hpp' adding 'pythran/boost/iterator/detail/enable_if.hpp' adding 'pythran/boost/iterator/detail/facade_iterator_category.hpp' adding 'pythran/boost/lexical_cast/bad_lexical_cast.hpp' adding 'pythran/boost/lexical_cast/try_lexical_convert.hpp' adding 'pythran/boost/lexical_cast/detail/converter_lexical.hpp' adding 'pythran/boost/lexical_cast/detail/converter_lexical_streams.hpp' adding 'pythran/boost/lexical_cast/detail/converter_numeric.hpp' adding 'pythran/boost/lexical_cast/detail/inf_nan.hpp' adding 'pythran/boost/lexical_cast/detail/is_character.hpp' adding 'pythran/boost/lexical_cast/detail/lcast_char_constants.hpp' adding 'pythran/boost/lexical_cast/detail/lcast_unsigned_converters.hpp' adding 'pythran/boost/lexical_cast/detail/widest_char.hpp' adding 'pythran/boost/math/constants/calculate_constants.hpp' adding 'pythran/boost/math/constants/constants.hpp' adding 'pythran/boost/math/distributions/complement.hpp' adding 'pythran/boost/math/distributions/fwd.hpp' adding 'pythran/boost/math/distributions/normal.hpp' adding 'pythran/boost/math/distributions/detail/common_error_handling.hpp' adding 'pythran/boost/math/distributions/detail/derived_accessors.hpp' adding 'pythran/boost/math/policies/error_handling.hpp' adding 'pythran/boost/math/policies/policy.hpp' adding 'pythran/boost/math/special_functions/bernoulli.hpp' adding 'pythran/boost/math/special_functions/bessel.hpp' adding 'pythran/boost/math/special_functions/bessel_prime.hpp' adding 'pythran/boost/math/special_functions/beta.hpp' adding 'pythran/boost/math/special_functions/binomial.hpp' adding 'pythran/boost/math/special_functions/cbrt.hpp' adding 'pythran/boost/math/special_functions/cos_pi.hpp' adding 'pythran/boost/math/special_functions/digamma.hpp' adding 'pythran/boost/math/special_functions/erf.hpp' adding 'pythran/boost/math/special_functions/expm1.hpp' adding 'pythran/boost/math/special_functions/factorials.hpp' adding 'pythran/boost/math/special_functions/fpclassify.hpp' adding 'pythran/boost/math/special_functions/gamma.hpp' adding 'pythran/boost/math/special_functions/hankel.hpp' adding 'pythran/boost/math/special_functions/hypot.hpp' adding 'pythran/boost/math/special_functions/lanczos.hpp' adding 'pythran/boost/math/special_functions/log1p.hpp' adding 'pythran/boost/math/special_functions/math_fwd.hpp' adding 'pythran/boost/math/special_functions/next.hpp' adding 'pythran/boost/math/special_functions/polygamma.hpp' adding 'pythran/boost/math/special_functions/pow.hpp' adding 'pythran/boost/math/special_functions/powm1.hpp' adding 'pythran/boost/math/special_functions/round.hpp' adding 'pythran/boost/math/special_functions/sign.hpp' adding 'pythran/boost/math/special_functions/sin_pi.hpp' adding 'pythran/boost/math/special_functions/sinc.hpp' adding 'pythran/boost/math/special_functions/sqrt1pm1.hpp' adding 'pythran/boost/math/special_functions/trigamma.hpp' adding 'pythran/boost/math/special_functions/trunc.hpp' adding 'pythran/boost/math/special_functions/zeta.hpp' adding 'pythran/boost/math/special_functions/detail/airy_ai_bi_zero.hpp' adding 'pythran/boost/math/special_functions/detail/bernoulli_details.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_derivatives_linear.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_i0.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_i1.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_ik.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_j0.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_j1.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_jn.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_jy.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_jy_asym.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_jy_derivatives_asym.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_jy_derivatives_series.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_jy_series.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_jy_zero.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_k0.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_k1.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_kn.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_y0.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_y1.hpp' adding 'pythran/boost/math/special_functions/detail/bessel_yn.hpp' adding 'pythran/boost/math/special_functions/detail/erf_inv.hpp' adding 'pythran/boost/math/special_functions/detail/fp_traits.hpp' adding 'pythran/boost/math/special_functions/detail/gamma_inva.hpp' adding 'pythran/boost/math/special_functions/detail/ibeta_inv_ab.hpp' adding 'pythran/boost/math/special_functions/detail/ibeta_inverse.hpp' adding 'pythran/boost/math/special_functions/detail/iconv.hpp' adding 'pythran/boost/math/special_functions/detail/igamma_inverse.hpp' adding 'pythran/boost/math/special_functions/detail/igamma_large.hpp' adding 'pythran/boost/math/special_functions/detail/lanczos_sse2.hpp' adding 'pythran/boost/math/special_functions/detail/lgamma_small.hpp' adding 'pythran/boost/math/special_functions/detail/polygamma.hpp' adding 'pythran/boost/math/special_functions/detail/round_fwd.hpp' adding 'pythran/boost/math/special_functions/detail/t_distribution_inv.hpp' adding 'pythran/boost/math/special_functions/detail/unchecked_bernoulli.hpp' adding 'pythran/boost/math/special_functions/detail/unchecked_factorial.hpp' adding 'pythran/boost/math/tools/atomic.hpp' adding 'pythran/boost/math/tools/big_constant.hpp' adding 'pythran/boost/math/tools/complex.hpp' adding 'pythran/boost/math/tools/config.hpp' adding 'pythran/boost/math/tools/convert_from_string.hpp' adding 'pythran/boost/math/tools/fraction.hpp' adding 'pythran/boost/math/tools/precision.hpp' adding 'pythran/boost/math/tools/promotion.hpp' adding 'pythran/boost/math/tools/rational.hpp' adding 'pythran/boost/math/tools/real_cast.hpp' adding 'pythran/boost/math/tools/roots.hpp' adding 'pythran/boost/math/tools/series.hpp' adding 'pythran/boost/math/tools/toms748_solve.hpp' adding 'pythran/boost/math/tools/tuple.hpp' adding 'pythran/boost/math/tools/user.hpp' adding 'pythran/boost/math/tools/detail/is_const_iterable.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_10.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_11.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_12.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_13.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_14.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_15.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_16.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_17.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_18.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_19.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_2.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_20.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_3.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_4.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_5.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_6.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_7.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_8.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner1_9.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_10.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_11.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_12.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_13.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_14.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_15.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_16.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_17.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_18.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_19.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_2.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_20.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_3.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_4.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_5.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_6.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_7.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_8.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner2_9.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_10.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_11.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_12.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_13.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_14.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_15.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_16.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_17.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_18.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_19.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_2.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_20.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_3.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_4.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_5.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_6.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_7.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_8.hpp' adding 'pythran/boost/math/tools/detail/polynomial_horner3_9.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_10.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_11.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_12.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_13.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_14.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_15.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_16.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_17.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_18.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_19.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_2.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_20.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_3.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_4.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_5.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_6.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_7.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_8.hpp' adding 'pythran/boost/math/tools/detail/rational_horner1_9.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_10.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_11.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_12.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_13.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_14.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_15.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_16.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_17.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_18.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_19.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_2.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_20.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_3.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_4.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_5.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_6.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_7.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_8.hpp' adding 'pythran/boost/math/tools/detail/rational_horner2_9.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_10.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_11.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_12.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_13.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_14.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_15.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_16.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_17.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_18.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_19.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_2.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_20.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_3.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_4.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_5.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_6.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_7.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_8.hpp' adding 'pythran/boost/math/tools/detail/rational_horner3_9.hpp' adding 'pythran/boost/move/core.hpp' adding 'pythran/boost/move/traits.hpp' adding 'pythran/boost/move/utility.hpp' adding 'pythran/boost/move/utility_core.hpp' adding 'pythran/boost/move/detail/config_begin.hpp' adding 'pythran/boost/move/detail/config_end.hpp' adding 'pythran/boost/move/detail/meta_utils.hpp' adding 'pythran/boost/move/detail/meta_utils_core.hpp' adding 'pythran/boost/move/detail/std_ns_begin.hpp' adding 'pythran/boost/move/detail/std_ns_end.hpp' adding 'pythran/boost/move/detail/type_traits.hpp' adding 'pythran/boost/move/detail/workaround.hpp' adding 'pythran/boost/mpl/O1_size.hpp' adding 'pythran/boost/mpl/O1_size_fwd.hpp' adding 'pythran/boost/mpl/advance.hpp' adding 'pythran/boost/mpl/advance_fwd.hpp' adding 'pythran/boost/mpl/always.hpp' adding 'pythran/boost/mpl/and.hpp' adding 'pythran/boost/mpl/apply.hpp' adding 'pythran/boost/mpl/apply_fwd.hpp' adding 'pythran/boost/mpl/apply_wrap.hpp' adding 'pythran/boost/mpl/arg.hpp' adding 'pythran/boost/mpl/arg_fwd.hpp' adding 'pythran/boost/mpl/assert.hpp' adding 'pythran/boost/mpl/at.hpp' adding 'pythran/boost/mpl/at_fwd.hpp' adding 'pythran/boost/mpl/back_fwd.hpp' adding 'pythran/boost/mpl/back_inserter.hpp' adding 'pythran/boost/mpl/begin.hpp' adding 'pythran/boost/mpl/begin_end.hpp' adding 'pythran/boost/mpl/begin_end_fwd.hpp' adding 'pythran/boost/mpl/bind.hpp' adding 'pythran/boost/mpl/bind_fwd.hpp' adding 'pythran/boost/mpl/bool.hpp' adding 'pythran/boost/mpl/bool_fwd.hpp' adding 'pythran/boost/mpl/clear.hpp' adding 'pythran/boost/mpl/clear_fwd.hpp' adding 'pythran/boost/mpl/comparison.hpp' adding 'pythran/boost/mpl/contains.hpp' adding 'pythran/boost/mpl/contains_fwd.hpp' adding 'pythran/boost/mpl/deref.hpp' adding 'pythran/boost/mpl/distance.hpp' adding 'pythran/boost/mpl/distance_fwd.hpp' adding 'pythran/boost/mpl/divides.hpp' adding 'pythran/boost/mpl/empty_base.hpp' adding 'pythran/boost/mpl/empty_fwd.hpp' adding 'pythran/boost/mpl/end.hpp' adding 'pythran/boost/mpl/equal_to.hpp' adding 'pythran/boost/mpl/eval_if.hpp' adding 'pythran/boost/mpl/find.hpp' adding 'pythran/boost/mpl/find_if.hpp' adding 'pythran/boost/mpl/fold.hpp' adding 'pythran/boost/mpl/front_fwd.hpp' adding 'pythran/boost/mpl/front_inserter.hpp' adding 'pythran/boost/mpl/greater.hpp' adding 'pythran/boost/mpl/greater_equal.hpp' adding 'pythran/boost/mpl/has_xxx.hpp' adding 'pythran/boost/mpl/identity.hpp' adding 'pythran/boost/mpl/if.hpp' adding 'pythran/boost/mpl/inherit.hpp' adding 'pythran/boost/mpl/inserter.hpp' adding 'pythran/boost/mpl/int.hpp' adding 'pythran/boost/mpl/int_fwd.hpp' adding 'pythran/boost/mpl/integral_c.hpp' adding 'pythran/boost/mpl/integral_c_fwd.hpp' adding 'pythran/boost/mpl/integral_c_tag.hpp' adding 'pythran/boost/mpl/is_placeholder.hpp' adding 'pythran/boost/mpl/is_sequence.hpp' adding 'pythran/boost/mpl/iter_fold.hpp' adding 'pythran/boost/mpl/iter_fold_if.hpp' adding 'pythran/boost/mpl/iterator_range.hpp' adding 'pythran/boost/mpl/iterator_tags.hpp' adding 'pythran/boost/mpl/lambda.hpp' adding 'pythran/boost/mpl/lambda_fwd.hpp' adding 'pythran/boost/mpl/less.hpp' adding 'pythran/boost/mpl/less_equal.hpp' adding 'pythran/boost/mpl/list.hpp' adding 'pythran/boost/mpl/logical.hpp' adding 'pythran/boost/mpl/long.hpp' adding 'pythran/boost/mpl/long_fwd.hpp' adding 'pythran/boost/mpl/minus.hpp' adding 'pythran/boost/mpl/multiplies.hpp' adding 'pythran/boost/mpl/negate.hpp' adding 'pythran/boost/mpl/next.hpp' adding 'pythran/boost/mpl/next_prior.hpp' adding 'pythran/boost/mpl/not.hpp' adding 'pythran/boost/mpl/not_equal_to.hpp' adding 'pythran/boost/mpl/numeric_cast.hpp' adding 'pythran/boost/mpl/or.hpp' adding 'pythran/boost/mpl/pair.hpp' adding 'pythran/boost/mpl/placeholders.hpp' adding 'pythran/boost/mpl/plus.hpp' adding 'pythran/boost/mpl/pop_back_fwd.hpp' adding 'pythran/boost/mpl/pop_front_fwd.hpp' adding 'pythran/boost/mpl/prior.hpp' adding 'pythran/boost/mpl/protect.hpp' adding 'pythran/boost/mpl/push_back.hpp' adding 'pythran/boost/mpl/push_back_fwd.hpp' adding 'pythran/boost/mpl/push_front.hpp' adding 'pythran/boost/mpl/push_front_fwd.hpp' adding 'pythran/boost/mpl/quote.hpp' adding 'pythran/boost/mpl/remove_if.hpp' adding 'pythran/boost/mpl/reverse_fold.hpp' adding 'pythran/boost/mpl/same_as.hpp' adding 'pythran/boost/mpl/sequence_tag.hpp' adding 'pythran/boost/mpl/sequence_tag_fwd.hpp' adding 'pythran/boost/mpl/size.hpp' adding 'pythran/boost/mpl/size_fwd.hpp' adding 'pythran/boost/mpl/size_t.hpp' adding 'pythran/boost/mpl/size_t_fwd.hpp' adding 'pythran/boost/mpl/tag.hpp' adding 'pythran/boost/mpl/times.hpp' adding 'pythran/boost/mpl/vector.hpp' adding 'pythran/boost/mpl/void.hpp' adding 'pythran/boost/mpl/void_fwd.hpp' adding 'pythran/boost/mpl/aux_/O1_size_impl.hpp' adding 'pythran/boost/mpl/aux_/adl_barrier.hpp' adding 'pythran/boost/mpl/aux_/advance_backward.hpp' adding 'pythran/boost/mpl/aux_/advance_forward.hpp' adding 'pythran/boost/mpl/aux_/arg_typedef.hpp' adding 'pythran/boost/mpl/aux_/arithmetic_op.hpp' adding 'pythran/boost/mpl/aux_/arity.hpp' adding 'pythran/boost/mpl/aux_/arity_spec.hpp' adding 'pythran/boost/mpl/aux_/at_impl.hpp' adding 'pythran/boost/mpl/aux_/begin_end_impl.hpp' adding 'pythran/boost/mpl/aux_/clear_impl.hpp' adding 'pythran/boost/mpl/aux_/common_name_wknd.hpp' adding 'pythran/boost/mpl/aux_/comparison_op.hpp' adding 'pythran/boost/mpl/aux_/contains_impl.hpp' adding 'pythran/boost/mpl/aux_/count_args.hpp' adding 'pythran/boost/mpl/aux_/find_if_pred.hpp' adding 'pythran/boost/mpl/aux_/fold_impl.hpp' adding 'pythran/boost/mpl/aux_/fold_impl_body.hpp' adding 'pythran/boost/mpl/aux_/full_lambda.hpp' adding 'pythran/boost/mpl/aux_/has_apply.hpp' adding 'pythran/boost/mpl/aux_/has_begin.hpp' adding 'pythran/boost/mpl/aux_/has_rebind.hpp' adding 'pythran/boost/mpl/aux_/has_size.hpp' adding 'pythran/boost/mpl/aux_/has_tag.hpp' adding 'pythran/boost/mpl/aux_/has_type.hpp' adding 'pythran/boost/mpl/aux_/include_preprocessed.hpp' adding 'pythran/boost/mpl/aux_/inserter_algorithm.hpp' adding 'pythran/boost/mpl/aux_/integral_wrapper.hpp' adding 'pythran/boost/mpl/aux_/is_msvc_eti_arg.hpp' adding 'pythran/boost/mpl/aux_/iter_apply.hpp' adding 'pythran/boost/mpl/aux_/iter_fold_if_impl.hpp' adding 'pythran/boost/mpl/aux_/iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/lambda_arity_param.hpp' adding 'pythran/boost/mpl/aux_/lambda_no_ctps.hpp' adding 'pythran/boost/mpl/aux_/lambda_spec.hpp' adding 'pythran/boost/mpl/aux_/lambda_support.hpp' adding 'pythran/boost/mpl/aux_/largest_int.hpp' adding 'pythran/boost/mpl/aux_/logical_op.hpp' adding 'pythran/boost/mpl/aux_/msvc_dtw.hpp' adding 'pythran/boost/mpl/aux_/msvc_eti_base.hpp' adding 'pythran/boost/mpl/aux_/msvc_is_class.hpp' adding 'pythran/boost/mpl/aux_/msvc_never_true.hpp' adding 'pythran/boost/mpl/aux_/msvc_type.hpp' adding 'pythran/boost/mpl/aux_/na.hpp' adding 'pythran/boost/mpl/aux_/na_assert.hpp' adding 'pythran/boost/mpl/aux_/na_fwd.hpp' adding 'pythran/boost/mpl/aux_/na_spec.hpp' adding 'pythran/boost/mpl/aux_/nested_type_wknd.hpp' adding 'pythran/boost/mpl/aux_/nttp_decl.hpp' adding 'pythran/boost/mpl/aux_/numeric_cast_utils.hpp' adding 'pythran/boost/mpl/aux_/numeric_op.hpp' adding 'pythran/boost/mpl/aux_/push_back_impl.hpp' adding 'pythran/boost/mpl/aux_/push_front_impl.hpp' adding 'pythran/boost/mpl/aux_/reverse_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/reverse_fold_impl_body.hpp' adding 'pythran/boost/mpl/aux_/sequence_wrapper.hpp' adding 'pythran/boost/mpl/aux_/size_impl.hpp' adding 'pythran/boost/mpl/aux_/static_cast.hpp' adding 'pythran/boost/mpl/aux_/template_arity.hpp' adding 'pythran/boost/mpl/aux_/template_arity_fwd.hpp' adding 'pythran/boost/mpl/aux_/traits_lambda_spec.hpp' adding 'pythran/boost/mpl/aux_/type_wrapper.hpp' adding 'pythran/boost/mpl/aux_/value_wknd.hpp' adding 'pythran/boost/mpl/aux_/yes_no.hpp' adding 'pythran/boost/mpl/aux_/config/adl.hpp' adding 'pythran/boost/mpl/aux_/config/arrays.hpp' adding 'pythran/boost/mpl/aux_/config/bcc.hpp' adding 'pythran/boost/mpl/aux_/config/bind.hpp' adding 'pythran/boost/mpl/aux_/config/compiler.hpp' adding 'pythran/boost/mpl/aux_/config/ctps.hpp' adding 'pythran/boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp' adding 'pythran/boost/mpl/aux_/config/dtp.hpp' adding 'pythran/boost/mpl/aux_/config/eti.hpp' adding 'pythran/boost/mpl/aux_/config/forwarding.hpp' adding 'pythran/boost/mpl/aux_/config/gcc.hpp' adding 'pythran/boost/mpl/aux_/config/gpu.hpp' adding 'pythran/boost/mpl/aux_/config/has_apply.hpp' adding 'pythran/boost/mpl/aux_/config/has_xxx.hpp' adding 'pythran/boost/mpl/aux_/config/integral.hpp' adding 'pythran/boost/mpl/aux_/config/intel.hpp' adding 'pythran/boost/mpl/aux_/config/lambda.hpp' adding 'pythran/boost/mpl/aux_/config/msvc.hpp' adding 'pythran/boost/mpl/aux_/config/msvc_typename.hpp' adding 'pythran/boost/mpl/aux_/config/nttp.hpp' adding 'pythran/boost/mpl/aux_/config/overload_resolution.hpp' adding 'pythran/boost/mpl/aux_/config/pp_counter.hpp' adding 'pythran/boost/mpl/aux_/config/preprocessor.hpp' adding 'pythran/boost/mpl/aux_/config/static_constant.hpp' adding 'pythran/boost/mpl/aux_/config/ttp.hpp' adding 'pythran/boost/mpl/aux_/config/typeof.hpp' adding 'pythran/boost/mpl/aux_/config/use_preprocessed.hpp' adding 'pythran/boost/mpl/aux_/config/workaround.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/advance_backward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/advance_forward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/and.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/apply.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/apply_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/apply_wrap.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/arg.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/basic_bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/bind_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/bitand.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/bitor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/bitxor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/deque.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/divides.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/full_lambda.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/greater.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/greater_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/inherit.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/iter_fold_if_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/lambda_no_ctps.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/less.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/less_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/list.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/list_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/map.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/minus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/modulus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/not_equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/or.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/placeholders.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/plus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/quote.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/reverse_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/reverse_iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/set.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/set_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/shift_left.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/shift_right.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/template_arity.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/times.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/unpack_args.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/vector.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc/vector_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/advance_backward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/advance_forward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/and.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/apply.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/apply_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/apply_wrap.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/arg.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/basic_bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/bind_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/bitand.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/bitor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/bitxor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/deque.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/divides.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/full_lambda.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/greater.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/greater_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/inherit.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/iter_fold_if_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/lambda_no_ctps.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/less.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/less_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/list.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/list_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/map.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/minus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/modulus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/not_equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/or.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/placeholders.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/plus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/quote.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/reverse_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/reverse_iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/set.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/set_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/shift_left.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/shift_right.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/template_arity.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/times.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/unpack_args.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/vector.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc551/vector_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/advance_backward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/advance_forward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/apply.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/apply_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/apply_wrap.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/arg.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/basic_bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bind_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bitand.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bitor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/bitxor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/deque.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/divides.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/full_lambda.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/greater.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/greater_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/inherit.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_if_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/lambda_no_ctps.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/less.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/less_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/list.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/list_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/map.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/minus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/modulus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/not_equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/or.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/placeholders.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/plus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/quote.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/set.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/set_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/shift_left.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/shift_right.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/template_arity.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/times.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/unpack_args.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/vector.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/bcc_pre590/vector_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/advance_backward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/advance_forward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/and.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/apply.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/apply_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/apply_wrap.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/arg.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/basic_bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/bind_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/bitand.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/bitor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/bitxor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/deque.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/divides.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/full_lambda.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/greater.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/greater_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/inherit.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/iter_fold_if_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/lambda_no_ctps.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/less.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/less_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/list.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/list_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/map.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/minus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/modulus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/not_equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/or.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/placeholders.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/plus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/quote.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/reverse_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/reverse_iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/set.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/set_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/shift_left.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/shift_right.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/template_arity.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/times.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/unpack_args.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/vector.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/dmc/vector_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/and.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/apply.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/arg.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/basic_bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/bitand.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/bitor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/bitxor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/deque.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/divides.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/greater.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/inherit.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/lambda_no_ctps.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/less.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/list.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/list_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/map.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/minus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/modulus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/or.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/plus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/quote.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/set.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/set_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/shift_left.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/shift_right.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/times.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/unpack_args.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/vector.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/gcc/vector_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/advance_backward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/advance_forward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/and.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/apply.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/apply_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/apply_wrap.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/arg.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/basic_bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/bind_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/bitand.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/bitor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/bitxor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/deque.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/divides.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/full_lambda.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/greater.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/greater_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/inherit.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/iter_fold_if_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/lambda_no_ctps.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/less.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/less_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/list.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/list_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/map.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/minus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/modulus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/not_equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/or.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/placeholders.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/plus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/quote.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/reverse_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/reverse_iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/set.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/set_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/shift_left.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/shift_right.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/template_arity.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/times.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/unpack_args.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/vector.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/vector_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/advance_backward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/advance_forward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/and.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/apply.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/apply_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/apply_wrap.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/arg.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/basic_bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/bind_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/bitand.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/bitor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/bitxor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/deque.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/divides.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/full_lambda.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/greater.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/greater_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/inherit.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/iter_fold_if_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/lambda_no_ctps.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/less.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/less_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/list.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/list_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/map.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/minus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/modulus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/not_equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/or.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/placeholders.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/plus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/quote.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/reverse_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/reverse_iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/set.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/set_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/shift_left.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/shift_right.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/template_arity.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/times.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/unpack_args.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/vector.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/vector_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/advance_backward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/advance_forward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/and.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/apply.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/apply_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/apply_wrap.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/arg.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/basic_bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/bind_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/bitand.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/bitor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/bitxor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/deque.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/divides.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/full_lambda.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/greater.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/greater_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/inherit.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/iter_fold_if_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/lambda_no_ctps.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/less.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/less_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/list.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/list_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/map.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/minus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/modulus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/not_equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/or.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/placeholders.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/plus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/quote.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/reverse_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/reverse_iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/set.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/set_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/shift_left.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/shift_right.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/template_arity.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/times.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/unpack_args.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/vector.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/vector_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/advance_backward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/advance_forward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/and.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/apply.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/apply_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/apply_wrap.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/arg.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/basic_bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/bind_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/bitand.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/bitor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/bitxor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/deque.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/divides.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/full_lambda.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/greater.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/greater_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/inherit.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_if_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/lambda_no_ctps.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/less.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/less_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/list.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/list_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/map.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/minus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/modulus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/not_equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/or.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/placeholders.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/plus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/quote.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/reverse_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/reverse_iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/set.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/set_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/shift_left.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/shift_right.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/template_arity.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/times.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/unpack_args.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/vector.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/vector_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/advance_backward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/advance_forward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/and.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/apply.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/apply_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/apply_wrap.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/arg.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/basic_bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/bind_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/bitand.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/bitor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/bitxor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/deque.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/divides.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/full_lambda.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/greater.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/greater_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/inherit.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_if_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/lambda_no_ctps.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/less.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/less_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/list.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/list_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/map.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/minus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/modulus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/not_equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/or.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/placeholders.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/plus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/quote.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/reverse_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/reverse_iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/set.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/set_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/shift_left.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/shift_right.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/template_arity.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/times.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/unpack_args.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/vector.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/vector_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/advance_backward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/advance_forward.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/and.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/apply.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/apply_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/apply_wrap.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/arg.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/basic_bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/bind.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/bind_fwd.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/bitand.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/bitor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/bitxor.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/deque.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/divides.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/greater.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/greater_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/inherit.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/iter_fold_if_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/lambda_no_ctps.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/less.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/less_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/list.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/list_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/map.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/minus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/modulus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/not_equal_to.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/or.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/placeholders.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/plus.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/quote.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/reverse_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/reverse_iter_fold_impl.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/set.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/set_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/shift_left.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/shift_right.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/template_arity.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/times.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/unpack_args.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/vector.hpp' adding 'pythran/boost/mpl/aux_/preprocessed/plain/vector_c.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/add.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/def_params_tail.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/default_params.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/enum.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/ext_params.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/filter_params.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/is_seq.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/params.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/partial_spec_params.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/range.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/repeat.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/sub.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/token_equal.hpp' adding 'pythran/boost/mpl/aux_/preprocessor/tuple.hpp' adding 'pythran/boost/mpl/limits/arity.hpp' adding 'pythran/boost/mpl/limits/list.hpp' adding 'pythran/boost/mpl/limits/unrolling.hpp' adding 'pythran/boost/mpl/limits/vector.hpp' adding 'pythran/boost/mpl/list/list0.hpp' adding 'pythran/boost/mpl/list/list0_c.hpp' adding 'pythran/boost/mpl/list/list10.hpp' adding 'pythran/boost/mpl/list/list10_c.hpp' adding 'pythran/boost/mpl/list/list20.hpp' adding 'pythran/boost/mpl/list/list20_c.hpp' adding 'pythran/boost/mpl/list/list30.hpp' adding 'pythran/boost/mpl/list/list30_c.hpp' adding 'pythran/boost/mpl/list/list40.hpp' adding 'pythran/boost/mpl/list/list40_c.hpp' adding 'pythran/boost/mpl/list/list50.hpp' adding 'pythran/boost/mpl/list/list50_c.hpp' adding 'pythran/boost/mpl/list/aux_/O1_size.hpp' adding 'pythran/boost/mpl/list/aux_/begin_end.hpp' adding 'pythran/boost/mpl/list/aux_/clear.hpp' adding 'pythran/boost/mpl/list/aux_/empty.hpp' adding 'pythran/boost/mpl/list/aux_/front.hpp' adding 'pythran/boost/mpl/list/aux_/include_preprocessed.hpp' adding 'pythran/boost/mpl/list/aux_/item.hpp' adding 'pythran/boost/mpl/list/aux_/iterator.hpp' adding 'pythran/boost/mpl/list/aux_/numbered.hpp' adding 'pythran/boost/mpl/list/aux_/numbered_c.hpp' adding 'pythran/boost/mpl/list/aux_/pop_front.hpp' adding 'pythran/boost/mpl/list/aux_/push_back.hpp' adding 'pythran/boost/mpl/list/aux_/push_front.hpp' adding 'pythran/boost/mpl/list/aux_/size.hpp' adding 'pythran/boost/mpl/list/aux_/tag.hpp' adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list10.hpp' adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list10_c.hpp' adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list20.hpp' adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list20_c.hpp' adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list30.hpp' adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list30_c.hpp' adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list40.hpp' adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list40_c.hpp' adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list50.hpp' adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list50_c.hpp' adding 'pythran/boost/mpl/vector/vector0.hpp' adding 'pythran/boost/mpl/vector/vector0_c.hpp' adding 'pythran/boost/mpl/vector/vector10.hpp' adding 'pythran/boost/mpl/vector/vector10_c.hpp' adding 'pythran/boost/mpl/vector/vector20.hpp' adding 'pythran/boost/mpl/vector/vector20_c.hpp' adding 'pythran/boost/mpl/vector/vector30.hpp' adding 'pythran/boost/mpl/vector/vector30_c.hpp' adding 'pythran/boost/mpl/vector/vector40.hpp' adding 'pythran/boost/mpl/vector/vector40_c.hpp' adding 'pythran/boost/mpl/vector/vector50.hpp' adding 'pythran/boost/mpl/vector/vector50_c.hpp' adding 'pythran/boost/mpl/vector/aux_/O1_size.hpp' adding 'pythran/boost/mpl/vector/aux_/at.hpp' adding 'pythran/boost/mpl/vector/aux_/back.hpp' adding 'pythran/boost/mpl/vector/aux_/begin_end.hpp' adding 'pythran/boost/mpl/vector/aux_/clear.hpp' adding 'pythran/boost/mpl/vector/aux_/empty.hpp' adding 'pythran/boost/mpl/vector/aux_/front.hpp' adding 'pythran/boost/mpl/vector/aux_/include_preprocessed.hpp' adding 'pythran/boost/mpl/vector/aux_/item.hpp' adding 'pythran/boost/mpl/vector/aux_/iterator.hpp' adding 'pythran/boost/mpl/vector/aux_/numbered.hpp' adding 'pythran/boost/mpl/vector/aux_/numbered_c.hpp' adding 'pythran/boost/mpl/vector/aux_/pop_back.hpp' adding 'pythran/boost/mpl/vector/aux_/pop_front.hpp' adding 'pythran/boost/mpl/vector/aux_/push_back.hpp' adding 'pythran/boost/mpl/vector/aux_/push_front.hpp' adding 'pythran/boost/mpl/vector/aux_/size.hpp' adding 'pythran/boost/mpl/vector/aux_/tag.hpp' adding 'pythran/boost/mpl/vector/aux_/vector0.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector10.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector10_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector20.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector20_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector30.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector30_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector40.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector40_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector50.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector50_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40_c.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50.hpp' adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50_c.hpp' adding 'pythran/boost/numeric/conversion/bounds.hpp' adding 'pythran/boost/numeric/conversion/cast.hpp' adding 'pythran/boost/numeric/conversion/conversion_traits.hpp' adding 'pythran/boost/numeric/conversion/converter.hpp' adding 'pythran/boost/numeric/conversion/converter_policies.hpp' adding 'pythran/boost/numeric/conversion/int_float_mixture_enum.hpp' adding 'pythran/boost/numeric/conversion/numeric_cast_traits.hpp' adding 'pythran/boost/numeric/conversion/sign_mixture_enum.hpp' adding 'pythran/boost/numeric/conversion/udt_builtin_mixture_enum.hpp' adding 'pythran/boost/numeric/conversion/detail/bounds.hpp' adding 'pythran/boost/numeric/conversion/detail/conversion_traits.hpp' adding 'pythran/boost/numeric/conversion/detail/converter.hpp' adding 'pythran/boost/numeric/conversion/detail/int_float_mixture.hpp' adding 'pythran/boost/numeric/conversion/detail/is_subranged.hpp' adding 'pythran/boost/numeric/conversion/detail/meta.hpp' adding 'pythran/boost/numeric/conversion/detail/numeric_cast_traits.hpp' adding 'pythran/boost/numeric/conversion/detail/old_numeric_cast.hpp' adding 'pythran/boost/numeric/conversion/detail/sign_mixture.hpp' adding 'pythran/boost/numeric/conversion/detail/udt_builtin_mixture.hpp' adding 'pythran/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp' adding 'pythran/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp' adding 'pythran/boost/optional/bad_optional_access.hpp' adding 'pythran/boost/optional/optional.hpp' adding 'pythran/boost/optional/optional_fwd.hpp' adding 'pythran/boost/optional/detail/old_optional_implementation.hpp' adding 'pythran/boost/optional/detail/optional_aligned_storage.hpp' adding 'pythran/boost/optional/detail/optional_config.hpp' adding 'pythran/boost/optional/detail/optional_factory_support.hpp' adding 'pythran/boost/optional/detail/optional_reference_spec.hpp' adding 'pythran/boost/optional/detail/optional_relops.hpp' adding 'pythran/boost/optional/detail/optional_swap.hpp' adding 'pythran/boost/optional/detail/optional_trivially_copyable_base.hpp' adding 'pythran/boost/predef/architecture.h' adding 'pythran/boost/predef/compiler.h' adding 'pythran/boost/predef/hardware.h' adding 'pythran/boost/predef/language.h' adding 'pythran/boost/predef/library.h' adding 'pythran/boost/predef/make.h' adding 'pythran/boost/predef/os.h' adding 'pythran/boost/predef/other.h' adding 'pythran/boost/predef/platform.h' adding 'pythran/boost/predef/version.h' adding 'pythran/boost/predef/version_number.h' adding 'pythran/boost/predef/architecture/alpha.h' adding 'pythran/boost/predef/architecture/arm.h' adding 'pythran/boost/predef/architecture/blackfin.h' adding 'pythran/boost/predef/architecture/convex.h' adding 'pythran/boost/predef/architecture/ia64.h' adding 'pythran/boost/predef/architecture/m68k.h' adding 'pythran/boost/predef/architecture/mips.h' adding 'pythran/boost/predef/architecture/parisc.h' adding 'pythran/boost/predef/architecture/ppc.h' adding 'pythran/boost/predef/architecture/ptx.h' adding 'pythran/boost/predef/architecture/pyramid.h' adding 'pythran/boost/predef/architecture/rs6k.h' adding 'pythran/boost/predef/architecture/sparc.h' adding 'pythran/boost/predef/architecture/superh.h' adding 'pythran/boost/predef/architecture/sys370.h' adding 'pythran/boost/predef/architecture/sys390.h' adding 'pythran/boost/predef/architecture/x86.h' adding 'pythran/boost/predef/architecture/z.h' adding 'pythran/boost/predef/architecture/x86/32.h' adding 'pythran/boost/predef/architecture/x86/64.h' adding 'pythran/boost/predef/compiler/borland.h' adding 'pythran/boost/predef/compiler/clang.h' adding 'pythran/boost/predef/compiler/comeau.h' adding 'pythran/boost/predef/compiler/compaq.h' adding 'pythran/boost/predef/compiler/diab.h' adding 'pythran/boost/predef/compiler/digitalmars.h' adding 'pythran/boost/predef/compiler/dignus.h' adding 'pythran/boost/predef/compiler/edg.h' adding 'pythran/boost/predef/compiler/ekopath.h' adding 'pythran/boost/predef/compiler/gcc.h' adding 'pythran/boost/predef/compiler/gcc_xml.h' adding 'pythran/boost/predef/compiler/greenhills.h' adding 'pythran/boost/predef/compiler/hp_acc.h' adding 'pythran/boost/predef/compiler/iar.h' adding 'pythran/boost/predef/compiler/ibm.h' adding 'pythran/boost/predef/compiler/intel.h' adding 'pythran/boost/predef/compiler/kai.h' adding 'pythran/boost/predef/compiler/llvm.h' adding 'pythran/boost/predef/compiler/metaware.h' adding 'pythran/boost/predef/compiler/metrowerks.h' adding 'pythran/boost/predef/compiler/microtec.h' adding 'pythran/boost/predef/compiler/mpw.h' adding 'pythran/boost/predef/compiler/nvcc.h' adding 'pythran/boost/predef/compiler/palm.h' adding 'pythran/boost/predef/compiler/pgi.h' adding 'pythran/boost/predef/compiler/sgi_mipspro.h' adding 'pythran/boost/predef/compiler/sunpro.h' adding 'pythran/boost/predef/compiler/tendra.h' adding 'pythran/boost/predef/compiler/visualc.h' adding 'pythran/boost/predef/compiler/watcom.h' adding 'pythran/boost/predef/detail/_cassert.h' adding 'pythran/boost/predef/detail/_exception.h' adding 'pythran/boost/predef/detail/comp_detected.h' adding 'pythran/boost/predef/detail/os_detected.h' adding 'pythran/boost/predef/detail/platform_detected.h' adding 'pythran/boost/predef/detail/test.h' adding 'pythran/boost/predef/hardware/simd.h' adding 'pythran/boost/predef/hardware/simd/arm.h' adding 'pythran/boost/predef/hardware/simd/ppc.h' adding 'pythran/boost/predef/hardware/simd/x86.h' adding 'pythran/boost/predef/hardware/simd/x86_amd.h' adding 'pythran/boost/predef/hardware/simd/arm/versions.h' adding 'pythran/boost/predef/hardware/simd/ppc/versions.h' adding 'pythran/boost/predef/hardware/simd/x86/versions.h' adding 'pythran/boost/predef/hardware/simd/x86_amd/versions.h' adding 'pythran/boost/predef/language/cuda.h' adding 'pythran/boost/predef/language/objc.h' adding 'pythran/boost/predef/language/stdc.h' adding 'pythran/boost/predef/language/stdcpp.h' adding 'pythran/boost/predef/library/c.h' adding 'pythran/boost/predef/library/std.h' adding 'pythran/boost/predef/library/c/_prefix.h' adding 'pythran/boost/predef/library/c/cloudabi.h' adding 'pythran/boost/predef/library/c/gnu.h' adding 'pythran/boost/predef/library/c/uc.h' adding 'pythran/boost/predef/library/c/vms.h' adding 'pythran/boost/predef/library/c/zos.h' adding 'pythran/boost/predef/library/std/_prefix.h' adding 'pythran/boost/predef/library/std/cxx.h' adding 'pythran/boost/predef/library/std/dinkumware.h' adding 'pythran/boost/predef/library/std/libcomo.h' adding 'pythran/boost/predef/library/std/modena.h' adding 'pythran/boost/predef/library/std/msl.h' adding 'pythran/boost/predef/library/std/roguewave.h' adding 'pythran/boost/predef/library/std/sgi.h' adding 'pythran/boost/predef/library/std/stdcpp3.h' adding 'pythran/boost/predef/library/std/stlport.h' adding 'pythran/boost/predef/library/std/vacpp.h' adding 'pythran/boost/predef/os/aix.h' adding 'pythran/boost/predef/os/amigaos.h' adding 'pythran/boost/predef/os/android.h' adding 'pythran/boost/predef/os/beos.h' adding 'pythran/boost/predef/os/bsd.h' adding 'pythran/boost/predef/os/cygwin.h' adding 'pythran/boost/predef/os/haiku.h' adding 'pythran/boost/predef/os/hpux.h' adding 'pythran/boost/predef/os/ios.h' adding 'pythran/boost/predef/os/irix.h' adding 'pythran/boost/predef/os/linux.h' adding 'pythran/boost/predef/os/macos.h' adding 'pythran/boost/predef/os/os400.h' adding 'pythran/boost/predef/os/qnxnto.h' adding 'pythran/boost/predef/os/solaris.h' adding 'pythran/boost/predef/os/unix.h' adding 'pythran/boost/predef/os/vms.h' adding 'pythran/boost/predef/os/windows.h' adding 'pythran/boost/predef/os/bsd/bsdi.h' adding 'pythran/boost/predef/os/bsd/dragonfly.h' adding 'pythran/boost/predef/os/bsd/free.h' adding 'pythran/boost/predef/os/bsd/net.h' adding 'pythran/boost/predef/os/bsd/open.h' adding 'pythran/boost/predef/other/endian.h' adding 'pythran/boost/predef/platform/android.h' adding 'pythran/boost/predef/platform/cloudabi.h' adding 'pythran/boost/predef/platform/ios.h' adding 'pythran/boost/predef/platform/mingw.h' adding 'pythran/boost/predef/platform/mingw32.h' adding 'pythran/boost/predef/platform/mingw64.h' adding 'pythran/boost/predef/platform/windows_desktop.h' adding 'pythran/boost/predef/platform/windows_phone.h' adding 'pythran/boost/predef/platform/windows_runtime.h' adding 'pythran/boost/predef/platform/windows_server.h' adding 'pythran/boost/predef/platform/windows_store.h' adding 'pythran/boost/predef/platform/windows_system.h' adding 'pythran/boost/predef/platform/windows_uwp.h' adding 'pythran/boost/preprocessor/cat.hpp' adding 'pythran/boost/preprocessor/comma_if.hpp' adding 'pythran/boost/preprocessor/dec.hpp' adding 'pythran/boost/preprocessor/empty.hpp' adding 'pythran/boost/preprocessor/enum.hpp' adding 'pythran/boost/preprocessor/enum_params.hpp' adding 'pythran/boost/preprocessor/enum_params_with_a_default.hpp' adding 'pythran/boost/preprocessor/enum_shifted_params.hpp' adding 'pythran/boost/preprocessor/expr_if.hpp' adding 'pythran/boost/preprocessor/identity.hpp' adding 'pythran/boost/preprocessor/if.hpp' adding 'pythran/boost/preprocessor/inc.hpp' adding 'pythran/boost/preprocessor/iterate.hpp' adding 'pythran/boost/preprocessor/repeat.hpp' adding 'pythran/boost/preprocessor/repeat_from_to.hpp' adding 'pythran/boost/preprocessor/stringize.hpp' adding 'pythran/boost/preprocessor/arithmetic/add.hpp' adding 'pythran/boost/preprocessor/arithmetic/dec.hpp' adding 'pythran/boost/preprocessor/arithmetic/inc.hpp' adding 'pythran/boost/preprocessor/arithmetic/mod.hpp' adding 'pythran/boost/preprocessor/arithmetic/sub.hpp' adding 'pythran/boost/preprocessor/arithmetic/detail/div_base.hpp' adding 'pythran/boost/preprocessor/array/data.hpp' adding 'pythran/boost/preprocessor/array/elem.hpp' adding 'pythran/boost/preprocessor/array/size.hpp' adding 'pythran/boost/preprocessor/comparison/less.hpp' adding 'pythran/boost/preprocessor/comparison/less_equal.hpp' adding 'pythran/boost/preprocessor/comparison/not_equal.hpp' adding 'pythran/boost/preprocessor/config/config.hpp' adding 'pythran/boost/preprocessor/control/deduce_d.hpp' adding 'pythran/boost/preprocessor/control/expr_if.hpp' adding 'pythran/boost/preprocessor/control/expr_iif.hpp' adding 'pythran/boost/preprocessor/control/if.hpp' adding 'pythran/boost/preprocessor/control/iif.hpp' adding 'pythran/boost/preprocessor/control/while.hpp' adding 'pythran/boost/preprocessor/control/detail/while.hpp' adding 'pythran/boost/preprocessor/control/detail/dmc/while.hpp' adding 'pythran/boost/preprocessor/control/detail/edg/while.hpp' adding 'pythran/boost/preprocessor/control/detail/msvc/while.hpp' adding 'pythran/boost/preprocessor/debug/error.hpp' adding 'pythran/boost/preprocessor/detail/auto_rec.hpp' adding 'pythran/boost/preprocessor/detail/check.hpp' adding 'pythran/boost/preprocessor/detail/is_binary.hpp' adding 'pythran/boost/preprocessor/detail/is_unary.hpp' adding 'pythran/boost/preprocessor/detail/split.hpp' adding 'pythran/boost/preprocessor/detail/dmc/auto_rec.hpp' adding 'pythran/boost/preprocessor/facilities/empty.hpp' adding 'pythran/boost/preprocessor/facilities/expand.hpp' adding 'pythran/boost/preprocessor/facilities/identity.hpp' adding 'pythran/boost/preprocessor/facilities/intercept.hpp' adding 'pythran/boost/preprocessor/facilities/is_1.hpp' adding 'pythran/boost/preprocessor/facilities/is_empty.hpp' adding 'pythran/boost/preprocessor/facilities/is_empty_variadic.hpp' adding 'pythran/boost/preprocessor/facilities/overload.hpp' adding 'pythran/boost/preprocessor/facilities/detail/is_empty.hpp' adding 'pythran/boost/preprocessor/iteration/iterate.hpp' adding 'pythran/boost/preprocessor/iteration/local.hpp' adding 'pythran/boost/preprocessor/iteration/self.hpp' adding 'pythran/boost/preprocessor/iteration/detail/finish.hpp' adding 'pythran/boost/preprocessor/iteration/detail/local.hpp' adding 'pythran/boost/preprocessor/iteration/detail/rlocal.hpp' adding 'pythran/boost/preprocessor/iteration/detail/self.hpp' adding 'pythran/boost/preprocessor/iteration/detail/start.hpp' adding 'pythran/boost/preprocessor/iteration/detail/bounds/lower1.hpp' adding 'pythran/boost/preprocessor/iteration/detail/bounds/lower2.hpp' adding 'pythran/boost/preprocessor/iteration/detail/bounds/lower3.hpp' adding 'pythran/boost/preprocessor/iteration/detail/bounds/lower4.hpp' adding 'pythran/boost/preprocessor/iteration/detail/bounds/lower5.hpp' adding 'pythran/boost/preprocessor/iteration/detail/bounds/upper1.hpp' adding 'pythran/boost/preprocessor/iteration/detail/bounds/upper2.hpp' adding 'pythran/boost/preprocessor/iteration/detail/bounds/upper3.hpp' adding 'pythran/boost/preprocessor/iteration/detail/bounds/upper4.hpp' adding 'pythran/boost/preprocessor/iteration/detail/bounds/upper5.hpp' adding 'pythran/boost/preprocessor/iteration/detail/iter/forward1.hpp' adding 'pythran/boost/preprocessor/iteration/detail/iter/forward2.hpp' adding 'pythran/boost/preprocessor/iteration/detail/iter/forward3.hpp' adding 'pythran/boost/preprocessor/iteration/detail/iter/forward4.hpp' adding 'pythran/boost/preprocessor/iteration/detail/iter/forward5.hpp' adding 'pythran/boost/preprocessor/iteration/detail/iter/reverse1.hpp' adding 'pythran/boost/preprocessor/iteration/detail/iter/reverse2.hpp' adding 'pythran/boost/preprocessor/iteration/detail/iter/reverse3.hpp' adding 'pythran/boost/preprocessor/iteration/detail/iter/reverse4.hpp' adding 'pythran/boost/preprocessor/iteration/detail/iter/reverse5.hpp' adding 'pythran/boost/preprocessor/list/adt.hpp' adding 'pythran/boost/preprocessor/list/fold_left.hpp' adding 'pythran/boost/preprocessor/list/fold_right.hpp' adding 'pythran/boost/preprocessor/list/for_each_i.hpp' adding 'pythran/boost/preprocessor/list/reverse.hpp' adding 'pythran/boost/preprocessor/list/detail/fold_left.hpp' adding 'pythran/boost/preprocessor/list/detail/fold_right.hpp' adding 'pythran/boost/preprocessor/list/detail/dmc/fold_left.hpp' adding 'pythran/boost/preprocessor/list/detail/edg/fold_left.hpp' adding 'pythran/boost/preprocessor/list/detail/edg/fold_right.hpp' adding 'pythran/boost/preprocessor/logical/and.hpp' adding 'pythran/boost/preprocessor/logical/bitand.hpp' adding 'pythran/boost/preprocessor/logical/bitor.hpp' adding 'pythran/boost/preprocessor/logical/bool.hpp' adding 'pythran/boost/preprocessor/logical/compl.hpp' adding 'pythran/boost/preprocessor/logical/not.hpp' adding 'pythran/boost/preprocessor/logical/or.hpp' adding 'pythran/boost/preprocessor/punctuation/comma.hpp' adding 'pythran/boost/preprocessor/punctuation/comma_if.hpp' adding 'pythran/boost/preprocessor/punctuation/is_begin_parens.hpp' adding 'pythran/boost/preprocessor/punctuation/paren.hpp' adding 'pythran/boost/preprocessor/punctuation/detail/is_begin_parens.hpp' adding 'pythran/boost/preprocessor/repetition/enum.hpp' adding 'pythran/boost/preprocessor/repetition/enum_binary_params.hpp' adding 'pythran/boost/preprocessor/repetition/enum_params.hpp' adding 'pythran/boost/preprocessor/repetition/enum_params_with_a_default.hpp' adding 'pythran/boost/preprocessor/repetition/enum_shifted.hpp' adding 'pythran/boost/preprocessor/repetition/enum_shifted_params.hpp' adding 'pythran/boost/preprocessor/repetition/enum_trailing.hpp' adding 'pythran/boost/preprocessor/repetition/enum_trailing_params.hpp' adding 'pythran/boost/preprocessor/repetition/for.hpp' adding 'pythran/boost/preprocessor/repetition/repeat.hpp' adding 'pythran/boost/preprocessor/repetition/repeat_from_to.hpp' adding 'pythran/boost/preprocessor/repetition/detail/for.hpp' adding 'pythran/boost/preprocessor/repetition/detail/dmc/for.hpp' adding 'pythran/boost/preprocessor/repetition/detail/edg/for.hpp' adding 'pythran/boost/preprocessor/repetition/detail/msvc/for.hpp' adding 'pythran/boost/preprocessor/seq/cat.hpp' adding 'pythran/boost/preprocessor/seq/elem.hpp' adding 'pythran/boost/preprocessor/seq/enum.hpp' adding 'pythran/boost/preprocessor/seq/first_n.hpp' adding 'pythran/boost/preprocessor/seq/fold_left.hpp' adding 'pythran/boost/preprocessor/seq/for_each.hpp' adding 'pythran/boost/preprocessor/seq/for_each_i.hpp' adding 'pythran/boost/preprocessor/seq/push_front.hpp' adding 'pythran/boost/preprocessor/seq/rest_n.hpp' adding 'pythran/boost/preprocessor/seq/seq.hpp' adding 'pythran/boost/preprocessor/seq/size.hpp' adding 'pythran/boost/preprocessor/seq/subseq.hpp' adding 'pythran/boost/preprocessor/seq/transform.hpp' adding 'pythran/boost/preprocessor/seq/detail/is_empty.hpp' adding 'pythran/boost/preprocessor/seq/detail/split.hpp' adding 'pythran/boost/preprocessor/slot/slot.hpp' adding 'pythran/boost/preprocessor/slot/detail/counter.hpp' adding 'pythran/boost/preprocessor/slot/detail/def.hpp' adding 'pythran/boost/preprocessor/slot/detail/shared.hpp' adding 'pythran/boost/preprocessor/slot/detail/slot1.hpp' adding 'pythran/boost/preprocessor/slot/detail/slot2.hpp' adding 'pythran/boost/preprocessor/slot/detail/slot3.hpp' adding 'pythran/boost/preprocessor/slot/detail/slot4.hpp' adding 'pythran/boost/preprocessor/slot/detail/slot5.hpp' adding 'pythran/boost/preprocessor/tuple/eat.hpp' adding 'pythran/boost/preprocessor/tuple/elem.hpp' adding 'pythran/boost/preprocessor/tuple/rem.hpp' adding 'pythran/boost/preprocessor/tuple/size.hpp' adding 'pythran/boost/preprocessor/tuple/to_list.hpp' adding 'pythran/boost/preprocessor/tuple/to_seq.hpp' adding 'pythran/boost/preprocessor/tuple/detail/is_single_return.hpp' adding 'pythran/boost/preprocessor/variadic/elem.hpp' adding 'pythran/boost/preprocessor/variadic/has_opt.hpp' adding 'pythran/boost/preprocessor/variadic/size.hpp' adding 'pythran/boost/preprocessor/variadic/to_seq.hpp' adding 'pythran/boost/preprocessor/variadic/detail/has_opt.hpp' adding 'pythran/boost/range/begin.hpp' adding 'pythran/boost/range/concepts.hpp' adding 'pythran/boost/range/config.hpp' adding 'pythran/boost/range/const_iterator.hpp' adding 'pythran/boost/range/difference_type.hpp' adding 'pythran/boost/range/distance.hpp' adding 'pythran/boost/range/empty.hpp' adding 'pythran/boost/range/end.hpp' adding 'pythran/boost/range/functions.hpp' adding 'pythran/boost/range/has_range_iterator.hpp' adding 'pythran/boost/range/iterator.hpp' adding 'pythran/boost/range/iterator_range_core.hpp' adding 'pythran/boost/range/mutable_iterator.hpp' adding 'pythran/boost/range/range_fwd.hpp' adding 'pythran/boost/range/rbegin.hpp' adding 'pythran/boost/range/rend.hpp' adding 'pythran/boost/range/reverse_iterator.hpp' adding 'pythran/boost/range/size.hpp' adding 'pythran/boost/range/size_type.hpp' adding 'pythran/boost/range/value_type.hpp' adding 'pythran/boost/range/algorithm/equal.hpp' adding 'pythran/boost/range/detail/begin.hpp' adding 'pythran/boost/range/detail/common.hpp' adding 'pythran/boost/range/detail/end.hpp' adding 'pythran/boost/range/detail/extract_optional_type.hpp' adding 'pythran/boost/range/detail/has_member_size.hpp' adding 'pythran/boost/range/detail/implementation_help.hpp' adding 'pythran/boost/range/detail/misc_concept.hpp' adding 'pythran/boost/range/detail/msvc_has_iterator_workaround.hpp' adding 'pythran/boost/range/detail/safe_bool.hpp' adding 'pythran/boost/range/detail/sfinae.hpp' adding 'pythran/boost/smart_ptr/bad_weak_ptr.hpp' adding 'pythran/boost/smart_ptr/shared_ptr.hpp' adding 'pythran/boost/smart_ptr/detail/lightweight_mutex.hpp' adding 'pythran/boost/smart_ptr/detail/local_counted_base.hpp' adding 'pythran/boost/smart_ptr/detail/local_sp_deleter.hpp' adding 'pythran/boost/smart_ptr/detail/lwm_nop.hpp' adding 'pythran/boost/smart_ptr/detail/lwm_pthreads.hpp' adding 'pythran/boost/smart_ptr/detail/lwm_win32_cs.hpp' adding 'pythran/boost/smart_ptr/detail/operator_bool.hpp' adding 'pythran/boost/smart_ptr/detail/quick_allocator.hpp' adding 'pythran/boost/smart_ptr/detail/shared_count.hpp' adding 'pythran/boost/smart_ptr/detail/sp_convertible.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_aix.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_clang.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_nt.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_pt.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_spin.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_sync.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_base_w32.hpp' adding 'pythran/boost/smart_ptr/detail/sp_counted_impl.hpp' adding 'pythran/boost/smart_ptr/detail/sp_disable_deprecated.hpp' adding 'pythran/boost/smart_ptr/detail/sp_has_sync.hpp' adding 'pythran/boost/smart_ptr/detail/sp_interlocked.hpp' adding 'pythran/boost/smart_ptr/detail/sp_noexcept.hpp' adding 'pythran/boost/smart_ptr/detail/sp_nullptr_t.hpp' adding 'pythran/boost/smart_ptr/detail/sp_typeinfo_.hpp' adding 'pythran/boost/smart_ptr/detail/spinlock.hpp' adding 'pythran/boost/smart_ptr/detail/spinlock_gcc_arm.hpp' adding 'pythran/boost/smart_ptr/detail/spinlock_nt.hpp' adding 'pythran/boost/smart_ptr/detail/spinlock_pool.hpp' adding 'pythran/boost/smart_ptr/detail/spinlock_pt.hpp' adding 'pythran/boost/smart_ptr/detail/spinlock_std_atomic.hpp' adding 'pythran/boost/smart_ptr/detail/spinlock_sync.hpp' adding 'pythran/boost/smart_ptr/detail/spinlock_w32.hpp' adding 'pythran/boost/smart_ptr/detail/yield_k.hpp' adding 'pythran/boost/tuple/tuple.hpp' adding 'pythran/boost/tuple/tuple_comparison.hpp' adding 'pythran/boost/tuple/detail/tuple_basic.hpp' adding 'pythran/boost/type_traits/add_const.hpp' adding 'pythran/boost/type_traits/add_cv.hpp' adding 'pythran/boost/type_traits/add_lvalue_reference.hpp' adding 'pythran/boost/type_traits/add_pointer.hpp' adding 'pythran/boost/type_traits/add_reference.hpp' adding 'pythran/boost/type_traits/add_rvalue_reference.hpp' adding 'pythran/boost/type_traits/add_volatile.hpp' adding 'pythran/boost/type_traits/alignment_of.hpp' adding 'pythran/boost/type_traits/conditional.hpp' adding 'pythran/boost/type_traits/conversion_traits.hpp' adding 'pythran/boost/type_traits/cv_traits.hpp' adding 'pythran/boost/type_traits/decay.hpp' adding 'pythran/boost/type_traits/declval.hpp' adding 'pythran/boost/type_traits/enable_if.hpp' adding 'pythran/boost/type_traits/function_traits.hpp' adding 'pythran/boost/type_traits/has_left_shift.hpp' adding 'pythran/boost/type_traits/has_minus.hpp' adding 'pythran/boost/type_traits/has_minus_assign.hpp' adding 'pythran/boost/type_traits/has_nothrow_assign.hpp' adding 'pythran/boost/type_traits/has_nothrow_constructor.hpp' adding 'pythran/boost/type_traits/has_nothrow_copy.hpp' adding 'pythran/boost/type_traits/has_plus.hpp' adding 'pythran/boost/type_traits/has_plus_assign.hpp' adding 'pythran/boost/type_traits/has_right_shift.hpp' adding 'pythran/boost/type_traits/has_trivial_assign.hpp' adding 'pythran/boost/type_traits/has_trivial_constructor.hpp' adding 'pythran/boost/type_traits/has_trivial_copy.hpp' adding 'pythran/boost/type_traits/has_trivial_move_assign.hpp' adding 'pythran/boost/type_traits/has_trivial_move_constructor.hpp' adding 'pythran/boost/type_traits/integral_constant.hpp' adding 'pythran/boost/type_traits/intrinsics.hpp' adding 'pythran/boost/type_traits/is_abstract.hpp' adding 'pythran/boost/type_traits/is_arithmetic.hpp' adding 'pythran/boost/type_traits/is_array.hpp' adding 'pythran/boost/type_traits/is_assignable.hpp' adding 'pythran/boost/type_traits/is_base_and_derived.hpp' adding 'pythran/boost/type_traits/is_base_of.hpp' adding 'pythran/boost/type_traits/is_class.hpp' adding 'pythran/boost/type_traits/is_complete.hpp' adding 'pythran/boost/type_traits/is_complex.hpp' adding 'pythran/boost/type_traits/is_const.hpp' adding 'pythran/boost/type_traits/is_constructible.hpp' adding 'pythran/boost/type_traits/is_convertible.hpp' adding 'pythran/boost/type_traits/is_copy_constructible.hpp' adding 'pythran/boost/type_traits/is_default_constructible.hpp' adding 'pythran/boost/type_traits/is_destructible.hpp' adding 'pythran/boost/type_traits/is_detected.hpp' adding 'pythran/boost/type_traits/is_empty.hpp' adding 'pythran/boost/type_traits/is_enum.hpp' adding 'pythran/boost/type_traits/is_float.hpp' adding 'pythran/boost/type_traits/is_floating_point.hpp' adding 'pythran/boost/type_traits/is_function.hpp' adding 'pythran/boost/type_traits/is_fundamental.hpp' adding 'pythran/boost/type_traits/is_integral.hpp' adding 'pythran/boost/type_traits/is_lvalue_reference.hpp' adding 'pythran/boost/type_traits/is_member_function_pointer.hpp' adding 'pythran/boost/type_traits/is_member_pointer.hpp' adding 'pythran/boost/type_traits/is_noncopyable.hpp' adding 'pythran/boost/type_traits/is_nothrow_move_assignable.hpp' adding 'pythran/boost/type_traits/is_nothrow_move_constructible.hpp' adding 'pythran/boost/type_traits/is_pod.hpp' adding 'pythran/boost/type_traits/is_pointer.hpp' adding 'pythran/boost/type_traits/is_polymorphic.hpp' adding 'pythran/boost/type_traits/is_reference.hpp' adding 'pythran/boost/type_traits/is_rvalue_reference.hpp' adding 'pythran/boost/type_traits/is_same.hpp' adding 'pythran/boost/type_traits/is_scalar.hpp' adding 'pythran/boost/type_traits/is_signed.hpp' adding 'pythran/boost/type_traits/is_union.hpp' adding 'pythran/boost/type_traits/is_unsigned.hpp' adding 'pythran/boost/type_traits/is_void.hpp' adding 'pythran/boost/type_traits/is_volatile.hpp' adding 'pythran/boost/type_traits/make_signed.hpp' adding 'pythran/boost/type_traits/make_unsigned.hpp' adding 'pythran/boost/type_traits/make_void.hpp' adding 'pythran/boost/type_traits/nonesuch.hpp' adding 'pythran/boost/type_traits/remove_all_extents.hpp' adding 'pythran/boost/type_traits/remove_bounds.hpp' adding 'pythran/boost/type_traits/remove_const.hpp' adding 'pythran/boost/type_traits/remove_cv.hpp' adding 'pythran/boost/type_traits/remove_cv_ref.hpp' adding 'pythran/boost/type_traits/remove_extent.hpp' adding 'pythran/boost/type_traits/remove_pointer.hpp' adding 'pythran/boost/type_traits/remove_reference.hpp' adding 'pythran/boost/type_traits/remove_volatile.hpp' adding 'pythran/boost/type_traits/type_identity.hpp' adding 'pythran/boost/type_traits/type_with_alignment.hpp' adding 'pythran/boost/type_traits/detail/config.hpp' adding 'pythran/boost/type_traits/detail/detector.hpp' adding 'pythran/boost/type_traits/detail/has_binary_operator.hpp' adding 'pythran/boost/type_traits/detail/is_function_cxx_03.hpp' adding 'pythran/boost/type_traits/detail/is_function_cxx_11.hpp' adding 'pythran/boost/type_traits/detail/is_function_msvc10_fix.hpp' adding 'pythran/boost/type_traits/detail/is_function_ptr_helper.hpp' adding 'pythran/boost/type_traits/detail/is_function_ptr_tester.hpp' adding 'pythran/boost/type_traits/detail/is_likely_lambda.hpp' adding 'pythran/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp' adding 'pythran/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp' adding 'pythran/boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp' adding 'pythran/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp' adding 'pythran/boost/type_traits/detail/is_rvalue_reference_msvc10_fix.hpp' adding 'pythran/boost/type_traits/detail/yes_no_type.hpp' adding 'pythran/boost/typeof/constant.hpp' adding 'pythran/boost/typeof/decltype.hpp' adding 'pythran/boost/typeof/encode_decode.hpp' adding 'pythran/boost/typeof/encode_decode_params.hpp' adding 'pythran/boost/typeof/int_encoding.hpp' adding 'pythran/boost/typeof/integral_template_param.hpp' adding 'pythran/boost/typeof/message.hpp' adding 'pythran/boost/typeof/modifiers.hpp' adding 'pythran/boost/typeof/native.hpp' adding 'pythran/boost/typeof/pointers_data_members.hpp' adding 'pythran/boost/typeof/register_functions.hpp' adding 'pythran/boost/typeof/register_functions_iterate.hpp' adding 'pythran/boost/typeof/register_fundamental.hpp' adding 'pythran/boost/typeof/register_mem_functions.hpp' adding 'pythran/boost/typeof/template_encoding.hpp' adding 'pythran/boost/typeof/template_template_param.hpp' adding 'pythran/boost/typeof/type_encoding.hpp' adding 'pythran/boost/typeof/type_template_param.hpp' adding 'pythran/boost/typeof/typeof.hpp' adding 'pythran/boost/typeof/typeof_impl.hpp' adding 'pythran/boost/typeof/unsupported.hpp' adding 'pythran/boost/typeof/vector.hpp' adding 'pythran/boost/typeof/vector100.hpp' adding 'pythran/boost/typeof/vector150.hpp' adding 'pythran/boost/typeof/vector200.hpp' adding 'pythran/boost/typeof/vector50.hpp' adding 'pythran/boost/typeof/dmc/typeof_impl.hpp' adding 'pythran/boost/typeof/msvc/typeof_impl.hpp' adding 'pythran/boost/utility/base_from_member.hpp' adding 'pythran/boost/utility/binary.hpp' adding 'pythran/boost/utility/compare_pointees.hpp' adding 'pythran/boost/utility/declval.hpp' adding 'pythran/boost/utility/enable_if.hpp' adding 'pythran/boost/utility/identity_type.hpp' adding 'pythran/boost/utility/result_of.hpp' adding 'pythran/boost/utility/swap.hpp' adding 'pythran/boost/utility/detail/result_of_iterate.hpp' adding 'pythran/optimizations/__init__.py' adding 'pythran/optimizations/comprehension_patterns.py' adding 'pythran/optimizations/constant_folding.py' adding 'pythran/optimizations/copyto.py' adding 'pythran/optimizations/dead_code_elimination.py' adding 'pythran/optimizations/forward_substitution.py' adding 'pythran/optimizations/inline_builtins.py' adding 'pythran/optimizations/inlining.py' adding 'pythran/optimizations/iter_transformation.py' adding 'pythran/optimizations/list_comp_to_genexp.py' adding 'pythran/optimizations/list_to_tuple.py' adding 'pythran/optimizations/loop_full_unrolling.py' adding 'pythran/optimizations/modindex.py' adding 'pythran/optimizations/pattern_transform.py' adding 'pythran/optimizations/range_based_simplify.py' adding 'pythran/optimizations/range_loop_unfolding.py' adding 'pythran/optimizations/remove_dead_functions.py' adding 'pythran/optimizations/simplify_except.py' adding 'pythran/optimizations/square.py' adding 'pythran/optimizations/tuple_to_shape.py' adding 'pythran/pythonic/core.hpp' adding 'pythran/pythonic/__dispatch__/clear.hpp' adding 'pythran/pythonic/__dispatch__/conjugate.hpp' adding 'pythran/pythonic/__dispatch__/copy.hpp' adding 'pythran/pythonic/__dispatch__/count.hpp' adding 'pythran/pythonic/__dispatch__/index.hpp' adding 'pythran/pythonic/__dispatch__/pop.hpp' adding 'pythran/pythonic/__dispatch__/remove.hpp' adding 'pythran/pythonic/__dispatch__/sort.hpp' adding 'pythran/pythonic/__dispatch__/update.hpp' adding 'pythran/pythonic/bisect/bisect.hpp' adding 'pythran/pythonic/bisect/bisect_left.hpp' adding 'pythran/pythonic/bisect/bisect_right.hpp' adding 'pythran/pythonic/builtins/ArithmeticError.hpp' adding 'pythran/pythonic/builtins/AssertionError.hpp' adding 'pythran/pythonic/builtins/AttributeError.hpp' adding 'pythran/pythonic/builtins/BaseException.hpp' adding 'pythran/pythonic/builtins/BufferError.hpp' adding 'pythran/pythonic/builtins/BytesWarning.hpp' adding 'pythran/pythonic/builtins/DeprecationWarning.hpp' adding 'pythran/pythonic/builtins/EOFError.hpp' adding 'pythran/pythonic/builtins/EnvironmentError.hpp' adding 'pythran/pythonic/builtins/Exception.hpp' adding 'pythran/pythonic/builtins/False.hpp' adding 'pythran/pythonic/builtins/FileNotFoundError.hpp' adding 'pythran/pythonic/builtins/FloatingPointError.hpp' adding 'pythran/pythonic/builtins/FutureWarning.hpp' adding 'pythran/pythonic/builtins/GeneratorExit.hpp' adding 'pythran/pythonic/builtins/IOError.hpp' adding 'pythran/pythonic/builtins/ImportError.hpp' adding 'pythran/pythonic/builtins/ImportWarning.hpp' adding 'pythran/pythonic/builtins/IndentationError.hpp' adding 'pythran/pythonic/builtins/IndexError.hpp' adding 'pythran/pythonic/builtins/KeyError.hpp' adding 'pythran/pythonic/builtins/KeyboardInterrupt.hpp' adding 'pythran/pythonic/builtins/LookupError.hpp' adding 'pythran/pythonic/builtins/MemoryError.hpp' adding 'pythran/pythonic/builtins/NameError.hpp' adding 'pythran/pythonic/builtins/None.hpp' adding 'pythran/pythonic/builtins/NotImplementedError.hpp' adding 'pythran/pythonic/builtins/OSError.hpp' adding 'pythran/pythonic/builtins/OverflowError.hpp' adding 'pythran/pythonic/builtins/PendingDeprecationWarning.hpp' adding 'pythran/pythonic/builtins/ReferenceError.hpp' adding 'pythran/pythonic/builtins/RuntimeError.hpp' adding 'pythran/pythonic/builtins/RuntimeWarning.hpp' adding 'pythran/pythonic/builtins/StopIteration.hpp' adding 'pythran/pythonic/builtins/SyntaxError.hpp' adding 'pythran/pythonic/builtins/SyntaxWarning.hpp' adding 'pythran/pythonic/builtins/SystemError.hpp' adding 'pythran/pythonic/builtins/SystemExit.hpp' adding 'pythran/pythonic/builtins/TabError.hpp' adding 'pythran/pythonic/builtins/True.hpp' adding 'pythran/pythonic/builtins/TypeError.hpp' adding 'pythran/pythonic/builtins/UnboundLocalError.hpp' adding 'pythran/pythonic/builtins/UnicodeError.hpp' adding 'pythran/pythonic/builtins/UnicodeWarning.hpp' adding 'pythran/pythonic/builtins/UserWarning.hpp' adding 'pythran/pythonic/builtins/ValueError.hpp' adding 'pythran/pythonic/builtins/Warning.hpp' adding 'pythran/pythonic/builtins/ZeroDivisionError.hpp' adding 'pythran/pythonic/builtins/abs.hpp' adding 'pythran/pythonic/builtins/all.hpp' adding 'pythran/pythonic/builtins/any.hpp' adding 'pythran/pythonic/builtins/assert.hpp' adding 'pythran/pythonic/builtins/bin.hpp' adding 'pythran/pythonic/builtins/bool_.hpp' adding 'pythran/pythonic/builtins/chr.hpp' adding 'pythran/pythonic/builtins/complex.hpp' adding 'pythran/pythonic/builtins/dict.hpp' adding 'pythran/pythonic/builtins/divmod.hpp' adding 'pythran/pythonic/builtins/enumerate.hpp' adding 'pythran/pythonic/builtins/file.hpp' adding 'pythran/pythonic/builtins/filter.hpp' adding 'pythran/pythonic/builtins/float_.hpp' adding 'pythran/pythonic/builtins/getattr.hpp' adding 'pythran/pythonic/builtins/hex.hpp' adding 'pythran/pythonic/builtins/id.hpp' adding 'pythran/pythonic/builtins/in.hpp' adding 'pythran/pythonic/builtins/int_.hpp' adding 'pythran/pythonic/builtins/isinstance.hpp' adding 'pythran/pythonic/builtins/iter.hpp' adding 'pythran/pythonic/builtins/len.hpp' adding 'pythran/pythonic/builtins/list.hpp' adding 'pythran/pythonic/builtins/map.hpp' adding 'pythran/pythonic/builtins/max.hpp' adding 'pythran/pythonic/builtins/min.hpp' adding 'pythran/pythonic/builtins/minmax.hpp' adding 'pythran/pythonic/builtins/next.hpp' adding 'pythran/pythonic/builtins/oct.hpp' adding 'pythran/pythonic/builtins/open.hpp' adding 'pythran/pythonic/builtins/ord.hpp' adding 'pythran/pythonic/builtins/pow.hpp' adding 'pythran/pythonic/builtins/print.hpp' adding 'pythran/pythonic/builtins/range.hpp' adding 'pythran/pythonic/builtins/reduce.hpp' adding 'pythran/pythonic/builtins/reversed.hpp' adding 'pythran/pythonic/builtins/round.hpp' adding 'pythran/pythonic/builtins/set.hpp' adding 'pythran/pythonic/builtins/slice.hpp' adding 'pythran/pythonic/builtins/sorted.hpp' adding 'pythran/pythonic/builtins/str.hpp' adding 'pythran/pythonic/builtins/sum.hpp' adding 'pythran/pythonic/builtins/tuple.hpp' adding 'pythran/pythonic/builtins/type.hpp' adding 'pythran/pythonic/builtins/xrange.hpp' adding 'pythran/pythonic/builtins/zip.hpp' adding 'pythran/pythonic/builtins/complex/conjugate.hpp' adding 'pythran/pythonic/builtins/dict/clear.hpp' adding 'pythran/pythonic/builtins/dict/copy.hpp' adding 'pythran/pythonic/builtins/dict/fromkeys.hpp' adding 'pythran/pythonic/builtins/dict/get.hpp' adding 'pythran/pythonic/builtins/dict/items.hpp' adding 'pythran/pythonic/builtins/dict/keys.hpp' adding 'pythran/pythonic/builtins/dict/pop.hpp' adding 'pythran/pythonic/builtins/dict/popitem.hpp' adding 'pythran/pythonic/builtins/dict/setdefault.hpp' adding 'pythran/pythonic/builtins/dict/update.hpp' adding 'pythran/pythonic/builtins/dict/values.hpp' adding 'pythran/pythonic/builtins/file/close.hpp' adding 'pythran/pythonic/builtins/file/fileno.hpp' adding 'pythran/pythonic/builtins/file/flush.hpp' adding 'pythran/pythonic/builtins/file/isatty.hpp' adding 'pythran/pythonic/builtins/file/next.hpp' adding 'pythran/pythonic/builtins/file/read.hpp' adding 'pythran/pythonic/builtins/file/readline.hpp' adding 'pythran/pythonic/builtins/file/readlines.hpp' adding 'pythran/pythonic/builtins/file/seek.hpp' adding 'pythran/pythonic/builtins/file/tell.hpp' adding 'pythran/pythonic/builtins/file/truncate.hpp' adding 'pythran/pythonic/builtins/file/write.hpp' adding 'pythran/pythonic/builtins/file/writelines.hpp' adding 'pythran/pythonic/builtins/float_/is_integer.hpp' adding 'pythran/pythonic/builtins/list/append.hpp' adding 'pythran/pythonic/builtins/list/count.hpp' adding 'pythran/pythonic/builtins/list/extend.hpp' adding 'pythran/pythonic/builtins/list/insert.hpp' adding 'pythran/pythonic/builtins/list/pop.hpp' adding 'pythran/pythonic/builtins/list/remove.hpp' adding 'pythran/pythonic/builtins/list/reverse.hpp' adding 'pythran/pythonic/builtins/list/sort.hpp' adding 'pythran/pythonic/builtins/pythran/StaticIfBreak.hpp' adding 'pythran/pythonic/builtins/pythran/StaticIfCont.hpp' adding 'pythran/pythonic/builtins/pythran/StaticIfNoReturn.hpp' adding 'pythran/pythonic/builtins/pythran/StaticIfReturn.hpp' adding 'pythran/pythonic/builtins/pythran/abssqr.hpp' adding 'pythran/pythonic/builtins/pythran/and_.hpp' adding 'pythran/pythonic/builtins/pythran/is_none.hpp' adding 'pythran/pythonic/builtins/pythran/kwonly.hpp' adding 'pythran/pythonic/builtins/pythran/len_set.hpp' adding 'pythran/pythonic/builtins/pythran/make_shape.hpp' adding 'pythran/pythonic/builtins/pythran/or_.hpp' adding 'pythran/pythonic/builtins/pythran/static_if.hpp' adding 'pythran/pythonic/builtins/pythran/static_list.hpp' adding 'pythran/pythonic/builtins/set/add.hpp' adding 'pythran/pythonic/builtins/set/clear.hpp' adding 'pythran/pythonic/builtins/set/copy.hpp' adding 'pythran/pythonic/builtins/set/difference.hpp' adding 'pythran/pythonic/builtins/set/difference_update.hpp' adding 'pythran/pythonic/builtins/set/discard.hpp' adding 'pythran/pythonic/builtins/set/intersection.hpp' adding 'pythran/pythonic/builtins/set/intersection_update.hpp' adding 'pythran/pythonic/builtins/set/isdisjoint.hpp' adding 'pythran/pythonic/builtins/set/issubset.hpp' adding 'pythran/pythonic/builtins/set/issuperset.hpp' adding 'pythran/pythonic/builtins/set/remove.hpp' adding 'pythran/pythonic/builtins/set/symmetric_difference.hpp' adding 'pythran/pythonic/builtins/set/symmetric_difference_update.hpp' adding 'pythran/pythonic/builtins/set/union_.hpp' adding 'pythran/pythonic/builtins/set/update.hpp' adding 'pythran/pythonic/builtins/str/__mod__.hpp' adding 'pythran/pythonic/builtins/str/capitalize.hpp' adding 'pythran/pythonic/builtins/str/count.hpp' adding 'pythran/pythonic/builtins/str/endswith.hpp' adding 'pythran/pythonic/builtins/str/find.hpp' adding 'pythran/pythonic/builtins/str/isalpha.hpp' adding 'pythran/pythonic/builtins/str/isdigit.hpp' adding 'pythran/pythonic/builtins/str/join.hpp' adding 'pythran/pythonic/builtins/str/lower.hpp' adding 'pythran/pythonic/builtins/str/lstrip.hpp' adding 'pythran/pythonic/builtins/str/replace.hpp' adding 'pythran/pythonic/builtins/str/rstrip.hpp' adding 'pythran/pythonic/builtins/str/split.hpp' adding 'pythran/pythonic/builtins/str/splitlines.hpp' adding 'pythran/pythonic/builtins/str/startswith.hpp' adding 'pythran/pythonic/builtins/str/strip.hpp' adding 'pythran/pythonic/builtins/str/upper.hpp' adding 'pythran/pythonic/cmath/acos.hpp' adding 'pythran/pythonic/cmath/acosh.hpp' adding 'pythran/pythonic/cmath/asin.hpp' adding 'pythran/pythonic/cmath/asinh.hpp' adding 'pythran/pythonic/cmath/atan.hpp' adding 'pythran/pythonic/cmath/atanh.hpp' adding 'pythran/pythonic/cmath/cos.hpp' adding 'pythran/pythonic/cmath/cosh.hpp' adding 'pythran/pythonic/cmath/e.hpp' adding 'pythran/pythonic/cmath/exp.hpp' adding 'pythran/pythonic/cmath/isinf.hpp' adding 'pythran/pythonic/cmath/isnan.hpp' adding 'pythran/pythonic/cmath/log.hpp' adding 'pythran/pythonic/cmath/log10.hpp' adding 'pythran/pythonic/cmath/pi.hpp' adding 'pythran/pythonic/cmath/sin.hpp' adding 'pythran/pythonic/cmath/sinh.hpp' adding 'pythran/pythonic/cmath/sqrt.hpp' adding 'pythran/pythonic/cmath/tan.hpp' adding 'pythran/pythonic/cmath/tanh.hpp' adding 'pythran/pythonic/functools/partial.hpp' adding 'pythran/pythonic/functools/reduce.hpp' adding 'pythran/pythonic/include/__dispatch__/clear.hpp' adding 'pythran/pythonic/include/__dispatch__/conjugate.hpp' adding 'pythran/pythonic/include/__dispatch__/copy.hpp' adding 'pythran/pythonic/include/__dispatch__/count.hpp' adding 'pythran/pythonic/include/__dispatch__/index.hpp' adding 'pythran/pythonic/include/__dispatch__/pop.hpp' adding 'pythran/pythonic/include/__dispatch__/remove.hpp' adding 'pythran/pythonic/include/__dispatch__/sort.hpp' adding 'pythran/pythonic/include/__dispatch__/update.hpp' adding 'pythran/pythonic/include/bisect/bisect.hpp' adding 'pythran/pythonic/include/bisect/bisect_left.hpp' adding 'pythran/pythonic/include/bisect/bisect_right.hpp' adding 'pythran/pythonic/include/builtins/ArithmeticError.hpp' adding 'pythran/pythonic/include/builtins/AssertionError.hpp' adding 'pythran/pythonic/include/builtins/AttributeError.hpp' adding 'pythran/pythonic/include/builtins/BaseException.hpp' adding 'pythran/pythonic/include/builtins/BufferError.hpp' adding 'pythran/pythonic/include/builtins/BytesWarning.hpp' adding 'pythran/pythonic/include/builtins/DeprecationWarning.hpp' adding 'pythran/pythonic/include/builtins/EOFError.hpp' adding 'pythran/pythonic/include/builtins/EnvironmentError.hpp' adding 'pythran/pythonic/include/builtins/Exception.hpp' adding 'pythran/pythonic/include/builtins/False.hpp' adding 'pythran/pythonic/include/builtins/FileNotFoundError.hpp' adding 'pythran/pythonic/include/builtins/FloatingPointError.hpp' adding 'pythran/pythonic/include/builtins/FutureWarning.hpp' adding 'pythran/pythonic/include/builtins/GeneratorExit.hpp' adding 'pythran/pythonic/include/builtins/IOError.hpp' adding 'pythran/pythonic/include/builtins/ImportError.hpp' adding 'pythran/pythonic/include/builtins/ImportWarning.hpp' adding 'pythran/pythonic/include/builtins/IndentationError.hpp' adding 'pythran/pythonic/include/builtins/IndexError.hpp' adding 'pythran/pythonic/include/builtins/KeyError.hpp' adding 'pythran/pythonic/include/builtins/KeyboardInterrupt.hpp' adding 'pythran/pythonic/include/builtins/LookupError.hpp' adding 'pythran/pythonic/include/builtins/MemoryError.hpp' adding 'pythran/pythonic/include/builtins/NameError.hpp' adding 'pythran/pythonic/include/builtins/None.hpp' adding 'pythran/pythonic/include/builtins/NotImplementedError.hpp' adding 'pythran/pythonic/include/builtins/OSError.hpp' adding 'pythran/pythonic/include/builtins/OverflowError.hpp' adding 'pythran/pythonic/include/builtins/PendingDeprecationWarning.hpp' adding 'pythran/pythonic/include/builtins/ReferenceError.hpp' adding 'pythran/pythonic/include/builtins/RuntimeError.hpp' adding 'pythran/pythonic/include/builtins/RuntimeWarning.hpp' adding 'pythran/pythonic/include/builtins/StopIteration.hpp' adding 'pythran/pythonic/include/builtins/SyntaxError.hpp' adding 'pythran/pythonic/include/builtins/SyntaxWarning.hpp' adding 'pythran/pythonic/include/builtins/SystemError.hpp' adding 'pythran/pythonic/include/builtins/SystemExit.hpp' adding 'pythran/pythonic/include/builtins/TabError.hpp' adding 'pythran/pythonic/include/builtins/True.hpp' adding 'pythran/pythonic/include/builtins/TypeError.hpp' adding 'pythran/pythonic/include/builtins/UnboundLocalError.hpp' adding 'pythran/pythonic/include/builtins/UnicodeError.hpp' adding 'pythran/pythonic/include/builtins/UnicodeWarning.hpp' adding 'pythran/pythonic/include/builtins/UserWarning.hpp' adding 'pythran/pythonic/include/builtins/ValueError.hpp' adding 'pythran/pythonic/include/builtins/Warning.hpp' adding 'pythran/pythonic/include/builtins/ZeroDivisionError.hpp' adding 'pythran/pythonic/include/builtins/abs.hpp' adding 'pythran/pythonic/include/builtins/all.hpp' adding 'pythran/pythonic/include/builtins/any.hpp' adding 'pythran/pythonic/include/builtins/assert.hpp' adding 'pythran/pythonic/include/builtins/bin.hpp' adding 'pythran/pythonic/include/builtins/bool_.hpp' adding 'pythran/pythonic/include/builtins/chr.hpp' adding 'pythran/pythonic/include/builtins/complex.hpp' adding 'pythran/pythonic/include/builtins/dict.hpp' adding 'pythran/pythonic/include/builtins/divmod.hpp' adding 'pythran/pythonic/include/builtins/enumerate.hpp' adding 'pythran/pythonic/include/builtins/file.hpp' adding 'pythran/pythonic/include/builtins/filter.hpp' adding 'pythran/pythonic/include/builtins/float_.hpp' adding 'pythran/pythonic/include/builtins/getattr.hpp' adding 'pythran/pythonic/include/builtins/hex.hpp' adding 'pythran/pythonic/include/builtins/id.hpp' adding 'pythran/pythonic/include/builtins/in.hpp' adding 'pythran/pythonic/include/builtins/int_.hpp' adding 'pythran/pythonic/include/builtins/isinstance.hpp' adding 'pythran/pythonic/include/builtins/iter.hpp' adding 'pythran/pythonic/include/builtins/len.hpp' adding 'pythran/pythonic/include/builtins/list.hpp' adding 'pythran/pythonic/include/builtins/map.hpp' adding 'pythran/pythonic/include/builtins/max.hpp' adding 'pythran/pythonic/include/builtins/min.hpp' adding 'pythran/pythonic/include/builtins/minmax.hpp' adding 'pythran/pythonic/include/builtins/next.hpp' adding 'pythran/pythonic/include/builtins/oct.hpp' adding 'pythran/pythonic/include/builtins/open.hpp' adding 'pythran/pythonic/include/builtins/ord.hpp' adding 'pythran/pythonic/include/builtins/pow.hpp' adding 'pythran/pythonic/include/builtins/print.hpp' adding 'pythran/pythonic/include/builtins/range.hpp' adding 'pythran/pythonic/include/builtins/reduce.hpp' adding 'pythran/pythonic/include/builtins/reversed.hpp' adding 'pythran/pythonic/include/builtins/round.hpp' adding 'pythran/pythonic/include/builtins/set.hpp' adding 'pythran/pythonic/include/builtins/slice.hpp' adding 'pythran/pythonic/include/builtins/sorted.hpp' adding 'pythran/pythonic/include/builtins/str.hpp' adding 'pythran/pythonic/include/builtins/sum.hpp' adding 'pythran/pythonic/include/builtins/tuple.hpp' adding 'pythran/pythonic/include/builtins/type.hpp' adding 'pythran/pythonic/include/builtins/xrange.hpp' adding 'pythran/pythonic/include/builtins/zip.hpp' adding 'pythran/pythonic/include/builtins/complex/conjugate.hpp' adding 'pythran/pythonic/include/builtins/dict/clear.hpp' adding 'pythran/pythonic/include/builtins/dict/copy.hpp' adding 'pythran/pythonic/include/builtins/dict/fromkeys.hpp' adding 'pythran/pythonic/include/builtins/dict/get.hpp' adding 'pythran/pythonic/include/builtins/dict/items.hpp' adding 'pythran/pythonic/include/builtins/dict/keys.hpp' adding 'pythran/pythonic/include/builtins/dict/pop.hpp' adding 'pythran/pythonic/include/builtins/dict/popitem.hpp' adding 'pythran/pythonic/include/builtins/dict/setdefault.hpp' adding 'pythran/pythonic/include/builtins/dict/update.hpp' adding 'pythran/pythonic/include/builtins/dict/values.hpp' adding 'pythran/pythonic/include/builtins/file/close.hpp' adding 'pythran/pythonic/include/builtins/file/fileno.hpp' adding 'pythran/pythonic/include/builtins/file/flush.hpp' adding 'pythran/pythonic/include/builtins/file/isatty.hpp' adding 'pythran/pythonic/include/builtins/file/next.hpp' adding 'pythran/pythonic/include/builtins/file/read.hpp' adding 'pythran/pythonic/include/builtins/file/readline.hpp' adding 'pythran/pythonic/include/builtins/file/readlines.hpp' adding 'pythran/pythonic/include/builtins/file/seek.hpp' adding 'pythran/pythonic/include/builtins/file/tell.hpp' adding 'pythran/pythonic/include/builtins/file/truncate.hpp' adding 'pythran/pythonic/include/builtins/file/write.hpp' adding 'pythran/pythonic/include/builtins/file/writelines.hpp' adding 'pythran/pythonic/include/builtins/float_/is_integer.hpp' adding 'pythran/pythonic/include/builtins/list/append.hpp' adding 'pythran/pythonic/include/builtins/list/count.hpp' adding 'pythran/pythonic/include/builtins/list/extend.hpp' adding 'pythran/pythonic/include/builtins/list/insert.hpp' adding 'pythran/pythonic/include/builtins/list/pop.hpp' adding 'pythran/pythonic/include/builtins/list/remove.hpp' adding 'pythran/pythonic/include/builtins/list/reverse.hpp' adding 'pythran/pythonic/include/builtins/list/sort.hpp' adding 'pythran/pythonic/include/builtins/pythran/StaticIfBreak.hpp' adding 'pythran/pythonic/include/builtins/pythran/StaticIfCont.hpp' adding 'pythran/pythonic/include/builtins/pythran/StaticIfNoReturn.hpp' adding 'pythran/pythonic/include/builtins/pythran/StaticIfReturn.hpp' adding 'pythran/pythonic/include/builtins/pythran/abssqr.hpp' adding 'pythran/pythonic/include/builtins/pythran/and_.hpp' adding 'pythran/pythonic/include/builtins/pythran/is_none.hpp' adding 'pythran/pythonic/include/builtins/pythran/kwonly.hpp' adding 'pythran/pythonic/include/builtins/pythran/len_set.hpp' adding 'pythran/pythonic/include/builtins/pythran/make_shape.hpp' adding 'pythran/pythonic/include/builtins/pythran/or_.hpp' adding 'pythran/pythonic/include/builtins/pythran/static_if.hpp' adding 'pythran/pythonic/include/builtins/pythran/static_list.hpp' adding 'pythran/pythonic/include/builtins/set/add.hpp' adding 'pythran/pythonic/include/builtins/set/clear.hpp' adding 'pythran/pythonic/include/builtins/set/copy.hpp' adding 'pythran/pythonic/include/builtins/set/difference.hpp' adding 'pythran/pythonic/include/builtins/set/difference_update.hpp' adding 'pythran/pythonic/include/builtins/set/discard.hpp' adding 'pythran/pythonic/include/builtins/set/intersection.hpp' adding 'pythran/pythonic/include/builtins/set/intersection_update.hpp' adding 'pythran/pythonic/include/builtins/set/isdisjoint.hpp' adding 'pythran/pythonic/include/builtins/set/issubset.hpp' adding 'pythran/pythonic/include/builtins/set/issuperset.hpp' adding 'pythran/pythonic/include/builtins/set/remove.hpp' adding 'pythran/pythonic/include/builtins/set/symmetric_difference.hpp' adding 'pythran/pythonic/include/builtins/set/symmetric_difference_update.hpp' adding 'pythran/pythonic/include/builtins/set/union_.hpp' adding 'pythran/pythonic/include/builtins/set/update.hpp' adding 'pythran/pythonic/include/builtins/str/__mod__.hpp' adding 'pythran/pythonic/include/builtins/str/capitalize.hpp' adding 'pythran/pythonic/include/builtins/str/count.hpp' adding 'pythran/pythonic/include/builtins/str/endswith.hpp' adding 'pythran/pythonic/include/builtins/str/find.hpp' adding 'pythran/pythonic/include/builtins/str/isalpha.hpp' adding 'pythran/pythonic/include/builtins/str/isdigit.hpp' adding 'pythran/pythonic/include/builtins/str/join.hpp' adding 'pythran/pythonic/include/builtins/str/lower.hpp' adding 'pythran/pythonic/include/builtins/str/lstrip.hpp' adding 'pythran/pythonic/include/builtins/str/replace.hpp' adding 'pythran/pythonic/include/builtins/str/rstrip.hpp' adding 'pythran/pythonic/include/builtins/str/split.hpp' adding 'pythran/pythonic/include/builtins/str/splitlines.hpp' adding 'pythran/pythonic/include/builtins/str/startswith.hpp' adding 'pythran/pythonic/include/builtins/str/strip.hpp' adding 'pythran/pythonic/include/builtins/str/upper.hpp' adding 'pythran/pythonic/include/cmath/acos.hpp' adding 'pythran/pythonic/include/cmath/acosh.hpp' adding 'pythran/pythonic/include/cmath/asin.hpp' adding 'pythran/pythonic/include/cmath/asinh.hpp' adding 'pythran/pythonic/include/cmath/atan.hpp' adding 'pythran/pythonic/include/cmath/atanh.hpp' adding 'pythran/pythonic/include/cmath/cos.hpp' adding 'pythran/pythonic/include/cmath/cosh.hpp' adding 'pythran/pythonic/include/cmath/e.hpp' adding 'pythran/pythonic/include/cmath/exp.hpp' adding 'pythran/pythonic/include/cmath/isinf.hpp' adding 'pythran/pythonic/include/cmath/isnan.hpp' adding 'pythran/pythonic/include/cmath/log.hpp' adding 'pythran/pythonic/include/cmath/log10.hpp' adding 'pythran/pythonic/include/cmath/pi.hpp' adding 'pythran/pythonic/include/cmath/sin.hpp' adding 'pythran/pythonic/include/cmath/sinh.hpp' adding 'pythran/pythonic/include/cmath/sqrt.hpp' adding 'pythran/pythonic/include/cmath/tan.hpp' adding 'pythran/pythonic/include/cmath/tanh.hpp' adding 'pythran/pythonic/include/functools/partial.hpp' adding 'pythran/pythonic/include/functools/reduce.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/close.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/fileno.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/flush.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/isatty.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/next.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/read.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/readline.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/readlines.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/seek.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/tell.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/truncate.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/write.hpp' adding 'pythran/pythonic/include/io/_io/TextIOWrapper/writelines.hpp' adding 'pythran/pythonic/include/itertools/combinations.hpp' adding 'pythran/pythonic/include/itertools/common.hpp' adding 'pythran/pythonic/include/itertools/count.hpp' adding 'pythran/pythonic/include/itertools/ifilter.hpp' adding 'pythran/pythonic/include/itertools/islice.hpp' adding 'pythran/pythonic/include/itertools/permutations.hpp' adding 'pythran/pythonic/include/itertools/product.hpp' adding 'pythran/pythonic/include/itertools/repeat.hpp' adding 'pythran/pythonic/include/math/acos.hpp' adding 'pythran/pythonic/include/math/acosh.hpp' adding 'pythran/pythonic/include/math/asin.hpp' adding 'pythran/pythonic/include/math/asinh.hpp' adding 'pythran/pythonic/include/math/atan.hpp' adding 'pythran/pythonic/include/math/atan2.hpp' adding 'pythran/pythonic/include/math/atanh.hpp' adding 'pythran/pythonic/include/math/ceil.hpp' adding 'pythran/pythonic/include/math/copysign.hpp' adding 'pythran/pythonic/include/math/cos.hpp' adding 'pythran/pythonic/include/math/cosh.hpp' adding 'pythran/pythonic/include/math/degrees.hpp' adding 'pythran/pythonic/include/math/e.hpp' adding 'pythran/pythonic/include/math/erf.hpp' adding 'pythran/pythonic/include/math/erfc.hpp' adding 'pythran/pythonic/include/math/exp.hpp' adding 'pythran/pythonic/include/math/expm1.hpp' adding 'pythran/pythonic/include/math/fabs.hpp' adding 'pythran/pythonic/include/math/factorial.hpp' adding 'pythran/pythonic/include/math/floor.hpp' adding 'pythran/pythonic/include/math/fmod.hpp' adding 'pythran/pythonic/include/math/frexp.hpp' adding 'pythran/pythonic/include/math/gamma.hpp' adding 'pythran/pythonic/include/math/hypot.hpp' adding 'pythran/pythonic/include/math/isinf.hpp' adding 'pythran/pythonic/include/math/isnan.hpp' adding 'pythran/pythonic/include/math/ldexp.hpp' adding 'pythran/pythonic/include/math/lgamma.hpp' adding 'pythran/pythonic/include/math/log.hpp' adding 'pythran/pythonic/include/math/log10.hpp' adding 'pythran/pythonic/include/math/log1p.hpp' adding 'pythran/pythonic/include/math/modf.hpp' adding 'pythran/pythonic/include/math/pi.hpp' adding 'pythran/pythonic/include/math/pow.hpp' adding 'pythran/pythonic/include/math/radians.hpp' adding 'pythran/pythonic/include/math/sin.hpp' adding 'pythran/pythonic/include/math/sinh.hpp' adding 'pythran/pythonic/include/math/sqrt.hpp' adding 'pythran/pythonic/include/math/tan.hpp' adding 'pythran/pythonic/include/math/tanh.hpp' adding 'pythran/pythonic/include/math/trunc.hpp' adding 'pythran/pythonic/include/numpy/.hpp' adding 'pythran/pythonic/include/numpy/NINF.hpp' adding 'pythran/pythonic/include/numpy/abs.hpp' adding 'pythran/pythonic/include/numpy/absolute.hpp' adding 'pythran/pythonic/include/numpy/add.hpp' adding 'pythran/pythonic/include/numpy/alen.hpp' adding 'pythran/pythonic/include/numpy/all.hpp' adding 'pythran/pythonic/include/numpy/allclose.hpp' adding 'pythran/pythonic/include/numpy/alltrue.hpp' adding 'pythran/pythonic/include/numpy/amax.hpp' adding 'pythran/pythonic/include/numpy/amin.hpp' adding 'pythran/pythonic/include/numpy/angle.hpp' adding 'pythran/pythonic/include/numpy/angle_in_deg.hpp' adding 'pythran/pythonic/include/numpy/angle_in_rad.hpp' adding 'pythran/pythonic/include/numpy/any.hpp' adding 'pythran/pythonic/include/numpy/append.hpp' adding 'pythran/pythonic/include/numpy/arange.hpp' adding 'pythran/pythonic/include/numpy/arccos.hpp' adding 'pythran/pythonic/include/numpy/arccosh.hpp' adding 'pythran/pythonic/include/numpy/arcsin.hpp' adding 'pythran/pythonic/include/numpy/arcsinh.hpp' adding 'pythran/pythonic/include/numpy/arctan.hpp' adding 'pythran/pythonic/include/numpy/arctan2.hpp' adding 'pythran/pythonic/include/numpy/arctanh.hpp' adding 'pythran/pythonic/include/numpy/argmax.hpp' adding 'pythran/pythonic/include/numpy/argmin.hpp' adding 'pythran/pythonic/include/numpy/argsort.hpp' adding 'pythran/pythonic/include/numpy/argwhere.hpp' adding 'pythran/pythonic/include/numpy/around.hpp' adding 'pythran/pythonic/include/numpy/array.hpp' adding 'pythran/pythonic/include/numpy/array2string.hpp' adding 'pythran/pythonic/include/numpy/array_equal.hpp' adding 'pythran/pythonic/include/numpy/array_equiv.hpp' adding 'pythran/pythonic/include/numpy/array_split.hpp' adding 'pythran/pythonic/include/numpy/array_str.hpp' adding 'pythran/pythonic/include/numpy/asarray.hpp' adding 'pythran/pythonic/include/numpy/asarray_chkfinite.hpp' adding 'pythran/pythonic/include/numpy/ascontiguousarray.hpp' adding 'pythran/pythonic/include/numpy/asfarray.hpp' adding 'pythran/pythonic/include/numpy/asscalar.hpp' adding 'pythran/pythonic/include/numpy/atleast_1d.hpp' adding 'pythran/pythonic/include/numpy/atleast_2d.hpp' adding 'pythran/pythonic/include/numpy/atleast_3d.hpp' adding 'pythran/pythonic/include/numpy/average.hpp' adding 'pythran/pythonic/include/numpy/base_repr.hpp' adding 'pythran/pythonic/include/numpy/binary_repr.hpp' adding 'pythran/pythonic/include/numpy/bincount.hpp' adding 'pythran/pythonic/include/numpy/bitwise_and.hpp' adding 'pythran/pythonic/include/numpy/bitwise_not.hpp' adding 'pythran/pythonic/include/numpy/bitwise_or.hpp' adding 'pythran/pythonic/include/numpy/bitwise_xor.hpp' adding 'pythran/pythonic/include/numpy/bool_.hpp' adding 'pythran/pythonic/include/numpy/broadcast_to.hpp' adding 'pythran/pythonic/include/numpy/byte.hpp' adding 'pythran/pythonic/include/numpy/cbrt.hpp' adding 'pythran/pythonic/include/numpy/ceil.hpp' adding 'pythran/pythonic/include/numpy/clip.hpp' adding 'pythran/pythonic/include/numpy/complex.hpp' adding 'pythran/pythonic/include/numpy/complex128.hpp' adding 'pythran/pythonic/include/numpy/complex256.hpp' adding 'pythran/pythonic/include/numpy/complex64.hpp' adding 'pythran/pythonic/include/numpy/concatenate.hpp' adding 'pythran/pythonic/include/numpy/conj.hpp' adding 'pythran/pythonic/include/numpy/conjugate.hpp' adding 'pythran/pythonic/include/numpy/convolve.hpp' adding 'pythran/pythonic/include/numpy/copy.hpp' adding 'pythran/pythonic/include/numpy/copysign.hpp' adding 'pythran/pythonic/include/numpy/copyto.hpp' adding 'pythran/pythonic/include/numpy/correlate.hpp' adding 'pythran/pythonic/include/numpy/cos.hpp' adding 'pythran/pythonic/include/numpy/cosh.hpp' adding 'pythran/pythonic/include/numpy/count_nonzero.hpp' adding 'pythran/pythonic/include/numpy/cross.hpp' adding 'pythran/pythonic/include/numpy/cumprod.hpp' adding 'pythran/pythonic/include/numpy/cumproduct.hpp' adding 'pythran/pythonic/include/numpy/cumsum.hpp' adding 'pythran/pythonic/include/numpy/deg2rad.hpp' adding 'pythran/pythonic/include/numpy/degrees.hpp' adding 'pythran/pythonic/include/numpy/delete_.hpp' adding 'pythran/pythonic/include/numpy/diag.hpp' adding 'pythran/pythonic/include/numpy/diagflat.hpp' adding 'pythran/pythonic/include/numpy/diagonal.hpp' adding 'pythran/pythonic/include/numpy/diff.hpp' adding 'pythran/pythonic/include/numpy/digitize.hpp' adding 'pythran/pythonic/include/numpy/divide.hpp' adding 'pythran/pythonic/include/numpy/dot.hpp' adding 'pythran/pythonic/include/numpy/double_.hpp' adding 'pythran/pythonic/include/numpy/e.hpp' adding 'pythran/pythonic/include/numpy/ediff1d.hpp' adding 'pythran/pythonic/include/numpy/empty.hpp' adding 'pythran/pythonic/include/numpy/empty_like.hpp' adding 'pythran/pythonic/include/numpy/equal.hpp' adding 'pythran/pythonic/include/numpy/exp.hpp' adding 'pythran/pythonic/include/numpy/expand_dims.hpp' adding 'pythran/pythonic/include/numpy/expm1.hpp' adding 'pythran/pythonic/include/numpy/eye.hpp' adding 'pythran/pythonic/include/numpy/fabs.hpp' adding 'pythran/pythonic/include/numpy/fill_diagonal.hpp' adding 'pythran/pythonic/include/numpy/finfo.hpp' adding 'pythran/pythonic/include/numpy/fix.hpp' adding 'pythran/pythonic/include/numpy/flatnonzero.hpp' adding 'pythran/pythonic/include/numpy/flip.hpp' adding 'pythran/pythonic/include/numpy/fliplr.hpp' adding 'pythran/pythonic/include/numpy/flipud.hpp' adding 'pythran/pythonic/include/numpy/float128.hpp' adding 'pythran/pythonic/include/numpy/float32.hpp' adding 'pythran/pythonic/include/numpy/float64.hpp' adding 'pythran/pythonic/include/numpy/float_.hpp' adding 'pythran/pythonic/include/numpy/floor.hpp' adding 'pythran/pythonic/include/numpy/floor_divide.hpp' adding 'pythran/pythonic/include/numpy/fmax.hpp' adding 'pythran/pythonic/include/numpy/fmin.hpp' adding 'pythran/pythonic/include/numpy/fmod.hpp' adding 'pythran/pythonic/include/numpy/frexp.hpp' adding 'pythran/pythonic/include/numpy/fromfile.hpp' adding 'pythran/pythonic/include/numpy/fromfunction.hpp' adding 'pythran/pythonic/include/numpy/fromiter.hpp' adding 'pythran/pythonic/include/numpy/fromstring.hpp' adding 'pythran/pythonic/include/numpy/full.hpp' adding 'pythran/pythonic/include/numpy/full_like.hpp' adding 'pythran/pythonic/include/numpy/greater.hpp' adding 'pythran/pythonic/include/numpy/greater_equal.hpp' adding 'pythran/pythonic/include/numpy/heaviside.hpp' adding 'pythran/pythonic/include/numpy/hstack.hpp' adding 'pythran/pythonic/include/numpy/hypot.hpp' adding 'pythran/pythonic/include/numpy/identity.hpp' adding 'pythran/pythonic/include/numpy/imag.hpp' adding 'pythran/pythonic/include/numpy/indices.hpp' adding 'pythran/pythonic/include/numpy/inf.hpp' adding 'pythran/pythonic/include/numpy/inner.hpp' adding 'pythran/pythonic/include/numpy/insert.hpp' adding 'pythran/pythonic/include/numpy/int16.hpp' adding 'pythran/pythonic/include/numpy/int32.hpp' adding 'pythran/pythonic/include/numpy/int64.hpp' adding 'pythran/pythonic/include/numpy/int8.hpp' adding 'pythran/pythonic/include/numpy/int_.hpp' adding 'pythran/pythonic/include/numpy/intc.hpp' adding 'pythran/pythonic/include/numpy/interp.hpp' adding 'pythran/pythonic/include/numpy/intersect1d.hpp' adding 'pythran/pythonic/include/numpy/intp.hpp' adding 'pythran/pythonic/include/numpy/invert.hpp' adding 'pythran/pythonic/include/numpy/isclose.hpp' adding 'pythran/pythonic/include/numpy/iscomplex.hpp' adding 'pythran/pythonic/include/numpy/isfinite.hpp' adding 'pythran/pythonic/include/numpy/isinf.hpp' adding 'pythran/pythonic/include/numpy/isnan.hpp' adding 'pythran/pythonic/include/numpy/isneginf.hpp' adding 'pythran/pythonic/include/numpy/isposinf.hpp' adding 'pythran/pythonic/include/numpy/isreal.hpp' adding 'pythran/pythonic/include/numpy/isrealobj.hpp' adding 'pythran/pythonic/include/numpy/isscalar.hpp' adding 'pythran/pythonic/include/numpy/issctype.hpp' adding 'pythran/pythonic/include/numpy/ldexp.hpp' adding 'pythran/pythonic/include/numpy/left_shift.hpp' adding 'pythran/pythonic/include/numpy/less.hpp' adding 'pythran/pythonic/include/numpy/less_equal.hpp' adding 'pythran/pythonic/include/numpy/lexsort.hpp' adding 'pythran/pythonic/include/numpy/linspace.hpp' adding 'pythran/pythonic/include/numpy/log.hpp' adding 'pythran/pythonic/include/numpy/log10.hpp' adding 'pythran/pythonic/include/numpy/log1p.hpp' adding 'pythran/pythonic/include/numpy/log2.hpp' adding 'pythran/pythonic/include/numpy/logaddexp.hpp' adding 'pythran/pythonic/include/numpy/logaddexp2.hpp' adding 'pythran/pythonic/include/numpy/logical_and.hpp' adding 'pythran/pythonic/include/numpy/logical_not.hpp' adding 'pythran/pythonic/include/numpy/logical_or.hpp' adding 'pythran/pythonic/include/numpy/logical_xor.hpp' adding 'pythran/pythonic/include/numpy/logspace.hpp' adding 'pythran/pythonic/include/numpy/longlong.hpp' adding 'pythran/pythonic/include/numpy/max.hpp' adding 'pythran/pythonic/include/numpy/maximum.hpp' adding 'pythran/pythonic/include/numpy/mean.hpp' adding 'pythran/pythonic/include/numpy/median.hpp' adding 'pythran/pythonic/include/numpy/min.hpp' adding 'pythran/pythonic/include/numpy/minimum.hpp' adding 'pythran/pythonic/include/numpy/mod.hpp' adding 'pythran/pythonic/include/numpy/multiply.hpp' adding 'pythran/pythonic/include/numpy/nan.hpp' adding 'pythran/pythonic/include/numpy/nan_to_num.hpp' adding 'pythran/pythonic/include/numpy/nanargmax.hpp' adding 'pythran/pythonic/include/numpy/nanargmin.hpp' adding 'pythran/pythonic/include/numpy/nanmax.hpp' adding 'pythran/pythonic/include/numpy/nanmin.hpp' adding 'pythran/pythonic/include/numpy/nansum.hpp' adding 'pythran/pythonic/include/numpy/ndarray.hpp' adding 'pythran/pythonic/include/numpy/ndenumerate.hpp' adding 'pythran/pythonic/include/numpy/ndim.hpp' adding 'pythran/pythonic/include/numpy/ndindex.hpp' adding 'pythran/pythonic/include/numpy/negative.hpp' adding 'pythran/pythonic/include/numpy/newaxis.hpp' adding 'pythran/pythonic/include/numpy/nextafter.hpp' adding 'pythran/pythonic/include/numpy/nonzero.hpp' adding 'pythran/pythonic/include/numpy/not_equal.hpp' adding 'pythran/pythonic/include/numpy/ones.hpp' adding 'pythran/pythonic/include/numpy/ones_like.hpp' adding 'pythran/pythonic/include/numpy/outer.hpp' adding 'pythran/pythonic/include/numpy/partial_sum.hpp' adding 'pythran/pythonic/include/numpy/pi.hpp' adding 'pythran/pythonic/include/numpy/place.hpp' adding 'pythran/pythonic/include/numpy/power.hpp' adding 'pythran/pythonic/include/numpy/prod.hpp' adding 'pythran/pythonic/include/numpy/product.hpp' adding 'pythran/pythonic/include/numpy/ptp.hpp' adding 'pythran/pythonic/include/numpy/put.hpp' adding 'pythran/pythonic/include/numpy/putmask.hpp' adding 'pythran/pythonic/include/numpy/rad2deg.hpp' adding 'pythran/pythonic/include/numpy/radians.hpp' adding 'pythran/pythonic/include/numpy/ravel.hpp' adding 'pythran/pythonic/include/numpy/real.hpp' adding 'pythran/pythonic/include/numpy/reciprocal.hpp' adding 'pythran/pythonic/include/numpy/reduce.hpp' adding 'pythran/pythonic/include/numpy/remainder.hpp' adding 'pythran/pythonic/include/numpy/repeat.hpp' adding 'pythran/pythonic/include/numpy/resize.hpp' adding 'pythran/pythonic/include/numpy/right_shift.hpp' adding 'pythran/pythonic/include/numpy/rint.hpp' adding 'pythran/pythonic/include/numpy/roll.hpp' adding 'pythran/pythonic/include/numpy/rollaxis.hpp' adding 'pythran/pythonic/include/numpy/rot90.hpp' adding 'pythran/pythonic/include/numpy/round.hpp' adding 'pythran/pythonic/include/numpy/round_.hpp' adding 'pythran/pythonic/include/numpy/searchsorted.hpp' adding 'pythran/pythonic/include/numpy/select.hpp' adding 'pythran/pythonic/include/numpy/setdiff1d.hpp' adding 'pythran/pythonic/include/numpy/shape.hpp' adding 'pythran/pythonic/include/numpy/short_.hpp' adding 'pythran/pythonic/include/numpy/sign.hpp' adding 'pythran/pythonic/include/numpy/signbit.hpp' adding 'pythran/pythonic/include/numpy/sin.hpp' adding 'pythran/pythonic/include/numpy/sinh.hpp' adding 'pythran/pythonic/include/numpy/size.hpp' adding 'pythran/pythonic/include/numpy/sometrue.hpp' adding 'pythran/pythonic/include/numpy/sort.hpp' adding 'pythran/pythonic/include/numpy/sort_complex.hpp' adding 'pythran/pythonic/include/numpy/spacing.hpp' adding 'pythran/pythonic/include/numpy/split.hpp' adding 'pythran/pythonic/include/numpy/sqrt.hpp' adding 'pythran/pythonic/include/numpy/square.hpp' adding 'pythran/pythonic/include/numpy/stack.hpp' adding 'pythran/pythonic/include/numpy/std_.hpp' adding 'pythran/pythonic/include/numpy/subtract.hpp' adding 'pythran/pythonic/include/numpy/sum.hpp' adding 'pythran/pythonic/include/numpy/swapaxes.hpp' adding 'pythran/pythonic/include/numpy/take.hpp' adding 'pythran/pythonic/include/numpy/tan.hpp' adding 'pythran/pythonic/include/numpy/tanh.hpp' adding 'pythran/pythonic/include/numpy/tile.hpp' adding 'pythran/pythonic/include/numpy/trace.hpp' adding 'pythran/pythonic/include/numpy/transpose.hpp' adding 'pythran/pythonic/include/numpy/tri.hpp' adding 'pythran/pythonic/include/numpy/tril.hpp' adding 'pythran/pythonic/include/numpy/trim_zeros.hpp' adding 'pythran/pythonic/include/numpy/triu.hpp' adding 'pythran/pythonic/include/numpy/true_divide.hpp' adding 'pythran/pythonic/include/numpy/trunc.hpp' adding 'pythran/pythonic/include/numpy/ubyte.hpp' adding 'pythran/pythonic/include/numpy/ufunc_accumulate.hpp' adding 'pythran/pythonic/include/numpy/ufunc_reduce.hpp' adding 'pythran/pythonic/include/numpy/uint.hpp' adding 'pythran/pythonic/include/numpy/uint16.hpp' adding 'pythran/pythonic/include/numpy/uint32.hpp' adding 'pythran/pythonic/include/numpy/uint64.hpp' adding 'pythran/pythonic/include/numpy/uint8.hpp' adding 'pythran/pythonic/include/numpy/uintc.hpp' adding 'pythran/pythonic/include/numpy/uintp.hpp' adding 'pythran/pythonic/include/numpy/ulonglong.hpp' adding 'pythran/pythonic/include/numpy/union1d.hpp' adding 'pythran/pythonic/include/numpy/unique.hpp' adding 'pythran/pythonic/include/numpy/unravel_index.hpp' adding 'pythran/pythonic/include/numpy/unwrap.hpp' adding 'pythran/pythonic/include/numpy/ushort.hpp' adding 'pythran/pythonic/include/numpy/var.hpp' adding 'pythran/pythonic/include/numpy/vdot.hpp' adding 'pythran/pythonic/include/numpy/vstack.hpp' adding 'pythran/pythonic/include/numpy/where.hpp' adding 'pythran/pythonic/include/numpy/zeros.hpp' adding 'pythran/pythonic/include/numpy/zeros_like.hpp' adding 'pythran/pythonic/include/numpy/add/accumulate.hpp' adding 'pythran/pythonic/include/numpy/add/reduce.hpp' adding 'pythran/pythonic/include/numpy/arctan2/accumulate.hpp' adding 'pythran/pythonic/include/numpy/bitwise_and/accumulate.hpp' adding 'pythran/pythonic/include/numpy/bitwise_and/reduce.hpp' adding 'pythran/pythonic/include/numpy/bitwise_or/accumulate.hpp' adding 'pythran/pythonic/include/numpy/bitwise_or/reduce.hpp' adding 'pythran/pythonic/include/numpy/bitwise_xor/accumulate.hpp' adding 'pythran/pythonic/include/numpy/bitwise_xor/reduce.hpp' adding 'pythran/pythonic/include/numpy/copysign/accumulate.hpp' adding 'pythran/pythonic/include/numpy/ctypeslib/as_array.hpp' adding 'pythran/pythonic/include/numpy/divide/accumulate.hpp' adding 'pythran/pythonic/include/numpy/dtype/type.hpp' adding 'pythran/pythonic/include/numpy/equal/accumulate.hpp' adding 'pythran/pythonic/include/numpy/fft/c2c.hpp' adding 'pythran/pythonic/include/numpy/fft/fft.hpp' adding 'pythran/pythonic/include/numpy/fft/fftn.hpp' adding 'pythran/pythonic/include/numpy/fft/hfft.hpp' adding 'pythran/pythonic/include/numpy/fft/ifft.hpp' adding 'pythran/pythonic/include/numpy/fft/ihfft.hpp' adding 'pythran/pythonic/include/numpy/fft/irfft.hpp' adding 'pythran/pythonic/include/numpy/fft/rfft.hpp' adding 'pythran/pythonic/include/numpy/floor_divide/accumulate.hpp' adding 'pythran/pythonic/include/numpy/fmax/accumulate.hpp' adding 'pythran/pythonic/include/numpy/fmax/reduce.hpp' adding 'pythran/pythonic/include/numpy/fmin/accumulate.hpp' adding 'pythran/pythonic/include/numpy/fmin/reduce.hpp' adding 'pythran/pythonic/include/numpy/fmod/accumulate.hpp' adding 'pythran/pythonic/include/numpy/greater/accumulate.hpp' adding 'pythran/pythonic/include/numpy/greater_equal/accumulate.hpp' adding 'pythran/pythonic/include/numpy/heaviside/accumulate.hpp' adding 'pythran/pythonic/include/numpy/hypot/accumulate.hpp' adding 'pythran/pythonic/include/numpy/ldexp/accumulate.hpp' adding 'pythran/pythonic/include/numpy/left_shift/accumulate.hpp' adding 'pythran/pythonic/include/numpy/less/accumulate.hpp' adding 'pythran/pythonic/include/numpy/less_equal/accumulate.hpp' adding 'pythran/pythonic/include/numpy/linalg/matrix_power.hpp' adding 'pythran/pythonic/include/numpy/linalg/norm.hpp' adding 'pythran/pythonic/include/numpy/logaddexp/accumulate.hpp' adding 'pythran/pythonic/include/numpy/logaddexp2/accumulate.hpp' adding 'pythran/pythonic/include/numpy/logical_and/accumulate.hpp' adding 'pythran/pythonic/include/numpy/logical_or/accumulate.hpp' adding 'pythran/pythonic/include/numpy/logical_xor/accumulate.hpp' adding 'pythran/pythonic/include/numpy/maximum/accumulate.hpp' adding 'pythran/pythonic/include/numpy/maximum/reduce.hpp' adding 'pythran/pythonic/include/numpy/minimum/accumulate.hpp' adding 'pythran/pythonic/include/numpy/minimum/reduce.hpp' adding 'pythran/pythonic/include/numpy/mod/accumulate.hpp' adding 'pythran/pythonic/include/numpy/multiply/accumulate.hpp' adding 'pythran/pythonic/include/numpy/multiply/reduce.hpp' adding 'pythran/pythonic/include/numpy/ndarray/astype.hpp' adding 'pythran/pythonic/include/numpy/ndarray/fill.hpp' adding 'pythran/pythonic/include/numpy/ndarray/flatten.hpp' adding 'pythran/pythonic/include/numpy/ndarray/item.hpp' adding 'pythran/pythonic/include/numpy/ndarray/reshape.hpp' adding 'pythran/pythonic/include/numpy/ndarray/sort.hpp' adding 'pythran/pythonic/include/numpy/ndarray/tofile.hpp' adding 'pythran/pythonic/include/numpy/ndarray/tolist.hpp' adding 'pythran/pythonic/include/numpy/ndarray/tostring.hpp' adding 'pythran/pythonic/include/numpy/ndarray/view.hpp' adding 'pythran/pythonic/include/numpy/negative/accumulate.hpp' adding 'pythran/pythonic/include/numpy/nextafter/accumulate.hpp' adding 'pythran/pythonic/include/numpy/not_equal/accumulate.hpp' adding 'pythran/pythonic/include/numpy/power/accumulate.hpp' adding 'pythran/pythonic/include/numpy/random/binomial.hpp' adding 'pythran/pythonic/include/numpy/random/bytes.hpp' adding 'pythran/pythonic/include/numpy/random/chisquare.hpp' adding 'pythran/pythonic/include/numpy/random/choice.hpp' adding 'pythran/pythonic/include/numpy/random/dirichlet.hpp' adding 'pythran/pythonic/include/numpy/random/exponential.hpp' adding 'pythran/pythonic/include/numpy/random/f.hpp' adding 'pythran/pythonic/include/numpy/random/gamma.hpp' adding 'pythran/pythonic/include/numpy/random/generator.hpp' adding 'pythran/pythonic/include/numpy/random/geometric.hpp' adding 'pythran/pythonic/include/numpy/random/gumbel.hpp' adding 'pythran/pythonic/include/numpy/random/laplace.hpp' adding 'pythran/pythonic/include/numpy/random/logistic.hpp' adding 'pythran/pythonic/include/numpy/random/lognormal.hpp' adding 'pythran/pythonic/include/numpy/random/logseries.hpp' adding 'pythran/pythonic/include/numpy/random/negative_binomial.hpp' adding 'pythran/pythonic/include/numpy/random/normal.hpp' adding 'pythran/pythonic/include/numpy/random/pareto.hpp' adding 'pythran/pythonic/include/numpy/random/poisson.hpp' adding 'pythran/pythonic/include/numpy/random/power.hpp' adding 'pythran/pythonic/include/numpy/random/rand.hpp' adding 'pythran/pythonic/include/numpy/random/randint.hpp' adding 'pythran/pythonic/include/numpy/random/randn.hpp' adding 'pythran/pythonic/include/numpy/random/random.hpp' adding 'pythran/pythonic/include/numpy/random/random_integers.hpp' adding 'pythran/pythonic/include/numpy/random/random_sample.hpp' adding 'pythran/pythonic/include/numpy/random/ranf.hpp' adding 'pythran/pythonic/include/numpy/random/rayleigh.hpp' adding 'pythran/pythonic/include/numpy/random/sample.hpp' adding 'pythran/pythonic/include/numpy/random/seed.hpp' adding 'pythran/pythonic/include/numpy/random/shuffle.hpp' adding 'pythran/pythonic/include/numpy/random/standard_exponential.hpp' adding 'pythran/pythonic/include/numpy/random/standard_gamma.hpp' adding 'pythran/pythonic/include/numpy/random/standard_normal.hpp' adding 'pythran/pythonic/include/numpy/random/uniform.hpp' adding 'pythran/pythonic/include/numpy/random/weibull.hpp' adding 'pythran/pythonic/include/numpy/remainder/accumulate.hpp' adding 'pythran/pythonic/include/numpy/right_shift/accumulate.hpp' adding 'pythran/pythonic/include/numpy/subtract/accumulate.hpp' adding 'pythran/pythonic/include/numpy/true_divide/accumulate.hpp' adding 'pythran/pythonic/include/omp/get_num_threads.hpp' adding 'pythran/pythonic/include/omp/get_thread_num.hpp' adding 'pythran/pythonic/include/omp/get_wtick.hpp' adding 'pythran/pythonic/include/omp/get_wtime.hpp' adding 'pythran/pythonic/include/omp/in_parallel.hpp' adding 'pythran/pythonic/include/omp/set_nested.hpp' adding 'pythran/pythonic/include/operator_/__abs__.hpp' adding 'pythran/pythonic/include/operator_/__add__.hpp' adding 'pythran/pythonic/include/operator_/__and__.hpp' adding 'pythran/pythonic/include/operator_/__concat__.hpp' adding 'pythran/pythonic/include/operator_/__contains__.hpp' adding 'pythran/pythonic/include/operator_/__delitem__.hpp' adding 'pythran/pythonic/include/operator_/__div__.hpp' adding 'pythran/pythonic/include/operator_/__eq__.hpp' adding 'pythran/pythonic/include/operator_/__floordiv__.hpp' adding 'pythran/pythonic/include/operator_/__ge__.hpp' adding 'pythran/pythonic/include/operator_/__getitem__.hpp' adding 'pythran/pythonic/include/operator_/__gt__.hpp' adding 'pythran/pythonic/include/operator_/__iadd__.hpp' adding 'pythran/pythonic/include/operator_/__iand__.hpp' adding 'pythran/pythonic/include/operator_/__iconcat__.hpp' adding 'pythran/pythonic/include/operator_/__idiv__.hpp' adding 'pythran/pythonic/include/operator_/__ifloordiv__.hpp' adding 'pythran/pythonic/include/operator_/__ilshift__.hpp' adding 'pythran/pythonic/include/operator_/__imod__.hpp' adding 'pythran/pythonic/include/operator_/__imul__.hpp' adding 'pythran/pythonic/include/operator_/__inv__.hpp' adding 'pythran/pythonic/include/operator_/__invert__.hpp' adding 'pythran/pythonic/include/operator_/__ior__.hpp' adding 'pythran/pythonic/include/operator_/__ipow__.hpp' adding 'pythran/pythonic/include/operator_/__irshift__.hpp' adding 'pythran/pythonic/include/operator_/__isub__.hpp' adding 'pythran/pythonic/include/operator_/__itruediv__.hpp' adding 'pythran/pythonic/include/operator_/__ixor__.hpp' adding 'pythran/pythonic/include/operator_/__le__.hpp' adding 'pythran/pythonic/include/operator_/__lshift__.hpp' adding 'pythran/pythonic/include/operator_/__lt__.hpp' adding 'pythran/pythonic/include/operator_/__matmul__.hpp' adding 'pythran/pythonic/include/operator_/__mod__.hpp' adding 'pythran/pythonic/include/operator_/__mul__.hpp' adding 'pythran/pythonic/include/operator_/__ne__.hpp' adding 'pythran/pythonic/include/operator_/__neg__.hpp' adding 'pythran/pythonic/include/operator_/__not__.hpp' adding 'pythran/pythonic/include/operator_/__or__.hpp' adding 'pythran/pythonic/include/operator_/__pos__.hpp' adding 'pythran/pythonic/include/operator_/__rshift__.hpp' adding 'pythran/pythonic/include/operator_/__sub__.hpp' adding 'pythran/pythonic/include/operator_/__truediv__.hpp' adding 'pythran/pythonic/include/operator_/__xor__.hpp' adding 'pythran/pythonic/include/operator_/abs.hpp' adding 'pythran/pythonic/include/operator_/add.hpp' adding 'pythran/pythonic/include/operator_/and_.hpp' adding 'pythran/pythonic/include/operator_/concat.hpp' adding 'pythran/pythonic/include/operator_/contains.hpp' adding 'pythran/pythonic/include/operator_/countOf.hpp' adding 'pythran/pythonic/include/operator_/delitem.hpp' adding 'pythran/pythonic/include/operator_/div.hpp' adding 'pythran/pythonic/include/operator_/eq.hpp' adding 'pythran/pythonic/include/operator_/floordiv.hpp' adding 'pythran/pythonic/include/operator_/ge.hpp' adding 'pythran/pythonic/include/operator_/getitem.hpp' adding 'pythran/pythonic/include/operator_/gt.hpp' adding 'pythran/pythonic/include/operator_/iadd.hpp' adding 'pythran/pythonic/include/operator_/iand.hpp' adding 'pythran/pythonic/include/operator_/icommon.hpp' adding 'pythran/pythonic/include/operator_/iconcat.hpp' adding 'pythran/pythonic/include/operator_/idiv.hpp' adding 'pythran/pythonic/include/operator_/ifloordiv.hpp' adding 'pythran/pythonic/include/operator_/ilshift.hpp' adding 'pythran/pythonic/include/operator_/imatmul.hpp' adding 'pythran/pythonic/include/operator_/imax.hpp' adding 'pythran/pythonic/include/operator_/imin.hpp' adding 'pythran/pythonic/include/operator_/imod.hpp' adding 'pythran/pythonic/include/operator_/imul.hpp' adding 'pythran/pythonic/include/operator_/indexOf.hpp' adding 'pythran/pythonic/include/operator_/inv.hpp' adding 'pythran/pythonic/include/operator_/invert.hpp' adding 'pythran/pythonic/include/operator_/ior.hpp' adding 'pythran/pythonic/include/operator_/ipow.hpp' adding 'pythran/pythonic/include/operator_/irshift.hpp' adding 'pythran/pythonic/include/operator_/is_.hpp' adding 'pythran/pythonic/include/operator_/is_not.hpp' adding 'pythran/pythonic/include/operator_/isub.hpp' adding 'pythran/pythonic/include/operator_/itemgetter.hpp' adding 'pythran/pythonic/include/operator_/itruediv.hpp' adding 'pythran/pythonic/include/operator_/ixor.hpp' adding 'pythran/pythonic/include/operator_/le.hpp' adding 'pythran/pythonic/include/operator_/lshift.hpp' adding 'pythran/pythonic/include/operator_/lt.hpp' adding 'pythran/pythonic/include/operator_/matmul.hpp' adding 'pythran/pythonic/include/operator_/mod.hpp' adding 'pythran/pythonic/include/operator_/mul.hpp' adding 'pythran/pythonic/include/operator_/ne.hpp' adding 'pythran/pythonic/include/operator_/neg.hpp' adding 'pythran/pythonic/include/operator_/not_.hpp' adding 'pythran/pythonic/include/operator_/or_.hpp' adding 'pythran/pythonic/include/operator_/overloads.hpp' adding 'pythran/pythonic/include/operator_/pos.hpp' adding 'pythran/pythonic/include/operator_/pow.hpp' adding 'pythran/pythonic/include/operator_/rshift.hpp' adding 'pythran/pythonic/include/operator_/sub.hpp' adding 'pythran/pythonic/include/operator_/truediv.hpp' adding 'pythran/pythonic/include/operator_/truth.hpp' adding 'pythran/pythonic/include/operator_/xor_.hpp' adding 'pythran/pythonic/include/os/path/join.hpp' adding 'pythran/pythonic/include/random/choice.hpp' adding 'pythran/pythonic/include/random/expovariate.hpp' adding 'pythran/pythonic/include/random/gauss.hpp' adding 'pythran/pythonic/include/random/randint.hpp' adding 'pythran/pythonic/include/random/random.hpp' adding 'pythran/pythonic/include/random/randrange.hpp' adding 'pythran/pythonic/include/random/sample.hpp' adding 'pythran/pythonic/include/random/seed.hpp' adding 'pythran/pythonic/include/random/shuffle.hpp' adding 'pythran/pythonic/include/random/uniform.hpp' adding 'pythran/pythonic/include/scipy/special/binom.hpp' adding 'pythran/pythonic/include/scipy/special/gamma.hpp' adding 'pythran/pythonic/include/scipy/special/gammaincinv.hpp' adding 'pythran/pythonic/include/scipy/special/gammaln.hpp' adding 'pythran/pythonic/include/scipy/special/hankel1.hpp' adding 'pythran/pythonic/include/scipy/special/hankel2.hpp' adding 'pythran/pythonic/include/scipy/special/i0.hpp' adding 'pythran/pythonic/include/scipy/special/i0e.hpp' adding 'pythran/pythonic/include/scipy/special/iv.hpp' adding 'pythran/pythonic/include/scipy/special/ivp.hpp' adding 'pythran/pythonic/include/scipy/special/jv.hpp' adding 'pythran/pythonic/include/scipy/special/jvp.hpp' adding 'pythran/pythonic/include/scipy/special/kv.hpp' adding 'pythran/pythonic/include/scipy/special/kvp.hpp' adding 'pythran/pythonic/include/scipy/special/ndtr.hpp' adding 'pythran/pythonic/include/scipy/special/ndtri.hpp' adding 'pythran/pythonic/include/scipy/special/spherical_jn.hpp' adding 'pythran/pythonic/include/scipy/special/spherical_yn.hpp' adding 'pythran/pythonic/include/scipy/special/yv.hpp' adding 'pythran/pythonic/include/scipy/special/yvp.hpp' adding 'pythran/pythonic/include/string/ascii_letters.hpp' adding 'pythran/pythonic/include/string/ascii_lowercase.hpp' adding 'pythran/pythonic/include/string/ascii_uppercase.hpp' adding 'pythran/pythonic/include/string/digits.hpp' adding 'pythran/pythonic/include/string/find.hpp' adding 'pythran/pythonic/include/string/hexdigits.hpp' adding 'pythran/pythonic/include/string/octdigits.hpp' adding 'pythran/pythonic/include/time/sleep.hpp' adding 'pythran/pythonic/include/time/time.hpp' adding 'pythran/pythonic/include/types/NoneType.hpp' adding 'pythran/pythonic/include/types/assignable.hpp' adding 'pythran/pythonic/include/types/attr.hpp' adding 'pythran/pythonic/include/types/bool.hpp' adding 'pythran/pythonic/include/types/cfun.hpp' adding 'pythran/pythonic/include/types/clongdouble.hpp' adding 'pythran/pythonic/include/types/combined.hpp' adding 'pythran/pythonic/include/types/complex.hpp' adding 'pythran/pythonic/include/types/complex128.hpp' adding 'pythran/pythonic/include/types/complex256.hpp' adding 'pythran/pythonic/include/types/complex64.hpp' adding 'pythran/pythonic/include/types/dict.hpp' adding 'pythran/pythonic/include/types/dynamic_tuple.hpp' adding 'pythran/pythonic/include/types/empty_iterator.hpp' adding 'pythran/pythonic/include/types/exceptions.hpp' adding 'pythran/pythonic/include/types/file.hpp' adding 'pythran/pythonic/include/types/finfo.hpp' adding 'pythran/pythonic/include/types/float.hpp' adding 'pythran/pythonic/include/types/float128.hpp' adding 'pythran/pythonic/include/types/float32.hpp' adding 'pythran/pythonic/include/types/float64.hpp' adding 'pythran/pythonic/include/types/generator.hpp' adding 'pythran/pythonic/include/types/immediate.hpp' adding 'pythran/pythonic/include/types/int.hpp' adding 'pythran/pythonic/include/types/int16.hpp' adding 'pythran/pythonic/include/types/int32.hpp' adding 'pythran/pythonic/include/types/int64.hpp' adding 'pythran/pythonic/include/types/int8.hpp' adding 'pythran/pythonic/include/types/intc.hpp' adding 'pythran/pythonic/include/types/intp.hpp' adding 'pythran/pythonic/include/types/lazy.hpp' adding 'pythran/pythonic/include/types/list.hpp' adding 'pythran/pythonic/include/types/longdouble.hpp' adding 'pythran/pythonic/include/types/ndarray.hpp' adding 'pythran/pythonic/include/types/nditerator.hpp' adding 'pythran/pythonic/include/types/numpy_binary_op.hpp' adding 'pythran/pythonic/include/types/numpy_broadcast.hpp' adding 'pythran/pythonic/include/types/numpy_expr.hpp' adding 'pythran/pythonic/include/types/numpy_gexpr.hpp' adding 'pythran/pythonic/include/types/numpy_iexpr.hpp' adding 'pythran/pythonic/include/types/numpy_nary_expr.hpp' adding 'pythran/pythonic/include/types/numpy_op_helper.hpp' adding 'pythran/pythonic/include/types/numpy_operators.hpp' adding 'pythran/pythonic/include/types/numpy_texpr.hpp' adding 'pythran/pythonic/include/types/numpy_unary_op.hpp' adding 'pythran/pythonic/include/types/numpy_vexpr.hpp' adding 'pythran/pythonic/include/types/pointer.hpp' adding 'pythran/pythonic/include/types/raw_array.hpp' adding 'pythran/pythonic/include/types/set.hpp' adding 'pythran/pythonic/include/types/slice.hpp' adding 'pythran/pythonic/include/types/static_if.hpp' adding 'pythran/pythonic/include/types/str.hpp' adding 'pythran/pythonic/include/types/traits.hpp' adding 'pythran/pythonic/include/types/tuple.hpp' adding 'pythran/pythonic/include/types/uint16.hpp' adding 'pythran/pythonic/include/types/uint32.hpp' adding 'pythran/pythonic/include/types/uint64.hpp' adding 'pythran/pythonic/include/types/uint8.hpp' adding 'pythran/pythonic/include/types/uintc.hpp' adding 'pythran/pythonic/include/types/uintp.hpp' adding 'pythran/pythonic/include/types/variant_functor.hpp' adding 'pythran/pythonic/include/types/vectorizable_type.hpp' adding 'pythran/pythonic/include/utils/array_helper.hpp' adding 'pythran/pythonic/include/utils/broadcast_copy.hpp' adding 'pythran/pythonic/include/utils/functor.hpp' adding 'pythran/pythonic/include/utils/fwd.hpp' adding 'pythran/pythonic/include/utils/int_.hpp' adding 'pythran/pythonic/include/utils/iterator.hpp' adding 'pythran/pythonic/include/utils/meta.hpp' adding 'pythran/pythonic/include/utils/nested_container.hpp' adding 'pythran/pythonic/include/utils/neutral.hpp' adding 'pythran/pythonic/include/utils/numpy_conversion.hpp' adding 'pythran/pythonic/include/utils/numpy_traits.hpp' adding 'pythran/pythonic/include/utils/reserve.hpp' adding 'pythran/pythonic/include/utils/seq.hpp' adding 'pythran/pythonic/include/utils/shared_ref.hpp' adding 'pythran/pythonic/include/utils/tags.hpp' adding 'pythran/pythonic/include/utils/yield.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/close.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/fileno.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/flush.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/isatty.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/next.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/read.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/readline.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/readlines.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/seek.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/tell.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/truncate.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/write.hpp' adding 'pythran/pythonic/io/_io/TextIOWrapper/writelines.hpp' adding 'pythran/pythonic/itertools/combinations.hpp' adding 'pythran/pythonic/itertools/common.hpp' adding 'pythran/pythonic/itertools/count.hpp' adding 'pythran/pythonic/itertools/ifilter.hpp' adding 'pythran/pythonic/itertools/islice.hpp' adding 'pythran/pythonic/itertools/permutations.hpp' adding 'pythran/pythonic/itertools/product.hpp' adding 'pythran/pythonic/itertools/repeat.hpp' adding 'pythran/pythonic/math/acos.hpp' adding 'pythran/pythonic/math/acosh.hpp' adding 'pythran/pythonic/math/asin.hpp' adding 'pythran/pythonic/math/asinh.hpp' adding 'pythran/pythonic/math/atan.hpp' adding 'pythran/pythonic/math/atan2.hpp' adding 'pythran/pythonic/math/atanh.hpp' adding 'pythran/pythonic/math/ceil.hpp' adding 'pythran/pythonic/math/copysign.hpp' adding 'pythran/pythonic/math/cos.hpp' adding 'pythran/pythonic/math/cosh.hpp' adding 'pythran/pythonic/math/degrees.hpp' adding 'pythran/pythonic/math/e.hpp' adding 'pythran/pythonic/math/erf.hpp' adding 'pythran/pythonic/math/erfc.hpp' adding 'pythran/pythonic/math/exp.hpp' adding 'pythran/pythonic/math/expm1.hpp' adding 'pythran/pythonic/math/fabs.hpp' adding 'pythran/pythonic/math/factorial.hpp' adding 'pythran/pythonic/math/floor.hpp' adding 'pythran/pythonic/math/fmod.hpp' adding 'pythran/pythonic/math/frexp.hpp' adding 'pythran/pythonic/math/gamma.hpp' adding 'pythran/pythonic/math/hypot.hpp' adding 'pythran/pythonic/math/isinf.hpp' adding 'pythran/pythonic/math/isnan.hpp' adding 'pythran/pythonic/math/ldexp.hpp' adding 'pythran/pythonic/math/lgamma.hpp' adding 'pythran/pythonic/math/log.hpp' adding 'pythran/pythonic/math/log10.hpp' adding 'pythran/pythonic/math/log1p.hpp' adding 'pythran/pythonic/math/modf.hpp' adding 'pythran/pythonic/math/pi.hpp' adding 'pythran/pythonic/math/pow.hpp' adding 'pythran/pythonic/math/radians.hpp' adding 'pythran/pythonic/math/sin.hpp' adding 'pythran/pythonic/math/sinh.hpp' adding 'pythran/pythonic/math/sqrt.hpp' adding 'pythran/pythonic/math/tan.hpp' adding 'pythran/pythonic/math/tanh.hpp' adding 'pythran/pythonic/math/trunc.hpp' adding 'pythran/pythonic/numpy/.hpp' adding 'pythran/pythonic/numpy/NINF.hpp' adding 'pythran/pythonic/numpy/abs.hpp' adding 'pythran/pythonic/numpy/absolute.hpp' adding 'pythran/pythonic/numpy/add.hpp' adding 'pythran/pythonic/numpy/alen.hpp' adding 'pythran/pythonic/numpy/all.hpp' adding 'pythran/pythonic/numpy/allclose.hpp' adding 'pythran/pythonic/numpy/alltrue.hpp' adding 'pythran/pythonic/numpy/amax.hpp' adding 'pythran/pythonic/numpy/amin.hpp' adding 'pythran/pythonic/numpy/angle.hpp' adding 'pythran/pythonic/numpy/angle_in_deg.hpp' adding 'pythran/pythonic/numpy/angle_in_rad.hpp' adding 'pythran/pythonic/numpy/any.hpp' adding 'pythran/pythonic/numpy/append.hpp' adding 'pythran/pythonic/numpy/arange.hpp' adding 'pythran/pythonic/numpy/arccos.hpp' adding 'pythran/pythonic/numpy/arccosh.hpp' adding 'pythran/pythonic/numpy/arcsin.hpp' adding 'pythran/pythonic/numpy/arcsinh.hpp' adding 'pythran/pythonic/numpy/arctan.hpp' adding 'pythran/pythonic/numpy/arctan2.hpp' adding 'pythran/pythonic/numpy/arctanh.hpp' adding 'pythran/pythonic/numpy/argmax.hpp' adding 'pythran/pythonic/numpy/argmin.hpp' adding 'pythran/pythonic/numpy/argminmax.hpp' adding 'pythran/pythonic/numpy/argsort.hpp' adding 'pythran/pythonic/numpy/argwhere.hpp' adding 'pythran/pythonic/numpy/around.hpp' adding 'pythran/pythonic/numpy/array.hpp' adding 'pythran/pythonic/numpy/array2string.hpp' adding 'pythran/pythonic/numpy/array_equal.hpp' adding 'pythran/pythonic/numpy/array_equiv.hpp' adding 'pythran/pythonic/numpy/array_split.hpp' adding 'pythran/pythonic/numpy/array_str.hpp' adding 'pythran/pythonic/numpy/asarray.hpp' adding 'pythran/pythonic/numpy/asarray_chkfinite.hpp' adding 'pythran/pythonic/numpy/ascontiguousarray.hpp' adding 'pythran/pythonic/numpy/asfarray.hpp' adding 'pythran/pythonic/numpy/asscalar.hpp' adding 'pythran/pythonic/numpy/atleast_1d.hpp' adding 'pythran/pythonic/numpy/atleast_2d.hpp' adding 'pythran/pythonic/numpy/atleast_3d.hpp' adding 'pythran/pythonic/numpy/average.hpp' adding 'pythran/pythonic/numpy/base_repr.hpp' adding 'pythran/pythonic/numpy/binary_repr.hpp' adding 'pythran/pythonic/numpy/bincount.hpp' adding 'pythran/pythonic/numpy/bitwise_and.hpp' adding 'pythran/pythonic/numpy/bitwise_not.hpp' adding 'pythran/pythonic/numpy/bitwise_or.hpp' adding 'pythran/pythonic/numpy/bitwise_xor.hpp' adding 'pythran/pythonic/numpy/bool_.hpp' adding 'pythran/pythonic/numpy/broadcast_to.hpp' adding 'pythran/pythonic/numpy/byte.hpp' adding 'pythran/pythonic/numpy/cbrt.hpp' adding 'pythran/pythonic/numpy/ceil.hpp' adding 'pythran/pythonic/numpy/clip.hpp' adding 'pythran/pythonic/numpy/complex.hpp' adding 'pythran/pythonic/numpy/complex128.hpp' adding 'pythran/pythonic/numpy/complex256.hpp' adding 'pythran/pythonic/numpy/complex64.hpp' adding 'pythran/pythonic/numpy/concatenate.hpp' adding 'pythran/pythonic/numpy/conj.hpp' adding 'pythran/pythonic/numpy/conjugate.hpp' adding 'pythran/pythonic/numpy/convolve.hpp' adding 'pythran/pythonic/numpy/copy.hpp' adding 'pythran/pythonic/numpy/copysign.hpp' adding 'pythran/pythonic/numpy/copyto.hpp' adding 'pythran/pythonic/numpy/correlate.hpp' adding 'pythran/pythonic/numpy/cos.hpp' adding 'pythran/pythonic/numpy/cosh.hpp' adding 'pythran/pythonic/numpy/count_nonzero.hpp' adding 'pythran/pythonic/numpy/cross.hpp' adding 'pythran/pythonic/numpy/cumprod.hpp' adding 'pythran/pythonic/numpy/cumproduct.hpp' adding 'pythran/pythonic/numpy/cumsum.hpp' adding 'pythran/pythonic/numpy/deg2rad.hpp' adding 'pythran/pythonic/numpy/degrees.hpp' adding 'pythran/pythonic/numpy/delete_.hpp' adding 'pythran/pythonic/numpy/diag.hpp' adding 'pythran/pythonic/numpy/diagflat.hpp' adding 'pythran/pythonic/numpy/diagonal.hpp' adding 'pythran/pythonic/numpy/diff.hpp' adding 'pythran/pythonic/numpy/digitize.hpp' adding 'pythran/pythonic/numpy/divide.hpp' adding 'pythran/pythonic/numpy/dot.hpp' adding 'pythran/pythonic/numpy/double_.hpp' adding 'pythran/pythonic/numpy/e.hpp' adding 'pythran/pythonic/numpy/ediff1d.hpp' adding 'pythran/pythonic/numpy/empty.hpp' adding 'pythran/pythonic/numpy/empty_like.hpp' adding 'pythran/pythonic/numpy/equal.hpp' adding 'pythran/pythonic/numpy/exp.hpp' adding 'pythran/pythonic/numpy/expand_dims.hpp' adding 'pythran/pythonic/numpy/expm1.hpp' adding 'pythran/pythonic/numpy/eye.hpp' adding 'pythran/pythonic/numpy/fabs.hpp' adding 'pythran/pythonic/numpy/fill_diagonal.hpp' adding 'pythran/pythonic/numpy/finfo.hpp' adding 'pythran/pythonic/numpy/fix.hpp' adding 'pythran/pythonic/numpy/flatnonzero.hpp' adding 'pythran/pythonic/numpy/flip.hpp' adding 'pythran/pythonic/numpy/fliplr.hpp' adding 'pythran/pythonic/numpy/flipud.hpp' adding 'pythran/pythonic/numpy/float128.hpp' adding 'pythran/pythonic/numpy/float32.hpp' adding 'pythran/pythonic/numpy/float64.hpp' adding 'pythran/pythonic/numpy/float_.hpp' adding 'pythran/pythonic/numpy/floor.hpp' adding 'pythran/pythonic/numpy/floor_divide.hpp' adding 'pythran/pythonic/numpy/fmax.hpp' adding 'pythran/pythonic/numpy/fmin.hpp' adding 'pythran/pythonic/numpy/fmod.hpp' adding 'pythran/pythonic/numpy/frexp.hpp' adding 'pythran/pythonic/numpy/fromfile.hpp' adding 'pythran/pythonic/numpy/fromfunction.hpp' adding 'pythran/pythonic/numpy/fromiter.hpp' adding 'pythran/pythonic/numpy/fromstring.hpp' adding 'pythran/pythonic/numpy/full.hpp' adding 'pythran/pythonic/numpy/full_like.hpp' adding 'pythran/pythonic/numpy/greater.hpp' adding 'pythran/pythonic/numpy/greater_equal.hpp' adding 'pythran/pythonic/numpy/heaviside.hpp' adding 'pythran/pythonic/numpy/hstack.hpp' adding 'pythran/pythonic/numpy/hypot.hpp' adding 'pythran/pythonic/numpy/identity.hpp' adding 'pythran/pythonic/numpy/imag.hpp' adding 'pythran/pythonic/numpy/indices.hpp' adding 'pythran/pythonic/numpy/inf.hpp' adding 'pythran/pythonic/numpy/inner.hpp' adding 'pythran/pythonic/numpy/insert.hpp' adding 'pythran/pythonic/numpy/int16.hpp' adding 'pythran/pythonic/numpy/int32.hpp' adding 'pythran/pythonic/numpy/int64.hpp' adding 'pythran/pythonic/numpy/int8.hpp' adding 'pythran/pythonic/numpy/int_.hpp' adding 'pythran/pythonic/numpy/intc.hpp' adding 'pythran/pythonic/numpy/interp.hpp' adding 'pythran/pythonic/numpy/interp_core.hpp' adding 'pythran/pythonic/numpy/intersect1d.hpp' adding 'pythran/pythonic/numpy/intp.hpp' adding 'pythran/pythonic/numpy/invert.hpp' adding 'pythran/pythonic/numpy/isclose.hpp' adding 'pythran/pythonic/numpy/iscomplex.hpp' adding 'pythran/pythonic/numpy/isfinite.hpp' adding 'pythran/pythonic/numpy/isinf.hpp' adding 'pythran/pythonic/numpy/isnan.hpp' adding 'pythran/pythonic/numpy/isneginf.hpp' adding 'pythran/pythonic/numpy/isposinf.hpp' adding 'pythran/pythonic/numpy/isreal.hpp' adding 'pythran/pythonic/numpy/isrealobj.hpp' adding 'pythran/pythonic/numpy/isscalar.hpp' adding 'pythran/pythonic/numpy/issctype.hpp' adding 'pythran/pythonic/numpy/ldexp.hpp' adding 'pythran/pythonic/numpy/left_shift.hpp' adding 'pythran/pythonic/numpy/less.hpp' adding 'pythran/pythonic/numpy/less_equal.hpp' adding 'pythran/pythonic/numpy/lexsort.hpp' adding 'pythran/pythonic/numpy/linspace.hpp' adding 'pythran/pythonic/numpy/log.hpp' adding 'pythran/pythonic/numpy/log10.hpp' adding 'pythran/pythonic/numpy/log1p.hpp' adding 'pythran/pythonic/numpy/log2.hpp' adding 'pythran/pythonic/numpy/logaddexp.hpp' adding 'pythran/pythonic/numpy/logaddexp2.hpp' adding 'pythran/pythonic/numpy/logical_and.hpp' adding 'pythran/pythonic/numpy/logical_not.hpp' adding 'pythran/pythonic/numpy/logical_or.hpp' adding 'pythran/pythonic/numpy/logical_xor.hpp' adding 'pythran/pythonic/numpy/logspace.hpp' adding 'pythran/pythonic/numpy/longlong.hpp' adding 'pythran/pythonic/numpy/max.hpp' adding 'pythran/pythonic/numpy/maximum.hpp' adding 'pythran/pythonic/numpy/mean.hpp' adding 'pythran/pythonic/numpy/median.hpp' adding 'pythran/pythonic/numpy/min.hpp' adding 'pythran/pythonic/numpy/minimum.hpp' adding 'pythran/pythonic/numpy/mod.hpp' adding 'pythran/pythonic/numpy/multiply.hpp' adding 'pythran/pythonic/numpy/nan.hpp' adding 'pythran/pythonic/numpy/nan_to_num.hpp' adding 'pythran/pythonic/numpy/nanargmax.hpp' adding 'pythran/pythonic/numpy/nanargmin.hpp' adding 'pythran/pythonic/numpy/nanmax.hpp' adding 'pythran/pythonic/numpy/nanmin.hpp' adding 'pythran/pythonic/numpy/nansum.hpp' adding 'pythran/pythonic/numpy/ndarray.hpp' adding 'pythran/pythonic/numpy/ndenumerate.hpp' adding 'pythran/pythonic/numpy/ndim.hpp' adding 'pythran/pythonic/numpy/ndindex.hpp' adding 'pythran/pythonic/numpy/negative.hpp' adding 'pythran/pythonic/numpy/newaxis.hpp' adding 'pythran/pythonic/numpy/nextafter.hpp' adding 'pythran/pythonic/numpy/nonzero.hpp' adding 'pythran/pythonic/numpy/not_equal.hpp' adding 'pythran/pythonic/numpy/ones.hpp' adding 'pythran/pythonic/numpy/ones_like.hpp' adding 'pythran/pythonic/numpy/outer.hpp' adding 'pythran/pythonic/numpy/partial_sum.hpp' adding 'pythran/pythonic/numpy/pi.hpp' adding 'pythran/pythonic/numpy/place.hpp' adding 'pythran/pythonic/numpy/power.hpp' adding 'pythran/pythonic/numpy/prod.hpp' adding 'pythran/pythonic/numpy/product.hpp' adding 'pythran/pythonic/numpy/ptp.hpp' adding 'pythran/pythonic/numpy/put.hpp' adding 'pythran/pythonic/numpy/putmask.hpp' adding 'pythran/pythonic/numpy/rad2deg.hpp' adding 'pythran/pythonic/numpy/radians.hpp' adding 'pythran/pythonic/numpy/ravel.hpp' adding 'pythran/pythonic/numpy/real.hpp' adding 'pythran/pythonic/numpy/reciprocal.hpp' adding 'pythran/pythonic/numpy/reduce.hpp' adding 'pythran/pythonic/numpy/remainder.hpp' adding 'pythran/pythonic/numpy/repeat.hpp' adding 'pythran/pythonic/numpy/resize.hpp' adding 'pythran/pythonic/numpy/right_shift.hpp' adding 'pythran/pythonic/numpy/rint.hpp' adding 'pythran/pythonic/numpy/roll.hpp' adding 'pythran/pythonic/numpy/rollaxis.hpp' adding 'pythran/pythonic/numpy/rot90.hpp' adding 'pythran/pythonic/numpy/round.hpp' adding 'pythran/pythonic/numpy/round_.hpp' adding 'pythran/pythonic/numpy/searchsorted.hpp' adding 'pythran/pythonic/numpy/select.hpp' adding 'pythran/pythonic/numpy/setdiff1d.hpp' adding 'pythran/pythonic/numpy/shape.hpp' adding 'pythran/pythonic/numpy/short_.hpp' adding 'pythran/pythonic/numpy/sign.hpp' adding 'pythran/pythonic/numpy/signbit.hpp' adding 'pythran/pythonic/numpy/sin.hpp' adding 'pythran/pythonic/numpy/sinh.hpp' adding 'pythran/pythonic/numpy/size.hpp' adding 'pythran/pythonic/numpy/sometrue.hpp' adding 'pythran/pythonic/numpy/sort.hpp' adding 'pythran/pythonic/numpy/sort_complex.hpp' adding 'pythran/pythonic/numpy/spacing.hpp' adding 'pythran/pythonic/numpy/split.hpp' adding 'pythran/pythonic/numpy/sqrt.hpp' adding 'pythran/pythonic/numpy/square.hpp' adding 'pythran/pythonic/numpy/stack.hpp' adding 'pythran/pythonic/numpy/std_.hpp' adding 'pythran/pythonic/numpy/subtract.hpp' adding 'pythran/pythonic/numpy/sum.hpp' adding 'pythran/pythonic/numpy/swapaxes.hpp' adding 'pythran/pythonic/numpy/take.hpp' adding 'pythran/pythonic/numpy/tan.hpp' adding 'pythran/pythonic/numpy/tanh.hpp' adding 'pythran/pythonic/numpy/tile.hpp' adding 'pythran/pythonic/numpy/trace.hpp' adding 'pythran/pythonic/numpy/transpose.hpp' adding 'pythran/pythonic/numpy/tri.hpp' adding 'pythran/pythonic/numpy/tril.hpp' adding 'pythran/pythonic/numpy/trim_zeros.hpp' adding 'pythran/pythonic/numpy/triu.hpp' adding 'pythran/pythonic/numpy/true_divide.hpp' adding 'pythran/pythonic/numpy/trunc.hpp' adding 'pythran/pythonic/numpy/ubyte.hpp' adding 'pythran/pythonic/numpy/ufunc_accumulate.hpp' adding 'pythran/pythonic/numpy/ufunc_reduce.hpp' adding 'pythran/pythonic/numpy/uint.hpp' adding 'pythran/pythonic/numpy/uint16.hpp' adding 'pythran/pythonic/numpy/uint32.hpp' adding 'pythran/pythonic/numpy/uint64.hpp' adding 'pythran/pythonic/numpy/uint8.hpp' adding 'pythran/pythonic/numpy/uintc.hpp' adding 'pythran/pythonic/numpy/uintp.hpp' adding 'pythran/pythonic/numpy/ulonglong.hpp' adding 'pythran/pythonic/numpy/union1d.hpp' adding 'pythran/pythonic/numpy/unique.hpp' adding 'pythran/pythonic/numpy/unravel_index.hpp' adding 'pythran/pythonic/numpy/unwrap.hpp' adding 'pythran/pythonic/numpy/ushort.hpp' adding 'pythran/pythonic/numpy/var.hpp' adding 'pythran/pythonic/numpy/vdot.hpp' adding 'pythran/pythonic/numpy/vstack.hpp' adding 'pythran/pythonic/numpy/where.hpp' adding 'pythran/pythonic/numpy/zeros.hpp' adding 'pythran/pythonic/numpy/zeros_like.hpp' adding 'pythran/pythonic/numpy/add/accumulate.hpp' adding 'pythran/pythonic/numpy/add/reduce.hpp' adding 'pythran/pythonic/numpy/arctan2/accumulate.hpp' adding 'pythran/pythonic/numpy/bitwise_and/accumulate.hpp' adding 'pythran/pythonic/numpy/bitwise_and/reduce.hpp' adding 'pythran/pythonic/numpy/bitwise_or/accumulate.hpp' adding 'pythran/pythonic/numpy/bitwise_or/reduce.hpp' adding 'pythran/pythonic/numpy/bitwise_xor/accumulate.hpp' adding 'pythran/pythonic/numpy/bitwise_xor/reduce.hpp' adding 'pythran/pythonic/numpy/copysign/accumulate.hpp' adding 'pythran/pythonic/numpy/ctypeslib/as_array.hpp' adding 'pythran/pythonic/numpy/divide/accumulate.hpp' adding 'pythran/pythonic/numpy/dtype/type.hpp' adding 'pythran/pythonic/numpy/equal/accumulate.hpp' adding 'pythran/pythonic/numpy/fft/c2c.hpp' adding 'pythran/pythonic/numpy/fft/fft.hpp' adding 'pythran/pythonic/numpy/fft/fftn.hpp' adding 'pythran/pythonic/numpy/fft/hfft.hpp' adding 'pythran/pythonic/numpy/fft/ifft.hpp' adding 'pythran/pythonic/numpy/fft/ihfft.hpp' adding 'pythran/pythonic/numpy/fft/irfft.hpp' adding 'pythran/pythonic/numpy/fft/pocketfft.hpp' adding 'pythran/pythonic/numpy/fft/rfft.hpp' adding 'pythran/pythonic/numpy/floor_divide/accumulate.hpp' adding 'pythran/pythonic/numpy/fmax/accumulate.hpp' adding 'pythran/pythonic/numpy/fmax/reduce.hpp' adding 'pythran/pythonic/numpy/fmin/accumulate.hpp' adding 'pythran/pythonic/numpy/fmin/reduce.hpp' adding 'pythran/pythonic/numpy/fmod/accumulate.hpp' adding 'pythran/pythonic/numpy/greater/accumulate.hpp' adding 'pythran/pythonic/numpy/greater_equal/accumulate.hpp' adding 'pythran/pythonic/numpy/heaviside/accumulate.hpp' adding 'pythran/pythonic/numpy/hypot/accumulate.hpp' adding 'pythran/pythonic/numpy/ldexp/accumulate.hpp' adding 'pythran/pythonic/numpy/left_shift/accumulate.hpp' adding 'pythran/pythonic/numpy/less/accumulate.hpp' adding 'pythran/pythonic/numpy/less_equal/accumulate.hpp' adding 'pythran/pythonic/numpy/linalg/matrix_power.hpp' adding 'pythran/pythonic/numpy/linalg/norm.hpp' adding 'pythran/pythonic/numpy/logaddexp/accumulate.hpp' adding 'pythran/pythonic/numpy/logaddexp2/accumulate.hpp' adding 'pythran/pythonic/numpy/logical_and/accumulate.hpp' adding 'pythran/pythonic/numpy/logical_or/accumulate.hpp' adding 'pythran/pythonic/numpy/logical_xor/accumulate.hpp' adding 'pythran/pythonic/numpy/maximum/accumulate.hpp' adding 'pythran/pythonic/numpy/maximum/reduce.hpp' adding 'pythran/pythonic/numpy/minimum/accumulate.hpp' adding 'pythran/pythonic/numpy/minimum/reduce.hpp' adding 'pythran/pythonic/numpy/mod/accumulate.hpp' adding 'pythran/pythonic/numpy/multiply/accumulate.hpp' adding 'pythran/pythonic/numpy/multiply/reduce.hpp' adding 'pythran/pythonic/numpy/ndarray/astype.hpp' adding 'pythran/pythonic/numpy/ndarray/fill.hpp' adding 'pythran/pythonic/numpy/ndarray/flatten.hpp' adding 'pythran/pythonic/numpy/ndarray/item.hpp' adding 'pythran/pythonic/numpy/ndarray/reshape.hpp' adding 'pythran/pythonic/numpy/ndarray/sort.hpp' adding 'pythran/pythonic/numpy/ndarray/tofile.hpp' adding 'pythran/pythonic/numpy/ndarray/tolist.hpp' adding 'pythran/pythonic/numpy/ndarray/tostring.hpp' adding 'pythran/pythonic/numpy/ndarray/view.hpp' adding 'pythran/pythonic/numpy/negative/accumulate.hpp' adding 'pythran/pythonic/numpy/nextafter/accumulate.hpp' adding 'pythran/pythonic/numpy/not_equal/accumulate.hpp' adding 'pythran/pythonic/numpy/power/accumulate.hpp' adding 'pythran/pythonic/numpy/random/binomial.hpp' adding 'pythran/pythonic/numpy/random/bytes.hpp' adding 'pythran/pythonic/numpy/random/chisquare.hpp' adding 'pythran/pythonic/numpy/random/choice.hpp' adding 'pythran/pythonic/numpy/random/dirichlet.hpp' adding 'pythran/pythonic/numpy/random/exponential.hpp' adding 'pythran/pythonic/numpy/random/f.hpp' adding 'pythran/pythonic/numpy/random/gamma.hpp' adding 'pythran/pythonic/numpy/random/geometric.hpp' adding 'pythran/pythonic/numpy/random/gumbel.hpp' adding 'pythran/pythonic/numpy/random/laplace.hpp' adding 'pythran/pythonic/numpy/random/logistic.hpp' adding 'pythran/pythonic/numpy/random/lognormal.hpp' adding 'pythran/pythonic/numpy/random/logseries.hpp' adding 'pythran/pythonic/numpy/random/negative_binomial.hpp' adding 'pythran/pythonic/numpy/random/normal.hpp' adding 'pythran/pythonic/numpy/random/pareto.hpp' adding 'pythran/pythonic/numpy/random/poisson.hpp' adding 'pythran/pythonic/numpy/random/power.hpp' adding 'pythran/pythonic/numpy/random/rand.hpp' adding 'pythran/pythonic/numpy/random/randint.hpp' adding 'pythran/pythonic/numpy/random/randn.hpp' adding 'pythran/pythonic/numpy/random/random.hpp' adding 'pythran/pythonic/numpy/random/random_integers.hpp' adding 'pythran/pythonic/numpy/random/random_sample.hpp' adding 'pythran/pythonic/numpy/random/ranf.hpp' adding 'pythran/pythonic/numpy/random/rayleigh.hpp' adding 'pythran/pythonic/numpy/random/sample.hpp' adding 'pythran/pythonic/numpy/random/seed.hpp' adding 'pythran/pythonic/numpy/random/shuffle.hpp' adding 'pythran/pythonic/numpy/random/standard_exponential.hpp' adding 'pythran/pythonic/numpy/random/standard_gamma.hpp' adding 'pythran/pythonic/numpy/random/standard_normal.hpp' adding 'pythran/pythonic/numpy/random/uniform.hpp' adding 'pythran/pythonic/numpy/random/weibull.hpp' adding 'pythran/pythonic/numpy/remainder/accumulate.hpp' adding 'pythran/pythonic/numpy/right_shift/accumulate.hpp' adding 'pythran/pythonic/numpy/subtract/accumulate.hpp' adding 'pythran/pythonic/numpy/true_divide/accumulate.hpp' adding 'pythran/pythonic/omp/get_num_threads.hpp' adding 'pythran/pythonic/omp/get_thread_num.hpp' adding 'pythran/pythonic/omp/get_wtick.hpp' adding 'pythran/pythonic/omp/get_wtime.hpp' adding 'pythran/pythonic/omp/in_parallel.hpp' adding 'pythran/pythonic/omp/set_nested.hpp' adding 'pythran/pythonic/operator_/__abs__.hpp' adding 'pythran/pythonic/operator_/__add__.hpp' adding 'pythran/pythonic/operator_/__and__.hpp' adding 'pythran/pythonic/operator_/__concat__.hpp' adding 'pythran/pythonic/operator_/__contains__.hpp' adding 'pythran/pythonic/operator_/__delitem__.hpp' adding 'pythran/pythonic/operator_/__div__.hpp' adding 'pythran/pythonic/operator_/__eq__.hpp' adding 'pythran/pythonic/operator_/__floordiv__.hpp' adding 'pythran/pythonic/operator_/__ge__.hpp' adding 'pythran/pythonic/operator_/__getitem__.hpp' adding 'pythran/pythonic/operator_/__gt__.hpp' adding 'pythran/pythonic/operator_/__iadd__.hpp' adding 'pythran/pythonic/operator_/__iand__.hpp' adding 'pythran/pythonic/operator_/__iconcat__.hpp' adding 'pythran/pythonic/operator_/__idiv__.hpp' adding 'pythran/pythonic/operator_/__ifloordiv__.hpp' adding 'pythran/pythonic/operator_/__ilshift__.hpp' adding 'pythran/pythonic/operator_/__imod__.hpp' adding 'pythran/pythonic/operator_/__imul__.hpp' adding 'pythran/pythonic/operator_/__inv__.hpp' adding 'pythran/pythonic/operator_/__invert__.hpp' adding 'pythran/pythonic/operator_/__ior__.hpp' adding 'pythran/pythonic/operator_/__ipow__.hpp' adding 'pythran/pythonic/operator_/__irshift__.hpp' adding 'pythran/pythonic/operator_/__isub__.hpp' adding 'pythran/pythonic/operator_/__itruediv__.hpp' adding 'pythran/pythonic/operator_/__ixor__.hpp' adding 'pythran/pythonic/operator_/__le__.hpp' adding 'pythran/pythonic/operator_/__lshift__.hpp' adding 'pythran/pythonic/operator_/__lt__.hpp' adding 'pythran/pythonic/operator_/__matmul__.hpp' adding 'pythran/pythonic/operator_/__mod__.hpp' adding 'pythran/pythonic/operator_/__mul__.hpp' adding 'pythran/pythonic/operator_/__ne__.hpp' adding 'pythran/pythonic/operator_/__neg__.hpp' adding 'pythran/pythonic/operator_/__not__.hpp' adding 'pythran/pythonic/operator_/__or__.hpp' adding 'pythran/pythonic/operator_/__pos__.hpp' adding 'pythran/pythonic/operator_/__rshift__.hpp' adding 'pythran/pythonic/operator_/__sub__.hpp' adding 'pythran/pythonic/operator_/__truediv__.hpp' adding 'pythran/pythonic/operator_/__xor__.hpp' adding 'pythran/pythonic/operator_/abs.hpp' adding 'pythran/pythonic/operator_/add.hpp' adding 'pythran/pythonic/operator_/and_.hpp' adding 'pythran/pythonic/operator_/concat.hpp' adding 'pythran/pythonic/operator_/contains.hpp' adding 'pythran/pythonic/operator_/countOf.hpp' adding 'pythran/pythonic/operator_/delitem.hpp' adding 'pythran/pythonic/operator_/div.hpp' adding 'pythran/pythonic/operator_/eq.hpp' adding 'pythran/pythonic/operator_/floordiv.hpp' adding 'pythran/pythonic/operator_/ge.hpp' adding 'pythran/pythonic/operator_/getitem.hpp' adding 'pythran/pythonic/operator_/gt.hpp' adding 'pythran/pythonic/operator_/iadd.hpp' adding 'pythran/pythonic/operator_/iand.hpp' adding 'pythran/pythonic/operator_/icommon.hpp' adding 'pythran/pythonic/operator_/iconcat.hpp' adding 'pythran/pythonic/operator_/idiv.hpp' adding 'pythran/pythonic/operator_/ifloordiv.hpp' adding 'pythran/pythonic/operator_/ilshift.hpp' adding 'pythran/pythonic/operator_/imatmul.hpp' adding 'pythran/pythonic/operator_/imax.hpp' adding 'pythran/pythonic/operator_/imin.hpp' adding 'pythran/pythonic/operator_/imod.hpp' adding 'pythran/pythonic/operator_/imul.hpp' adding 'pythran/pythonic/operator_/indexOf.hpp' adding 'pythran/pythonic/operator_/inv.hpp' adding 'pythran/pythonic/operator_/invert.hpp' adding 'pythran/pythonic/operator_/ior.hpp' adding 'pythran/pythonic/operator_/ipow.hpp' adding 'pythran/pythonic/operator_/irshift.hpp' adding 'pythran/pythonic/operator_/is_.hpp' adding 'pythran/pythonic/operator_/is_not.hpp' adding 'pythran/pythonic/operator_/isub.hpp' adding 'pythran/pythonic/operator_/itemgetter.hpp' adding 'pythran/pythonic/operator_/itruediv.hpp' adding 'pythran/pythonic/operator_/ixor.hpp' adding 'pythran/pythonic/operator_/le.hpp' adding 'pythran/pythonic/operator_/lshift.hpp' adding 'pythran/pythonic/operator_/lt.hpp' adding 'pythran/pythonic/operator_/matmul.hpp' adding 'pythran/pythonic/operator_/mod.hpp' adding 'pythran/pythonic/operator_/mul.hpp' adding 'pythran/pythonic/operator_/ne.hpp' adding 'pythran/pythonic/operator_/neg.hpp' adding 'pythran/pythonic/operator_/not_.hpp' adding 'pythran/pythonic/operator_/or_.hpp' adding 'pythran/pythonic/operator_/overloads.hpp' adding 'pythran/pythonic/operator_/pos.hpp' adding 'pythran/pythonic/operator_/pow.hpp' adding 'pythran/pythonic/operator_/rshift.hpp' adding 'pythran/pythonic/operator_/sub.hpp' adding 'pythran/pythonic/operator_/truediv.hpp' adding 'pythran/pythonic/operator_/truth.hpp' adding 'pythran/pythonic/operator_/xor_.hpp' adding 'pythran/pythonic/os/path/join.hpp' adding 'pythran/pythonic/patch/README.rst' adding 'pythran/pythonic/patch/complex' adding 'pythran/pythonic/python/core.hpp' adding 'pythran/pythonic/python/exception_handler.hpp' adding 'pythran/pythonic/random/choice.hpp' adding 'pythran/pythonic/random/expovariate.hpp' adding 'pythran/pythonic/random/gauss.hpp' adding 'pythran/pythonic/random/randint.hpp' adding 'pythran/pythonic/random/random.hpp' adding 'pythran/pythonic/random/randrange.hpp' adding 'pythran/pythonic/random/sample.hpp' adding 'pythran/pythonic/random/seed.hpp' adding 'pythran/pythonic/random/shuffle.hpp' adding 'pythran/pythonic/random/uniform.hpp' adding 'pythran/pythonic/scipy/special/binom.hpp' adding 'pythran/pythonic/scipy/special/chbevl.hpp' adding 'pythran/pythonic/scipy/special/gamma.hpp' adding 'pythran/pythonic/scipy/special/gammaincinv.hpp' adding 'pythran/pythonic/scipy/special/gammaln.hpp' adding 'pythran/pythonic/scipy/special/hankel1.hpp' adding 'pythran/pythonic/scipy/special/hankel2.hpp' adding 'pythran/pythonic/scipy/special/i0.hpp' adding 'pythran/pythonic/scipy/special/i0e.hpp' adding 'pythran/pythonic/scipy/special/iv.hpp' adding 'pythran/pythonic/scipy/special/ivp.hpp' adding 'pythran/pythonic/scipy/special/jv.hpp' adding 'pythran/pythonic/scipy/special/jvp.hpp' adding 'pythran/pythonic/scipy/special/kv.hpp' adding 'pythran/pythonic/scipy/special/kvp.hpp' adding 'pythran/pythonic/scipy/special/ndtr.hpp' adding 'pythran/pythonic/scipy/special/ndtri.hpp' adding 'pythran/pythonic/scipy/special/spherical_jn.hpp' adding 'pythran/pythonic/scipy/special/spherical_yn.hpp' adding 'pythran/pythonic/scipy/special/yv.hpp' adding 'pythran/pythonic/scipy/special/yvp.hpp' adding 'pythran/pythonic/string/ascii_letters.hpp' adding 'pythran/pythonic/string/ascii_lowercase.hpp' adding 'pythran/pythonic/string/ascii_uppercase.hpp' adding 'pythran/pythonic/string/digits.hpp' adding 'pythran/pythonic/string/find.hpp' adding 'pythran/pythonic/string/hexdigits.hpp' adding 'pythran/pythonic/string/octdigits.hpp' adding 'pythran/pythonic/time/sleep.hpp' adding 'pythran/pythonic/time/time.hpp' adding 'pythran/pythonic/types/NoneType.hpp' adding 'pythran/pythonic/types/assignable.hpp' adding 'pythran/pythonic/types/attr.hpp' adding 'pythran/pythonic/types/bool.hpp' adding 'pythran/pythonic/types/cfun.hpp' adding 'pythran/pythonic/types/clongdouble.hpp' adding 'pythran/pythonic/types/combined.hpp' adding 'pythran/pythonic/types/complex.hpp' adding 'pythran/pythonic/types/complex128.hpp' adding 'pythran/pythonic/types/complex256.hpp' adding 'pythran/pythonic/types/complex64.hpp' adding 'pythran/pythonic/types/dict.hpp' adding 'pythran/pythonic/types/dynamic_tuple.hpp' adding 'pythran/pythonic/types/empty_iterator.hpp' adding 'pythran/pythonic/types/exceptions.hpp' adding 'pythran/pythonic/types/file.hpp' adding 'pythran/pythonic/types/finfo.hpp' adding 'pythran/pythonic/types/float.hpp' adding 'pythran/pythonic/types/float128.hpp' adding 'pythran/pythonic/types/float32.hpp' adding 'pythran/pythonic/types/float64.hpp' adding 'pythran/pythonic/types/generator.hpp' adding 'pythran/pythonic/types/int.hpp' adding 'pythran/pythonic/types/int16.hpp' adding 'pythran/pythonic/types/int32.hpp' adding 'pythran/pythonic/types/int64.hpp' adding 'pythran/pythonic/types/int8.hpp' adding 'pythran/pythonic/types/intc.hpp' adding 'pythran/pythonic/types/intp.hpp' adding 'pythran/pythonic/types/list.hpp' adding 'pythran/pythonic/types/longdouble.hpp' adding 'pythran/pythonic/types/ndarray.hpp' adding 'pythran/pythonic/types/nditerator.hpp' adding 'pythran/pythonic/types/numpy_binary_op.hpp' adding 'pythran/pythonic/types/numpy_broadcast.hpp' adding 'pythran/pythonic/types/numpy_expr.hpp' adding 'pythran/pythonic/types/numpy_gexpr.hpp' adding 'pythran/pythonic/types/numpy_iexpr.hpp' adding 'pythran/pythonic/types/numpy_nary_expr.hpp' adding 'pythran/pythonic/types/numpy_op_helper.hpp' adding 'pythran/pythonic/types/numpy_operators.hpp' adding 'pythran/pythonic/types/numpy_texpr.hpp' adding 'pythran/pythonic/types/numpy_unary_op.hpp' adding 'pythran/pythonic/types/numpy_vexpr.hpp' adding 'pythran/pythonic/types/pointer.hpp' adding 'pythran/pythonic/types/raw_array.hpp' adding 'pythran/pythonic/types/set.hpp' adding 'pythran/pythonic/types/slice.hpp' adding 'pythran/pythonic/types/static_if.hpp' adding 'pythran/pythonic/types/str.hpp' adding 'pythran/pythonic/types/traits.hpp' adding 'pythran/pythonic/types/tuple.hpp' adding 'pythran/pythonic/types/uint16.hpp' adding 'pythran/pythonic/types/uint32.hpp' adding 'pythran/pythonic/types/uint64.hpp' adding 'pythran/pythonic/types/uint8.hpp' adding 'pythran/pythonic/types/uintc.hpp' adding 'pythran/pythonic/types/uintp.hpp' adding 'pythran/pythonic/types/variant_functor.hpp' adding 'pythran/pythonic/types/vectorizable_type.hpp' adding 'pythran/pythonic/utils/array_helper.hpp' adding 'pythran/pythonic/utils/boost_local_config.hpp' adding 'pythran/pythonic/utils/broadcast_copy.hpp' adding 'pythran/pythonic/utils/functor.hpp' adding 'pythran/pythonic/utils/fwd.hpp' adding 'pythran/pythonic/utils/int_.hpp' adding 'pythran/pythonic/utils/iterator.hpp' adding 'pythran/pythonic/utils/meta.hpp' adding 'pythran/pythonic/utils/nested_container.hpp' adding 'pythran/pythonic/utils/neutral.hpp' adding 'pythran/pythonic/utils/numpy_conversion.hpp' adding 'pythran/pythonic/utils/numpy_traits.hpp' adding 'pythran/pythonic/utils/pdqsort.hpp' adding 'pythran/pythonic/utils/reserve.hpp' adding 'pythran/pythonic/utils/seq.hpp' adding 'pythran/pythonic/utils/shared_ref.hpp' adding 'pythran/pythonic/utils/tags.hpp' adding 'pythran/pythonic/utils/yield.hpp' adding 'pythran/transformations/__init__.py' adding 'pythran/transformations/expand_builtins.py' adding 'pythran/transformations/expand_globals.py' adding 'pythran/transformations/expand_import_all.py' adding 'pythran/transformations/expand_imports.py' adding 'pythran/transformations/extract_doc_strings.py' adding 'pythran/transformations/false_polymorphism.py' adding 'pythran/transformations/handle_import.py' adding 'pythran/transformations/normalize_compare.py' adding 'pythran/transformations/normalize_exception.py' adding 'pythran/transformations/normalize_ifelse.py' adding 'pythran/transformations/normalize_is_none.py' adding 'pythran/transformations/normalize_method_calls.py' adding 'pythran/transformations/normalize_return.py' adding 'pythran/transformations/normalize_static_if.py' adding 'pythran/transformations/normalize_tuples.py' adding 'pythran/transformations/normalize_typeis.py' adding 'pythran/transformations/remove_comprehension.py' adding 'pythran/transformations/remove_fstrings.py' adding 'pythran/transformations/remove_lambdas.py' adding 'pythran/transformations/remove_named_arguments.py' adding 'pythran/transformations/remove_nested_functions.py' adding 'pythran/transformations/unshadow_parameters.py' adding 'pythran/types/__init__.py' adding 'pythran/types/conversion.py' adding 'pythran/types/reorder.py' adding 'pythran/types/signature.py' adding 'pythran/types/tog.py' adding 'pythran/types/type_dependencies.py' adding 'pythran/types/types.py' adding 'pythran/xsimd/xsimd.hpp' adding 'pythran/xsimd/arch/xsimd_avx.hpp' adding 'pythran/xsimd/arch/xsimd_avx2.hpp' adding 'pythran/xsimd/arch/xsimd_avx512bw.hpp' adding 'pythran/xsimd/arch/xsimd_avx512cd.hpp' adding 'pythran/xsimd/arch/xsimd_avx512dq.hpp' adding 'pythran/xsimd/arch/xsimd_avx512er.hpp' adding 'pythran/xsimd/arch/xsimd_avx512f.hpp' adding 'pythran/xsimd/arch/xsimd_avx512ifma.hpp' adding 'pythran/xsimd/arch/xsimd_avx512pf.hpp' adding 'pythran/xsimd/arch/xsimd_avx512vbmi.hpp' adding 'pythran/xsimd/arch/xsimd_avx512vnni_avx512bw.hpp' adding 'pythran/xsimd/arch/xsimd_avx512vnni_avx512vbmi.hpp' adding 'pythran/xsimd/arch/xsimd_avxvnni.hpp' adding 'pythran/xsimd/arch/xsimd_constants.hpp' adding 'pythran/xsimd/arch/xsimd_fma3_avx.hpp' adding 'pythran/xsimd/arch/xsimd_fma3_avx2.hpp' adding 'pythran/xsimd/arch/xsimd_fma3_sse.hpp' adding 'pythran/xsimd/arch/xsimd_fma4.hpp' adding 'pythran/xsimd/arch/xsimd_generic.hpp' adding 'pythran/xsimd/arch/xsimd_generic_fwd.hpp' adding 'pythran/xsimd/arch/xsimd_isa.hpp' adding 'pythran/xsimd/arch/xsimd_neon.hpp' adding 'pythran/xsimd/arch/xsimd_neon64.hpp' adding 'pythran/xsimd/arch/xsimd_rvv.hpp' adding 'pythran/xsimd/arch/xsimd_scalar.hpp' adding 'pythran/xsimd/arch/xsimd_sse2.hpp' adding 'pythran/xsimd/arch/xsimd_sse3.hpp' adding 'pythran/xsimd/arch/xsimd_sse4_1.hpp' adding 'pythran/xsimd/arch/xsimd_sse4_2.hpp' adding 'pythran/xsimd/arch/xsimd_ssse3.hpp' adding 'pythran/xsimd/arch/xsimd_sve.hpp' adding 'pythran/xsimd/arch/xsimd_wasm.hpp' adding 'pythran/xsimd/arch/generic/xsimd_generic_arithmetic.hpp' adding 'pythran/xsimd/arch/generic/xsimd_generic_complex.hpp' adding 'pythran/xsimd/arch/generic/xsimd_generic_details.hpp' adding 'pythran/xsimd/arch/generic/xsimd_generic_logical.hpp' adding 'pythran/xsimd/arch/generic/xsimd_generic_math.hpp' adding 'pythran/xsimd/arch/generic/xsimd_generic_memory.hpp' adding 'pythran/xsimd/arch/generic/xsimd_generic_rounding.hpp' adding 'pythran/xsimd/arch/generic/xsimd_generic_trigo.hpp' adding 'pythran/xsimd/config/xsimd_arch.hpp' adding 'pythran/xsimd/config/xsimd_config.hpp' adding 'pythran/xsimd/config/xsimd_cpuid.hpp' adding 'pythran/xsimd/math/xsimd_rem_pio2.hpp' adding 'pythran/xsimd/memory/xsimd_aligned_allocator.hpp' adding 'pythran/xsimd/memory/xsimd_alignment.hpp' adding 'pythran/xsimd/types/xsimd_all_registers.hpp' adding 'pythran/xsimd/types/xsimd_api.hpp' adding 'pythran/xsimd/types/xsimd_avx2_register.hpp' adding 'pythran/xsimd/types/xsimd_avx512bw_register.hpp' adding 'pythran/xsimd/types/xsimd_avx512cd_register.hpp' adding 'pythran/xsimd/types/xsimd_avx512dq_register.hpp' adding 'pythran/xsimd/types/xsimd_avx512er_register.hpp' adding 'pythran/xsimd/types/xsimd_avx512f_register.hpp' adding 'pythran/xsimd/types/xsimd_avx512ifma_register.hpp' adding 'pythran/xsimd/types/xsimd_avx512pf_register.hpp' adding 'pythran/xsimd/types/xsimd_avx512vbmi_register.hpp' adding 'pythran/xsimd/types/xsimd_avx512vnni_avx512bw_register.hpp' adding 'pythran/xsimd/types/xsimd_avx512vnni_avx512vbmi_register.hpp' adding 'pythran/xsimd/types/xsimd_avx_register.hpp' adding 'pythran/xsimd/types/xsimd_avxvnni_register.hpp' adding 'pythran/xsimd/types/xsimd_batch.hpp' adding 'pythran/xsimd/types/xsimd_batch_constant.hpp' adding 'pythran/xsimd/types/xsimd_fma3_avx2_register.hpp' adding 'pythran/xsimd/types/xsimd_fma3_avx_register.hpp' adding 'pythran/xsimd/types/xsimd_fma3_sse_register.hpp' adding 'pythran/xsimd/types/xsimd_fma4_register.hpp' adding 'pythran/xsimd/types/xsimd_generic_arch.hpp' adding 'pythran/xsimd/types/xsimd_neon64_register.hpp' adding 'pythran/xsimd/types/xsimd_neon_register.hpp' adding 'pythran/xsimd/types/xsimd_register.hpp' adding 'pythran/xsimd/types/xsimd_rvv_register.hpp' adding 'pythran/xsimd/types/xsimd_sse2_register.hpp' adding 'pythran/xsimd/types/xsimd_sse3_register.hpp' adding 'pythran/xsimd/types/xsimd_sse4_1_register.hpp' adding 'pythran/xsimd/types/xsimd_sse4_2_register.hpp' adding 'pythran/xsimd/types/xsimd_ssse3_register.hpp' adding 'pythran/xsimd/types/xsimd_sve_register.hpp' adding 'pythran/xsimd/types/xsimd_traits.hpp' adding 'pythran/xsimd/types/xsimd_utils.hpp' adding 'pythran/xsimd/types/xsimd_wasm_register.hpp' adding 'pythran-0.15.0.dist-info/AUTHORS' adding 'pythran-0.15.0.dist-info/LICENSE' adding 'pythran-0.15.0.dist-info/METADATA' adding 'pythran-0.15.0.dist-info/WHEEL' adding 'pythran-0.15.0.dist-info/entry_points.txt' adding 'pythran-0.15.0.dist-info/top_level.txt' adding 'pythran-0.15.0.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built pythran-0.15.0-py3-none-any.whl >>> Running package in lang/pythran,python3 at 1714746458.10 ===> lang/pythran,python3 ===> Faking installation for pythran-0.15.0 ===> Building package for pythran-0.15.0 Create /exopi-cvs/ports/packages/amd64/all/pythran-0.15.0.tgz Creating package pythran-0.15.0 reading plist| reading plist|- reading plist|\ checking dependencies| checking dependencies|devel/py-beniget,python3 checking dependencies|devel/py-gast,python3 checking dependencies|devel/py-ply,python3 checking dependencies|lang/python/3.10,-main checking dependencies|math/py-numpy,python3 checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|*********************** | 39% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|********************************** | 57% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|*********************************************************** | 98% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 5% archiving|**** | 6% archiving|***** | 8% archiving|***** | 9% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************ | 20% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|************** | 23% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 29% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 33% archiving|********************* | 34% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|*********************** | 36% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|**************************** | 43% archiving|**************************** | 44% archiving|**************************** | 45% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************* | 59% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|*************************************************** | 80% archiving|****************************************************** | 85% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/pythran-0.15.0.tgz >>> Running clean in lang/pythran,python3 at 1714746471.13 ===> lang/pythran,python3 ===> Cleaning for pythran-0.15.0 >>> Ended at 1714746472.01 max_stuck=3.47/build=18.16/package=13.02/clean=0.92