python3.14-pythran-0.18.1
x86_64-linux.package-alphashape
· build #12
· raw
1Sourcing python-remove-tests-dir-hook2Sourcing python-catch-conflicts-hook.sh3Sourcing python-remove-bin-bytecode-hook.sh4Sourcing pypa-build-hook5Using pypaBuildPhase6Sourcing python-runtime-deps-check-hook7Using pythonRuntimeDepsCheckHook8Sourcing pypa-install-hook9Using pypaInstallPhase10Sourcing python-imports-check-hook.sh11Using pythonImportsCheckPhase12Sourcing python-namespaces-hook13Sourcing python-catch-conflicts-hook.sh
unpackPhase
14unpacking source archive /nix/store/20z22w09abbazmpb7nwyynnplzmir384-source15source root is source16setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/website/support.py"patchPhase
17applying patch /nix/store/32g170f7agnnx8ssylpsyayiciwkvvj2-0001-hardcode-path-to-libgomp.patch18patching file omp/__init__.py19Hunk #1 succeeded at 118 (offset 70 lines).configurePhase
20no configure script, doing nothingbuildPhase
21Executing pypaBuildPhase22Creating a wheel...23pypa build flags: --no-isolation --outdir dist/ --wheel24* Getting build dependencies for wheel...25/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated26!!2728 ********************************************************************************29 Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).3031 By 2027-Feb-18, you need to update your project and remove deprecated calls32 or your builds will no longer be supported.3334 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.35 ********************************************************************************3637!!38 corresp(dist, value, root_dir)39running egg_info40creating pythran.egg-info41writing pythran.egg-info/PKG-INFO42writing dependency_links to pythran.egg-info/dependency_links.txt43writing entry points to pythran.egg-info/entry_points.txt44writing requirements to pythran.egg-info/requires.txt45writing top-level names to pythran.egg-info/top_level.txt46writing manifest file 'pythran.egg-info/SOURCES.txt'47reading manifest file 'pythran.egg-info/SOURCES.txt'48reading manifest template 'MANIFEST.in'49adding license file 'LICENSE'50adding license file 'AUTHORS'51writing manifest file 'pythran.egg-info/SOURCES.txt'52* Building wheel...53/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated54!!5556 ********************************************************************************57 Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).5859 By 2027-Feb-18, you need to update your project and remove deprecated calls60 or your builds will no longer be supported.6162 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.63 ********************************************************************************6465!!66 corresp(dist, value, root_dir)67running bdist_wheel68running build69running build_py70creating build/lib/pythran71copying pythran/__init__.py -> build/lib/pythran72copying pythran/backend.py -> build/lib/pythran73copying pythran/config.py -> build/lib/pythran74copying pythran/conversion.py -> build/lib/pythran75copying pythran/cxxgen.py -> build/lib/pythran76copying pythran/cxxtypes.py -> build/lib/pythran77copying pythran/dist.py -> build/lib/pythran78copying pythran/errors.py -> build/lib/pythran79copying pythran/frontend.py -> build/lib/pythran80copying pythran/graph.py -> build/lib/pythran81copying pythran/interval.py -> build/lib/pythran82copying pythran/intrinsic.py -> build/lib/pythran83copying pythran/log.py -> build/lib/pythran84copying pythran/magic.py -> build/lib/pythran85copying pythran/metadata.py -> build/lib/pythran86copying pythran/middlend.py -> build/lib/pythran87copying pythran/openmp.py -> build/lib/pythran88copying pythran/passmanager.py -> build/lib/pythran89copying pythran/run.py -> build/lib/pythran90copying pythran/spec.py -> build/lib/pythran91copying pythran/syntax.py -> build/lib/pythran92copying pythran/tables.py -> build/lib/pythran93copying pythran/toolchain.py -> build/lib/pythran94copying pythran/typing.py -> build/lib/pythran95copying pythran/unparse.py -> build/lib/pythran96copying pythran/utils.py -> build/lib/pythran97copying pythran/version.py -> build/lib/pythran98creating build/lib/pythran/analyses99copying pythran/analyses/__init__.py -> build/lib/pythran/analyses100copying pythran/analyses/aliases.py -> build/lib/pythran/analyses101copying pythran/analyses/ancestors.py -> build/lib/pythran/analyses102copying pythran/analyses/argument_effects.py -> build/lib/pythran/analyses103copying pythran/analyses/argument_read_once.py -> build/lib/pythran/analyses104copying pythran/analyses/ast_matcher.py -> build/lib/pythran/analyses105copying pythran/analyses/cfg.py -> build/lib/pythran/analyses106copying pythran/analyses/constant_expressions.py -> build/lib/pythran/analyses107copying pythran/analyses/dependencies.py -> build/lib/pythran/analyses108copying pythran/analyses/extended_syntax_check.py -> build/lib/pythran/analyses109copying pythran/analyses/fixed_size_list.py -> build/lib/pythran/analyses110copying pythran/analyses/global_declarations.py -> build/lib/pythran/analyses111copying pythran/analyses/global_effects.py -> build/lib/pythran/analyses112copying pythran/analyses/globals_analysis.py -> build/lib/pythran/analyses113copying pythran/analyses/has_return.py -> build/lib/pythran/analyses114copying pythran/analyses/identifiers.py -> build/lib/pythran/analyses115copying pythran/analyses/immediates.py -> build/lib/pythran/analyses116copying pythran/analyses/imported_ids.py -> build/lib/pythran/analyses117copying pythran/analyses/inlinable.py -> build/lib/pythran/analyses118copying pythran/analyses/intrinsics.py -> build/lib/pythran/analyses119copying pythran/analyses/is_assigned.py -> build/lib/pythran/analyses120copying pythran/analyses/lazyness_analysis.py -> build/lib/pythran/analyses121copying pythran/analyses/literals.py -> build/lib/pythran/analyses122copying pythran/analyses/local_declarations.py -> build/lib/pythran/analyses123copying pythran/analyses/locals_analysis.py -> build/lib/pythran/analyses124copying pythran/analyses/node_count.py -> build/lib/pythran/analyses125copying pythran/analyses/optimizable_comprehension.py -> build/lib/pythran/analyses126copying pythran/analyses/ordered_global_declarations.py -> build/lib/pythran/analyses127copying pythran/analyses/parallel_maps.py -> build/lib/pythran/analyses128copying pythran/analyses/potential_iterator.py -> build/lib/pythran/analyses129copying pythran/analyses/pure_expressions.py -> build/lib/pythran/analyses130copying pythran/analyses/pure_functions.py -> build/lib/pythran/analyses131copying pythran/analyses/range_values.py -> build/lib/pythran/analyses132copying pythran/analyses/scope.py -> build/lib/pythran/analyses133copying pythran/analyses/static_expressions.py -> build/lib/pythran/analyses134copying pythran/analyses/use_def_chain.py -> build/lib/pythran/analyses135copying pythran/analyses/use_omp.py -> build/lib/pythran/analyses136copying pythran/analyses/yield_points.py -> build/lib/pythran/analyses137creating build/lib/pythran/transformations138copying pythran/transformations/__init__.py -> build/lib/pythran/transformations139copying pythran/transformations/expand_builtins.py -> build/lib/pythran/transformations140copying pythran/transformations/expand_globals.py -> build/lib/pythran/transformations141copying pythran/transformations/expand_import_all.py -> build/lib/pythran/transformations142copying pythran/transformations/expand_imports.py -> build/lib/pythran/transformations143copying pythran/transformations/extract_doc_strings.py -> build/lib/pythran/transformations144copying pythran/transformations/false_polymorphism.py -> build/lib/pythran/transformations145copying pythran/transformations/handle_import.py -> build/lib/pythran/transformations146copying pythran/transformations/normalize_compare.py -> build/lib/pythran/transformations147copying pythran/transformations/normalize_exception.py -> build/lib/pythran/transformations148copying pythran/transformations/normalize_ifelse.py -> build/lib/pythran/transformations149copying pythran/transformations/normalize_is_none.py -> build/lib/pythran/transformations150copying pythran/transformations/normalize_method_calls.py -> build/lib/pythran/transformations151copying pythran/transformations/normalize_return.py -> build/lib/pythran/transformations152copying pythran/transformations/normalize_static_if.py -> build/lib/pythran/transformations153copying pythran/transformations/normalize_tuples.py -> build/lib/pythran/transformations154copying pythran/transformations/normalize_typeis.py -> build/lib/pythran/transformations155copying pythran/transformations/remove_comprehension.py -> build/lib/pythran/transformations156copying pythran/transformations/remove_fstrings.py -> build/lib/pythran/transformations157copying pythran/transformations/remove_lambdas.py -> build/lib/pythran/transformations158copying pythran/transformations/remove_named_arguments.py -> build/lib/pythran/transformations159copying pythran/transformations/remove_nested_functions.py -> build/lib/pythran/transformations160copying pythran/transformations/unshadow_parameters.py -> build/lib/pythran/transformations161creating build/lib/pythran/optimizations162copying pythran/optimizations/__init__.py -> build/lib/pythran/optimizations163copying pythran/optimizations/comprehension_patterns.py -> build/lib/pythran/optimizations164copying pythran/optimizations/constant_folding.py -> build/lib/pythran/optimizations165copying pythran/optimizations/copyto.py -> build/lib/pythran/optimizations166copying pythran/optimizations/dead_code_elimination.py -> build/lib/pythran/optimizations167copying pythran/optimizations/fast_gexpr.py -> build/lib/pythran/optimizations168copying pythran/optimizations/forward_substitution.py -> build/lib/pythran/optimizations169copying pythran/optimizations/inline_builtins.py -> build/lib/pythran/optimizations170copying pythran/optimizations/inlining.py -> build/lib/pythran/optimizations171copying pythran/optimizations/iter_transformation.py -> build/lib/pythran/optimizations172copying pythran/optimizations/list_comp_to_genexp.py -> build/lib/pythran/optimizations173copying pythran/optimizations/list_to_tuple.py -> build/lib/pythran/optimizations174copying pythran/optimizations/loop_full_unrolling.py -> build/lib/pythran/optimizations175copying pythran/optimizations/modindex.py -> build/lib/pythran/optimizations176copying pythran/optimizations/pattern_transform.py -> build/lib/pythran/optimizations177copying pythran/optimizations/range_based_simplify.py -> build/lib/pythran/optimizations178copying pythran/optimizations/range_loop_unfolding.py -> build/lib/pythran/optimizations179copying pythran/optimizations/remove_dead_functions.py -> build/lib/pythran/optimizations180copying pythran/optimizations/simplify_except.py -> build/lib/pythran/optimizations181copying pythran/optimizations/square.py -> build/lib/pythran/optimizations182copying pythran/optimizations/tuple_to_shape.py -> build/lib/pythran/optimizations183creating build/lib/omp184copying omp/__init__.py -> build/lib/omp185creating build/lib/pythran/types186copying pythran/types/__init__.py -> build/lib/pythran/types187copying pythran/types/conversion.py -> build/lib/pythran/types188copying pythran/types/reorder.py -> build/lib/pythran/types189copying pythran/types/signature.py -> build/lib/pythran/types190copying pythran/types/tog.py -> build/lib/pythran/types191copying pythran/types/type_dependencies.py -> build/lib/pythran/types192copying pythran/types/types.py -> build/lib/pythran/types193running egg_info194writing pythran.egg-info/PKG-INFO195writing dependency_links to pythran.egg-info/dependency_links.txt196writing entry points to pythran.egg-info/entry_points.txt197writing requirements to pythran.egg-info/requires.txt198writing top-level names to pythran.egg-info/top_level.txt199reading manifest file 'pythran.egg-info/SOURCES.txt'200reading manifest template 'MANIFEST.in'201adding license file 'LICENSE'202adding license file 'AUTHORS'203writing manifest file 'pythran.egg-info/SOURCES.txt'204/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost' is absent from the `packages` configuration.205!!206207 ********************************************************************************208 ############################209 # Package would be ignored #210 ############################211 Python recognizes 'pythran.boost' as an importable package[^1],212 but it is absent from setuptools' `packages` configuration.213214 This leads to an ambiguous overall configuration. If you want to distribute this215 package, please make sure that 'pythran.boost' is explicitly added216 to the `packages` configuration field.217218 Alternatively, you can also rely on setuptools' discovery methods219 (for example by using `find_namespace_packages(...)`/`find_namespace:`220 instead of `find_packages(...)`/`find:`).221222 You can read more about "package discovery" on setuptools documentation page:223224 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html225226 If you don't want 'pythran.boost' to be distributed and are227 already explicitly excluding 'pythran.boost' via228 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,229 you can try to use `exclude_package_data`, or `include-package-data=False` in230 combination with a more fine grained `package-data` configuration.231232 You can read more about "package data files" on setuptools documentation page:233234 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html235236237 [^1]: For Python, any directory (with suitable naming) can be imported,238 even if it does not contain any `.py` files.239 On the other hand, currently there is no concept of package data240 directory, all directories are treated like packages.241 ********************************************************************************242243!!244 check.warn(importable)245/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.atomic' is absent from the `packages` configuration.246!!247248 ********************************************************************************249 ############################250 # Package would be ignored #251 ############################252 Python recognizes 'pythran.boost.atomic' as an importable package[^1],253 but it is absent from setuptools' `packages` configuration.254255 This leads to an ambiguous overall configuration. If you want to distribute this256 package, please make sure that 'pythran.boost.atomic' is explicitly added257 to the `packages` configuration field.258259 Alternatively, you can also rely on setuptools' discovery methods260 (for example by using `find_namespace_packages(...)`/`find_namespace:`261 instead of `find_packages(...)`/`find:`).262263 You can read more about "package discovery" on setuptools documentation page:264265 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html266267 If you don't want 'pythran.boost.atomic' to be distributed and are268 already explicitly excluding 'pythran.boost.atomic' via269 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,270 you can try to use `exclude_package_data`, or `include-package-data=False` in271 combination with a more fine grained `package-data` configuration.272273 You can read more about "package data files" on setuptools documentation page:274275 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html276277278 [^1]: For Python, any directory (with suitable naming) can be imported,279 even if it does not contain any `.py` files.280 On the other hand, currently there is no concept of package data281 directory, all directories are treated like packages.282 ********************************************************************************283284!!285 check.warn(importable)286/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.atomic.detail' is absent from the `packages` configuration.287!!288289 ********************************************************************************290 ############################291 # Package would be ignored #292 ############################293 Python recognizes 'pythran.boost.atomic.detail' as an importable package[^1],294 but it is absent from setuptools' `packages` configuration.295296 This leads to an ambiguous overall configuration. If you want to distribute this297 package, please make sure that 'pythran.boost.atomic.detail' is explicitly added298 to the `packages` configuration field.299300 Alternatively, you can also rely on setuptools' discovery methods301 (for example by using `find_namespace_packages(...)`/`find_namespace:`302 instead of `find_packages(...)`/`find:`).303304 You can read more about "package discovery" on setuptools documentation page:305306 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html307308 If you don't want 'pythran.boost.atomic.detail' to be distributed and are309 already explicitly excluding 'pythran.boost.atomic.detail' via310 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,311 you can try to use `exclude_package_data`, or `include-package-data=False` in312 combination with a more fine grained `package-data` configuration.313314 You can read more about "package data files" on setuptools documentation page:315316 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html317318319 [^1]: For Python, any directory (with suitable naming) can be imported,320 even if it does not contain any `.py` files.321 On the other hand, currently there is no concept of package data322 directory, all directories are treated like packages.323 ********************************************************************************324325!!326 check.warn(importable)327/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.atomic.detail.type_traits' is absent from the `packages` configuration.328!!329330 ********************************************************************************331 ############################332 # Package would be ignored #333 ############################334 Python recognizes 'pythran.boost.atomic.detail.type_traits' as an importable package[^1],335 but it is absent from setuptools' `packages` configuration.336337 This leads to an ambiguous overall configuration. If you want to distribute this338 package, please make sure that 'pythran.boost.atomic.detail.type_traits' is explicitly added339 to the `packages` configuration field.340341 Alternatively, you can also rely on setuptools' discovery methods342 (for example by using `find_namespace_packages(...)`/`find_namespace:`343 instead of `find_packages(...)`/`find:`).344345 You can read more about "package discovery" on setuptools documentation page:346347 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html348349 If you don't want 'pythran.boost.atomic.detail.type_traits' to be distributed and are350 already explicitly excluding 'pythran.boost.atomic.detail.type_traits' via351 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,352 you can try to use `exclude_package_data`, or `include-package-data=False` in353 combination with a more fine grained `package-data` configuration.354355 You can read more about "package data files" on setuptools documentation page:356357 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html358359360 [^1]: For Python, any directory (with suitable naming) can be imported,361 even if it does not contain any `.py` files.362 On the other hand, currently there is no concept of package data363 directory, all directories are treated like packages.364 ********************************************************************************365366!!367 check.warn(importable)368/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.concept' is absent from the `packages` configuration.369!!370371 ********************************************************************************372 ############################373 # Package would be ignored #374 ############################375 Python recognizes 'pythran.boost.concept' as an importable package[^1],376 but it is absent from setuptools' `packages` configuration.377378 This leads to an ambiguous overall configuration. If you want to distribute this379 package, please make sure that 'pythran.boost.concept' is explicitly added380 to the `packages` configuration field.381382 Alternatively, you can also rely on setuptools' discovery methods383 (for example by using `find_namespace_packages(...)`/`find_namespace:`384 instead of `find_packages(...)`/`find:`).385386 You can read more about "package discovery" on setuptools documentation page:387388 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html389390 If you don't want 'pythran.boost.concept' to be distributed and are391 already explicitly excluding 'pythran.boost.concept' via392 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,393 you can try to use `exclude_package_data`, or `include-package-data=False` in394 combination with a more fine grained `package-data` configuration.395396 You can read more about "package data files" on setuptools documentation page:397398 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html399400401 [^1]: For Python, any directory (with suitable naming) can be imported,402 even if it does not contain any `.py` files.403 On the other hand, currently there is no concept of package data404 directory, all directories are treated like packages.405 ********************************************************************************406407!!408 check.warn(importable)409/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.concept.detail' is absent from the `packages` configuration.410!!411412 ********************************************************************************413 ############################414 # Package would be ignored #415 ############################416 Python recognizes 'pythran.boost.concept.detail' as an importable package[^1],417 but it is absent from setuptools' `packages` configuration.418419 This leads to an ambiguous overall configuration. If you want to distribute this420 package, please make sure that 'pythran.boost.concept.detail' is explicitly added421 to the `packages` configuration field.422423 Alternatively, you can also rely on setuptools' discovery methods424 (for example by using `find_namespace_packages(...)`/`find_namespace:`425 instead of `find_packages(...)`/`find:`).426427 You can read more about "package discovery" on setuptools documentation page:428429 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html430431 If you don't want 'pythran.boost.concept.detail' to be distributed and are432 already explicitly excluding 'pythran.boost.concept.detail' via433 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,434 you can try to use `exclude_package_data`, or `include-package-data=False` in435 combination with a more fine grained `package-data` configuration.436437 You can read more about "package data files" on setuptools documentation page:438439 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html440441442 [^1]: For Python, any directory (with suitable naming) can be imported,443 even if it does not contain any `.py` files.444 On the other hand, currently there is no concept of package data445 directory, all directories are treated like packages.446 ********************************************************************************447448!!449 check.warn(importable)450/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.config' is absent from the `packages` configuration.451!!452453 ********************************************************************************454 ############################455 # Package would be ignored #456 ############################457 Python recognizes 'pythran.boost.config' as an importable package[^1],458 but it is absent from setuptools' `packages` configuration.459460 This leads to an ambiguous overall configuration. If you want to distribute this461 package, please make sure that 'pythran.boost.config' is explicitly added462 to the `packages` configuration field.463464 Alternatively, you can also rely on setuptools' discovery methods465 (for example by using `find_namespace_packages(...)`/`find_namespace:`466 instead of `find_packages(...)`/`find:`).467468 You can read more about "package discovery" on setuptools documentation page:469470 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html471472 If you don't want 'pythran.boost.config' to be distributed and are473 already explicitly excluding 'pythran.boost.config' via474 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,475 you can try to use `exclude_package_data`, or `include-package-data=False` in476 combination with a more fine grained `package-data` configuration.477478 You can read more about "package data files" on setuptools documentation page:479480 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html481482483 [^1]: For Python, any directory (with suitable naming) can be imported,484 even if it does not contain any `.py` files.485 On the other hand, currently there is no concept of package data486 directory, all directories are treated like packages.487 ********************************************************************************488489!!490 check.warn(importable)491/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.config.abi' is absent from the `packages` configuration.492!!493494 ********************************************************************************495 ############################496 # Package would be ignored #497 ############################498 Python recognizes 'pythran.boost.config.abi' as an importable package[^1],499 but it is absent from setuptools' `packages` configuration.500501 This leads to an ambiguous overall configuration. If you want to distribute this502 package, please make sure that 'pythran.boost.config.abi' is explicitly added503 to the `packages` configuration field.504505 Alternatively, you can also rely on setuptools' discovery methods506 (for example by using `find_namespace_packages(...)`/`find_namespace:`507 instead of `find_packages(...)`/`find:`).508509 You can read more about "package discovery" on setuptools documentation page:510511 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html512513 If you don't want 'pythran.boost.config.abi' to be distributed and are514 already explicitly excluding 'pythran.boost.config.abi' via515 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,516 you can try to use `exclude_package_data`, or `include-package-data=False` in517 combination with a more fine grained `package-data` configuration.518519 You can read more about "package data files" on setuptools documentation page:520521 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html522523524 [^1]: For Python, any directory (with suitable naming) can be imported,525 even if it does not contain any `.py` files.526 On the other hand, currently there is no concept of package data527 directory, all directories are treated like packages.528 ********************************************************************************529530!!531 check.warn(importable)532/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.config.compiler' is absent from the `packages` configuration.533!!534535 ********************************************************************************536 ############################537 # Package would be ignored #538 ############################539 Python recognizes 'pythran.boost.config.compiler' as an importable package[^1],540 but it is absent from setuptools' `packages` configuration.541542 This leads to an ambiguous overall configuration. If you want to distribute this543 package, please make sure that 'pythran.boost.config.compiler' is explicitly added544 to the `packages` configuration field.545546 Alternatively, you can also rely on setuptools' discovery methods547 (for example by using `find_namespace_packages(...)`/`find_namespace:`548 instead of `find_packages(...)`/`find:`).549550 You can read more about "package discovery" on setuptools documentation page:551552 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html553554 If you don't want 'pythran.boost.config.compiler' to be distributed and are555 already explicitly excluding 'pythran.boost.config.compiler' via556 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,557 you can try to use `exclude_package_data`, or `include-package-data=False` in558 combination with a more fine grained `package-data` configuration.559560 You can read more about "package data files" on setuptools documentation page:561562 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html563564565 [^1]: For Python, any directory (with suitable naming) can be imported,566 even if it does not contain any `.py` files.567 On the other hand, currently there is no concept of package data568 directory, all directories are treated like packages.569 ********************************************************************************570571!!572 check.warn(importable)573/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.config.detail' is absent from the `packages` configuration.574!!575576 ********************************************************************************577 ############################578 # Package would be ignored #579 ############################580 Python recognizes 'pythran.boost.config.detail' as an importable package[^1],581 but it is absent from setuptools' `packages` configuration.582583 This leads to an ambiguous overall configuration. If you want to distribute this584 package, please make sure that 'pythran.boost.config.detail' is explicitly added585 to the `packages` configuration field.586587 Alternatively, you can also rely on setuptools' discovery methods588 (for example by using `find_namespace_packages(...)`/`find_namespace:`589 instead of `find_packages(...)`/`find:`).590591 You can read more about "package discovery" on setuptools documentation page:592593 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html594595 If you don't want 'pythran.boost.config.detail' to be distributed and are596 already explicitly excluding 'pythran.boost.config.detail' via597 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,598 you can try to use `exclude_package_data`, or `include-package-data=False` in599 combination with a more fine grained `package-data` configuration.600601 You can read more about "package data files" on setuptools documentation page:602603 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html604605606 [^1]: For Python, any directory (with suitable naming) can be imported,607 even if it does not contain any `.py` files.608 On the other hand, currently there is no concept of package data609 directory, all directories are treated like packages.610 ********************************************************************************611612!!613 check.warn(importable)614/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.config.no_tr1' is absent from the `packages` configuration.615!!616617 ********************************************************************************618 ############################619 # Package would be ignored #620 ############################621 Python recognizes 'pythran.boost.config.no_tr1' as an importable package[^1],622 but it is absent from setuptools' `packages` configuration.623624 This leads to an ambiguous overall configuration. If you want to distribute this625 package, please make sure that 'pythran.boost.config.no_tr1' is explicitly added626 to the `packages` configuration field.627628 Alternatively, you can also rely on setuptools' discovery methods629 (for example by using `find_namespace_packages(...)`/`find_namespace:`630 instead of `find_packages(...)`/`find:`).631632 You can read more about "package discovery" on setuptools documentation page:633634 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html635636 If you don't want 'pythran.boost.config.no_tr1' to be distributed and are637 already explicitly excluding 'pythran.boost.config.no_tr1' via638 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,639 you can try to use `exclude_package_data`, or `include-package-data=False` in640 combination with a more fine grained `package-data` configuration.641642 You can read more about "package data files" on setuptools documentation page:643644 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html645646647 [^1]: For Python, any directory (with suitable naming) can be imported,648 even if it does not contain any `.py` files.649 On the other hand, currently there is no concept of package data650 directory, all directories are treated like packages.651 ********************************************************************************652653!!654 check.warn(importable)655/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.config.platform' is absent from the `packages` configuration.656!!657658 ********************************************************************************659 ############################660 # Package would be ignored #661 ############################662 Python recognizes 'pythran.boost.config.platform' as an importable package[^1],663 but it is absent from setuptools' `packages` configuration.664665 This leads to an ambiguous overall configuration. If you want to distribute this666 package, please make sure that 'pythran.boost.config.platform' is explicitly added667 to the `packages` configuration field.668669 Alternatively, you can also rely on setuptools' discovery methods670 (for example by using `find_namespace_packages(...)`/`find_namespace:`671 instead of `find_packages(...)`/`find:`).672673 You can read more about "package discovery" on setuptools documentation page:674675 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html676677 If you don't want 'pythran.boost.config.platform' to be distributed and are678 already explicitly excluding 'pythran.boost.config.platform' via679 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,680 you can try to use `exclude_package_data`, or `include-package-data=False` in681 combination with a more fine grained `package-data` configuration.682683 You can read more about "package data files" on setuptools documentation page:684685 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html686687688 [^1]: For Python, any directory (with suitable naming) can be imported,689 even if it does not contain any `.py` files.690 On the other hand, currently there is no concept of package data691 directory, all directories are treated like packages.692 ********************************************************************************693694!!695 check.warn(importable)696/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.config.stdlib' is absent from the `packages` configuration.697!!698699 ********************************************************************************700 ############################701 # Package would be ignored #702 ############################703 Python recognizes 'pythran.boost.config.stdlib' as an importable package[^1],704 but it is absent from setuptools' `packages` configuration.705706 This leads to an ambiguous overall configuration. If you want to distribute this707 package, please make sure that 'pythran.boost.config.stdlib' is explicitly added708 to the `packages` configuration field.709710 Alternatively, you can also rely on setuptools' discovery methods711 (for example by using `find_namespace_packages(...)`/`find_namespace:`712 instead of `find_packages(...)`/`find:`).713714 You can read more about "package discovery" on setuptools documentation page:715716 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html717718 If you don't want 'pythran.boost.config.stdlib' to be distributed and are719 already explicitly excluding 'pythran.boost.config.stdlib' via720 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,721 you can try to use `exclude_package_data`, or `include-package-data=False` in722 combination with a more fine grained `package-data` configuration.723724 You can read more about "package data files" on setuptools documentation page:725726 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html727728729 [^1]: For Python, any directory (with suitable naming) can be imported,730 even if it does not contain any `.py` files.731 On the other hand, currently there is no concept of package data732 directory, all directories are treated like packages.733 ********************************************************************************734735!!736 check.warn(importable)737/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.container' is absent from the `packages` configuration.738!!739740 ********************************************************************************741 ############################742 # Package would be ignored #743 ############################744 Python recognizes 'pythran.boost.container' as an importable package[^1],745 but it is absent from setuptools' `packages` configuration.746747 This leads to an ambiguous overall configuration. If you want to distribute this748 package, please make sure that 'pythran.boost.container' is explicitly added749 to the `packages` configuration field.750751 Alternatively, you can also rely on setuptools' discovery methods752 (for example by using `find_namespace_packages(...)`/`find_namespace:`753 instead of `find_packages(...)`/`find:`).754755 You can read more about "package discovery" on setuptools documentation page:756757 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html758759 If you don't want 'pythran.boost.container' to be distributed and are760 already explicitly excluding 'pythran.boost.container' via761 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,762 you can try to use `exclude_package_data`, or `include-package-data=False` in763 combination with a more fine grained `package-data` configuration.764765 You can read more about "package data files" on setuptools documentation page:766767 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html768769770 [^1]: For Python, any directory (with suitable naming) can be imported,771 even if it does not contain any `.py` files.772 On the other hand, currently there is no concept of package data773 directory, all directories are treated like packages.774 ********************************************************************************775776!!777 check.warn(importable)778/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.container.detail' is absent from the `packages` configuration.779!!780781 ********************************************************************************782 ############################783 # Package would be ignored #784 ############################785 Python recognizes 'pythran.boost.container.detail' as an importable package[^1],786 but it is absent from setuptools' `packages` configuration.787788 This leads to an ambiguous overall configuration. If you want to distribute this789 package, please make sure that 'pythran.boost.container.detail' is explicitly added790 to the `packages` configuration field.791792 Alternatively, you can also rely on setuptools' discovery methods793 (for example by using `find_namespace_packages(...)`/`find_namespace:`794 instead of `find_packages(...)`/`find:`).795796 You can read more about "package discovery" on setuptools documentation page:797798 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html799800 If you don't want 'pythran.boost.container.detail' to be distributed and are801 already explicitly excluding 'pythran.boost.container.detail' via802 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,803 you can try to use `exclude_package_data`, or `include-package-data=False` in804 combination with a more fine grained `package-data` configuration.805806 You can read more about "package data files" on setuptools documentation page:807808 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html809810811 [^1]: For Python, any directory (with suitable naming) can be imported,812 even if it does not contain any `.py` files.813 On the other hand, currently there is no concept of package data814 directory, all directories are treated like packages.815 ********************************************************************************816817!!818 check.warn(importable)819/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.core' is absent from the `packages` configuration.820!!821822 ********************************************************************************823 ############################824 # Package would be ignored #825 ############################826 Python recognizes 'pythran.boost.core' as an importable package[^1],827 but it is absent from setuptools' `packages` configuration.828829 This leads to an ambiguous overall configuration. If you want to distribute this830 package, please make sure that 'pythran.boost.core' is explicitly added831 to the `packages` configuration field.832833 Alternatively, you can also rely on setuptools' discovery methods834 (for example by using `find_namespace_packages(...)`/`find_namespace:`835 instead of `find_packages(...)`/`find:`).836837 You can read more about "package discovery" on setuptools documentation page:838839 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html840841 If you don't want 'pythran.boost.core' to be distributed and are842 already explicitly excluding 'pythran.boost.core' via843 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,844 you can try to use `exclude_package_data`, or `include-package-data=False` in845 combination with a more fine grained `package-data` configuration.846847 You can read more about "package data files" on setuptools documentation page:848849 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html850851852 [^1]: For Python, any directory (with suitable naming) can be imported,853 even if it does not contain any `.py` files.854 On the other hand, currently there is no concept of package data855 directory, all directories are treated like packages.856 ********************************************************************************857858!!859 check.warn(importable)860/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.detail' is absent from the `packages` configuration.861!!862863 ********************************************************************************864 ############################865 # Package would be ignored #866 ############################867 Python recognizes 'pythran.boost.detail' as an importable package[^1],868 but it is absent from setuptools' `packages` configuration.869870 This leads to an ambiguous overall configuration. If you want to distribute this871 package, please make sure that 'pythran.boost.detail' is explicitly added872 to the `packages` configuration field.873874 Alternatively, you can also rely on setuptools' discovery methods875 (for example by using `find_namespace_packages(...)`/`find_namespace:`876 instead of `find_packages(...)`/`find:`).877878 You can read more about "package discovery" on setuptools documentation page:879880 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html881882 If you don't want 'pythran.boost.detail' to be distributed and are883 already explicitly excluding 'pythran.boost.detail' via884 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,885 you can try to use `exclude_package_data`, or `include-package-data=False` in886 combination with a more fine grained `package-data` configuration.887888 You can read more about "package data files" on setuptools documentation page:889890 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html891892893 [^1]: For Python, any directory (with suitable naming) can be imported,894 even if it does not contain any `.py` files.895 On the other hand, currently there is no concept of package data896 directory, all directories are treated like packages.897 ********************************************************************************898899!!900 check.warn(importable)901/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.exception' is absent from the `packages` configuration.902!!903904 ********************************************************************************905 ############################906 # Package would be ignored #907 ############################908 Python recognizes 'pythran.boost.exception' as an importable package[^1],909 but it is absent from setuptools' `packages` configuration.910911 This leads to an ambiguous overall configuration. If you want to distribute this912 package, please make sure that 'pythran.boost.exception' is explicitly added913 to the `packages` configuration field.914915 Alternatively, you can also rely on setuptools' discovery methods916 (for example by using `find_namespace_packages(...)`/`find_namespace:`917 instead of `find_packages(...)`/`find:`).918919 You can read more about "package discovery" on setuptools documentation page:920921 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html922923 If you don't want 'pythran.boost.exception' to be distributed and are924 already explicitly excluding 'pythran.boost.exception' via925 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,926 you can try to use `exclude_package_data`, or `include-package-data=False` in927 combination with a more fine grained `package-data` configuration.928929 You can read more about "package data files" on setuptools documentation page:930931 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html932933934 [^1]: For Python, any directory (with suitable naming) can be imported,935 even if it does not contain any `.py` files.936 On the other hand, currently there is no concept of package data937 directory, all directories are treated like packages.938 ********************************************************************************939940!!941 check.warn(importable)942/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.format' is absent from the `packages` configuration.943!!944945 ********************************************************************************946 ############################947 # Package would be ignored #948 ############################949 Python recognizes 'pythran.boost.format' as an importable package[^1],950 but it is absent from setuptools' `packages` configuration.951952 This leads to an ambiguous overall configuration. If you want to distribute this953 package, please make sure that 'pythran.boost.format' is explicitly added954 to the `packages` configuration field.955956 Alternatively, you can also rely on setuptools' discovery methods957 (for example by using `find_namespace_packages(...)`/`find_namespace:`958 instead of `find_packages(...)`/`find:`).959960 You can read more about "package discovery" on setuptools documentation page:961962 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html963964 If you don't want 'pythran.boost.format' to be distributed and are965 already explicitly excluding 'pythran.boost.format' via966 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,967 you can try to use `exclude_package_data`, or `include-package-data=False` in968 combination with a more fine grained `package-data` configuration.969970 You can read more about "package data files" on setuptools documentation page:971972 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html973974975 [^1]: For Python, any directory (with suitable naming) can be imported,976 even if it does not contain any `.py` files.977 On the other hand, currently there is no concept of package data978 directory, all directories are treated like packages.979 ********************************************************************************980981!!982 check.warn(importable)983/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.format.detail' is absent from the `packages` configuration.984!!985986 ********************************************************************************987 ############################988 # Package would be ignored #989 ############################990 Python recognizes 'pythran.boost.format.detail' as an importable package[^1],991 but it is absent from setuptools' `packages` configuration.992993 This leads to an ambiguous overall configuration. If you want to distribute this994 package, please make sure that 'pythran.boost.format.detail' is explicitly added995 to the `packages` configuration field.996997 Alternatively, you can also rely on setuptools' discovery methods998 (for example by using `find_namespace_packages(...)`/`find_namespace:`999 instead of `find_packages(...)`/`find:`).10001001 You can read more about "package discovery" on setuptools documentation page:10021003 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html10041005 If you don't want 'pythran.boost.format.detail' to be distributed and are1006 already explicitly excluding 'pythran.boost.format.detail' via1007 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1008 you can try to use `exclude_package_data`, or `include-package-data=False` in1009 combination with a more fine grained `package-data` configuration.10101011 You can read more about "package data files" on setuptools documentation page:10121013 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html101410151016 [^1]: For Python, any directory (with suitable naming) can be imported,1017 even if it does not contain any `.py` files.1018 On the other hand, currently there is no concept of package data1019 directory, all directories are treated like packages.1020 ********************************************************************************10211022!!1023 check.warn(importable)1024/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion' is absent from the `packages` configuration.1025!!10261027 ********************************************************************************1028 ############################1029 # Package would be ignored #1030 ############################1031 Python recognizes 'pythran.boost.fusion' as an importable package[^1],1032 but it is absent from setuptools' `packages` configuration.10331034 This leads to an ambiguous overall configuration. If you want to distribute this1035 package, please make sure that 'pythran.boost.fusion' is explicitly added1036 to the `packages` configuration field.10371038 Alternatively, you can also rely on setuptools' discovery methods1039 (for example by using `find_namespace_packages(...)`/`find_namespace:`1040 instead of `find_packages(...)`/`find:`).10411042 You can read more about "package discovery" on setuptools documentation page:10431044 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html10451046 If you don't want 'pythran.boost.fusion' to be distributed and are1047 already explicitly excluding 'pythran.boost.fusion' via1048 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1049 you can try to use `exclude_package_data`, or `include-package-data=False` in1050 combination with a more fine grained `package-data` configuration.10511052 You can read more about "package data files" on setuptools documentation page:10531054 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html105510561057 [^1]: For Python, any directory (with suitable naming) can be imported,1058 even if it does not contain any `.py` files.1059 On the other hand, currently there is no concept of package data1060 directory, all directories are treated like packages.1061 ********************************************************************************10621063!!1064 check.warn(importable)1065/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.adapted' is absent from the `packages` configuration.1066!!10671068 ********************************************************************************1069 ############################1070 # Package would be ignored #1071 ############################1072 Python recognizes 'pythran.boost.fusion.adapted' as an importable package[^1],1073 but it is absent from setuptools' `packages` configuration.10741075 This leads to an ambiguous overall configuration. If you want to distribute this1076 package, please make sure that 'pythran.boost.fusion.adapted' is explicitly added1077 to the `packages` configuration field.10781079 Alternatively, you can also rely on setuptools' discovery methods1080 (for example by using `find_namespace_packages(...)`/`find_namespace:`1081 instead of `find_packages(...)`/`find:`).10821083 You can read more about "package discovery" on setuptools documentation page:10841085 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html10861087 If you don't want 'pythran.boost.fusion.adapted' to be distributed and are1088 already explicitly excluding 'pythran.boost.fusion.adapted' via1089 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1090 you can try to use `exclude_package_data`, or `include-package-data=False` in1091 combination with a more fine grained `package-data` configuration.10921093 You can read more about "package data files" on setuptools documentation page:10941095 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html109610971098 [^1]: For Python, any directory (with suitable naming) can be imported,1099 even if it does not contain any `.py` files.1100 On the other hand, currently there is no concept of package data1101 directory, all directories are treated like packages.1102 ********************************************************************************11031104!!1105 check.warn(importable)1106/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.adapted.mpl' is absent from the `packages` configuration.1107!!11081109 ********************************************************************************1110 ############################1111 # Package would be ignored #1112 ############################1113 Python recognizes 'pythran.boost.fusion.adapted.mpl' as an importable package[^1],1114 but it is absent from setuptools' `packages` configuration.11151116 This leads to an ambiguous overall configuration. If you want to distribute this1117 package, please make sure that 'pythran.boost.fusion.adapted.mpl' is explicitly added1118 to the `packages` configuration field.11191120 Alternatively, you can also rely on setuptools' discovery methods1121 (for example by using `find_namespace_packages(...)`/`find_namespace:`1122 instead of `find_packages(...)`/`find:`).11231124 You can read more about "package discovery" on setuptools documentation page:11251126 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html11271128 If you don't want 'pythran.boost.fusion.adapted.mpl' to be distributed and are1129 already explicitly excluding 'pythran.boost.fusion.adapted.mpl' via1130 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1131 you can try to use `exclude_package_data`, or `include-package-data=False` in1132 combination with a more fine grained `package-data` configuration.11331134 You can read more about "package data files" on setuptools documentation page:11351136 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html113711381139 [^1]: For Python, any directory (with suitable naming) can be imported,1140 even if it does not contain any `.py` files.1141 On the other hand, currently there is no concept of package data1142 directory, all directories are treated like packages.1143 ********************************************************************************11441145!!1146 check.warn(importable)1147/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.adapted.mpl.detail' is absent from the `packages` configuration.1148!!11491150 ********************************************************************************1151 ############################1152 # Package would be ignored #1153 ############################1154 Python recognizes 'pythran.boost.fusion.adapted.mpl.detail' as an importable package[^1],1155 but it is absent from setuptools' `packages` configuration.11561157 This leads to an ambiguous overall configuration. If you want to distribute this1158 package, please make sure that 'pythran.boost.fusion.adapted.mpl.detail' is explicitly added1159 to the `packages` configuration field.11601161 Alternatively, you can also rely on setuptools' discovery methods1162 (for example by using `find_namespace_packages(...)`/`find_namespace:`1163 instead of `find_packages(...)`/`find:`).11641165 You can read more about "package discovery" on setuptools documentation page:11661167 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html11681169 If you don't want 'pythran.boost.fusion.adapted.mpl.detail' to be distributed and are1170 already explicitly excluding 'pythran.boost.fusion.adapted.mpl.detail' via1171 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1172 you can try to use `exclude_package_data`, or `include-package-data=False` in1173 combination with a more fine grained `package-data` configuration.11741175 You can read more about "package data files" on setuptools documentation page:11761177 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html117811791180 [^1]: For Python, any directory (with suitable naming) can be imported,1181 even if it does not contain any `.py` files.1182 On the other hand, currently there is no concept of package data1183 directory, all directories are treated like packages.1184 ********************************************************************************11851186!!1187 check.warn(importable)1188/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.adapted.struct' is absent from the `packages` configuration.1189!!11901191 ********************************************************************************1192 ############################1193 # Package would be ignored #1194 ############################1195 Python recognizes 'pythran.boost.fusion.adapted.struct' as an importable package[^1],1196 but it is absent from setuptools' `packages` configuration.11971198 This leads to an ambiguous overall configuration. If you want to distribute this1199 package, please make sure that 'pythran.boost.fusion.adapted.struct' is explicitly added1200 to the `packages` configuration field.12011202 Alternatively, you can also rely on setuptools' discovery methods1203 (for example by using `find_namespace_packages(...)`/`find_namespace:`1204 instead of `find_packages(...)`/`find:`).12051206 You can read more about "package discovery" on setuptools documentation page:12071208 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html12091210 If you don't want 'pythran.boost.fusion.adapted.struct' to be distributed and are1211 already explicitly excluding 'pythran.boost.fusion.adapted.struct' via1212 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1213 you can try to use `exclude_package_data`, or `include-package-data=False` in1214 combination with a more fine grained `package-data` configuration.12151216 You can read more about "package data files" on setuptools documentation page:12171218 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html121912201221 [^1]: For Python, any directory (with suitable naming) can be imported,1222 even if it does not contain any `.py` files.1223 On the other hand, currently there is no concept of package data1224 directory, all directories are treated like packages.1225 ********************************************************************************12261227!!1228 check.warn(importable)1229/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.adapted.struct.detail' is absent from the `packages` configuration.1230!!12311232 ********************************************************************************1233 ############################1234 # Package would be ignored #1235 ############################1236 Python recognizes 'pythran.boost.fusion.adapted.struct.detail' as an importable package[^1],1237 but it is absent from setuptools' `packages` configuration.12381239 This leads to an ambiguous overall configuration. If you want to distribute this1240 package, please make sure that 'pythran.boost.fusion.adapted.struct.detail' is explicitly added1241 to the `packages` configuration field.12421243 Alternatively, you can also rely on setuptools' discovery methods1244 (for example by using `find_namespace_packages(...)`/`find_namespace:`1245 instead of `find_packages(...)`/`find:`).12461247 You can read more about "package discovery" on setuptools documentation page:12481249 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html12501251 If you don't want 'pythran.boost.fusion.adapted.struct.detail' to be distributed and are1252 already explicitly excluding 'pythran.boost.fusion.adapted.struct.detail' via1253 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1254 you can try to use `exclude_package_data`, or `include-package-data=False` in1255 combination with a more fine grained `package-data` configuration.12561257 You can read more about "package data files" on setuptools documentation page:12581259 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html126012611262 [^1]: For Python, any directory (with suitable naming) can be imported,1263 even if it does not contain any `.py` files.1264 On the other hand, currently there is no concept of package data1265 directory, all directories are treated like packages.1266 ********************************************************************************12671268!!1269 check.warn(importable)1270/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.adapted.struct.detail.preprocessor' is absent from the `packages` configuration.1271!!12721273 ********************************************************************************1274 ############################1275 # Package would be ignored #1276 ############################1277 Python recognizes 'pythran.boost.fusion.adapted.struct.detail.preprocessor' as an importable package[^1],1278 but it is absent from setuptools' `packages` configuration.12791280 This leads to an ambiguous overall configuration. If you want to distribute this1281 package, please make sure that 'pythran.boost.fusion.adapted.struct.detail.preprocessor' is explicitly added1282 to the `packages` configuration field.12831284 Alternatively, you can also rely on setuptools' discovery methods1285 (for example by using `find_namespace_packages(...)`/`find_namespace:`1286 instead of `find_packages(...)`/`find:`).12871288 You can read more about "package discovery" on setuptools documentation page:12891290 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html12911292 If you don't want 'pythran.boost.fusion.adapted.struct.detail.preprocessor' to be distributed and are1293 already explicitly excluding 'pythran.boost.fusion.adapted.struct.detail.preprocessor' via1294 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1295 you can try to use `exclude_package_data`, or `include-package-data=False` in1296 combination with a more fine grained `package-data` configuration.12971298 You can read more about "package data files" on setuptools documentation page:12991300 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html130113021303 [^1]: For Python, any directory (with suitable naming) can be imported,1304 even if it does not contain any `.py` files.1305 On the other hand, currently there is no concept of package data1306 directory, all directories are treated like packages.1307 ********************************************************************************13081309!!1310 check.warn(importable)1311/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.algorithm.transformation' is absent from the `packages` configuration.1312!!13131314 ********************************************************************************1315 ############################1316 # Package would be ignored #1317 ############################1318 Python recognizes 'pythran.boost.fusion.algorithm.transformation' as an importable package[^1],1319 but it is absent from setuptools' `packages` configuration.13201321 This leads to an ambiguous overall configuration. If you want to distribute this1322 package, please make sure that 'pythran.boost.fusion.algorithm.transformation' is explicitly added1323 to the `packages` configuration field.13241325 Alternatively, you can also rely on setuptools' discovery methods1326 (for example by using `find_namespace_packages(...)`/`find_namespace:`1327 instead of `find_packages(...)`/`find:`).13281329 You can read more about "package discovery" on setuptools documentation page:13301331 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html13321333 If you don't want 'pythran.boost.fusion.algorithm.transformation' to be distributed and are1334 already explicitly excluding 'pythran.boost.fusion.algorithm.transformation' via1335 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1336 you can try to use `exclude_package_data`, or `include-package-data=False` in1337 combination with a more fine grained `package-data` configuration.13381339 You can read more about "package data files" on setuptools documentation page:13401341 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html134213431344 [^1]: For Python, any directory (with suitable naming) can be imported,1345 even if it does not contain any `.py` files.1346 On the other hand, currently there is no concept of package data1347 directory, all directories are treated like packages.1348 ********************************************************************************13491350!!1351 check.warn(importable)1352/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.container.generation' is absent from the `packages` configuration.1353!!13541355 ********************************************************************************1356 ############################1357 # Package would be ignored #1358 ############################1359 Python recognizes 'pythran.boost.fusion.container.generation' as an importable package[^1],1360 but it is absent from setuptools' `packages` configuration.13611362 This leads to an ambiguous overall configuration. If you want to distribute this1363 package, please make sure that 'pythran.boost.fusion.container.generation' is explicitly added1364 to the `packages` configuration field.13651366 Alternatively, you can also rely on setuptools' discovery methods1367 (for example by using `find_namespace_packages(...)`/`find_namespace:`1368 instead of `find_packages(...)`/`find:`).13691370 You can read more about "package discovery" on setuptools documentation page:13711372 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html13731374 If you don't want 'pythran.boost.fusion.container.generation' to be distributed and are1375 already explicitly excluding 'pythran.boost.fusion.container.generation' via1376 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1377 you can try to use `exclude_package_data`, or `include-package-data=False` in1378 combination with a more fine grained `package-data` configuration.13791380 You can read more about "package data files" on setuptools documentation page:13811382 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html138313841385 [^1]: For Python, any directory (with suitable naming) can be imported,1386 even if it does not contain any `.py` files.1387 On the other hand, currently there is no concept of package data1388 directory, all directories are treated like packages.1389 ********************************************************************************13901391!!1392 check.warn(importable)1393/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.container.list' is absent from the `packages` configuration.1394!!13951396 ********************************************************************************1397 ############################1398 # Package would be ignored #1399 ############################1400 Python recognizes 'pythran.boost.fusion.container.list' as an importable package[^1],1401 but it is absent from setuptools' `packages` configuration.14021403 This leads to an ambiguous overall configuration. If you want to distribute this1404 package, please make sure that 'pythran.boost.fusion.container.list' is explicitly added1405 to the `packages` configuration field.14061407 Alternatively, you can also rely on setuptools' discovery methods1408 (for example by using `find_namespace_packages(...)`/`find_namespace:`1409 instead of `find_packages(...)`/`find:`).14101411 You can read more about "package discovery" on setuptools documentation page:14121413 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html14141415 If you don't want 'pythran.boost.fusion.container.list' to be distributed and are1416 already explicitly excluding 'pythran.boost.fusion.container.list' via1417 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1418 you can try to use `exclude_package_data`, or `include-package-data=False` in1419 combination with a more fine grained `package-data` configuration.14201421 You can read more about "package data files" on setuptools documentation page:14221423 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html142414251426 [^1]: For Python, any directory (with suitable naming) can be imported,1427 even if it does not contain any `.py` files.1428 On the other hand, currently there is no concept of package data1429 directory, all directories are treated like packages.1430 ********************************************************************************14311432!!1433 check.warn(importable)1434/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.container.list.detail' is absent from the `packages` configuration.1435!!14361437 ********************************************************************************1438 ############################1439 # Package would be ignored #1440 ############################1441 Python recognizes 'pythran.boost.fusion.container.list.detail' as an importable package[^1],1442 but it is absent from setuptools' `packages` configuration.14431444 This leads to an ambiguous overall configuration. If you want to distribute this1445 package, please make sure that 'pythran.boost.fusion.container.list.detail' is explicitly added1446 to the `packages` configuration field.14471448 Alternatively, you can also rely on setuptools' discovery methods1449 (for example by using `find_namespace_packages(...)`/`find_namespace:`1450 instead of `find_packages(...)`/`find:`).14511452 You can read more about "package discovery" on setuptools documentation page:14531454 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html14551456 If you don't want 'pythran.boost.fusion.container.list.detail' to be distributed and are1457 already explicitly excluding 'pythran.boost.fusion.container.list.detail' via1458 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1459 you can try to use `exclude_package_data`, or `include-package-data=False` in1460 combination with a more fine grained `package-data` configuration.14611462 You can read more about "package data files" on setuptools documentation page:14631464 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html146514661467 [^1]: For Python, any directory (with suitable naming) can be imported,1468 even if it does not contain any `.py` files.1469 On the other hand, currently there is no concept of package data1470 directory, all directories are treated like packages.1471 ********************************************************************************14721473!!1474 check.warn(importable)1475/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.container.list.detail.cpp03' is absent from the `packages` configuration.1476!!14771478 ********************************************************************************1479 ############################1480 # Package would be ignored #1481 ############################1482 Python recognizes 'pythran.boost.fusion.container.list.detail.cpp03' as an importable package[^1],1483 but it is absent from setuptools' `packages` configuration.14841485 This leads to an ambiguous overall configuration. If you want to distribute this1486 package, please make sure that 'pythran.boost.fusion.container.list.detail.cpp03' is explicitly added1487 to the `packages` configuration field.14881489 Alternatively, you can also rely on setuptools' discovery methods1490 (for example by using `find_namespace_packages(...)`/`find_namespace:`1491 instead of `find_packages(...)`/`find:`).14921493 You can read more about "package discovery" on setuptools documentation page:14941495 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html14961497 If you don't want 'pythran.boost.fusion.container.list.detail.cpp03' to be distributed and are1498 already explicitly excluding 'pythran.boost.fusion.container.list.detail.cpp03' via1499 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1500 you can try to use `exclude_package_data`, or `include-package-data=False` in1501 combination with a more fine grained `package-data` configuration.15021503 You can read more about "package data files" on setuptools documentation page:15041505 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html150615071508 [^1]: For Python, any directory (with suitable naming) can be imported,1509 even if it does not contain any `.py` files.1510 On the other hand, currently there is no concept of package data1511 directory, all directories are treated like packages.1512 ********************************************************************************15131514!!1515 check.warn(importable)1516/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.container.list.detail.cpp03.preprocessed' is absent from the `packages` configuration.1517!!15181519 ********************************************************************************1520 ############################1521 # Package would be ignored #1522 ############################1523 Python recognizes 'pythran.boost.fusion.container.list.detail.cpp03.preprocessed' as an importable package[^1],1524 but it is absent from setuptools' `packages` configuration.15251526 This leads to an ambiguous overall configuration. If you want to distribute this1527 package, please make sure that 'pythran.boost.fusion.container.list.detail.cpp03.preprocessed' is explicitly added1528 to the `packages` configuration field.15291530 Alternatively, you can also rely on setuptools' discovery methods1531 (for example by using `find_namespace_packages(...)`/`find_namespace:`1532 instead of `find_packages(...)`/`find:`).15331534 You can read more about "package discovery" on setuptools documentation page:15351536 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html15371538 If you don't want 'pythran.boost.fusion.container.list.detail.cpp03.preprocessed' to be distributed and are1539 already explicitly excluding 'pythran.boost.fusion.container.list.detail.cpp03.preprocessed' via1540 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1541 you can try to use `exclude_package_data`, or `include-package-data=False` in1542 combination with a more fine grained `package-data` configuration.15431544 You can read more about "package data files" on setuptools documentation page:15451546 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html154715481549 [^1]: For Python, any directory (with suitable naming) can be imported,1550 even if it does not contain any `.py` files.1551 On the other hand, currently there is no concept of package data1552 directory, all directories are treated like packages.1553 ********************************************************************************15541555!!1556 check.warn(importable)1557/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.container.vector' is absent from the `packages` configuration.1558!!15591560 ********************************************************************************1561 ############################1562 # Package would be ignored #1563 ############################1564 Python recognizes 'pythran.boost.fusion.container.vector' as an importable package[^1],1565 but it is absent from setuptools' `packages` configuration.15661567 This leads to an ambiguous overall configuration. If you want to distribute this1568 package, please make sure that 'pythran.boost.fusion.container.vector' is explicitly added1569 to the `packages` configuration field.15701571 Alternatively, you can also rely on setuptools' discovery methods1572 (for example by using `find_namespace_packages(...)`/`find_namespace:`1573 instead of `find_packages(...)`/`find:`).15741575 You can read more about "package discovery" on setuptools documentation page:15761577 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html15781579 If you don't want 'pythran.boost.fusion.container.vector' to be distributed and are1580 already explicitly excluding 'pythran.boost.fusion.container.vector' via1581 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1582 you can try to use `exclude_package_data`, or `include-package-data=False` in1583 combination with a more fine grained `package-data` configuration.15841585 You can read more about "package data files" on setuptools documentation page:15861587 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html158815891590 [^1]: For Python, any directory (with suitable naming) can be imported,1591 even if it does not contain any `.py` files.1592 On the other hand, currently there is no concept of package data1593 directory, all directories are treated like packages.1594 ********************************************************************************15951596!!1597 check.warn(importable)1598/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.container.vector.detail' is absent from the `packages` configuration.1599!!16001601 ********************************************************************************1602 ############################1603 # Package would be ignored #1604 ############################1605 Python recognizes 'pythran.boost.fusion.container.vector.detail' as an importable package[^1],1606 but it is absent from setuptools' `packages` configuration.16071608 This leads to an ambiguous overall configuration. If you want to distribute this1609 package, please make sure that 'pythran.boost.fusion.container.vector.detail' is explicitly added1610 to the `packages` configuration field.16111612 Alternatively, you can also rely on setuptools' discovery methods1613 (for example by using `find_namespace_packages(...)`/`find_namespace:`1614 instead of `find_packages(...)`/`find:`).16151616 You can read more about "package discovery" on setuptools documentation page:16171618 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html16191620 If you don't want 'pythran.boost.fusion.container.vector.detail' to be distributed and are1621 already explicitly excluding 'pythran.boost.fusion.container.vector.detail' via1622 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1623 you can try to use `exclude_package_data`, or `include-package-data=False` in1624 combination with a more fine grained `package-data` configuration.16251626 You can read more about "package data files" on setuptools documentation page:16271628 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html162916301631 [^1]: For Python, any directory (with suitable naming) can be imported,1632 even if it does not contain any `.py` files.1633 On the other hand, currently there is no concept of package data1634 directory, all directories are treated like packages.1635 ********************************************************************************16361637!!1638 check.warn(importable)1639/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.container.vector.detail.cpp03' is absent from the `packages` configuration.1640!!16411642 ********************************************************************************1643 ############################1644 # Package would be ignored #1645 ############################1646 Python recognizes 'pythran.boost.fusion.container.vector.detail.cpp03' as an importable package[^1],1647 but it is absent from setuptools' `packages` configuration.16481649 This leads to an ambiguous overall configuration. If you want to distribute this1650 package, please make sure that 'pythran.boost.fusion.container.vector.detail.cpp03' is explicitly added1651 to the `packages` configuration field.16521653 Alternatively, you can also rely on setuptools' discovery methods1654 (for example by using `find_namespace_packages(...)`/`find_namespace:`1655 instead of `find_packages(...)`/`find:`).16561657 You can read more about "package discovery" on setuptools documentation page:16581659 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html16601661 If you don't want 'pythran.boost.fusion.container.vector.detail.cpp03' to be distributed and are1662 already explicitly excluding 'pythran.boost.fusion.container.vector.detail.cpp03' via1663 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1664 you can try to use `exclude_package_data`, or `include-package-data=False` in1665 combination with a more fine grained `package-data` configuration.16661667 You can read more about "package data files" on setuptools documentation page:16681669 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html167016711672 [^1]: For Python, any directory (with suitable naming) can be imported,1673 even if it does not contain any `.py` files.1674 On the other hand, currently there is no concept of package data1675 directory, all directories are treated like packages.1676 ********************************************************************************16771678!!1679 check.warn(importable)1680/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.container.vector.detail.cpp03.preprocessed' is absent from the `packages` configuration.1681!!16821683 ********************************************************************************1684 ############################1685 # Package would be ignored #1686 ############################1687 Python recognizes 'pythran.boost.fusion.container.vector.detail.cpp03.preprocessed' as an importable package[^1],1688 but it is absent from setuptools' `packages` configuration.16891690 This leads to an ambiguous overall configuration. If you want to distribute this1691 package, please make sure that 'pythran.boost.fusion.container.vector.detail.cpp03.preprocessed' is explicitly added1692 to the `packages` configuration field.16931694 Alternatively, you can also rely on setuptools' discovery methods1695 (for example by using `find_namespace_packages(...)`/`find_namespace:`1696 instead of `find_packages(...)`/`find:`).16971698 You can read more about "package discovery" on setuptools documentation page:16991700 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html17011702 If you don't want 'pythran.boost.fusion.container.vector.detail.cpp03.preprocessed' to be distributed and are1703 already explicitly excluding 'pythran.boost.fusion.container.vector.detail.cpp03.preprocessed' via1704 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1705 you can try to use `exclude_package_data`, or `include-package-data=False` in1706 combination with a more fine grained `package-data` configuration.17071708 You can read more about "package data files" on setuptools documentation page:17091710 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html171117121713 [^1]: For Python, any directory (with suitable naming) can be imported,1714 even if it does not contain any `.py` files.1715 On the other hand, currently there is no concept of package data1716 directory, all directories are treated like packages.1717 ********************************************************************************17181719!!1720 check.warn(importable)1721/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.include' is absent from the `packages` configuration.1722!!17231724 ********************************************************************************1725 ############################1726 # Package would be ignored #1727 ############################1728 Python recognizes 'pythran.boost.fusion.include' as an importable package[^1],1729 but it is absent from setuptools' `packages` configuration.17301731 This leads to an ambiguous overall configuration. If you want to distribute this1732 package, please make sure that 'pythran.boost.fusion.include' is explicitly added1733 to the `packages` configuration field.17341735 Alternatively, you can also rely on setuptools' discovery methods1736 (for example by using `find_namespace_packages(...)`/`find_namespace:`1737 instead of `find_packages(...)`/`find:`).17381739 You can read more about "package discovery" on setuptools documentation page:17401741 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html17421743 If you don't want 'pythran.boost.fusion.include' to be distributed and are1744 already explicitly excluding 'pythran.boost.fusion.include' via1745 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1746 you can try to use `exclude_package_data`, or `include-package-data=False` in1747 combination with a more fine grained `package-data` configuration.17481749 You can read more about "package data files" on setuptools documentation page:17501751 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html175217531754 [^1]: For Python, any directory (with suitable naming) can be imported,1755 even if it does not contain any `.py` files.1756 On the other hand, currently there is no concept of package data1757 directory, all directories are treated like packages.1758 ********************************************************************************17591760!!1761 check.warn(importable)1762/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.iterator' is absent from the `packages` configuration.1763!!17641765 ********************************************************************************1766 ############################1767 # Package would be ignored #1768 ############################1769 Python recognizes 'pythran.boost.fusion.iterator' as an importable package[^1],1770 but it is absent from setuptools' `packages` configuration.17711772 This leads to an ambiguous overall configuration. If you want to distribute this1773 package, please make sure that 'pythran.boost.fusion.iterator' is explicitly added1774 to the `packages` configuration field.17751776 Alternatively, you can also rely on setuptools' discovery methods1777 (for example by using `find_namespace_packages(...)`/`find_namespace:`1778 instead of `find_packages(...)`/`find:`).17791780 You can read more about "package discovery" on setuptools documentation page:17811782 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html17831784 If you don't want 'pythran.boost.fusion.iterator' to be distributed and are1785 already explicitly excluding 'pythran.boost.fusion.iterator' via1786 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1787 you can try to use `exclude_package_data`, or `include-package-data=False` in1788 combination with a more fine grained `package-data` configuration.17891790 You can read more about "package data files" on setuptools documentation page:17911792 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html179317941795 [^1]: For Python, any directory (with suitable naming) can be imported,1796 even if it does not contain any `.py` files.1797 On the other hand, currently there is no concept of package data1798 directory, all directories are treated like packages.1799 ********************************************************************************18001801!!1802 check.warn(importable)1803/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.iterator.detail' is absent from the `packages` configuration.1804!!18051806 ********************************************************************************1807 ############################1808 # Package would be ignored #1809 ############################1810 Python recognizes 'pythran.boost.fusion.iterator.detail' as an importable package[^1],1811 but it is absent from setuptools' `packages` configuration.18121813 This leads to an ambiguous overall configuration. If you want to distribute this1814 package, please make sure that 'pythran.boost.fusion.iterator.detail' is explicitly added1815 to the `packages` configuration field.18161817 Alternatively, you can also rely on setuptools' discovery methods1818 (for example by using `find_namespace_packages(...)`/`find_namespace:`1819 instead of `find_packages(...)`/`find:`).18201821 You can read more about "package discovery" on setuptools documentation page:18221823 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html18241825 If you don't want 'pythran.boost.fusion.iterator.detail' to be distributed and are1826 already explicitly excluding 'pythran.boost.fusion.iterator.detail' via1827 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1828 you can try to use `exclude_package_data`, or `include-package-data=False` in1829 combination with a more fine grained `package-data` configuration.18301831 You can read more about "package data files" on setuptools documentation page:18321833 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html183418351836 [^1]: For Python, any directory (with suitable naming) can be imported,1837 even if it does not contain any `.py` files.1838 On the other hand, currently there is no concept of package data1839 directory, all directories are treated like packages.1840 ********************************************************************************18411842!!1843 check.warn(importable)1844/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.iterator.mpl' is absent from the `packages` configuration.1845!!18461847 ********************************************************************************1848 ############################1849 # Package would be ignored #1850 ############################1851 Python recognizes 'pythran.boost.fusion.iterator.mpl' as an importable package[^1],1852 but it is absent from setuptools' `packages` configuration.18531854 This leads to an ambiguous overall configuration. If you want to distribute this1855 package, please make sure that 'pythran.boost.fusion.iterator.mpl' is explicitly added1856 to the `packages` configuration field.18571858 Alternatively, you can also rely on setuptools' discovery methods1859 (for example by using `find_namespace_packages(...)`/`find_namespace:`1860 instead of `find_packages(...)`/`find:`).18611862 You can read more about "package discovery" on setuptools documentation page:18631864 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html18651866 If you don't want 'pythran.boost.fusion.iterator.mpl' to be distributed and are1867 already explicitly excluding 'pythran.boost.fusion.iterator.mpl' via1868 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1869 you can try to use `exclude_package_data`, or `include-package-data=False` in1870 combination with a more fine grained `package-data` configuration.18711872 You can read more about "package data files" on setuptools documentation page:18731874 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html187518761877 [^1]: For Python, any directory (with suitable naming) can be imported,1878 even if it does not contain any `.py` files.1879 On the other hand, currently there is no concept of package data1880 directory, all directories are treated like packages.1881 ********************************************************************************18821883!!1884 check.warn(importable)1885/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.mpl' is absent from the `packages` configuration.1886!!18871888 ********************************************************************************1889 ############################1890 # Package would be ignored #1891 ############################1892 Python recognizes 'pythran.boost.fusion.mpl' as an importable package[^1],1893 but it is absent from setuptools' `packages` configuration.18941895 This leads to an ambiguous overall configuration. If you want to distribute this1896 package, please make sure that 'pythran.boost.fusion.mpl' is explicitly added1897 to the `packages` configuration field.18981899 Alternatively, you can also rely on setuptools' discovery methods1900 (for example by using `find_namespace_packages(...)`/`find_namespace:`1901 instead of `find_packages(...)`/`find:`).19021903 You can read more about "package discovery" on setuptools documentation page:19041905 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html19061907 If you don't want 'pythran.boost.fusion.mpl' to be distributed and are1908 already explicitly excluding 'pythran.boost.fusion.mpl' via1909 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1910 you can try to use `exclude_package_data`, or `include-package-data=False` in1911 combination with a more fine grained `package-data` configuration.19121913 You can read more about "package data files" on setuptools documentation page:19141915 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html191619171918 [^1]: For Python, any directory (with suitable naming) can be imported,1919 even if it does not contain any `.py` files.1920 On the other hand, currently there is no concept of package data1921 directory, all directories are treated like packages.1922 ********************************************************************************19231924!!1925 check.warn(importable)1926/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.sequence' is absent from the `packages` configuration.1927!!19281929 ********************************************************************************1930 ############################1931 # Package would be ignored #1932 ############################1933 Python recognizes 'pythran.boost.fusion.sequence' as an importable package[^1],1934 but it is absent from setuptools' `packages` configuration.19351936 This leads to an ambiguous overall configuration. If you want to distribute this1937 package, please make sure that 'pythran.boost.fusion.sequence' is explicitly added1938 to the `packages` configuration field.19391940 Alternatively, you can also rely on setuptools' discovery methods1941 (for example by using `find_namespace_packages(...)`/`find_namespace:`1942 instead of `find_packages(...)`/`find:`).19431944 You can read more about "package discovery" on setuptools documentation page:19451946 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html19471948 If you don't want 'pythran.boost.fusion.sequence' to be distributed and are1949 already explicitly excluding 'pythran.boost.fusion.sequence' via1950 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1951 you can try to use `exclude_package_data`, or `include-package-data=False` in1952 combination with a more fine grained `package-data` configuration.19531954 You can read more about "package data files" on setuptools documentation page:19551956 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html195719581959 [^1]: For Python, any directory (with suitable naming) can be imported,1960 even if it does not contain any `.py` files.1961 On the other hand, currently there is no concept of package data1962 directory, all directories are treated like packages.1963 ********************************************************************************19641965!!1966 check.warn(importable)1967/nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pythran.boost.fusion.sequence.comparison' is absent from the `packages` configuration.1968!!19691970 ********************************************************************************1971 ############################1972 # Package would be ignored #1973 ############################1974 Python recognizes 'pythran.boost.fusion.sequence.comparison' as an importable package[^1],1975 but it is absent from setuptools' `packages` configuration.19761977 This leads to an ambiguous overall configuration. If you want to distribute this1978 package, please make sure that 'pythran.boost.fusion.sequence.comparison' is explicitly added1979 to the `packages` configuration field.19801981 Alternatively, you can also rely on setuptools' discovery methods1982 (for example by using `find_namespace_packages(...)`/`find_namespace:`1983 instead of `find_packages(...)`/`find:`).19841985 You can read more about "package discovery" on setuptools documentation page:19861987 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html19881989 If you don't want 'pythran.boost.fusion.sequence.comparison' to be distributed and are1990 already explicitly excluding 'pythran.boost.fusion.sequence.comparison' via1991 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,1992 you can try to use `exclude_package_data`, or `include-package-data=False` in1993 combination with a more fine grained `package-data` configuration.19941995 You can read more about "package data files" on setuptools documentation page:19961997 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html199819992000 [^1]: For Python, any directory (with suitable naming) can be imported,loading 21,811 hidden lines…
23812adding 'pythran/boost/mpl/aux_/preprocessed/dmc/reverse_iter_fold_impl.hpp'23813adding 'pythran/boost/mpl/aux_/preprocessed/dmc/set.hpp'23814adding 'pythran/boost/mpl/aux_/preprocessed/dmc/set_c.hpp'23815adding 'pythran/boost/mpl/aux_/preprocessed/dmc/shift_left.hpp'23816adding 'pythran/boost/mpl/aux_/preprocessed/dmc/shift_right.hpp'23817adding 'pythran/boost/mpl/aux_/preprocessed/dmc/template_arity.hpp'23818adding 'pythran/boost/mpl/aux_/preprocessed/dmc/times.hpp'23819adding 'pythran/boost/mpl/aux_/preprocessed/dmc/unpack_args.hpp'23820adding 'pythran/boost/mpl/aux_/preprocessed/dmc/vector.hpp'23821adding 'pythran/boost/mpl/aux_/preprocessed/dmc/vector_c.hpp'23822adding 'pythran/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp'23823adding 'pythran/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp'23824adding 'pythran/boost/mpl/aux_/preprocessed/gcc/and.hpp'23825adding 'pythran/boost/mpl/aux_/preprocessed/gcc/apply.hpp'23826adding 'pythran/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp'23827adding 'pythran/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp'23828adding 'pythran/boost/mpl/aux_/preprocessed/gcc/arg.hpp'23829adding 'pythran/boost/mpl/aux_/preprocessed/gcc/basic_bind.hpp'23830adding 'pythran/boost/mpl/aux_/preprocessed/gcc/bind.hpp'23831adding 'pythran/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp'23832adding 'pythran/boost/mpl/aux_/preprocessed/gcc/bitand.hpp'23833adding 'pythran/boost/mpl/aux_/preprocessed/gcc/bitor.hpp'23834adding 'pythran/boost/mpl/aux_/preprocessed/gcc/bitxor.hpp'23835adding 'pythran/boost/mpl/aux_/preprocessed/gcc/deque.hpp'23836adding 'pythran/boost/mpl/aux_/preprocessed/gcc/divides.hpp'23837adding 'pythran/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp'23838adding 'pythran/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp'23839adding 'pythran/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp'23840adding 'pythran/boost/mpl/aux_/preprocessed/gcc/greater.hpp'23841adding 'pythran/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp'23842adding 'pythran/boost/mpl/aux_/preprocessed/gcc/inherit.hpp'23843adding 'pythran/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp'23844adding 'pythran/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp'23845adding 'pythran/boost/mpl/aux_/preprocessed/gcc/lambda_no_ctps.hpp'23846adding 'pythran/boost/mpl/aux_/preprocessed/gcc/less.hpp'23847adding 'pythran/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp'23848adding 'pythran/boost/mpl/aux_/preprocessed/gcc/list.hpp'23849adding 'pythran/boost/mpl/aux_/preprocessed/gcc/list_c.hpp'23850adding 'pythran/boost/mpl/aux_/preprocessed/gcc/map.hpp'23851adding 'pythran/boost/mpl/aux_/preprocessed/gcc/minus.hpp'23852adding 'pythran/boost/mpl/aux_/preprocessed/gcc/modulus.hpp'23853adding 'pythran/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp'23854adding 'pythran/boost/mpl/aux_/preprocessed/gcc/or.hpp'23855adding 'pythran/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp'23856adding 'pythran/boost/mpl/aux_/preprocessed/gcc/plus.hpp'23857adding 'pythran/boost/mpl/aux_/preprocessed/gcc/quote.hpp'23858adding 'pythran/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp'23859adding 'pythran/boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp'23860adding 'pythran/boost/mpl/aux_/preprocessed/gcc/set.hpp'23861adding 'pythran/boost/mpl/aux_/preprocessed/gcc/set_c.hpp'23862adding 'pythran/boost/mpl/aux_/preprocessed/gcc/shift_left.hpp'23863adding 'pythran/boost/mpl/aux_/preprocessed/gcc/shift_right.hpp'23864adding 'pythran/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp'23865adding 'pythran/boost/mpl/aux_/preprocessed/gcc/times.hpp'23866adding 'pythran/boost/mpl/aux_/preprocessed/gcc/unpack_args.hpp'23867adding 'pythran/boost/mpl/aux_/preprocessed/gcc/vector.hpp'23868adding 'pythran/boost/mpl/aux_/preprocessed/gcc/vector_c.hpp'23869adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/advance_backward.hpp'23870adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/advance_forward.hpp'23871adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/and.hpp'23872adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/apply.hpp'23873adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/apply_fwd.hpp'23874adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/apply_wrap.hpp'23875adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/arg.hpp'23876adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/basic_bind.hpp'23877adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/bind.hpp'23878adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/bind_fwd.hpp'23879adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/bitand.hpp'23880adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/bitor.hpp'23881adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/bitxor.hpp'23882adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/deque.hpp'23883adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/divides.hpp'23884adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/equal_to.hpp'23885adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/fold_impl.hpp'23886adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/full_lambda.hpp'23887adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/greater.hpp'23888adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/greater_equal.hpp'23889adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/inherit.hpp'23890adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/iter_fold_if_impl.hpp'23891adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/iter_fold_impl.hpp'23892adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/lambda_no_ctps.hpp'23893adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/less.hpp'23894adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/less_equal.hpp'23895adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/list.hpp'23896adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/list_c.hpp'23897adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/map.hpp'23898adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/minus.hpp'23899adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/modulus.hpp'23900adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/not_equal_to.hpp'23901adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/or.hpp'23902adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/placeholders.hpp'23903adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/plus.hpp'23904adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/quote.hpp'23905adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/reverse_fold_impl.hpp'23906adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/reverse_iter_fold_impl.hpp'23907adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/set.hpp'23908adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/set_c.hpp'23909adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/shift_left.hpp'23910adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/shift_right.hpp'23911adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/template_arity.hpp'23912adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/times.hpp'23913adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/unpack_args.hpp'23914adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/vector.hpp'23915adding 'pythran/boost/mpl/aux_/preprocessed/msvc60/vector_c.hpp'23916adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/advance_backward.hpp'23917adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/advance_forward.hpp'23918adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/and.hpp'23919adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/apply.hpp'23920adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/apply_fwd.hpp'23921adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/apply_wrap.hpp'23922adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/arg.hpp'23923adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/basic_bind.hpp'23924adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/bind.hpp'23925adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/bind_fwd.hpp'23926adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/bitand.hpp'23927adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/bitor.hpp'23928adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/bitxor.hpp'23929adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/deque.hpp'23930adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/divides.hpp'23931adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/equal_to.hpp'23932adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/fold_impl.hpp'23933adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/full_lambda.hpp'23934adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/greater.hpp'23935adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/greater_equal.hpp'23936adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/inherit.hpp'23937adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/iter_fold_if_impl.hpp'23938adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/iter_fold_impl.hpp'23939adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/lambda_no_ctps.hpp'23940adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/less.hpp'23941adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/less_equal.hpp'23942adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/list.hpp'23943adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/list_c.hpp'23944adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/map.hpp'23945adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/minus.hpp'23946adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/modulus.hpp'23947adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/not_equal_to.hpp'23948adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/or.hpp'23949adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/placeholders.hpp'23950adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/plus.hpp'23951adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/quote.hpp'23952adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/reverse_fold_impl.hpp'23953adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/reverse_iter_fold_impl.hpp'23954adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/set.hpp'23955adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/set_c.hpp'23956adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/shift_left.hpp'23957adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/shift_right.hpp'23958adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/template_arity.hpp'23959adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/times.hpp'23960adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/unpack_args.hpp'23961adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/vector.hpp'23962adding 'pythran/boost/mpl/aux_/preprocessed/msvc70/vector_c.hpp'23963adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/advance_backward.hpp'23964adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/advance_forward.hpp'23965adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/and.hpp'23966adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/apply.hpp'23967adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/apply_fwd.hpp'23968adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/apply_wrap.hpp'23969adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/arg.hpp'23970adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/basic_bind.hpp'23971adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/bind.hpp'23972adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/bind_fwd.hpp'23973adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/bitand.hpp'23974adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/bitor.hpp'23975adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/bitxor.hpp'23976adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/deque.hpp'23977adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/divides.hpp'23978adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/equal_to.hpp'23979adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/fold_impl.hpp'23980adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/full_lambda.hpp'23981adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/greater.hpp'23982adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/greater_equal.hpp'23983adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/inherit.hpp'23984adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/iter_fold_if_impl.hpp'23985adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/iter_fold_impl.hpp'23986adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/lambda_no_ctps.hpp'23987adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/less.hpp'23988adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/less_equal.hpp'23989adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/list.hpp'23990adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/list_c.hpp'23991adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/map.hpp'23992adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/minus.hpp'23993adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/modulus.hpp'23994adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/not_equal_to.hpp'23995adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/or.hpp'23996adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/placeholders.hpp'23997adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/plus.hpp'23998adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/quote.hpp'23999adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/reverse_fold_impl.hpp'24000adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/reverse_iter_fold_impl.hpp'24001adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/set.hpp'24002adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/set_c.hpp'24003adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/shift_left.hpp'24004adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/shift_right.hpp'24005adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/template_arity.hpp'24006adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/times.hpp'24007adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/unpack_args.hpp'24008adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/vector.hpp'24009adding 'pythran/boost/mpl/aux_/preprocessed/mwcw/vector_c.hpp'24010adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/advance_backward.hpp'24011adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/advance_forward.hpp'24012adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/and.hpp'24013adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/apply.hpp'24014adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/apply_fwd.hpp'24015adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/apply_wrap.hpp'24016adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/arg.hpp'24017adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/basic_bind.hpp'24018adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/bind.hpp'24019adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/bind_fwd.hpp'24020adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/bitand.hpp'24021adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/bitor.hpp'24022adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/bitxor.hpp'24023adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/deque.hpp'24024adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/divides.hpp'24025adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/equal_to.hpp'24026adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/fold_impl.hpp'24027adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/full_lambda.hpp'24028adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/greater.hpp'24029adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/greater_equal.hpp'24030adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/inherit.hpp'24031adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_if_impl.hpp'24032adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_impl.hpp'24033adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/lambda_no_ctps.hpp'24034adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/less.hpp'24035adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/less_equal.hpp'24036adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/list.hpp'24037adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/list_c.hpp'24038adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/map.hpp'24039adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/minus.hpp'24040adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/modulus.hpp'24041adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/not_equal_to.hpp'24042adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/or.hpp'24043adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/placeholders.hpp'24044adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/plus.hpp'24045adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/quote.hpp'24046adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/reverse_fold_impl.hpp'24047adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/reverse_iter_fold_impl.hpp'24048adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/set.hpp'24049adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/set_c.hpp'24050adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/shift_left.hpp'24051adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/shift_right.hpp'24052adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/template_arity.hpp'24053adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/times.hpp'24054adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/unpack_args.hpp'24055adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/vector.hpp'24056adding 'pythran/boost/mpl/aux_/preprocessed/no_ctps/vector_c.hpp'24057adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/advance_backward.hpp'24058adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/advance_forward.hpp'24059adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/and.hpp'24060adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/apply.hpp'24061adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/apply_fwd.hpp'24062adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/apply_wrap.hpp'24063adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/arg.hpp'24064adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/basic_bind.hpp'24065adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/bind.hpp'24066adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/bind_fwd.hpp'24067adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/bitand.hpp'24068adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/bitor.hpp'24069adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/bitxor.hpp'24070adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/deque.hpp'24071adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/divides.hpp'24072adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/equal_to.hpp'24073adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/fold_impl.hpp'24074adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/full_lambda.hpp'24075adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/greater.hpp'24076adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/greater_equal.hpp'24077adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/inherit.hpp'24078adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_if_impl.hpp'24079adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_impl.hpp'24080adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/lambda_no_ctps.hpp'24081adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/less.hpp'24082adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/less_equal.hpp'24083adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/list.hpp'24084adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/list_c.hpp'24085adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/map.hpp'24086adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/minus.hpp'24087adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/modulus.hpp'24088adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/not_equal_to.hpp'24089adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/or.hpp'24090adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/placeholders.hpp'24091adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/plus.hpp'24092adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/quote.hpp'24093adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/reverse_fold_impl.hpp'24094adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/reverse_iter_fold_impl.hpp'24095adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/set.hpp'24096adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/set_c.hpp'24097adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/shift_left.hpp'24098adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/shift_right.hpp'24099adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/template_arity.hpp'24100adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/times.hpp'24101adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/unpack_args.hpp'24102adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/vector.hpp'24103adding 'pythran/boost/mpl/aux_/preprocessed/no_ttp/vector_c.hpp'24104adding 'pythran/boost/mpl/aux_/preprocessed/plain/advance_backward.hpp'24105adding 'pythran/boost/mpl/aux_/preprocessed/plain/advance_forward.hpp'24106adding 'pythran/boost/mpl/aux_/preprocessed/plain/and.hpp'24107adding 'pythran/boost/mpl/aux_/preprocessed/plain/apply.hpp'24108adding 'pythran/boost/mpl/aux_/preprocessed/plain/apply_fwd.hpp'24109adding 'pythran/boost/mpl/aux_/preprocessed/plain/apply_wrap.hpp'24110adding 'pythran/boost/mpl/aux_/preprocessed/plain/arg.hpp'24111adding 'pythran/boost/mpl/aux_/preprocessed/plain/basic_bind.hpp'24112adding 'pythran/boost/mpl/aux_/preprocessed/plain/bind.hpp'24113adding 'pythran/boost/mpl/aux_/preprocessed/plain/bind_fwd.hpp'24114adding 'pythran/boost/mpl/aux_/preprocessed/plain/bitand.hpp'24115adding 'pythran/boost/mpl/aux_/preprocessed/plain/bitor.hpp'24116adding 'pythran/boost/mpl/aux_/preprocessed/plain/bitxor.hpp'24117adding 'pythran/boost/mpl/aux_/preprocessed/plain/deque.hpp'24118adding 'pythran/boost/mpl/aux_/preprocessed/plain/divides.hpp'24119adding 'pythran/boost/mpl/aux_/preprocessed/plain/equal_to.hpp'24120adding 'pythran/boost/mpl/aux_/preprocessed/plain/fold_impl.hpp'24121adding 'pythran/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp'24122adding 'pythran/boost/mpl/aux_/preprocessed/plain/greater.hpp'24123adding 'pythran/boost/mpl/aux_/preprocessed/plain/greater_equal.hpp'24124adding 'pythran/boost/mpl/aux_/preprocessed/plain/inherit.hpp'24125adding 'pythran/boost/mpl/aux_/preprocessed/plain/iter_fold_if_impl.hpp'24126adding 'pythran/boost/mpl/aux_/preprocessed/plain/iter_fold_impl.hpp'24127adding 'pythran/boost/mpl/aux_/preprocessed/plain/lambda_no_ctps.hpp'24128adding 'pythran/boost/mpl/aux_/preprocessed/plain/less.hpp'24129adding 'pythran/boost/mpl/aux_/preprocessed/plain/less_equal.hpp'24130adding 'pythran/boost/mpl/aux_/preprocessed/plain/list.hpp'24131adding 'pythran/boost/mpl/aux_/preprocessed/plain/list_c.hpp'24132adding 'pythran/boost/mpl/aux_/preprocessed/plain/map.hpp'24133adding 'pythran/boost/mpl/aux_/preprocessed/plain/minus.hpp'24134adding 'pythran/boost/mpl/aux_/preprocessed/plain/modulus.hpp'24135adding 'pythran/boost/mpl/aux_/preprocessed/plain/not_equal_to.hpp'24136adding 'pythran/boost/mpl/aux_/preprocessed/plain/or.hpp'24137adding 'pythran/boost/mpl/aux_/preprocessed/plain/placeholders.hpp'24138adding 'pythran/boost/mpl/aux_/preprocessed/plain/plus.hpp'24139adding 'pythran/boost/mpl/aux_/preprocessed/plain/quote.hpp'24140adding 'pythran/boost/mpl/aux_/preprocessed/plain/reverse_fold_impl.hpp'24141adding 'pythran/boost/mpl/aux_/preprocessed/plain/reverse_iter_fold_impl.hpp'24142adding 'pythran/boost/mpl/aux_/preprocessed/plain/set.hpp'24143adding 'pythran/boost/mpl/aux_/preprocessed/plain/set_c.hpp'24144adding 'pythran/boost/mpl/aux_/preprocessed/plain/shift_left.hpp'24145adding 'pythran/boost/mpl/aux_/preprocessed/plain/shift_right.hpp'24146adding 'pythran/boost/mpl/aux_/preprocessed/plain/template_arity.hpp'24147adding 'pythran/boost/mpl/aux_/preprocessed/plain/times.hpp'24148adding 'pythran/boost/mpl/aux_/preprocessed/plain/unpack_args.hpp'24149adding 'pythran/boost/mpl/aux_/preprocessed/plain/vector.hpp'24150adding 'pythran/boost/mpl/aux_/preprocessed/plain/vector_c.hpp'24151adding 'pythran/boost/mpl/aux_/preprocessor/add.hpp'24152adding 'pythran/boost/mpl/aux_/preprocessor/def_params_tail.hpp'24153adding 'pythran/boost/mpl/aux_/preprocessor/default_params.hpp'24154adding 'pythran/boost/mpl/aux_/preprocessor/enum.hpp'24155adding 'pythran/boost/mpl/aux_/preprocessor/ext_params.hpp'24156adding 'pythran/boost/mpl/aux_/preprocessor/filter_params.hpp'24157adding 'pythran/boost/mpl/aux_/preprocessor/is_seq.hpp'24158adding 'pythran/boost/mpl/aux_/preprocessor/params.hpp'24159adding 'pythran/boost/mpl/aux_/preprocessor/partial_spec_params.hpp'24160adding 'pythran/boost/mpl/aux_/preprocessor/range.hpp'24161adding 'pythran/boost/mpl/aux_/preprocessor/repeat.hpp'24162adding 'pythran/boost/mpl/aux_/preprocessor/sub.hpp'24163adding 'pythran/boost/mpl/aux_/preprocessor/token_equal.hpp'24164adding 'pythran/boost/mpl/aux_/preprocessor/tuple.hpp'24165adding 'pythran/boost/mpl/limits/arity.hpp'24166adding 'pythran/boost/mpl/limits/list.hpp'24167adding 'pythran/boost/mpl/limits/unrolling.hpp'24168adding 'pythran/boost/mpl/limits/vector.hpp'24169adding 'pythran/boost/mpl/list/list0.hpp'24170adding 'pythran/boost/mpl/list/list0_c.hpp'24171adding 'pythran/boost/mpl/list/list10.hpp'24172adding 'pythran/boost/mpl/list/list10_c.hpp'24173adding 'pythran/boost/mpl/list/list20.hpp'24174adding 'pythran/boost/mpl/list/list20_c.hpp'24175adding 'pythran/boost/mpl/list/list30.hpp'24176adding 'pythran/boost/mpl/list/list30_c.hpp'24177adding 'pythran/boost/mpl/list/list40.hpp'24178adding 'pythran/boost/mpl/list/list40_c.hpp'24179adding 'pythran/boost/mpl/list/list50.hpp'24180adding 'pythran/boost/mpl/list/list50_c.hpp'24181adding 'pythran/boost/mpl/list/aux_/O1_size.hpp'24182adding 'pythran/boost/mpl/list/aux_/begin_end.hpp'24183adding 'pythran/boost/mpl/list/aux_/clear.hpp'24184adding 'pythran/boost/mpl/list/aux_/empty.hpp'24185adding 'pythran/boost/mpl/list/aux_/front.hpp'24186adding 'pythran/boost/mpl/list/aux_/include_preprocessed.hpp'24187adding 'pythran/boost/mpl/list/aux_/item.hpp'24188adding 'pythran/boost/mpl/list/aux_/iterator.hpp'24189adding 'pythran/boost/mpl/list/aux_/numbered.hpp'24190adding 'pythran/boost/mpl/list/aux_/numbered_c.hpp'24191adding 'pythran/boost/mpl/list/aux_/pop_front.hpp'24192adding 'pythran/boost/mpl/list/aux_/push_back.hpp'24193adding 'pythran/boost/mpl/list/aux_/push_front.hpp'24194adding 'pythran/boost/mpl/list/aux_/size.hpp'24195adding 'pythran/boost/mpl/list/aux_/tag.hpp'24196adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list10.hpp'24197adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list10_c.hpp'24198adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list20.hpp'24199adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list20_c.hpp'24200adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list30.hpp'24201adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list30_c.hpp'24202adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list40.hpp'24203adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list40_c.hpp'24204adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list50.hpp'24205adding 'pythran/boost/mpl/list/aux_/preprocessed/plain/list50_c.hpp'24206adding 'pythran/boost/mpl/vector/vector0.hpp'24207adding 'pythran/boost/mpl/vector/vector0_c.hpp'24208adding 'pythran/boost/mpl/vector/vector10.hpp'24209adding 'pythran/boost/mpl/vector/vector10_c.hpp'24210adding 'pythran/boost/mpl/vector/vector20.hpp'24211adding 'pythran/boost/mpl/vector/vector20_c.hpp'24212adding 'pythran/boost/mpl/vector/vector30.hpp'24213adding 'pythran/boost/mpl/vector/vector30_c.hpp'24214adding 'pythran/boost/mpl/vector/vector40.hpp'24215adding 'pythran/boost/mpl/vector/vector40_c.hpp'24216adding 'pythran/boost/mpl/vector/vector50.hpp'24217adding 'pythran/boost/mpl/vector/vector50_c.hpp'24218adding 'pythran/boost/mpl/vector/aux_/O1_size.hpp'24219adding 'pythran/boost/mpl/vector/aux_/at.hpp'24220adding 'pythran/boost/mpl/vector/aux_/back.hpp'24221adding 'pythran/boost/mpl/vector/aux_/begin_end.hpp'24222adding 'pythran/boost/mpl/vector/aux_/clear.hpp'24223adding 'pythran/boost/mpl/vector/aux_/empty.hpp'24224adding 'pythran/boost/mpl/vector/aux_/front.hpp'24225adding 'pythran/boost/mpl/vector/aux_/include_preprocessed.hpp'24226adding 'pythran/boost/mpl/vector/aux_/item.hpp'24227adding 'pythran/boost/mpl/vector/aux_/iterator.hpp'24228adding 'pythran/boost/mpl/vector/aux_/numbered.hpp'24229adding 'pythran/boost/mpl/vector/aux_/numbered_c.hpp'24230adding 'pythran/boost/mpl/vector/aux_/pop_back.hpp'24231adding 'pythran/boost/mpl/vector/aux_/pop_front.hpp'24232adding 'pythran/boost/mpl/vector/aux_/push_back.hpp'24233adding 'pythran/boost/mpl/vector/aux_/push_front.hpp'24234adding 'pythran/boost/mpl/vector/aux_/size.hpp'24235adding 'pythran/boost/mpl/vector/aux_/tag.hpp'24236adding 'pythran/boost/mpl/vector/aux_/vector0.hpp'24237adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10.hpp'24238adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10_c.hpp'24239adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20.hpp'24240adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20_c.hpp'24241adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30.hpp'24242adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30_c.hpp'24243adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40.hpp'24244adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40_c.hpp'24245adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50.hpp'24246adding 'pythran/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50_c.hpp'24247adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector10.hpp'24248adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector10_c.hpp'24249adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector20.hpp'24250adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector20_c.hpp'24251adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector30.hpp'24252adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector30_c.hpp'24253adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector40.hpp'24254adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector40_c.hpp'24255adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector50.hpp'24256adding 'pythran/boost/mpl/vector/aux_/preprocessed/plain/vector50_c.hpp'24257adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp'24258adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10_c.hpp'24259adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp'24260adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20_c.hpp'24261adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30.hpp'24262adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30_c.hpp'24263adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40.hpp'24264adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40_c.hpp'24265adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50.hpp'24266adding 'pythran/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50_c.hpp'24267adding 'pythran/boost/numeric/conversion/bounds.hpp'24268adding 'pythran/boost/numeric/conversion/cast.hpp'24269adding 'pythran/boost/numeric/conversion/conversion_traits.hpp'24270adding 'pythran/boost/numeric/conversion/converter.hpp'24271adding 'pythran/boost/numeric/conversion/converter_policies.hpp'24272adding 'pythran/boost/numeric/conversion/int_float_mixture_enum.hpp'24273adding 'pythran/boost/numeric/conversion/numeric_cast_traits.hpp'24274adding 'pythran/boost/numeric/conversion/sign_mixture_enum.hpp'24275adding 'pythran/boost/numeric/conversion/udt_builtin_mixture_enum.hpp'24276adding 'pythran/boost/numeric/conversion/detail/bounds.hpp'24277adding 'pythran/boost/numeric/conversion/detail/conversion_traits.hpp'24278adding 'pythran/boost/numeric/conversion/detail/converter.hpp'24279adding 'pythran/boost/numeric/conversion/detail/int_float_mixture.hpp'24280adding 'pythran/boost/numeric/conversion/detail/is_subranged.hpp'24281adding 'pythran/boost/numeric/conversion/detail/meta.hpp'24282adding 'pythran/boost/numeric/conversion/detail/numeric_cast_traits.hpp'24283adding 'pythran/boost/numeric/conversion/detail/old_numeric_cast.hpp'24284adding 'pythran/boost/numeric/conversion/detail/sign_mixture.hpp'24285adding 'pythran/boost/numeric/conversion/detail/udt_builtin_mixture.hpp'24286adding 'pythran/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp'24287adding 'pythran/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp'24288adding 'pythran/boost/optional/bad_optional_access.hpp'24289adding 'pythran/boost/optional/optional.hpp'24290adding 'pythran/boost/optional/optional_fwd.hpp'24291adding 'pythran/boost/optional/detail/old_optional_implementation.hpp'24292adding 'pythran/boost/optional/detail/optional_aligned_storage.hpp'24293adding 'pythran/boost/optional/detail/optional_config.hpp'24294adding 'pythran/boost/optional/detail/optional_factory_support.hpp'24295adding 'pythran/boost/optional/detail/optional_reference_spec.hpp'24296adding 'pythran/boost/optional/detail/optional_relops.hpp'24297adding 'pythran/boost/optional/detail/optional_swap.hpp'24298adding 'pythran/boost/optional/detail/optional_trivially_copyable_base.hpp'24299adding 'pythran/boost/predef/architecture.h'24300adding 'pythran/boost/predef/compiler.h'24301adding 'pythran/boost/predef/hardware.h'24302adding 'pythran/boost/predef/language.h'24303adding 'pythran/boost/predef/library.h'24304adding 'pythran/boost/predef/make.h'24305adding 'pythran/boost/predef/os.h'24306adding 'pythran/boost/predef/other.h'24307adding 'pythran/boost/predef/platform.h'24308adding 'pythran/boost/predef/version.h'24309adding 'pythran/boost/predef/version_number.h'24310adding 'pythran/boost/predef/architecture/alpha.h'24311adding 'pythran/boost/predef/architecture/arm.h'24312adding 'pythran/boost/predef/architecture/blackfin.h'24313adding 'pythran/boost/predef/architecture/convex.h'24314adding 'pythran/boost/predef/architecture/ia64.h'24315adding 'pythran/boost/predef/architecture/m68k.h'24316adding 'pythran/boost/predef/architecture/mips.h'24317adding 'pythran/boost/predef/architecture/parisc.h'24318adding 'pythran/boost/predef/architecture/ppc.h'24319adding 'pythran/boost/predef/architecture/ptx.h'24320adding 'pythran/boost/predef/architecture/pyramid.h'24321adding 'pythran/boost/predef/architecture/rs6k.h'24322adding 'pythran/boost/predef/architecture/sparc.h'24323adding 'pythran/boost/predef/architecture/superh.h'24324adding 'pythran/boost/predef/architecture/sys370.h'24325adding 'pythran/boost/predef/architecture/sys390.h'24326adding 'pythran/boost/predef/architecture/x86.h'24327adding 'pythran/boost/predef/architecture/z.h'24328adding 'pythran/boost/predef/architecture/x86/32.h'24329adding 'pythran/boost/predef/architecture/x86/64.h'24330adding 'pythran/boost/predef/compiler/borland.h'24331adding 'pythran/boost/predef/compiler/clang.h'24332adding 'pythran/boost/predef/compiler/comeau.h'24333adding 'pythran/boost/predef/compiler/compaq.h'24334adding 'pythran/boost/predef/compiler/diab.h'24335adding 'pythran/boost/predef/compiler/digitalmars.h'24336adding 'pythran/boost/predef/compiler/dignus.h'24337adding 'pythran/boost/predef/compiler/edg.h'24338adding 'pythran/boost/predef/compiler/ekopath.h'24339adding 'pythran/boost/predef/compiler/gcc.h'24340adding 'pythran/boost/predef/compiler/gcc_xml.h'24341adding 'pythran/boost/predef/compiler/greenhills.h'24342adding 'pythran/boost/predef/compiler/hp_acc.h'24343adding 'pythran/boost/predef/compiler/iar.h'24344adding 'pythran/boost/predef/compiler/ibm.h'24345adding 'pythran/boost/predef/compiler/intel.h'24346adding 'pythran/boost/predef/compiler/kai.h'24347adding 'pythran/boost/predef/compiler/llvm.h'24348adding 'pythran/boost/predef/compiler/metaware.h'24349adding 'pythran/boost/predef/compiler/metrowerks.h'24350adding 'pythran/boost/predef/compiler/microtec.h'24351adding 'pythran/boost/predef/compiler/mpw.h'24352adding 'pythran/boost/predef/compiler/nvcc.h'24353adding 'pythran/boost/predef/compiler/palm.h'24354adding 'pythran/boost/predef/compiler/pgi.h'24355adding 'pythran/boost/predef/compiler/sgi_mipspro.h'24356adding 'pythran/boost/predef/compiler/sunpro.h'24357adding 'pythran/boost/predef/compiler/tendra.h'24358adding 'pythran/boost/predef/compiler/visualc.h'24359adding 'pythran/boost/predef/compiler/watcom.h'24360adding 'pythran/boost/predef/detail/_cassert.h'24361adding 'pythran/boost/predef/detail/_exception.h'24362adding 'pythran/boost/predef/detail/comp_detected.h'24363adding 'pythran/boost/predef/detail/os_detected.h'24364adding 'pythran/boost/predef/detail/platform_detected.h'24365adding 'pythran/boost/predef/detail/test.h'24366adding 'pythran/boost/predef/hardware/simd.h'24367adding 'pythran/boost/predef/hardware/simd/arm.h'24368adding 'pythran/boost/predef/hardware/simd/ppc.h'24369adding 'pythran/boost/predef/hardware/simd/x86.h'24370adding 'pythran/boost/predef/hardware/simd/x86_amd.h'24371adding 'pythran/boost/predef/hardware/simd/arm/versions.h'24372adding 'pythran/boost/predef/hardware/simd/ppc/versions.h'24373adding 'pythran/boost/predef/hardware/simd/x86/versions.h'24374adding 'pythran/boost/predef/hardware/simd/x86_amd/versions.h'24375adding 'pythran/boost/predef/language/cuda.h'24376adding 'pythran/boost/predef/language/objc.h'24377adding 'pythran/boost/predef/language/stdc.h'24378adding 'pythran/boost/predef/language/stdcpp.h'24379adding 'pythran/boost/predef/library/c.h'24380adding 'pythran/boost/predef/library/std.h'24381adding 'pythran/boost/predef/library/c/_prefix.h'24382adding 'pythran/boost/predef/library/c/cloudabi.h'24383adding 'pythran/boost/predef/library/c/gnu.h'24384adding 'pythran/boost/predef/library/c/uc.h'24385adding 'pythran/boost/predef/library/c/vms.h'24386adding 'pythran/boost/predef/library/c/zos.h'24387adding 'pythran/boost/predef/library/std/_prefix.h'24388adding 'pythran/boost/predef/library/std/cxx.h'24389adding 'pythran/boost/predef/library/std/dinkumware.h'24390adding 'pythran/boost/predef/library/std/libcomo.h'24391adding 'pythran/boost/predef/library/std/modena.h'24392adding 'pythran/boost/predef/library/std/msl.h'24393adding 'pythran/boost/predef/library/std/roguewave.h'24394adding 'pythran/boost/predef/library/std/sgi.h'24395adding 'pythran/boost/predef/library/std/stdcpp3.h'24396adding 'pythran/boost/predef/library/std/stlport.h'24397adding 'pythran/boost/predef/library/std/vacpp.h'24398adding 'pythran/boost/predef/os/aix.h'24399adding 'pythran/boost/predef/os/amigaos.h'24400adding 'pythran/boost/predef/os/android.h'24401adding 'pythran/boost/predef/os/beos.h'24402adding 'pythran/boost/predef/os/bsd.h'24403adding 'pythran/boost/predef/os/cygwin.h'24404adding 'pythran/boost/predef/os/haiku.h'24405adding 'pythran/boost/predef/os/hpux.h'24406adding 'pythran/boost/predef/os/ios.h'24407adding 'pythran/boost/predef/os/irix.h'24408adding 'pythran/boost/predef/os/linux.h'24409adding 'pythran/boost/predef/os/macos.h'24410adding 'pythran/boost/predef/os/os400.h'24411adding 'pythran/boost/predef/os/qnxnto.h'24412adding 'pythran/boost/predef/os/solaris.h'24413adding 'pythran/boost/predef/os/unix.h'24414adding 'pythran/boost/predef/os/vms.h'24415adding 'pythran/boost/predef/os/windows.h'24416adding 'pythran/boost/predef/os/bsd/bsdi.h'24417adding 'pythran/boost/predef/os/bsd/dragonfly.h'24418adding 'pythran/boost/predef/os/bsd/free.h'24419adding 'pythran/boost/predef/os/bsd/net.h'24420adding 'pythran/boost/predef/os/bsd/open.h'24421adding 'pythran/boost/predef/other/endian.h'24422adding 'pythran/boost/predef/platform/android.h'24423adding 'pythran/boost/predef/platform/cloudabi.h'24424adding 'pythran/boost/predef/platform/ios.h'24425adding 'pythran/boost/predef/platform/mingw.h'24426adding 'pythran/boost/predef/platform/mingw32.h'24427adding 'pythran/boost/predef/platform/mingw64.h'24428adding 'pythran/boost/predef/platform/windows_desktop.h'24429adding 'pythran/boost/predef/platform/windows_phone.h'24430adding 'pythran/boost/predef/platform/windows_runtime.h'24431adding 'pythran/boost/predef/platform/windows_server.h'24432adding 'pythran/boost/predef/platform/windows_store.h'24433adding 'pythran/boost/predef/platform/windows_system.h'24434adding 'pythran/boost/predef/platform/windows_uwp.h'24435adding 'pythran/boost/preprocessor/cat.hpp'24436adding 'pythran/boost/preprocessor/comma_if.hpp'24437adding 'pythran/boost/preprocessor/dec.hpp'24438adding 'pythran/boost/preprocessor/empty.hpp'24439adding 'pythran/boost/preprocessor/enum.hpp'24440adding 'pythran/boost/preprocessor/enum_params.hpp'24441adding 'pythran/boost/preprocessor/enum_params_with_a_default.hpp'24442adding 'pythran/boost/preprocessor/enum_shifted_params.hpp'24443adding 'pythran/boost/preprocessor/expr_if.hpp'24444adding 'pythran/boost/preprocessor/identity.hpp'24445adding 'pythran/boost/preprocessor/if.hpp'24446adding 'pythran/boost/preprocessor/inc.hpp'24447adding 'pythran/boost/preprocessor/iterate.hpp'24448adding 'pythran/boost/preprocessor/repeat.hpp'24449adding 'pythran/boost/preprocessor/repeat_from_to.hpp'24450adding 'pythran/boost/preprocessor/stringize.hpp'24451adding 'pythran/boost/preprocessor/arithmetic/add.hpp'24452adding 'pythran/boost/preprocessor/arithmetic/dec.hpp'24453adding 'pythran/boost/preprocessor/arithmetic/inc.hpp'24454adding 'pythran/boost/preprocessor/arithmetic/mod.hpp'24455adding 'pythran/boost/preprocessor/arithmetic/sub.hpp'24456adding 'pythran/boost/preprocessor/arithmetic/detail/div_base.hpp'24457adding 'pythran/boost/preprocessor/array/data.hpp'24458adding 'pythran/boost/preprocessor/array/elem.hpp'24459adding 'pythran/boost/preprocessor/array/size.hpp'24460adding 'pythran/boost/preprocessor/comparison/less.hpp'24461adding 'pythran/boost/preprocessor/comparison/less_equal.hpp'24462adding 'pythran/boost/preprocessor/comparison/not_equal.hpp'24463adding 'pythran/boost/preprocessor/config/config.hpp'24464adding 'pythran/boost/preprocessor/control/deduce_d.hpp'24465adding 'pythran/boost/preprocessor/control/expr_if.hpp'24466adding 'pythran/boost/preprocessor/control/expr_iif.hpp'24467adding 'pythran/boost/preprocessor/control/if.hpp'24468adding 'pythran/boost/preprocessor/control/iif.hpp'24469adding 'pythran/boost/preprocessor/control/while.hpp'24470adding 'pythran/boost/preprocessor/control/detail/while.hpp'24471adding 'pythran/boost/preprocessor/control/detail/dmc/while.hpp'24472adding 'pythran/boost/preprocessor/control/detail/edg/while.hpp'24473adding 'pythran/boost/preprocessor/control/detail/msvc/while.hpp'24474adding 'pythran/boost/preprocessor/debug/error.hpp'24475adding 'pythran/boost/preprocessor/detail/auto_rec.hpp'24476adding 'pythran/boost/preprocessor/detail/check.hpp'24477adding 'pythran/boost/preprocessor/detail/is_binary.hpp'24478adding 'pythran/boost/preprocessor/detail/is_unary.hpp'24479adding 'pythran/boost/preprocessor/detail/split.hpp'24480adding 'pythran/boost/preprocessor/detail/dmc/auto_rec.hpp'24481adding 'pythran/boost/preprocessor/facilities/empty.hpp'24482adding 'pythran/boost/preprocessor/facilities/expand.hpp'24483adding 'pythran/boost/preprocessor/facilities/identity.hpp'24484adding 'pythran/boost/preprocessor/facilities/intercept.hpp'24485adding 'pythran/boost/preprocessor/facilities/is_1.hpp'24486adding 'pythran/boost/preprocessor/facilities/is_empty.hpp'24487adding 'pythran/boost/preprocessor/facilities/is_empty_variadic.hpp'24488adding 'pythran/boost/preprocessor/facilities/overload.hpp'24489adding 'pythran/boost/preprocessor/facilities/detail/is_empty.hpp'24490adding 'pythran/boost/preprocessor/iteration/iterate.hpp'24491adding 'pythran/boost/preprocessor/iteration/local.hpp'24492adding 'pythran/boost/preprocessor/iteration/self.hpp'24493adding 'pythran/boost/preprocessor/iteration/detail/finish.hpp'24494adding 'pythran/boost/preprocessor/iteration/detail/local.hpp'24495adding 'pythran/boost/preprocessor/iteration/detail/rlocal.hpp'24496adding 'pythran/boost/preprocessor/iteration/detail/self.hpp'24497adding 'pythran/boost/preprocessor/iteration/detail/start.hpp'24498adding 'pythran/boost/preprocessor/iteration/detail/bounds/lower1.hpp'24499adding 'pythran/boost/preprocessor/iteration/detail/bounds/lower2.hpp'24500adding 'pythran/boost/preprocessor/iteration/detail/bounds/lower3.hpp'24501adding 'pythran/boost/preprocessor/iteration/detail/bounds/lower4.hpp'24502adding 'pythran/boost/preprocessor/iteration/detail/bounds/lower5.hpp'24503adding 'pythran/boost/preprocessor/iteration/detail/bounds/upper1.hpp'24504adding 'pythran/boost/preprocessor/iteration/detail/bounds/upper2.hpp'24505adding 'pythran/boost/preprocessor/iteration/detail/bounds/upper3.hpp'24506adding 'pythran/boost/preprocessor/iteration/detail/bounds/upper4.hpp'24507adding 'pythran/boost/preprocessor/iteration/detail/bounds/upper5.hpp'24508adding 'pythran/boost/preprocessor/iteration/detail/iter/forward1.hpp'24509adding 'pythran/boost/preprocessor/iteration/detail/iter/forward2.hpp'24510adding 'pythran/boost/preprocessor/iteration/detail/iter/forward3.hpp'24511adding 'pythran/boost/preprocessor/iteration/detail/iter/forward4.hpp'24512adding 'pythran/boost/preprocessor/iteration/detail/iter/forward5.hpp'24513adding 'pythran/boost/preprocessor/iteration/detail/iter/reverse1.hpp'24514adding 'pythran/boost/preprocessor/iteration/detail/iter/reverse2.hpp'24515adding 'pythran/boost/preprocessor/iteration/detail/iter/reverse3.hpp'24516adding 'pythran/boost/preprocessor/iteration/detail/iter/reverse4.hpp'24517adding 'pythran/boost/preprocessor/iteration/detail/iter/reverse5.hpp'24518adding 'pythran/boost/preprocessor/list/adt.hpp'24519adding 'pythran/boost/preprocessor/list/fold_left.hpp'24520adding 'pythran/boost/preprocessor/list/fold_right.hpp'24521adding 'pythran/boost/preprocessor/list/for_each_i.hpp'24522adding 'pythran/boost/preprocessor/list/reverse.hpp'24523adding 'pythran/boost/preprocessor/list/detail/fold_left.hpp'24524adding 'pythran/boost/preprocessor/list/detail/fold_right.hpp'24525adding 'pythran/boost/preprocessor/list/detail/dmc/fold_left.hpp'24526adding 'pythran/boost/preprocessor/list/detail/edg/fold_left.hpp'24527adding 'pythran/boost/preprocessor/list/detail/edg/fold_right.hpp'24528adding 'pythran/boost/preprocessor/logical/and.hpp'24529adding 'pythran/boost/preprocessor/logical/bitand.hpp'24530adding 'pythran/boost/preprocessor/logical/bitor.hpp'24531adding 'pythran/boost/preprocessor/logical/bool.hpp'24532adding 'pythran/boost/preprocessor/logical/compl.hpp'24533adding 'pythran/boost/preprocessor/logical/not.hpp'24534adding 'pythran/boost/preprocessor/logical/or.hpp'24535adding 'pythran/boost/preprocessor/punctuation/comma.hpp'24536adding 'pythran/boost/preprocessor/punctuation/comma_if.hpp'24537adding 'pythran/boost/preprocessor/punctuation/is_begin_parens.hpp'24538adding 'pythran/boost/preprocessor/punctuation/paren.hpp'24539adding 'pythran/boost/preprocessor/punctuation/detail/is_begin_parens.hpp'24540adding 'pythran/boost/preprocessor/repetition/enum.hpp'24541adding 'pythran/boost/preprocessor/repetition/enum_binary_params.hpp'24542adding 'pythran/boost/preprocessor/repetition/enum_params.hpp'24543adding 'pythran/boost/preprocessor/repetition/enum_params_with_a_default.hpp'24544adding 'pythran/boost/preprocessor/repetition/enum_shifted.hpp'24545adding 'pythran/boost/preprocessor/repetition/enum_shifted_params.hpp'24546adding 'pythran/boost/preprocessor/repetition/enum_trailing.hpp'24547adding 'pythran/boost/preprocessor/repetition/enum_trailing_params.hpp'24548adding 'pythran/boost/preprocessor/repetition/for.hpp'24549adding 'pythran/boost/preprocessor/repetition/repeat.hpp'24550adding 'pythran/boost/preprocessor/repetition/repeat_from_to.hpp'24551adding 'pythran/boost/preprocessor/repetition/detail/for.hpp'24552adding 'pythran/boost/preprocessor/repetition/detail/dmc/for.hpp'24553adding 'pythran/boost/preprocessor/repetition/detail/edg/for.hpp'24554adding 'pythran/boost/preprocessor/repetition/detail/msvc/for.hpp'24555adding 'pythran/boost/preprocessor/seq/cat.hpp'24556adding 'pythran/boost/preprocessor/seq/elem.hpp'24557adding 'pythran/boost/preprocessor/seq/enum.hpp'24558adding 'pythran/boost/preprocessor/seq/first_n.hpp'24559adding 'pythran/boost/preprocessor/seq/fold_left.hpp'24560adding 'pythran/boost/preprocessor/seq/for_each.hpp'24561adding 'pythran/boost/preprocessor/seq/for_each_i.hpp'24562adding 'pythran/boost/preprocessor/seq/push_front.hpp'24563adding 'pythran/boost/preprocessor/seq/rest_n.hpp'24564adding 'pythran/boost/preprocessor/seq/seq.hpp'24565adding 'pythran/boost/preprocessor/seq/size.hpp'24566adding 'pythran/boost/preprocessor/seq/subseq.hpp'24567adding 'pythran/boost/preprocessor/seq/transform.hpp'24568adding 'pythran/boost/preprocessor/seq/detail/is_empty.hpp'24569adding 'pythran/boost/preprocessor/seq/detail/split.hpp'24570adding 'pythran/boost/preprocessor/slot/slot.hpp'24571adding 'pythran/boost/preprocessor/slot/detail/counter.hpp'24572adding 'pythran/boost/preprocessor/slot/detail/def.hpp'24573adding 'pythran/boost/preprocessor/slot/detail/shared.hpp'24574adding 'pythran/boost/preprocessor/slot/detail/slot1.hpp'24575adding 'pythran/boost/preprocessor/slot/detail/slot2.hpp'24576adding 'pythran/boost/preprocessor/slot/detail/slot3.hpp'24577adding 'pythran/boost/preprocessor/slot/detail/slot4.hpp'24578adding 'pythran/boost/preprocessor/slot/detail/slot5.hpp'24579adding 'pythran/boost/preprocessor/tuple/eat.hpp'24580adding 'pythran/boost/preprocessor/tuple/elem.hpp'24581adding 'pythran/boost/preprocessor/tuple/rem.hpp'24582adding 'pythran/boost/preprocessor/tuple/size.hpp'24583adding 'pythran/boost/preprocessor/tuple/to_list.hpp'24584adding 'pythran/boost/preprocessor/tuple/to_seq.hpp'24585adding 'pythran/boost/preprocessor/tuple/detail/is_single_return.hpp'24586adding 'pythran/boost/preprocessor/variadic/elem.hpp'24587adding 'pythran/boost/preprocessor/variadic/has_opt.hpp'24588adding 'pythran/boost/preprocessor/variadic/size.hpp'24589adding 'pythran/boost/preprocessor/variadic/to_seq.hpp'24590adding 'pythran/boost/preprocessor/variadic/detail/has_opt.hpp'24591adding 'pythran/boost/range/begin.hpp'24592adding 'pythran/boost/range/concepts.hpp'24593adding 'pythran/boost/range/config.hpp'24594adding 'pythran/boost/range/const_iterator.hpp'24595adding 'pythran/boost/range/difference_type.hpp'24596adding 'pythran/boost/range/distance.hpp'24597adding 'pythran/boost/range/empty.hpp'24598adding 'pythran/boost/range/end.hpp'24599adding 'pythran/boost/range/functions.hpp'24600adding 'pythran/boost/range/has_range_iterator.hpp'24601adding 'pythran/boost/range/iterator.hpp'24602adding 'pythran/boost/range/iterator_range_core.hpp'24603adding 'pythran/boost/range/mutable_iterator.hpp'24604adding 'pythran/boost/range/range_fwd.hpp'24605adding 'pythran/boost/range/rbegin.hpp'24606adding 'pythran/boost/range/rend.hpp'24607adding 'pythran/boost/range/reverse_iterator.hpp'24608adding 'pythran/boost/range/size.hpp'24609adding 'pythran/boost/range/size_type.hpp'24610adding 'pythran/boost/range/value_type.hpp'24611adding 'pythran/boost/range/algorithm/equal.hpp'24612adding 'pythran/boost/range/detail/begin.hpp'24613adding 'pythran/boost/range/detail/common.hpp'24614adding 'pythran/boost/range/detail/end.hpp'24615adding 'pythran/boost/range/detail/extract_optional_type.hpp'24616adding 'pythran/boost/range/detail/has_member_size.hpp'24617adding 'pythran/boost/range/detail/implementation_help.hpp'24618adding 'pythran/boost/range/detail/misc_concept.hpp'24619adding 'pythran/boost/range/detail/msvc_has_iterator_workaround.hpp'24620adding 'pythran/boost/range/detail/safe_bool.hpp'24621adding 'pythran/boost/range/detail/sfinae.hpp'24622adding 'pythran/boost/smart_ptr/bad_weak_ptr.hpp'24623adding 'pythran/boost/smart_ptr/shared_ptr.hpp'24624adding 'pythran/boost/smart_ptr/detail/lightweight_mutex.hpp'24625adding 'pythran/boost/smart_ptr/detail/local_counted_base.hpp'24626adding 'pythran/boost/smart_ptr/detail/local_sp_deleter.hpp'24627adding 'pythran/boost/smart_ptr/detail/lwm_nop.hpp'24628adding 'pythran/boost/smart_ptr/detail/lwm_pthreads.hpp'24629adding 'pythran/boost/smart_ptr/detail/lwm_win32_cs.hpp'24630adding 'pythran/boost/smart_ptr/detail/operator_bool.hpp'24631adding 'pythran/boost/smart_ptr/detail/quick_allocator.hpp'24632adding 'pythran/boost/smart_ptr/detail/shared_count.hpp'24633adding 'pythran/boost/smart_ptr/detail/sp_convertible.hpp'24634adding 'pythran/boost/smart_ptr/detail/sp_counted_base.hpp'24635adding 'pythran/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp'24636adding 'pythran/boost/smart_ptr/detail/sp_counted_base_aix.hpp'24637adding 'pythran/boost/smart_ptr/detail/sp_counted_base_clang.hpp'24638adding 'pythran/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp'24639adding 'pythran/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp'24640adding 'pythran/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp'24641adding 'pythran/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp'24642adding 'pythran/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp'24643adding 'pythran/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp'24644adding 'pythran/boost/smart_ptr/detail/sp_counted_base_nt.hpp'24645adding 'pythran/boost/smart_ptr/detail/sp_counted_base_pt.hpp'24646adding 'pythran/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp'24647adding 'pythran/boost/smart_ptr/detail/sp_counted_base_spin.hpp'24648adding 'pythran/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp'24649adding 'pythran/boost/smart_ptr/detail/sp_counted_base_sync.hpp'24650adding 'pythran/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp'24651adding 'pythran/boost/smart_ptr/detail/sp_counted_base_w32.hpp'24652adding 'pythran/boost/smart_ptr/detail/sp_counted_impl.hpp'24653adding 'pythran/boost/smart_ptr/detail/sp_disable_deprecated.hpp'24654adding 'pythran/boost/smart_ptr/detail/sp_has_sync.hpp'24655adding 'pythran/boost/smart_ptr/detail/sp_interlocked.hpp'24656adding 'pythran/boost/smart_ptr/detail/sp_noexcept.hpp'24657adding 'pythran/boost/smart_ptr/detail/sp_nullptr_t.hpp'24658adding 'pythran/boost/smart_ptr/detail/sp_typeinfo_.hpp'24659adding 'pythran/boost/smart_ptr/detail/spinlock.hpp'24660adding 'pythran/boost/smart_ptr/detail/spinlock_gcc_arm.hpp'24661adding 'pythran/boost/smart_ptr/detail/spinlock_nt.hpp'24662adding 'pythran/boost/smart_ptr/detail/spinlock_pool.hpp'24663adding 'pythran/boost/smart_ptr/detail/spinlock_pt.hpp'24664adding 'pythran/boost/smart_ptr/detail/spinlock_std_atomic.hpp'24665adding 'pythran/boost/smart_ptr/detail/spinlock_sync.hpp'24666adding 'pythran/boost/smart_ptr/detail/spinlock_w32.hpp'24667adding 'pythran/boost/smart_ptr/detail/yield_k.hpp'24668adding 'pythran/boost/tuple/tuple.hpp'24669adding 'pythran/boost/tuple/tuple_comparison.hpp'24670adding 'pythran/boost/tuple/detail/tuple_basic.hpp'24671adding 'pythran/boost/type_traits/add_const.hpp'24672adding 'pythran/boost/type_traits/add_cv.hpp'24673adding 'pythran/boost/type_traits/add_lvalue_reference.hpp'24674adding 'pythran/boost/type_traits/add_pointer.hpp'24675adding 'pythran/boost/type_traits/add_reference.hpp'24676adding 'pythran/boost/type_traits/add_rvalue_reference.hpp'24677adding 'pythran/boost/type_traits/add_volatile.hpp'24678adding 'pythran/boost/type_traits/alignment_of.hpp'24679adding 'pythran/boost/type_traits/conditional.hpp'24680adding 'pythran/boost/type_traits/conversion_traits.hpp'24681adding 'pythran/boost/type_traits/cv_traits.hpp'24682adding 'pythran/boost/type_traits/decay.hpp'24683adding 'pythran/boost/type_traits/declval.hpp'24684adding 'pythran/boost/type_traits/enable_if.hpp'24685adding 'pythran/boost/type_traits/function_traits.hpp'24686adding 'pythran/boost/type_traits/has_left_shift.hpp'24687adding 'pythran/boost/type_traits/has_minus.hpp'24688adding 'pythran/boost/type_traits/has_minus_assign.hpp'24689adding 'pythran/boost/type_traits/has_nothrow_assign.hpp'24690adding 'pythran/boost/type_traits/has_nothrow_constructor.hpp'24691adding 'pythran/boost/type_traits/has_nothrow_copy.hpp'24692adding 'pythran/boost/type_traits/has_plus.hpp'24693adding 'pythran/boost/type_traits/has_plus_assign.hpp'24694adding 'pythran/boost/type_traits/has_right_shift.hpp'24695adding 'pythran/boost/type_traits/has_trivial_assign.hpp'24696adding 'pythran/boost/type_traits/has_trivial_constructor.hpp'24697adding 'pythran/boost/type_traits/has_trivial_copy.hpp'24698adding 'pythran/boost/type_traits/has_trivial_move_assign.hpp'24699adding 'pythran/boost/type_traits/has_trivial_move_constructor.hpp'24700adding 'pythran/boost/type_traits/integral_constant.hpp'24701adding 'pythran/boost/type_traits/intrinsics.hpp'24702adding 'pythran/boost/type_traits/is_abstract.hpp'24703adding 'pythran/boost/type_traits/is_arithmetic.hpp'24704adding 'pythran/boost/type_traits/is_array.hpp'24705adding 'pythran/boost/type_traits/is_assignable.hpp'24706adding 'pythran/boost/type_traits/is_base_and_derived.hpp'24707adding 'pythran/boost/type_traits/is_base_of.hpp'24708adding 'pythran/boost/type_traits/is_class.hpp'24709adding 'pythran/boost/type_traits/is_complete.hpp'24710adding 'pythran/boost/type_traits/is_complex.hpp'24711adding 'pythran/boost/type_traits/is_const.hpp'24712adding 'pythran/boost/type_traits/is_constructible.hpp'24713adding 'pythran/boost/type_traits/is_convertible.hpp'24714adding 'pythran/boost/type_traits/is_copy_constructible.hpp'24715adding 'pythran/boost/type_traits/is_default_constructible.hpp'24716adding 'pythran/boost/type_traits/is_destructible.hpp'24717adding 'pythran/boost/type_traits/is_detected.hpp'24718adding 'pythran/boost/type_traits/is_empty.hpp'24719adding 'pythran/boost/type_traits/is_enum.hpp'24720adding 'pythran/boost/type_traits/is_float.hpp'24721adding 'pythran/boost/type_traits/is_floating_point.hpp'24722adding 'pythran/boost/type_traits/is_function.hpp'24723adding 'pythran/boost/type_traits/is_fundamental.hpp'24724adding 'pythran/boost/type_traits/is_integral.hpp'24725adding 'pythran/boost/type_traits/is_lvalue_reference.hpp'24726adding 'pythran/boost/type_traits/is_member_function_pointer.hpp'24727adding 'pythran/boost/type_traits/is_member_pointer.hpp'24728adding 'pythran/boost/type_traits/is_noncopyable.hpp'24729adding 'pythran/boost/type_traits/is_nothrow_move_assignable.hpp'24730adding 'pythran/boost/type_traits/is_nothrow_move_constructible.hpp'24731adding 'pythran/boost/type_traits/is_pod.hpp'24732adding 'pythran/boost/type_traits/is_pointer.hpp'24733adding 'pythran/boost/type_traits/is_polymorphic.hpp'24734adding 'pythran/boost/type_traits/is_reference.hpp'24735adding 'pythran/boost/type_traits/is_rvalue_reference.hpp'24736adding 'pythran/boost/type_traits/is_same.hpp'24737adding 'pythran/boost/type_traits/is_scalar.hpp'24738adding 'pythran/boost/type_traits/is_signed.hpp'24739adding 'pythran/boost/type_traits/is_union.hpp'24740adding 'pythran/boost/type_traits/is_unsigned.hpp'24741adding 'pythran/boost/type_traits/is_void.hpp'24742adding 'pythran/boost/type_traits/is_volatile.hpp'24743adding 'pythran/boost/type_traits/make_signed.hpp'24744adding 'pythran/boost/type_traits/make_unsigned.hpp'24745adding 'pythran/boost/type_traits/make_void.hpp'24746adding 'pythran/boost/type_traits/nonesuch.hpp'24747adding 'pythran/boost/type_traits/remove_all_extents.hpp'24748adding 'pythran/boost/type_traits/remove_bounds.hpp'24749adding 'pythran/boost/type_traits/remove_const.hpp'24750adding 'pythran/boost/type_traits/remove_cv.hpp'24751adding 'pythran/boost/type_traits/remove_cv_ref.hpp'24752adding 'pythran/boost/type_traits/remove_extent.hpp'24753adding 'pythran/boost/type_traits/remove_pointer.hpp'24754adding 'pythran/boost/type_traits/remove_reference.hpp'24755adding 'pythran/boost/type_traits/remove_volatile.hpp'24756adding 'pythran/boost/type_traits/type_identity.hpp'24757adding 'pythran/boost/type_traits/type_with_alignment.hpp'24758adding 'pythran/boost/type_traits/detail/config.hpp'24759adding 'pythran/boost/type_traits/detail/detector.hpp'24760adding 'pythran/boost/type_traits/detail/has_binary_operator.hpp'24761adding 'pythran/boost/type_traits/detail/is_function_cxx_03.hpp'24762adding 'pythran/boost/type_traits/detail/is_function_cxx_11.hpp'24763adding 'pythran/boost/type_traits/detail/is_function_msvc10_fix.hpp'24764adding 'pythran/boost/type_traits/detail/is_function_ptr_helper.hpp'24765adding 'pythran/boost/type_traits/detail/is_function_ptr_tester.hpp'24766adding 'pythran/boost/type_traits/detail/is_likely_lambda.hpp'24767adding 'pythran/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp'24768adding 'pythran/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp'24769adding 'pythran/boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp'24770adding 'pythran/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp'24771adding 'pythran/boost/type_traits/detail/is_rvalue_reference_msvc10_fix.hpp'24772adding 'pythran/boost/type_traits/detail/yes_no_type.hpp'24773adding 'pythran/boost/typeof/constant.hpp'24774adding 'pythran/boost/typeof/decltype.hpp'24775adding 'pythran/boost/typeof/encode_decode.hpp'24776adding 'pythran/boost/typeof/encode_decode_params.hpp'24777adding 'pythran/boost/typeof/int_encoding.hpp'24778adding 'pythran/boost/typeof/integral_template_param.hpp'24779adding 'pythran/boost/typeof/message.hpp'24780adding 'pythran/boost/typeof/modifiers.hpp'24781adding 'pythran/boost/typeof/native.hpp'24782adding 'pythran/boost/typeof/pointers_data_members.hpp'24783adding 'pythran/boost/typeof/register_functions.hpp'24784adding 'pythran/boost/typeof/register_functions_iterate.hpp'24785adding 'pythran/boost/typeof/register_fundamental.hpp'24786adding 'pythran/boost/typeof/register_mem_functions.hpp'24787adding 'pythran/boost/typeof/template_encoding.hpp'24788adding 'pythran/boost/typeof/template_template_param.hpp'24789adding 'pythran/boost/typeof/type_encoding.hpp'24790adding 'pythran/boost/typeof/type_template_param.hpp'24791adding 'pythran/boost/typeof/typeof.hpp'24792adding 'pythran/boost/typeof/typeof_impl.hpp'24793adding 'pythran/boost/typeof/unsupported.hpp'24794adding 'pythran/boost/typeof/vector.hpp'24795adding 'pythran/boost/typeof/vector100.hpp'24796adding 'pythran/boost/typeof/vector150.hpp'24797adding 'pythran/boost/typeof/vector200.hpp'24798adding 'pythran/boost/typeof/vector50.hpp'24799adding 'pythran/boost/typeof/dmc/typeof_impl.hpp'24800adding 'pythran/boost/typeof/msvc/typeof_impl.hpp'24801adding 'pythran/boost/utility/base_from_member.hpp'24802adding 'pythran/boost/utility/binary.hpp'24803adding 'pythran/boost/utility/compare_pointees.hpp'24804adding 'pythran/boost/utility/declval.hpp'24805adding 'pythran/boost/utility/enable_if.hpp'24806adding 'pythran/boost/utility/identity_type.hpp'24807adding 'pythran/boost/utility/result_of.hpp'24808adding 'pythran/boost/utility/swap.hpp'24809adding 'pythran/boost/utility/detail/result_of_iterate.hpp'24810adding 'pythran/optimizations/__init__.py'24811adding 'pythran/optimizations/comprehension_patterns.py'24812adding 'pythran/optimizations/constant_folding.py'24813adding 'pythran/optimizations/copyto.py'24814adding 'pythran/optimizations/dead_code_elimination.py'24815adding 'pythran/optimizations/fast_gexpr.py'24816adding 'pythran/optimizations/forward_substitution.py'24817adding 'pythran/optimizations/inline_builtins.py'24818adding 'pythran/optimizations/inlining.py'24819adding 'pythran/optimizations/iter_transformation.py'24820adding 'pythran/optimizations/list_comp_to_genexp.py'24821adding 'pythran/optimizations/list_to_tuple.py'24822adding 'pythran/optimizations/loop_full_unrolling.py'24823adding 'pythran/optimizations/modindex.py'24824adding 'pythran/optimizations/pattern_transform.py'24825adding 'pythran/optimizations/range_based_simplify.py'24826adding 'pythran/optimizations/range_loop_unfolding.py'24827adding 'pythran/optimizations/remove_dead_functions.py'24828adding 'pythran/optimizations/simplify_except.py'24829adding 'pythran/optimizations/square.py'24830adding 'pythran/optimizations/tuple_to_shape.py'24831adding 'pythran/pythonic/core.hpp'24832adding 'pythran/pythonic/__dispatch__/append.hpp'24833adding 'pythran/pythonic/__dispatch__/clear.hpp'24834adding 'pythran/pythonic/__dispatch__/conjugate.hpp'24835adding 'pythran/pythonic/__dispatch__/copy.hpp'24836adding 'pythran/pythonic/__dispatch__/count.hpp'24837adding 'pythran/pythonic/__dispatch__/extend.hpp'24838adding 'pythran/pythonic/__dispatch__/index.hpp'24839adding 'pythran/pythonic/__dispatch__/insert.hpp'24840adding 'pythran/pythonic/__dispatch__/pop.hpp'24841adding 'pythran/pythonic/__dispatch__/remove.hpp'24842adding 'pythran/pythonic/__dispatch__/reverse.hpp'24843adding 'pythran/pythonic/__dispatch__/sort.hpp'24844adding 'pythran/pythonic/__dispatch__/tolist.hpp'24845adding 'pythran/pythonic/__dispatch__/update.hpp'24846adding 'pythran/pythonic/array/array.hpp'24847adding 'pythran/pythonic/array/typecodes.hpp'24848adding 'pythran/pythonic/array/array/buffer_info.hpp'24849adding 'pythran/pythonic/array/array/byteswap.hpp'24850adding 'pythran/pythonic/array/array/count.hpp'24851adding 'pythran/pythonic/array/array/extend.hpp'24852adding 'pythran/pythonic/array/array/frombytes.hpp'24853adding 'pythran/pythonic/array/array/fromfile.hpp'24854adding 'pythran/pythonic/array/array/fromlist.hpp'24855adding 'pythran/pythonic/bisect/bisect.hpp'24856adding 'pythran/pythonic/bisect/bisect_left.hpp'24857adding 'pythran/pythonic/bisect/bisect_right.hpp'24858adding 'pythran/pythonic/builtins/ArithmeticError.hpp'24859adding 'pythran/pythonic/builtins/AssertionError.hpp'24860adding 'pythran/pythonic/builtins/AttributeError.hpp'24861adding 'pythran/pythonic/builtins/BaseException.hpp'24862adding 'pythran/pythonic/builtins/BufferError.hpp'24863adding 'pythran/pythonic/builtins/BytesWarning.hpp'24864adding 'pythran/pythonic/builtins/DeprecationWarning.hpp'24865adding 'pythran/pythonic/builtins/EOFError.hpp'24866adding 'pythran/pythonic/builtins/EnvironmentError.hpp'24867adding 'pythran/pythonic/builtins/Exception.hpp'24868adding 'pythran/pythonic/builtins/False.hpp'24869adding 'pythran/pythonic/builtins/FileNotFoundError.hpp'24870adding 'pythran/pythonic/builtins/FloatingPointError.hpp'24871adding 'pythran/pythonic/builtins/FutureWarning.hpp'24872adding 'pythran/pythonic/builtins/GeneratorExit.hpp'24873adding 'pythran/pythonic/builtins/IOError.hpp'24874adding 'pythran/pythonic/builtins/ImportError.hpp'24875adding 'pythran/pythonic/builtins/ImportWarning.hpp'24876adding 'pythran/pythonic/builtins/IndentationError.hpp'24877adding 'pythran/pythonic/builtins/IndexError.hpp'24878adding 'pythran/pythonic/builtins/KeyError.hpp'24879adding 'pythran/pythonic/builtins/KeyboardInterrupt.hpp'24880adding 'pythran/pythonic/builtins/LookupError.hpp'24881adding 'pythran/pythonic/builtins/MemoryError.hpp'24882adding 'pythran/pythonic/builtins/NameError.hpp'24883adding 'pythran/pythonic/builtins/None.hpp'24884adding 'pythran/pythonic/builtins/NotImplementedError.hpp'24885adding 'pythran/pythonic/builtins/OSError.hpp'24886adding 'pythran/pythonic/builtins/OverflowError.hpp'24887adding 'pythran/pythonic/builtins/PendingDeprecationWarning.hpp'24888adding 'pythran/pythonic/builtins/ReferenceError.hpp'24889adding 'pythran/pythonic/builtins/RuntimeError.hpp'24890adding 'pythran/pythonic/builtins/RuntimeWarning.hpp'24891adding 'pythran/pythonic/builtins/StopIteration.hpp'24892adding 'pythran/pythonic/builtins/SyntaxError.hpp'24893adding 'pythran/pythonic/builtins/SyntaxWarning.hpp'24894adding 'pythran/pythonic/builtins/SystemError.hpp'24895adding 'pythran/pythonic/builtins/SystemExit.hpp'24896adding 'pythran/pythonic/builtins/TabError.hpp'24897adding 'pythran/pythonic/builtins/True.hpp'24898adding 'pythran/pythonic/builtins/TypeError.hpp'24899adding 'pythran/pythonic/builtins/UnboundLocalError.hpp'24900adding 'pythran/pythonic/builtins/UnicodeError.hpp'24901adding 'pythran/pythonic/builtins/UnicodeWarning.hpp'24902adding 'pythran/pythonic/builtins/UserWarning.hpp'24903adding 'pythran/pythonic/builtins/ValueError.hpp'24904adding 'pythran/pythonic/builtins/Warning.hpp'24905adding 'pythran/pythonic/builtins/ZeroDivisionError.hpp'24906adding 'pythran/pythonic/builtins/abs.hpp'24907adding 'pythran/pythonic/builtins/all.hpp'24908adding 'pythran/pythonic/builtins/any.hpp'24909adding 'pythran/pythonic/builtins/assert.hpp'24910adding 'pythran/pythonic/builtins/bin.hpp'24911adding 'pythran/pythonic/builtins/bool_.hpp'24912adding 'pythran/pythonic/builtins/chr.hpp'24913adding 'pythran/pythonic/builtins/complex.hpp'24914adding 'pythran/pythonic/builtins/dict.hpp'24915adding 'pythran/pythonic/builtins/divmod.hpp'24916adding 'pythran/pythonic/builtins/enumerate.hpp'24917adding 'pythran/pythonic/builtins/file.hpp'24918adding 'pythran/pythonic/builtins/filter.hpp'24919adding 'pythran/pythonic/builtins/float_.hpp'24920adding 'pythran/pythonic/builtins/getattr.hpp'24921adding 'pythran/pythonic/builtins/hex.hpp'24922adding 'pythran/pythonic/builtins/id.hpp'24923adding 'pythran/pythonic/builtins/in.hpp'24924adding 'pythran/pythonic/builtins/int_.hpp'24925adding 'pythran/pythonic/builtins/isinstance.hpp'24926adding 'pythran/pythonic/builtins/iter.hpp'24927adding 'pythran/pythonic/builtins/len.hpp'24928adding 'pythran/pythonic/builtins/list.hpp'24929adding 'pythran/pythonic/builtins/map.hpp'24930adding 'pythran/pythonic/builtins/max.hpp'24931adding 'pythran/pythonic/builtins/min.hpp'24932adding 'pythran/pythonic/builtins/minmax.hpp'24933adding 'pythran/pythonic/builtins/next.hpp'24934adding 'pythran/pythonic/builtins/oct.hpp'24935adding 'pythran/pythonic/builtins/open.hpp'24936adding 'pythran/pythonic/builtins/ord.hpp'24937adding 'pythran/pythonic/builtins/pow.hpp'24938adding 'pythran/pythonic/builtins/print.hpp'24939adding 'pythran/pythonic/builtins/range.hpp'24940adding 'pythran/pythonic/builtins/reduce.hpp'24941adding 'pythran/pythonic/builtins/reversed.hpp'24942adding 'pythran/pythonic/builtins/round.hpp'24943adding 'pythran/pythonic/builtins/set.hpp'24944adding 'pythran/pythonic/builtins/slice.hpp'24945adding 'pythran/pythonic/builtins/sorted.hpp'24946adding 'pythran/pythonic/builtins/str.hpp'24947adding 'pythran/pythonic/builtins/sum.hpp'24948adding 'pythran/pythonic/builtins/tuple.hpp'24949adding 'pythran/pythonic/builtins/type.hpp'24950adding 'pythran/pythonic/builtins/xrange.hpp'24951adding 'pythran/pythonic/builtins/zip.hpp'24952adding 'pythran/pythonic/builtins/complex/conjugate.hpp'24953adding 'pythran/pythonic/builtins/dict/clear.hpp'24954adding 'pythran/pythonic/builtins/dict/copy.hpp'24955adding 'pythran/pythonic/builtins/dict/fromkeys.hpp'24956adding 'pythran/pythonic/builtins/dict/get.hpp'24957adding 'pythran/pythonic/builtins/dict/items.hpp'24958adding 'pythran/pythonic/builtins/dict/keys.hpp'24959adding 'pythran/pythonic/builtins/dict/pop.hpp'24960adding 'pythran/pythonic/builtins/dict/popitem.hpp'24961adding 'pythran/pythonic/builtins/dict/setdefault.hpp'24962adding 'pythran/pythonic/builtins/dict/update.hpp'24963adding 'pythran/pythonic/builtins/dict/values.hpp'24964adding 'pythran/pythonic/builtins/file/close.hpp'24965adding 'pythran/pythonic/builtins/file/fileno.hpp'24966adding 'pythran/pythonic/builtins/file/flush.hpp'24967adding 'pythran/pythonic/builtins/file/isatty.hpp'24968adding 'pythran/pythonic/builtins/file/next.hpp'24969adding 'pythran/pythonic/builtins/file/read.hpp'24970adding 'pythran/pythonic/builtins/file/readline.hpp'24971adding 'pythran/pythonic/builtins/file/readlines.hpp'24972adding 'pythran/pythonic/builtins/file/seek.hpp'24973adding 'pythran/pythonic/builtins/file/tell.hpp'24974adding 'pythran/pythonic/builtins/file/truncate.hpp'24975adding 'pythran/pythonic/builtins/file/write.hpp'24976adding 'pythran/pythonic/builtins/file/writelines.hpp'24977adding 'pythran/pythonic/builtins/float_/is_integer.hpp'24978adding 'pythran/pythonic/builtins/list/append.hpp'24979adding 'pythran/pythonic/builtins/list/count.hpp'24980adding 'pythran/pythonic/builtins/list/extend.hpp'24981adding 'pythran/pythonic/builtins/list/insert.hpp'24982adding 'pythran/pythonic/builtins/list/pop.hpp'24983adding 'pythran/pythonic/builtins/list/remove.hpp'24984adding 'pythran/pythonic/builtins/list/reverse.hpp'24985adding 'pythran/pythonic/builtins/list/sort.hpp'24986adding 'pythran/pythonic/builtins/pythran/StaticIfBreak.hpp'24987adding 'pythran/pythonic/builtins/pythran/StaticIfCont.hpp'24988adding 'pythran/pythonic/builtins/pythran/StaticIfNoReturn.hpp'24989adding 'pythran/pythonic/builtins/pythran/StaticIfReturn.hpp'24990adding 'pythran/pythonic/builtins/pythran/abssqr.hpp'24991adding 'pythran/pythonic/builtins/pythran/and_.hpp'24992adding 'pythran/pythonic/builtins/pythran/is_none.hpp'24993adding 'pythran/pythonic/builtins/pythran/kwonly.hpp'24994adding 'pythran/pythonic/builtins/pythran/len_set.hpp'24995adding 'pythran/pythonic/builtins/pythran/make_shape.hpp'24996adding 'pythran/pythonic/builtins/pythran/or_.hpp'24997adding 'pythran/pythonic/builtins/pythran/restrict_assign.hpp'24998adding 'pythran/pythonic/builtins/pythran/static_if.hpp'24999adding 'pythran/pythonic/builtins/pythran/static_list.hpp'25000adding 'pythran/pythonic/builtins/set/add.hpp'25001adding 'pythran/pythonic/builtins/set/clear.hpp'25002adding 'pythran/pythonic/builtins/set/copy.hpp'25003adding 'pythran/pythonic/builtins/set/difference.hpp'25004adding 'pythran/pythonic/builtins/set/difference_update.hpp'25005adding 'pythran/pythonic/builtins/set/discard.hpp'25006adding 'pythran/pythonic/builtins/set/intersection.hpp'25007adding 'pythran/pythonic/builtins/set/intersection_update.hpp'25008adding 'pythran/pythonic/builtins/set/isdisjoint.hpp'25009adding 'pythran/pythonic/builtins/set/issubset.hpp'25010adding 'pythran/pythonic/builtins/set/issuperset.hpp'25011adding 'pythran/pythonic/builtins/set/remove.hpp'25012adding 'pythran/pythonic/builtins/set/symmetric_difference.hpp'25013adding 'pythran/pythonic/builtins/set/symmetric_difference_update.hpp'25014adding 'pythran/pythonic/builtins/set/union_.hpp'25015adding 'pythran/pythonic/builtins/set/update.hpp'25016adding 'pythran/pythonic/builtins/str/__mod__.hpp'25017adding 'pythran/pythonic/builtins/str/capitalize.hpp'25018adding 'pythran/pythonic/builtins/str/count.hpp'25019adding 'pythran/pythonic/builtins/str/endswith.hpp'25020adding 'pythran/pythonic/builtins/str/find.hpp'25021adding 'pythran/pythonic/builtins/str/isalpha.hpp'25022adding 'pythran/pythonic/builtins/str/isdigit.hpp'25023adding 'pythran/pythonic/builtins/str/join.hpp'25024adding 'pythran/pythonic/builtins/str/lower.hpp'25025adding 'pythran/pythonic/builtins/str/lstrip.hpp'25026adding 'pythran/pythonic/builtins/str/replace.hpp'25027adding 'pythran/pythonic/builtins/str/rstrip.hpp'25028adding 'pythran/pythonic/builtins/str/split.hpp'25029adding 'pythran/pythonic/builtins/str/startswith.hpp'25030adding 'pythran/pythonic/builtins/str/strip.hpp'25031adding 'pythran/pythonic/builtins/str/upper.hpp'25032adding 'pythran/pythonic/cmath/acos.hpp'25033adding 'pythran/pythonic/cmath/acosh.hpp'25034adding 'pythran/pythonic/cmath/asin.hpp'25035adding 'pythran/pythonic/cmath/asinh.hpp'25036adding 'pythran/pythonic/cmath/atan.hpp'25037adding 'pythran/pythonic/cmath/atanh.hpp'25038adding 'pythran/pythonic/cmath/cos.hpp'25039adding 'pythran/pythonic/cmath/cosh.hpp'25040adding 'pythran/pythonic/cmath/e.hpp'25041adding 'pythran/pythonic/cmath/exp.hpp'25042adding 'pythran/pythonic/cmath/isinf.hpp'25043adding 'pythran/pythonic/cmath/isnan.hpp'25044adding 'pythran/pythonic/cmath/log.hpp'25045adding 'pythran/pythonic/cmath/log10.hpp'25046adding 'pythran/pythonic/cmath/pi.hpp'25047adding 'pythran/pythonic/cmath/sin.hpp'25048adding 'pythran/pythonic/cmath/sinh.hpp'25049adding 'pythran/pythonic/cmath/sqrt.hpp'25050adding 'pythran/pythonic/cmath/tan.hpp'25051adding 'pythran/pythonic/cmath/tanh.hpp'25052adding 'pythran/pythonic/functools/partial.hpp'25053adding 'pythran/pythonic/functools/reduce.hpp'25054adding 'pythran/pythonic/include/__dispatch__/append.hpp'25055adding 'pythran/pythonic/include/__dispatch__/clear.hpp'25056adding 'pythran/pythonic/include/__dispatch__/conjugate.hpp'25057adding 'pythran/pythonic/include/__dispatch__/copy.hpp'25058adding 'pythran/pythonic/include/__dispatch__/count.hpp'25059adding 'pythran/pythonic/include/__dispatch__/extend.hpp'25060adding 'pythran/pythonic/include/__dispatch__/index.hpp'25061adding 'pythran/pythonic/include/__dispatch__/insert.hpp'25062adding 'pythran/pythonic/include/__dispatch__/pop.hpp'25063adding 'pythran/pythonic/include/__dispatch__/remove.hpp'25064adding 'pythran/pythonic/include/__dispatch__/reverse.hpp'25065adding 'pythran/pythonic/include/__dispatch__/sort.hpp'25066adding 'pythran/pythonic/include/__dispatch__/tolist.hpp'25067adding 'pythran/pythonic/include/__dispatch__/update.hpp'25068adding 'pythran/pythonic/include/array/array.hpp'25069adding 'pythran/pythonic/include/array/typecodes.hpp'25070adding 'pythran/pythonic/include/array/array/buffer_info.hpp'25071adding 'pythran/pythonic/include/array/array/byteswap.hpp'25072adding 'pythran/pythonic/include/array/array/count.hpp'25073adding 'pythran/pythonic/include/array/array/extend.hpp'25074adding 'pythran/pythonic/include/array/array/frombytes.hpp'25075adding 'pythran/pythonic/include/array/array/fromfile.hpp'25076adding 'pythran/pythonic/include/array/array/fromlist.hpp'25077adding 'pythran/pythonic/include/bisect/bisect.hpp'25078adding 'pythran/pythonic/include/bisect/bisect_left.hpp'25079adding 'pythran/pythonic/include/bisect/bisect_right.hpp'25080adding 'pythran/pythonic/include/builtins/ArithmeticError.hpp'25081adding 'pythran/pythonic/include/builtins/AssertionError.hpp'25082adding 'pythran/pythonic/include/builtins/AttributeError.hpp'25083adding 'pythran/pythonic/include/builtins/BaseException.hpp'25084adding 'pythran/pythonic/include/builtins/BufferError.hpp'25085adding 'pythran/pythonic/include/builtins/BytesWarning.hpp'25086adding 'pythran/pythonic/include/builtins/DeprecationWarning.hpp'25087adding 'pythran/pythonic/include/builtins/EOFError.hpp'25088adding 'pythran/pythonic/include/builtins/EnvironmentError.hpp'25089adding 'pythran/pythonic/include/builtins/Exception.hpp'25090adding 'pythran/pythonic/include/builtins/False.hpp'25091adding 'pythran/pythonic/include/builtins/FileNotFoundError.hpp'25092adding 'pythran/pythonic/include/builtins/FloatingPointError.hpp'25093adding 'pythran/pythonic/include/builtins/FutureWarning.hpp'25094adding 'pythran/pythonic/include/builtins/GeneratorExit.hpp'25095adding 'pythran/pythonic/include/builtins/IOError.hpp'25096adding 'pythran/pythonic/include/builtins/ImportError.hpp'25097adding 'pythran/pythonic/include/builtins/ImportWarning.hpp'25098adding 'pythran/pythonic/include/builtins/IndentationError.hpp'25099adding 'pythran/pythonic/include/builtins/IndexError.hpp'25100adding 'pythran/pythonic/include/builtins/KeyError.hpp'25101adding 'pythran/pythonic/include/builtins/KeyboardInterrupt.hpp'25102adding 'pythran/pythonic/include/builtins/LookupError.hpp'25103adding 'pythran/pythonic/include/builtins/MemoryError.hpp'25104adding 'pythran/pythonic/include/builtins/NameError.hpp'25105adding 'pythran/pythonic/include/builtins/None.hpp'25106adding 'pythran/pythonic/include/builtins/NotImplementedError.hpp'25107adding 'pythran/pythonic/include/builtins/OSError.hpp'25108adding 'pythran/pythonic/include/builtins/OverflowError.hpp'25109adding 'pythran/pythonic/include/builtins/PendingDeprecationWarning.hpp'25110adding 'pythran/pythonic/include/builtins/ReferenceError.hpp'25111adding 'pythran/pythonic/include/builtins/RuntimeError.hpp'25112adding 'pythran/pythonic/include/builtins/RuntimeWarning.hpp'25113adding 'pythran/pythonic/include/builtins/StopIteration.hpp'25114adding 'pythran/pythonic/include/builtins/SyntaxError.hpp'25115adding 'pythran/pythonic/include/builtins/SyntaxWarning.hpp'25116adding 'pythran/pythonic/include/builtins/SystemError.hpp'25117adding 'pythran/pythonic/include/builtins/SystemExit.hpp'25118adding 'pythran/pythonic/include/builtins/TabError.hpp'25119adding 'pythran/pythonic/include/builtins/True.hpp'25120adding 'pythran/pythonic/include/builtins/TypeError.hpp'25121adding 'pythran/pythonic/include/builtins/UnboundLocalError.hpp'25122adding 'pythran/pythonic/include/builtins/UnicodeError.hpp'25123adding 'pythran/pythonic/include/builtins/UnicodeWarning.hpp'25124adding 'pythran/pythonic/include/builtins/UserWarning.hpp'25125adding 'pythran/pythonic/include/builtins/ValueError.hpp'25126adding 'pythran/pythonic/include/builtins/Warning.hpp'25127adding 'pythran/pythonic/include/builtins/ZeroDivisionError.hpp'25128adding 'pythran/pythonic/include/builtins/abs.hpp'25129adding 'pythran/pythonic/include/builtins/all.hpp'25130adding 'pythran/pythonic/include/builtins/any.hpp'25131adding 'pythran/pythonic/include/builtins/assert.hpp'25132adding 'pythran/pythonic/include/builtins/bin.hpp'25133adding 'pythran/pythonic/include/builtins/bool_.hpp'25134adding 'pythran/pythonic/include/builtins/chr.hpp'25135adding 'pythran/pythonic/include/builtins/complex.hpp'25136adding 'pythran/pythonic/include/builtins/dict.hpp'25137adding 'pythran/pythonic/include/builtins/divmod.hpp'25138adding 'pythran/pythonic/include/builtins/enumerate.hpp'25139adding 'pythran/pythonic/include/builtins/file.hpp'25140adding 'pythran/pythonic/include/builtins/filter.hpp'25141adding 'pythran/pythonic/include/builtins/float_.hpp'25142adding 'pythran/pythonic/include/builtins/getattr.hpp'25143adding 'pythran/pythonic/include/builtins/hex.hpp'25144adding 'pythran/pythonic/include/builtins/id.hpp'25145adding 'pythran/pythonic/include/builtins/in.hpp'25146adding 'pythran/pythonic/include/builtins/int_.hpp'25147adding 'pythran/pythonic/include/builtins/isinstance.hpp'25148adding 'pythran/pythonic/include/builtins/iter.hpp'25149adding 'pythran/pythonic/include/builtins/len.hpp'25150adding 'pythran/pythonic/include/builtins/list.hpp'25151adding 'pythran/pythonic/include/builtins/map.hpp'25152adding 'pythran/pythonic/include/builtins/max.hpp'25153adding 'pythran/pythonic/include/builtins/min.hpp'25154adding 'pythran/pythonic/include/builtins/minmax.hpp'25155adding 'pythran/pythonic/include/builtins/next.hpp'25156adding 'pythran/pythonic/include/builtins/oct.hpp'25157adding 'pythran/pythonic/include/builtins/open.hpp'25158adding 'pythran/pythonic/include/builtins/ord.hpp'25159adding 'pythran/pythonic/include/builtins/pow.hpp'25160adding 'pythran/pythonic/include/builtins/print.hpp'25161adding 'pythran/pythonic/include/builtins/range.hpp'25162adding 'pythran/pythonic/include/builtins/reduce.hpp'25163adding 'pythran/pythonic/include/builtins/reversed.hpp'25164adding 'pythran/pythonic/include/builtins/round.hpp'25165adding 'pythran/pythonic/include/builtins/set.hpp'25166adding 'pythran/pythonic/include/builtins/slice.hpp'25167adding 'pythran/pythonic/include/builtins/sorted.hpp'25168adding 'pythran/pythonic/include/builtins/str.hpp'25169adding 'pythran/pythonic/include/builtins/sum.hpp'25170adding 'pythran/pythonic/include/builtins/tuple.hpp'25171adding 'pythran/pythonic/include/builtins/type.hpp'25172adding 'pythran/pythonic/include/builtins/xrange.hpp'25173adding 'pythran/pythonic/include/builtins/zip.hpp'25174adding 'pythran/pythonic/include/builtins/complex/conjugate.hpp'25175adding 'pythran/pythonic/include/builtins/dict/clear.hpp'25176adding 'pythran/pythonic/include/builtins/dict/copy.hpp'25177adding 'pythran/pythonic/include/builtins/dict/fromkeys.hpp'25178adding 'pythran/pythonic/include/builtins/dict/get.hpp'25179adding 'pythran/pythonic/include/builtins/dict/items.hpp'25180adding 'pythran/pythonic/include/builtins/dict/keys.hpp'25181adding 'pythran/pythonic/include/builtins/dict/pop.hpp'25182adding 'pythran/pythonic/include/builtins/dict/popitem.hpp'25183adding 'pythran/pythonic/include/builtins/dict/setdefault.hpp'25184adding 'pythran/pythonic/include/builtins/dict/update.hpp'25185adding 'pythran/pythonic/include/builtins/dict/values.hpp'25186adding 'pythran/pythonic/include/builtins/file/close.hpp'25187adding 'pythran/pythonic/include/builtins/file/fileno.hpp'25188adding 'pythran/pythonic/include/builtins/file/flush.hpp'25189adding 'pythran/pythonic/include/builtins/file/isatty.hpp'25190adding 'pythran/pythonic/include/builtins/file/next.hpp'25191adding 'pythran/pythonic/include/builtins/file/read.hpp'25192adding 'pythran/pythonic/include/builtins/file/readline.hpp'25193adding 'pythran/pythonic/include/builtins/file/readlines.hpp'25194adding 'pythran/pythonic/include/builtins/file/seek.hpp'25195adding 'pythran/pythonic/include/builtins/file/tell.hpp'25196adding 'pythran/pythonic/include/builtins/file/truncate.hpp'25197adding 'pythran/pythonic/include/builtins/file/write.hpp'25198adding 'pythran/pythonic/include/builtins/file/writelines.hpp'25199adding 'pythran/pythonic/include/builtins/float_/is_integer.hpp'25200adding 'pythran/pythonic/include/builtins/list/append.hpp'25201adding 'pythran/pythonic/include/builtins/list/count.hpp'25202adding 'pythran/pythonic/include/builtins/list/extend.hpp'25203adding 'pythran/pythonic/include/builtins/list/insert.hpp'25204adding 'pythran/pythonic/include/builtins/list/pop.hpp'25205adding 'pythran/pythonic/include/builtins/list/remove.hpp'25206adding 'pythran/pythonic/include/builtins/list/reverse.hpp'25207adding 'pythran/pythonic/include/builtins/list/sort.hpp'25208adding 'pythran/pythonic/include/builtins/pythran/StaticIfBreak.hpp'25209adding 'pythran/pythonic/include/builtins/pythran/StaticIfCont.hpp'25210adding 'pythran/pythonic/include/builtins/pythran/StaticIfNoReturn.hpp'25211adding 'pythran/pythonic/include/builtins/pythran/StaticIfReturn.hpp'25212adding 'pythran/pythonic/include/builtins/pythran/abssqr.hpp'25213adding 'pythran/pythonic/include/builtins/pythran/and_.hpp'25214adding 'pythran/pythonic/include/builtins/pythran/is_none.hpp'25215adding 'pythran/pythonic/include/builtins/pythran/kwonly.hpp'25216adding 'pythran/pythonic/include/builtins/pythran/len_set.hpp'25217adding 'pythran/pythonic/include/builtins/pythran/make_shape.hpp'25218adding 'pythran/pythonic/include/builtins/pythran/or_.hpp'25219adding 'pythran/pythonic/include/builtins/pythran/restrict_assign.hpp'25220adding 'pythran/pythonic/include/builtins/pythran/static_if.hpp'25221adding 'pythran/pythonic/include/builtins/pythran/static_list.hpp'25222adding 'pythran/pythonic/include/builtins/set/add.hpp'25223adding 'pythran/pythonic/include/builtins/set/clear.hpp'25224adding 'pythran/pythonic/include/builtins/set/copy.hpp'25225adding 'pythran/pythonic/include/builtins/set/difference.hpp'25226adding 'pythran/pythonic/include/builtins/set/difference_update.hpp'25227adding 'pythran/pythonic/include/builtins/set/discard.hpp'25228adding 'pythran/pythonic/include/builtins/set/intersection.hpp'25229adding 'pythran/pythonic/include/builtins/set/intersection_update.hpp'25230adding 'pythran/pythonic/include/builtins/set/isdisjoint.hpp'25231adding 'pythran/pythonic/include/builtins/set/issubset.hpp'25232adding 'pythran/pythonic/include/builtins/set/issuperset.hpp'25233adding 'pythran/pythonic/include/builtins/set/remove.hpp'25234adding 'pythran/pythonic/include/builtins/set/symmetric_difference.hpp'25235adding 'pythran/pythonic/include/builtins/set/symmetric_difference_update.hpp'25236adding 'pythran/pythonic/include/builtins/set/union_.hpp'25237adding 'pythran/pythonic/include/builtins/set/update.hpp'25238adding 'pythran/pythonic/include/builtins/str/__mod__.hpp'25239adding 'pythran/pythonic/include/builtins/str/capitalize.hpp'25240adding 'pythran/pythonic/include/builtins/str/count.hpp'25241adding 'pythran/pythonic/include/builtins/str/endswith.hpp'25242adding 'pythran/pythonic/include/builtins/str/find.hpp'25243adding 'pythran/pythonic/include/builtins/str/isalpha.hpp'25244adding 'pythran/pythonic/include/builtins/str/isdigit.hpp'25245adding 'pythran/pythonic/include/builtins/str/join.hpp'25246adding 'pythran/pythonic/include/builtins/str/lower.hpp'25247adding 'pythran/pythonic/include/builtins/str/lstrip.hpp'25248adding 'pythran/pythonic/include/builtins/str/replace.hpp'25249adding 'pythran/pythonic/include/builtins/str/rstrip.hpp'25250adding 'pythran/pythonic/include/builtins/str/split.hpp'25251adding 'pythran/pythonic/include/builtins/str/startswith.hpp'25252adding 'pythran/pythonic/include/builtins/str/strip.hpp'25253adding 'pythran/pythonic/include/builtins/str/upper.hpp'25254adding 'pythran/pythonic/include/cmath/acos.hpp'25255adding 'pythran/pythonic/include/cmath/acosh.hpp'25256adding 'pythran/pythonic/include/cmath/asin.hpp'25257adding 'pythran/pythonic/include/cmath/asinh.hpp'25258adding 'pythran/pythonic/include/cmath/atan.hpp'25259adding 'pythran/pythonic/include/cmath/atanh.hpp'25260adding 'pythran/pythonic/include/cmath/cos.hpp'25261adding 'pythran/pythonic/include/cmath/cosh.hpp'25262adding 'pythran/pythonic/include/cmath/e.hpp'25263adding 'pythran/pythonic/include/cmath/exp.hpp'25264adding 'pythran/pythonic/include/cmath/isinf.hpp'25265adding 'pythran/pythonic/include/cmath/isnan.hpp'25266adding 'pythran/pythonic/include/cmath/log.hpp'25267adding 'pythran/pythonic/include/cmath/log10.hpp'25268adding 'pythran/pythonic/include/cmath/pi.hpp'25269adding 'pythran/pythonic/include/cmath/sin.hpp'25270adding 'pythran/pythonic/include/cmath/sinh.hpp'25271adding 'pythran/pythonic/include/cmath/sqrt.hpp'25272adding 'pythran/pythonic/include/cmath/tan.hpp'25273adding 'pythran/pythonic/include/cmath/tanh.hpp'25274adding 'pythran/pythonic/include/functools/partial.hpp'25275adding 'pythran/pythonic/include/functools/reduce.hpp'25276adding 'pythran/pythonic/include/io/_io/TextIOWrapper/close.hpp'25277adding 'pythran/pythonic/include/io/_io/TextIOWrapper/fileno.hpp'25278adding 'pythran/pythonic/include/io/_io/TextIOWrapper/flush.hpp'25279adding 'pythran/pythonic/include/io/_io/TextIOWrapper/isatty.hpp'25280adding 'pythran/pythonic/include/io/_io/TextIOWrapper/next.hpp'25281adding 'pythran/pythonic/include/io/_io/TextIOWrapper/read.hpp'25282adding 'pythran/pythonic/include/io/_io/TextIOWrapper/readline.hpp'25283adding 'pythran/pythonic/include/io/_io/TextIOWrapper/readlines.hpp'25284adding 'pythran/pythonic/include/io/_io/TextIOWrapper/seek.hpp'25285adding 'pythran/pythonic/include/io/_io/TextIOWrapper/tell.hpp'25286adding 'pythran/pythonic/include/io/_io/TextIOWrapper/truncate.hpp'25287adding 'pythran/pythonic/include/io/_io/TextIOWrapper/write.hpp'25288adding 'pythran/pythonic/include/io/_io/TextIOWrapper/writelines.hpp'25289adding 'pythran/pythonic/include/itertools/combinations.hpp'25290adding 'pythran/pythonic/include/itertools/common.hpp'25291adding 'pythran/pythonic/include/itertools/count.hpp'25292adding 'pythran/pythonic/include/itertools/ifilter.hpp'25293adding 'pythran/pythonic/include/itertools/islice.hpp'25294adding 'pythran/pythonic/include/itertools/permutations.hpp'25295adding 'pythran/pythonic/include/itertools/product.hpp'25296adding 'pythran/pythonic/include/itertools/repeat.hpp'25297adding 'pythran/pythonic/include/math/acos.hpp'25298adding 'pythran/pythonic/include/math/acosh.hpp'25299adding 'pythran/pythonic/include/math/asin.hpp'25300adding 'pythran/pythonic/include/math/asinh.hpp'25301adding 'pythran/pythonic/include/math/atan.hpp'25302adding 'pythran/pythonic/include/math/atan2.hpp'25303adding 'pythran/pythonic/include/math/atanh.hpp'25304adding 'pythran/pythonic/include/math/ceil.hpp'25305adding 'pythran/pythonic/include/math/copysign.hpp'25306adding 'pythran/pythonic/include/math/cos.hpp'25307adding 'pythran/pythonic/include/math/cosh.hpp'25308adding 'pythran/pythonic/include/math/degrees.hpp'25309adding 'pythran/pythonic/include/math/e.hpp'25310adding 'pythran/pythonic/include/math/erf.hpp'25311adding 'pythran/pythonic/include/math/erfc.hpp'25312adding 'pythran/pythonic/include/math/exp.hpp'25313adding 'pythran/pythonic/include/math/expm1.hpp'25314adding 'pythran/pythonic/include/math/fabs.hpp'25315adding 'pythran/pythonic/include/math/factorial.hpp'25316adding 'pythran/pythonic/include/math/floor.hpp'25317adding 'pythran/pythonic/include/math/fmod.hpp'25318adding 'pythran/pythonic/include/math/frexp.hpp'25319adding 'pythran/pythonic/include/math/gamma.hpp'25320adding 'pythran/pythonic/include/math/hypot.hpp'25321adding 'pythran/pythonic/include/math/isinf.hpp'25322adding 'pythran/pythonic/include/math/isnan.hpp'25323adding 'pythran/pythonic/include/math/ldexp.hpp'25324adding 'pythran/pythonic/include/math/lgamma.hpp'25325adding 'pythran/pythonic/include/math/log.hpp'25326adding 'pythran/pythonic/include/math/log10.hpp'25327adding 'pythran/pythonic/include/math/log1p.hpp'25328adding 'pythran/pythonic/include/math/modf.hpp'25329adding 'pythran/pythonic/include/math/pi.hpp'25330adding 'pythran/pythonic/include/math/pow.hpp'25331adding 'pythran/pythonic/include/math/radians.hpp'25332adding 'pythran/pythonic/include/math/sin.hpp'25333adding 'pythran/pythonic/include/math/sinh.hpp'25334adding 'pythran/pythonic/include/math/sqrt.hpp'25335adding 'pythran/pythonic/include/math/tan.hpp'25336adding 'pythran/pythonic/include/math/tanh.hpp'25337adding 'pythran/pythonic/include/math/trunc.hpp'25338adding 'pythran/pythonic/include/numpy/.hpp'25339adding 'pythran/pythonic/include/numpy/NINF.hpp'25340adding 'pythran/pythonic/include/numpy/abs.hpp'25341adding 'pythran/pythonic/include/numpy/absolute.hpp'25342adding 'pythran/pythonic/include/numpy/add.hpp'25343adding 'pythran/pythonic/include/numpy/alen.hpp'25344adding 'pythran/pythonic/include/numpy/all.hpp'25345adding 'pythran/pythonic/include/numpy/allclose.hpp'25346adding 'pythran/pythonic/include/numpy/alltrue.hpp'25347adding 'pythran/pythonic/include/numpy/amax.hpp'25348adding 'pythran/pythonic/include/numpy/amin.hpp'25349adding 'pythran/pythonic/include/numpy/angle.hpp'25350adding 'pythran/pythonic/include/numpy/angle_in_deg.hpp'25351adding 'pythran/pythonic/include/numpy/angle_in_rad.hpp'25352adding 'pythran/pythonic/include/numpy/any.hpp'25353adding 'pythran/pythonic/include/numpy/append.hpp'25354adding 'pythran/pythonic/include/numpy/arange.hpp'25355adding 'pythran/pythonic/include/numpy/arccos.hpp'25356adding 'pythran/pythonic/include/numpy/arccosh.hpp'25357adding 'pythran/pythonic/include/numpy/arcsin.hpp'25358adding 'pythran/pythonic/include/numpy/arcsinh.hpp'25359adding 'pythran/pythonic/include/numpy/arctan.hpp'25360adding 'pythran/pythonic/include/numpy/arctan2.hpp'25361adding 'pythran/pythonic/include/numpy/arctanh.hpp'25362adding 'pythran/pythonic/include/numpy/argmax.hpp'25363adding 'pythran/pythonic/include/numpy/argmin.hpp'25364adding 'pythran/pythonic/include/numpy/argsort.hpp'25365adding 'pythran/pythonic/include/numpy/argwhere.hpp'25366adding 'pythran/pythonic/include/numpy/around.hpp'25367adding 'pythran/pythonic/include/numpy/array.hpp'25368adding 'pythran/pythonic/include/numpy/array2string.hpp'25369adding 'pythran/pythonic/include/numpy/array_equal.hpp'25370adding 'pythran/pythonic/include/numpy/array_equiv.hpp'25371adding 'pythran/pythonic/include/numpy/array_split.hpp'25372adding 'pythran/pythonic/include/numpy/array_str.hpp'25373adding 'pythran/pythonic/include/numpy/asarray.hpp'25374adding 'pythran/pythonic/include/numpy/asarray_chkfinite.hpp'25375adding 'pythran/pythonic/include/numpy/ascontiguousarray.hpp'25376adding 'pythran/pythonic/include/numpy/asfarray.hpp'25377adding 'pythran/pythonic/include/numpy/asscalar.hpp'25378adding 'pythran/pythonic/include/numpy/atleast_1d.hpp'25379adding 'pythran/pythonic/include/numpy/atleast_2d.hpp'25380adding 'pythran/pythonic/include/numpy/atleast_3d.hpp'25381adding 'pythran/pythonic/include/numpy/average.hpp'25382adding 'pythran/pythonic/include/numpy/base_repr.hpp'25383adding 'pythran/pythonic/include/numpy/binary_repr.hpp'25384adding 'pythran/pythonic/include/numpy/bincount.hpp'25385adding 'pythran/pythonic/include/numpy/bitwise_and.hpp'25386adding 'pythran/pythonic/include/numpy/bitwise_not.hpp'25387adding 'pythran/pythonic/include/numpy/bitwise_or.hpp'25388adding 'pythran/pythonic/include/numpy/bitwise_xor.hpp'25389adding 'pythran/pythonic/include/numpy/bool_.hpp'25390adding 'pythran/pythonic/include/numpy/broadcast_to.hpp'25391adding 'pythran/pythonic/include/numpy/byte.hpp'25392adding 'pythran/pythonic/include/numpy/cbrt.hpp'25393adding 'pythran/pythonic/include/numpy/ceil.hpp'25394adding 'pythran/pythonic/include/numpy/clip.hpp'25395adding 'pythran/pythonic/include/numpy/complex.hpp'25396adding 'pythran/pythonic/include/numpy/complex128.hpp'25397adding 'pythran/pythonic/include/numpy/complex256.hpp'25398adding 'pythran/pythonic/include/numpy/complex64.hpp'25399adding 'pythran/pythonic/include/numpy/concatenate.hpp'25400adding 'pythran/pythonic/include/numpy/conj.hpp'25401adding 'pythran/pythonic/include/numpy/conjugate.hpp'25402adding 'pythran/pythonic/include/numpy/convolve.hpp'25403adding 'pythran/pythonic/include/numpy/copy.hpp'25404adding 'pythran/pythonic/include/numpy/copysign.hpp'25405adding 'pythran/pythonic/include/numpy/copyto.hpp'25406adding 'pythran/pythonic/include/numpy/correlate.hpp'25407adding 'pythran/pythonic/include/numpy/cos.hpp'25408adding 'pythran/pythonic/include/numpy/cosh.hpp'25409adding 'pythran/pythonic/include/numpy/count_nonzero.hpp'25410adding 'pythran/pythonic/include/numpy/cross.hpp'25411adding 'pythran/pythonic/include/numpy/cumprod.hpp'25412adding 'pythran/pythonic/include/numpy/cumproduct.hpp'25413adding 'pythran/pythonic/include/numpy/cumsum.hpp'25414adding 'pythran/pythonic/include/numpy/deg2rad.hpp'25415adding 'pythran/pythonic/include/numpy/degrees.hpp'25416adding 'pythran/pythonic/include/numpy/delete_.hpp'25417adding 'pythran/pythonic/include/numpy/diag.hpp'25418adding 'pythran/pythonic/include/numpy/diagflat.hpp'25419adding 'pythran/pythonic/include/numpy/diagonal.hpp'25420adding 'pythran/pythonic/include/numpy/diff.hpp'25421adding 'pythran/pythonic/include/numpy/digitize.hpp'25422adding 'pythran/pythonic/include/numpy/divide.hpp'25423adding 'pythran/pythonic/include/numpy/dot.hpp'25424adding 'pythran/pythonic/include/numpy/double_.hpp'25425adding 'pythran/pythonic/include/numpy/e.hpp'25426adding 'pythran/pythonic/include/numpy/ediff1d.hpp'25427adding 'pythran/pythonic/include/numpy/empty.hpp'25428adding 'pythran/pythonic/include/numpy/empty_like.hpp'25429adding 'pythran/pythonic/include/numpy/equal.hpp'25430adding 'pythran/pythonic/include/numpy/exp.hpp'25431adding 'pythran/pythonic/include/numpy/expand_dims.hpp'25432adding 'pythran/pythonic/include/numpy/expm1.hpp'25433adding 'pythran/pythonic/include/numpy/eye.hpp'25434adding 'pythran/pythonic/include/numpy/fabs.hpp'25435adding 'pythran/pythonic/include/numpy/fill_diagonal.hpp'25436adding 'pythran/pythonic/include/numpy/finfo.hpp'25437adding 'pythran/pythonic/include/numpy/fix.hpp'25438adding 'pythran/pythonic/include/numpy/flatnonzero.hpp'25439adding 'pythran/pythonic/include/numpy/flip.hpp'25440adding 'pythran/pythonic/include/numpy/fliplr.hpp'25441adding 'pythran/pythonic/include/numpy/flipud.hpp'25442adding 'pythran/pythonic/include/numpy/float128.hpp'25443adding 'pythran/pythonic/include/numpy/float32.hpp'25444adding 'pythran/pythonic/include/numpy/float64.hpp'25445adding 'pythran/pythonic/include/numpy/float_.hpp'25446adding 'pythran/pythonic/include/numpy/floor.hpp'25447adding 'pythran/pythonic/include/numpy/floor_divide.hpp'25448adding 'pythran/pythonic/include/numpy/fmax.hpp'25449adding 'pythran/pythonic/include/numpy/fmin.hpp'25450adding 'pythran/pythonic/include/numpy/fmod.hpp'25451adding 'pythran/pythonic/include/numpy/frexp.hpp'25452adding 'pythran/pythonic/include/numpy/frombuffer.hpp'25453adding 'pythran/pythonic/include/numpy/fromfile.hpp'25454adding 'pythran/pythonic/include/numpy/fromfunction.hpp'25455adding 'pythran/pythonic/include/numpy/fromiter.hpp'25456adding 'pythran/pythonic/include/numpy/fromstring.hpp'25457adding 'pythran/pythonic/include/numpy/full.hpp'25458adding 'pythran/pythonic/include/numpy/full_like.hpp'25459adding 'pythran/pythonic/include/numpy/greater.hpp'25460adding 'pythran/pythonic/include/numpy/greater_equal.hpp'25461adding 'pythran/pythonic/include/numpy/heaviside.hpp'25462adding 'pythran/pythonic/include/numpy/hstack.hpp'25463adding 'pythran/pythonic/include/numpy/hypot.hpp'25464adding 'pythran/pythonic/include/numpy/identity.hpp'25465adding 'pythran/pythonic/include/numpy/imag.hpp'25466adding 'pythran/pythonic/include/numpy/indices.hpp'25467adding 'pythran/pythonic/include/numpy/inf.hpp'25468adding 'pythran/pythonic/include/numpy/inner.hpp'25469adding 'pythran/pythonic/include/numpy/insert.hpp'25470adding 'pythran/pythonic/include/numpy/int16.hpp'25471adding 'pythran/pythonic/include/numpy/int32.hpp'25472adding 'pythran/pythonic/include/numpy/int64.hpp'25473adding 'pythran/pythonic/include/numpy/int8.hpp'25474adding 'pythran/pythonic/include/numpy/int_.hpp'25475adding 'pythran/pythonic/include/numpy/intc.hpp'25476adding 'pythran/pythonic/include/numpy/interp.hpp'25477adding 'pythran/pythonic/include/numpy/intersect1d.hpp'25478adding 'pythran/pythonic/include/numpy/intp.hpp'25479adding 'pythran/pythonic/include/numpy/invert.hpp'25480adding 'pythran/pythonic/include/numpy/isclose.hpp'25481adding 'pythran/pythonic/include/numpy/iscomplex.hpp'25482adding 'pythran/pythonic/include/numpy/isfinite.hpp'25483adding 'pythran/pythonic/include/numpy/isinf.hpp'25484adding 'pythran/pythonic/include/numpy/isnan.hpp'25485adding 'pythran/pythonic/include/numpy/isneginf.hpp'25486adding 'pythran/pythonic/include/numpy/isposinf.hpp'25487adding 'pythran/pythonic/include/numpy/isreal.hpp'25488adding 'pythran/pythonic/include/numpy/isrealobj.hpp'25489adding 'pythran/pythonic/include/numpy/isscalar.hpp'25490adding 'pythran/pythonic/include/numpy/issctype.hpp'25491adding 'pythran/pythonic/include/numpy/ldexp.hpp'25492adding 'pythran/pythonic/include/numpy/left_shift.hpp'25493adding 'pythran/pythonic/include/numpy/less.hpp'25494adding 'pythran/pythonic/include/numpy/less_equal.hpp'25495adding 'pythran/pythonic/include/numpy/lexsort.hpp'25496adding 'pythran/pythonic/include/numpy/linspace.hpp'25497adding 'pythran/pythonic/include/numpy/log.hpp'25498adding 'pythran/pythonic/include/numpy/log10.hpp'25499adding 'pythran/pythonic/include/numpy/log1p.hpp'25500adding 'pythran/pythonic/include/numpy/log2.hpp'25501adding 'pythran/pythonic/include/numpy/logaddexp.hpp'25502adding 'pythran/pythonic/include/numpy/logaddexp2.hpp'25503adding 'pythran/pythonic/include/numpy/logical_and.hpp'25504adding 'pythran/pythonic/include/numpy/logical_not.hpp'25505adding 'pythran/pythonic/include/numpy/logical_or.hpp'25506adding 'pythran/pythonic/include/numpy/logical_xor.hpp'25507adding 'pythran/pythonic/include/numpy/logspace.hpp'25508adding 'pythran/pythonic/include/numpy/longlong.hpp'25509adding 'pythran/pythonic/include/numpy/max.hpp'25510adding 'pythran/pythonic/include/numpy/maximum.hpp'25511adding 'pythran/pythonic/include/numpy/mean.hpp'25512adding 'pythran/pythonic/include/numpy/median.hpp'25513adding 'pythran/pythonic/include/numpy/min.hpp'25514adding 'pythran/pythonic/include/numpy/minimum.hpp'25515adding 'pythran/pythonic/include/numpy/mod.hpp'25516adding 'pythran/pythonic/include/numpy/multiply.hpp'25517adding 'pythran/pythonic/include/numpy/nan.hpp'25518adding 'pythran/pythonic/include/numpy/nan_to_num.hpp'25519adding 'pythran/pythonic/include/numpy/nanargmax.hpp'25520adding 'pythran/pythonic/include/numpy/nanargmin.hpp'25521adding 'pythran/pythonic/include/numpy/nanmax.hpp'25522adding 'pythran/pythonic/include/numpy/nanmin.hpp'25523adding 'pythran/pythonic/include/numpy/nansum.hpp'25524adding 'pythran/pythonic/include/numpy/ndarray.hpp'25525adding 'pythran/pythonic/include/numpy/ndenumerate.hpp'25526adding 'pythran/pythonic/include/numpy/ndim.hpp'25527adding 'pythran/pythonic/include/numpy/ndindex.hpp'25528adding 'pythran/pythonic/include/numpy/negative.hpp'25529adding 'pythran/pythonic/include/numpy/newaxis.hpp'25530adding 'pythran/pythonic/include/numpy/nextafter.hpp'25531adding 'pythran/pythonic/include/numpy/nonzero.hpp'25532adding 'pythran/pythonic/include/numpy/not_equal.hpp'25533adding 'pythran/pythonic/include/numpy/ones.hpp'25534adding 'pythran/pythonic/include/numpy/ones_like.hpp'25535adding 'pythran/pythonic/include/numpy/outer.hpp'25536adding 'pythran/pythonic/include/numpy/partial_sum.hpp'25537adding 'pythran/pythonic/include/numpy/pi.hpp'25538adding 'pythran/pythonic/include/numpy/place.hpp'25539adding 'pythran/pythonic/include/numpy/power.hpp'25540adding 'pythran/pythonic/include/numpy/prod.hpp'25541adding 'pythran/pythonic/include/numpy/product.hpp'25542adding 'pythran/pythonic/include/numpy/ptp.hpp'25543adding 'pythran/pythonic/include/numpy/put.hpp'25544adding 'pythran/pythonic/include/numpy/putmask.hpp'25545adding 'pythran/pythonic/include/numpy/rad2deg.hpp'25546adding 'pythran/pythonic/include/numpy/radians.hpp'25547adding 'pythran/pythonic/include/numpy/ravel.hpp'25548adding 'pythran/pythonic/include/numpy/real.hpp'25549adding 'pythran/pythonic/include/numpy/reciprocal.hpp'25550adding 'pythran/pythonic/include/numpy/reduce.hpp'25551adding 'pythran/pythonic/include/numpy/remainder.hpp'25552adding 'pythran/pythonic/include/numpy/repeat.hpp'25553adding 'pythran/pythonic/include/numpy/resize.hpp'25554adding 'pythran/pythonic/include/numpy/right_shift.hpp'25555adding 'pythran/pythonic/include/numpy/rint.hpp'25556adding 'pythran/pythonic/include/numpy/roll.hpp'25557adding 'pythran/pythonic/include/numpy/rollaxis.hpp'25558adding 'pythran/pythonic/include/numpy/rot90.hpp'25559adding 'pythran/pythonic/include/numpy/round.hpp'25560adding 'pythran/pythonic/include/numpy/round_.hpp'25561adding 'pythran/pythonic/include/numpy/searchsorted.hpp'25562adding 'pythran/pythonic/include/numpy/select.hpp'25563adding 'pythran/pythonic/include/numpy/setdiff1d.hpp'25564adding 'pythran/pythonic/include/numpy/shape.hpp'25565adding 'pythran/pythonic/include/numpy/short_.hpp'25566adding 'pythran/pythonic/include/numpy/sign.hpp'25567adding 'pythran/pythonic/include/numpy/signbit.hpp'25568adding 'pythran/pythonic/include/numpy/sin.hpp'25569adding 'pythran/pythonic/include/numpy/sinh.hpp'25570adding 'pythran/pythonic/include/numpy/size.hpp'25571adding 'pythran/pythonic/include/numpy/sometrue.hpp'25572adding 'pythran/pythonic/include/numpy/sort.hpp'25573adding 'pythran/pythonic/include/numpy/sort_complex.hpp'25574adding 'pythran/pythonic/include/numpy/spacing.hpp'25575adding 'pythran/pythonic/include/numpy/split.hpp'25576adding 'pythran/pythonic/include/numpy/sqrt.hpp'25577adding 'pythran/pythonic/include/numpy/square.hpp'25578adding 'pythran/pythonic/include/numpy/stack.hpp'25579adding 'pythran/pythonic/include/numpy/std_.hpp'25580adding 'pythran/pythonic/include/numpy/subtract.hpp'25581adding 'pythran/pythonic/include/numpy/sum.hpp'25582adding 'pythran/pythonic/include/numpy/swapaxes.hpp'25583adding 'pythran/pythonic/include/numpy/take.hpp'25584adding 'pythran/pythonic/include/numpy/tan.hpp'25585adding 'pythran/pythonic/include/numpy/tanh.hpp'25586adding 'pythran/pythonic/include/numpy/tile.hpp'25587adding 'pythran/pythonic/include/numpy/trace.hpp'25588adding 'pythran/pythonic/include/numpy/transpose.hpp'25589adding 'pythran/pythonic/include/numpy/tri.hpp'25590adding 'pythran/pythonic/include/numpy/tril.hpp'25591adding 'pythran/pythonic/include/numpy/trim_zeros.hpp'25592adding 'pythran/pythonic/include/numpy/triu.hpp'25593adding 'pythran/pythonic/include/numpy/true_divide.hpp'25594adding 'pythran/pythonic/include/numpy/trunc.hpp'25595adding 'pythran/pythonic/include/numpy/ubyte.hpp'25596adding 'pythran/pythonic/include/numpy/ufunc_accumulate.hpp'25597adding 'pythran/pythonic/include/numpy/ufunc_reduce.hpp'25598adding 'pythran/pythonic/include/numpy/uint.hpp'25599adding 'pythran/pythonic/include/numpy/uint16.hpp'25600adding 'pythran/pythonic/include/numpy/uint32.hpp'25601adding 'pythran/pythonic/include/numpy/uint64.hpp'25602adding 'pythran/pythonic/include/numpy/uint8.hpp'25603adding 'pythran/pythonic/include/numpy/uintc.hpp'25604adding 'pythran/pythonic/include/numpy/uintp.hpp'25605adding 'pythran/pythonic/include/numpy/ulonglong.hpp'25606adding 'pythran/pythonic/include/numpy/union1d.hpp'25607adding 'pythran/pythonic/include/numpy/unique.hpp'25608adding 'pythran/pythonic/include/numpy/unravel_index.hpp'25609adding 'pythran/pythonic/include/numpy/unwrap.hpp'25610adding 'pythran/pythonic/include/numpy/ushort.hpp'25611adding 'pythran/pythonic/include/numpy/var.hpp'25612adding 'pythran/pythonic/include/numpy/vdot.hpp'25613adding 'pythran/pythonic/include/numpy/vectorize.hpp'25614adding 'pythran/pythonic/include/numpy/vstack.hpp'25615adding 'pythran/pythonic/include/numpy/where.hpp'25616adding 'pythran/pythonic/include/numpy/zeros.hpp'25617adding 'pythran/pythonic/include/numpy/zeros_like.hpp'25618adding 'pythran/pythonic/include/numpy/add/accumulate.hpp'25619adding 'pythran/pythonic/include/numpy/add/reduce.hpp'25620adding 'pythran/pythonic/include/numpy/arctan2/accumulate.hpp'25621adding 'pythran/pythonic/include/numpy/bitwise_and/accumulate.hpp'25622adding 'pythran/pythonic/include/numpy/bitwise_and/reduce.hpp'25623adding 'pythran/pythonic/include/numpy/bitwise_or/accumulate.hpp'25624adding 'pythran/pythonic/include/numpy/bitwise_or/reduce.hpp'25625adding 'pythran/pythonic/include/numpy/bitwise_xor/accumulate.hpp'25626adding 'pythran/pythonic/include/numpy/bitwise_xor/reduce.hpp'25627adding 'pythran/pythonic/include/numpy/copysign/accumulate.hpp'25628adding 'pythran/pythonic/include/numpy/ctypeslib/as_array.hpp'25629adding 'pythran/pythonic/include/numpy/divide/accumulate.hpp'25630adding 'pythran/pythonic/include/numpy/dtype/type.hpp'25631adding 'pythran/pythonic/include/numpy/equal/accumulate.hpp'25632adding 'pythran/pythonic/include/numpy/fft/c2c.hpp'25633adding 'pythran/pythonic/include/numpy/fft/fft.hpp'25634adding 'pythran/pythonic/include/numpy/fft/fftn.hpp'25635adding 'pythran/pythonic/include/numpy/fft/hfft.hpp'25636adding 'pythran/pythonic/include/numpy/fft/ifft.hpp'25637adding 'pythran/pythonic/include/numpy/fft/ihfft.hpp'25638adding 'pythran/pythonic/include/numpy/fft/irfft.hpp'25639adding 'pythran/pythonic/include/numpy/fft/rfft.hpp'25640adding 'pythran/pythonic/include/numpy/floor_divide/accumulate.hpp'25641adding 'pythran/pythonic/include/numpy/fmax/accumulate.hpp'25642adding 'pythran/pythonic/include/numpy/fmax/reduce.hpp'25643adding 'pythran/pythonic/include/numpy/fmin/accumulate.hpp'25644adding 'pythran/pythonic/include/numpy/fmin/reduce.hpp'25645adding 'pythran/pythonic/include/numpy/fmod/accumulate.hpp'25646adding 'pythran/pythonic/include/numpy/greater/accumulate.hpp'25647adding 'pythran/pythonic/include/numpy/greater_equal/accumulate.hpp'25648adding 'pythran/pythonic/include/numpy/heaviside/accumulate.hpp'25649adding 'pythran/pythonic/include/numpy/hypot/accumulate.hpp'25650adding 'pythran/pythonic/include/numpy/ldexp/accumulate.hpp'25651adding 'pythran/pythonic/include/numpy/left_shift/accumulate.hpp'25652adding 'pythran/pythonic/include/numpy/less/accumulate.hpp'25653adding 'pythran/pythonic/include/numpy/less_equal/accumulate.hpp'25654adding 'pythran/pythonic/include/numpy/linalg/matrix_power.hpp'25655adding 'pythran/pythonic/include/numpy/linalg/norm.hpp'25656adding 'pythran/pythonic/include/numpy/logaddexp/accumulate.hpp'25657adding 'pythran/pythonic/include/numpy/logaddexp2/accumulate.hpp'25658adding 'pythran/pythonic/include/numpy/logical_and/accumulate.hpp'25659adding 'pythran/pythonic/include/numpy/logical_or/accumulate.hpp'25660adding 'pythran/pythonic/include/numpy/logical_xor/accumulate.hpp'25661adding 'pythran/pythonic/include/numpy/maximum/accumulate.hpp'25662adding 'pythran/pythonic/include/numpy/maximum/reduce.hpp'25663adding 'pythran/pythonic/include/numpy/minimum/accumulate.hpp'25664adding 'pythran/pythonic/include/numpy/minimum/reduce.hpp'25665adding 'pythran/pythonic/include/numpy/mod/accumulate.hpp'25666adding 'pythran/pythonic/include/numpy/multiply/accumulate.hpp'25667adding 'pythran/pythonic/include/numpy/multiply/reduce.hpp'25668adding 'pythran/pythonic/include/numpy/ndarray/astype.hpp'25669adding 'pythran/pythonic/include/numpy/ndarray/fill.hpp'25670adding 'pythran/pythonic/include/numpy/ndarray/flatten.hpp'25671adding 'pythran/pythonic/include/numpy/ndarray/item.hpp'25672adding 'pythran/pythonic/include/numpy/ndarray/reshape.hpp'25673adding 'pythran/pythonic/include/numpy/ndarray/sort.hpp'25674adding 'pythran/pythonic/include/numpy/ndarray/tofile.hpp'25675adding 'pythran/pythonic/include/numpy/ndarray/tolist.hpp'25676adding 'pythran/pythonic/include/numpy/ndarray/tostring.hpp'25677adding 'pythran/pythonic/include/numpy/ndarray/view.hpp'25678adding 'pythran/pythonic/include/numpy/negative/accumulate.hpp'25679adding 'pythran/pythonic/include/numpy/nextafter/accumulate.hpp'25680adding 'pythran/pythonic/include/numpy/not_equal/accumulate.hpp'25681adding 'pythran/pythonic/include/numpy/power/accumulate.hpp'25682adding 'pythran/pythonic/include/numpy/random/binomial.hpp'25683adding 'pythran/pythonic/include/numpy/random/bytes.hpp'25684adding 'pythran/pythonic/include/numpy/random/chisquare.hpp'25685adding 'pythran/pythonic/include/numpy/random/choice.hpp'25686adding 'pythran/pythonic/include/numpy/random/dirichlet.hpp'25687adding 'pythran/pythonic/include/numpy/random/exponential.hpp'25688adding 'pythran/pythonic/include/numpy/random/f.hpp'25689adding 'pythran/pythonic/include/numpy/random/gamma.hpp'25690adding 'pythran/pythonic/include/numpy/random/generator.hpp'25691adding 'pythran/pythonic/include/numpy/random/geometric.hpp'25692adding 'pythran/pythonic/include/numpy/random/gumbel.hpp'25693adding 'pythran/pythonic/include/numpy/random/laplace.hpp'25694adding 'pythran/pythonic/include/numpy/random/logistic.hpp'25695adding 'pythran/pythonic/include/numpy/random/lognormal.hpp'25696adding 'pythran/pythonic/include/numpy/random/logseries.hpp'25697adding 'pythran/pythonic/include/numpy/random/negative_binomial.hpp'25698adding 'pythran/pythonic/include/numpy/random/normal.hpp'25699adding 'pythran/pythonic/include/numpy/random/pareto.hpp'25700adding 'pythran/pythonic/include/numpy/random/poisson.hpp'25701adding 'pythran/pythonic/include/numpy/random/power.hpp'25702adding 'pythran/pythonic/include/numpy/random/rand.hpp'25703adding 'pythran/pythonic/include/numpy/random/randint.hpp'25704adding 'pythran/pythonic/include/numpy/random/randn.hpp'25705adding 'pythran/pythonic/include/numpy/random/random.hpp'25706adding 'pythran/pythonic/include/numpy/random/random_integers.hpp'25707adding 'pythran/pythonic/include/numpy/random/random_sample.hpp'25708adding 'pythran/pythonic/include/numpy/random/ranf.hpp'25709adding 'pythran/pythonic/include/numpy/random/rayleigh.hpp'25710adding 'pythran/pythonic/include/numpy/random/sample.hpp'25711adding 'pythran/pythonic/include/numpy/random/seed.hpp'25712adding 'pythran/pythonic/include/numpy/random/shuffle.hpp'25713adding 'pythran/pythonic/include/numpy/random/standard_exponential.hpp'25714adding 'pythran/pythonic/include/numpy/random/standard_gamma.hpp'25715adding 'pythran/pythonic/include/numpy/random/standard_normal.hpp'25716adding 'pythran/pythonic/include/numpy/random/uniform.hpp'25717adding 'pythran/pythonic/include/numpy/random/weibull.hpp'25718adding 'pythran/pythonic/include/numpy/remainder/accumulate.hpp'25719adding 'pythran/pythonic/include/numpy/right_shift/accumulate.hpp'25720adding 'pythran/pythonic/include/numpy/subtract/accumulate.hpp'25721adding 'pythran/pythonic/include/numpy/true_divide/accumulate.hpp'25722adding 'pythran/pythonic/include/omp/get_num_threads.hpp'25723adding 'pythran/pythonic/include/omp/get_thread_num.hpp'25724adding 'pythran/pythonic/include/omp/get_wtick.hpp'25725adding 'pythran/pythonic/include/omp/get_wtime.hpp'25726adding 'pythran/pythonic/include/omp/in_parallel.hpp'25727adding 'pythran/pythonic/include/omp/set_nested.hpp'25728adding 'pythran/pythonic/include/omp/set_num_threads.hpp'25729adding 'pythran/pythonic/include/operator_/__abs__.hpp'25730adding 'pythran/pythonic/include/operator_/__add__.hpp'25731adding 'pythran/pythonic/include/operator_/__and__.hpp'25732adding 'pythran/pythonic/include/operator_/__concat__.hpp'25733adding 'pythran/pythonic/include/operator_/__contains__.hpp'25734adding 'pythran/pythonic/include/operator_/__delitem__.hpp'25735adding 'pythran/pythonic/include/operator_/__div__.hpp'25736adding 'pythran/pythonic/include/operator_/__eq__.hpp'25737adding 'pythran/pythonic/include/operator_/__floordiv__.hpp'25738adding 'pythran/pythonic/include/operator_/__ge__.hpp'25739adding 'pythran/pythonic/include/operator_/__getitem__.hpp'25740adding 'pythran/pythonic/include/operator_/__gt__.hpp'25741adding 'pythran/pythonic/include/operator_/__iadd__.hpp'25742adding 'pythran/pythonic/include/operator_/__iand__.hpp'25743adding 'pythran/pythonic/include/operator_/__iconcat__.hpp'25744adding 'pythran/pythonic/include/operator_/__idiv__.hpp'25745adding 'pythran/pythonic/include/operator_/__ifloordiv__.hpp'25746adding 'pythran/pythonic/include/operator_/__ilshift__.hpp'25747adding 'pythran/pythonic/include/operator_/__imod__.hpp'25748adding 'pythran/pythonic/include/operator_/__imul__.hpp'25749adding 'pythran/pythonic/include/operator_/__inv__.hpp'25750adding 'pythran/pythonic/include/operator_/__invert__.hpp'25751adding 'pythran/pythonic/include/operator_/__ior__.hpp'25752adding 'pythran/pythonic/include/operator_/__ipow__.hpp'25753adding 'pythran/pythonic/include/operator_/__irshift__.hpp'25754adding 'pythran/pythonic/include/operator_/__isub__.hpp'25755adding 'pythran/pythonic/include/operator_/__itruediv__.hpp'25756adding 'pythran/pythonic/include/operator_/__ixor__.hpp'25757adding 'pythran/pythonic/include/operator_/__le__.hpp'25758adding 'pythran/pythonic/include/operator_/__lshift__.hpp'25759adding 'pythran/pythonic/include/operator_/__lt__.hpp'25760adding 'pythran/pythonic/include/operator_/__matmul__.hpp'25761adding 'pythran/pythonic/include/operator_/__mod__.hpp'25762adding 'pythran/pythonic/include/operator_/__mul__.hpp'25763adding 'pythran/pythonic/include/operator_/__ne__.hpp'25764adding 'pythran/pythonic/include/operator_/__neg__.hpp'25765adding 'pythran/pythonic/include/operator_/__not__.hpp'25766adding 'pythran/pythonic/include/operator_/__or__.hpp'25767adding 'pythran/pythonic/include/operator_/__pos__.hpp'25768adding 'pythran/pythonic/include/operator_/__rshift__.hpp'25769adding 'pythran/pythonic/include/operator_/__sub__.hpp'25770adding 'pythran/pythonic/include/operator_/__truediv__.hpp'25771adding 'pythran/pythonic/include/operator_/__xor__.hpp'25772adding 'pythran/pythonic/include/operator_/abs.hpp'25773adding 'pythran/pythonic/include/operator_/add.hpp'25774adding 'pythran/pythonic/include/operator_/and_.hpp'25775adding 'pythran/pythonic/include/operator_/concat.hpp'25776adding 'pythran/pythonic/include/operator_/contains.hpp'25777adding 'pythran/pythonic/include/operator_/countOf.hpp'25778adding 'pythran/pythonic/include/operator_/delitem.hpp'25779adding 'pythran/pythonic/include/operator_/div.hpp'25780adding 'pythran/pythonic/include/operator_/eq.hpp'25781adding 'pythran/pythonic/include/operator_/floordiv.hpp'25782adding 'pythran/pythonic/include/operator_/ge.hpp'25783adding 'pythran/pythonic/include/operator_/getitem.hpp'25784adding 'pythran/pythonic/include/operator_/gt.hpp'25785adding 'pythran/pythonic/include/operator_/iadd.hpp'25786adding 'pythran/pythonic/include/operator_/iand.hpp'25787adding 'pythran/pythonic/include/operator_/icommon.hpp'25788adding 'pythran/pythonic/include/operator_/iconcat.hpp'25789adding 'pythran/pythonic/include/operator_/idiv.hpp'25790adding 'pythran/pythonic/include/operator_/ifloordiv.hpp'25791adding 'pythran/pythonic/include/operator_/ilshift.hpp'25792adding 'pythran/pythonic/include/operator_/imatmul.hpp'25793adding 'pythran/pythonic/include/operator_/imax.hpp'25794adding 'pythran/pythonic/include/operator_/imin.hpp'25795adding 'pythran/pythonic/include/operator_/imod.hpp'25796adding 'pythran/pythonic/include/operator_/imul.hpp'25797adding 'pythran/pythonic/include/operator_/indexOf.hpp'25798adding 'pythran/pythonic/include/operator_/inv.hpp'25799adding 'pythran/pythonic/include/operator_/invert.hpp'25800adding 'pythran/pythonic/include/operator_/ior.hpp'25801adding 'pythran/pythonic/include/operator_/ipow.hpp'25802adding 'pythran/pythonic/include/operator_/irshift.hpp'25803adding 'pythran/pythonic/include/operator_/is_.hpp'25804adding 'pythran/pythonic/include/operator_/is_not.hpp'25805adding 'pythran/pythonic/include/operator_/isub.hpp'25806adding 'pythran/pythonic/include/operator_/itemgetter.hpp'25807adding 'pythran/pythonic/include/operator_/itruediv.hpp'25808adding 'pythran/pythonic/include/operator_/ixor.hpp'25809adding 'pythran/pythonic/include/operator_/le.hpp'25810adding 'pythran/pythonic/include/operator_/lshift.hpp'25811adding 'pythran/pythonic/include/operator_/lt.hpp'25812adding 'pythran/pythonic/include/operator_/matmul.hpp'25813adding 'pythran/pythonic/include/operator_/mod.hpp'25814adding 'pythran/pythonic/include/operator_/mul.hpp'25815adding 'pythran/pythonic/include/operator_/ne.hpp'25816adding 'pythran/pythonic/include/operator_/neg.hpp'25817adding 'pythran/pythonic/include/operator_/not_.hpp'25818adding 'pythran/pythonic/include/operator_/or_.hpp'25819adding 'pythran/pythonic/include/operator_/overloads.hpp'25820adding 'pythran/pythonic/include/operator_/pos.hpp'25821adding 'pythran/pythonic/include/operator_/pow.hpp'25822adding 'pythran/pythonic/include/operator_/rshift.hpp'25823adding 'pythran/pythonic/include/operator_/sub.hpp'25824adding 'pythran/pythonic/include/operator_/truediv.hpp'25825adding 'pythran/pythonic/include/operator_/truth.hpp'25826adding 'pythran/pythonic/include/operator_/xor_.hpp'25827adding 'pythran/pythonic/include/os/path/join.hpp'25828adding 'pythran/pythonic/include/random/choice.hpp'25829adding 'pythran/pythonic/include/random/expovariate.hpp'25830adding 'pythran/pythonic/include/random/gauss.hpp'25831adding 'pythran/pythonic/include/random/randint.hpp'25832adding 'pythran/pythonic/include/random/random.hpp'25833adding 'pythran/pythonic/include/random/randrange.hpp'25834adding 'pythran/pythonic/include/random/sample.hpp'25835adding 'pythran/pythonic/include/random/seed.hpp'25836adding 'pythran/pythonic/include/random/shuffle.hpp'25837adding 'pythran/pythonic/include/random/uniform.hpp'25838adding 'pythran/pythonic/include/scipy/special/binom.hpp'25839adding 'pythran/pythonic/include/scipy/special/gamma.hpp'25840adding 'pythran/pythonic/include/scipy/special/gammaincinv.hpp'25841adding 'pythran/pythonic/include/scipy/special/gammaln.hpp'25842adding 'pythran/pythonic/include/scipy/special/hankel1.hpp'25843adding 'pythran/pythonic/include/scipy/special/hankel2.hpp'25844adding 'pythran/pythonic/include/scipy/special/i0.hpp'25845adding 'pythran/pythonic/include/scipy/special/i0e.hpp'25846adding 'pythran/pythonic/include/scipy/special/iv.hpp'25847adding 'pythran/pythonic/include/scipy/special/ivp.hpp'25848adding 'pythran/pythonic/include/scipy/special/jv.hpp'25849adding 'pythran/pythonic/include/scipy/special/jvp.hpp'25850adding 'pythran/pythonic/include/scipy/special/kv.hpp'25851adding 'pythran/pythonic/include/scipy/special/kvp.hpp'25852adding 'pythran/pythonic/include/scipy/special/ndtr.hpp'25853adding 'pythran/pythonic/include/scipy/special/ndtri.hpp'25854adding 'pythran/pythonic/include/scipy/special/spherical_jn.hpp'25855adding 'pythran/pythonic/include/scipy/special/spherical_yn.hpp'25856adding 'pythran/pythonic/include/scipy/special/yv.hpp'25857adding 'pythran/pythonic/include/scipy/special/yvp.hpp'25858adding 'pythran/pythonic/include/string/ascii_letters.hpp'25859adding 'pythran/pythonic/include/string/ascii_lowercase.hpp'25860adding 'pythran/pythonic/include/string/ascii_uppercase.hpp'25861adding 'pythran/pythonic/include/string/digits.hpp'25862adding 'pythran/pythonic/include/string/find.hpp'25863adding 'pythran/pythonic/include/string/hexdigits.hpp'25864adding 'pythran/pythonic/include/string/octdigits.hpp'25865adding 'pythran/pythonic/include/time/sleep.hpp'25866adding 'pythran/pythonic/include/time/time.hpp'25867adding 'pythran/pythonic/include/types/NoneType.hpp'25868adding 'pythran/pythonic/include/types/array.hpp'25869adding 'pythran/pythonic/include/types/assignable.hpp'25870adding 'pythran/pythonic/include/types/attr.hpp'25871adding 'pythran/pythonic/include/types/bool.hpp'25872adding 'pythran/pythonic/include/types/cfun.hpp'25873adding 'pythran/pythonic/include/types/clongdouble.hpp'25874adding 'pythran/pythonic/include/types/combined.hpp'25875adding 'pythran/pythonic/include/types/complex.hpp'25876adding 'pythran/pythonic/include/types/complex128.hpp'25877adding 'pythran/pythonic/include/types/complex256.hpp'25878adding 'pythran/pythonic/include/types/complex64.hpp'25879adding 'pythran/pythonic/include/types/dict.hpp'25880adding 'pythran/pythonic/include/types/dynamic_tuple.hpp'25881adding 'pythran/pythonic/include/types/empty_iterator.hpp'25882adding 'pythran/pythonic/include/types/exceptions.hpp'25883adding 'pythran/pythonic/include/types/file.hpp'25884adding 'pythran/pythonic/include/types/finfo.hpp'25885adding 'pythran/pythonic/include/types/float.hpp'25886adding 'pythran/pythonic/include/types/float128.hpp'25887adding 'pythran/pythonic/include/types/float32.hpp'25888adding 'pythran/pythonic/include/types/float64.hpp'25889adding 'pythran/pythonic/include/types/generator.hpp'25890adding 'pythran/pythonic/include/types/immediate.hpp'25891adding 'pythran/pythonic/include/types/int.hpp'25892adding 'pythran/pythonic/include/types/int16.hpp'25893adding 'pythran/pythonic/include/types/int32.hpp'25894adding 'pythran/pythonic/include/types/int64.hpp'25895adding 'pythran/pythonic/include/types/int8.hpp'25896adding 'pythran/pythonic/include/types/intc.hpp'25897adding 'pythran/pythonic/include/types/intp.hpp'25898adding 'pythran/pythonic/include/types/lazy.hpp'25899adding 'pythran/pythonic/include/types/list.hpp'25900adding 'pythran/pythonic/include/types/longdouble.hpp'25901adding 'pythran/pythonic/include/types/ndarray.hpp'25902adding 'pythran/pythonic/include/types/nditerator.hpp'25903adding 'pythran/pythonic/include/types/numpy_binary_op.hpp'25904adding 'pythran/pythonic/include/types/numpy_broadcast.hpp'25905adding 'pythran/pythonic/include/types/numpy_expr.hpp'25906adding 'pythran/pythonic/include/types/numpy_gexpr.hpp'25907adding 'pythran/pythonic/include/types/numpy_iexpr.hpp'25908adding 'pythran/pythonic/include/types/numpy_nary_expr.hpp'25909adding 'pythran/pythonic/include/types/numpy_op_helper.hpp'25910adding 'pythran/pythonic/include/types/numpy_operators.hpp'25911adding 'pythran/pythonic/include/types/numpy_texpr.hpp'25912adding 'pythran/pythonic/include/types/numpy_ufunc.hpp'25913adding 'pythran/pythonic/include/types/numpy_unary_op.hpp'25914adding 'pythran/pythonic/include/types/numpy_vexpr.hpp'25915adding 'pythran/pythonic/include/types/pointer.hpp'25916adding 'pythran/pythonic/include/types/raw_array.hpp'25917adding 'pythran/pythonic/include/types/set.hpp'25918adding 'pythran/pythonic/include/types/slice.hpp'25919adding 'pythran/pythonic/include/types/static_if.hpp'25920adding 'pythran/pythonic/include/types/str.hpp'25921adding 'pythran/pythonic/include/types/traits.hpp'25922adding 'pythran/pythonic/include/types/tuple.hpp'25923adding 'pythran/pythonic/include/types/type.hpp'25924adding 'pythran/pythonic/include/types/uint16.hpp'25925adding 'pythran/pythonic/include/types/uint32.hpp'25926adding 'pythran/pythonic/include/types/uint64.hpp'25927adding 'pythran/pythonic/include/types/uint8.hpp'25928adding 'pythran/pythonic/include/types/uintc.hpp'25929adding 'pythran/pythonic/include/types/uintp.hpp'25930adding 'pythran/pythonic/include/types/variant_functor.hpp'25931adding 'pythran/pythonic/include/types/vectorizable_type.hpp'25932adding 'pythran/pythonic/include/utils/allocate.hpp'25933adding 'pythran/pythonic/include/utils/array_helper.hpp'25934adding 'pythran/pythonic/include/utils/broadcast_copy.hpp'25935adding 'pythran/pythonic/include/utils/functor.hpp'25936adding 'pythran/pythonic/include/utils/fwd.hpp'25937adding 'pythran/pythonic/include/utils/int_.hpp'25938adding 'pythran/pythonic/include/utils/iterator.hpp'25939adding 'pythran/pythonic/include/utils/meta.hpp'25940adding 'pythran/pythonic/include/utils/nested_container.hpp'25941adding 'pythran/pythonic/include/utils/neutral.hpp'25942adding 'pythran/pythonic/include/utils/numpy_conversion.hpp'25943adding 'pythran/pythonic/include/utils/numpy_traits.hpp'25944adding 'pythran/pythonic/include/utils/reserve.hpp'25945adding 'pythran/pythonic/include/utils/seq.hpp'25946adding 'pythran/pythonic/include/utils/shared_ref.hpp'25947adding 'pythran/pythonic/include/utils/tags.hpp'25948adding 'pythran/pythonic/include/utils/yield.hpp'25949adding 'pythran/pythonic/io/_io/TextIOWrapper/close.hpp'25950adding 'pythran/pythonic/io/_io/TextIOWrapper/fileno.hpp'25951adding 'pythran/pythonic/io/_io/TextIOWrapper/flush.hpp'25952adding 'pythran/pythonic/io/_io/TextIOWrapper/isatty.hpp'25953adding 'pythran/pythonic/io/_io/TextIOWrapper/next.hpp'25954adding 'pythran/pythonic/io/_io/TextIOWrapper/read.hpp'25955adding 'pythran/pythonic/io/_io/TextIOWrapper/readline.hpp'25956adding 'pythran/pythonic/io/_io/TextIOWrapper/readlines.hpp'25957adding 'pythran/pythonic/io/_io/TextIOWrapper/seek.hpp'25958adding 'pythran/pythonic/io/_io/TextIOWrapper/tell.hpp'25959adding 'pythran/pythonic/io/_io/TextIOWrapper/truncate.hpp'25960adding 'pythran/pythonic/io/_io/TextIOWrapper/write.hpp'25961adding 'pythran/pythonic/io/_io/TextIOWrapper/writelines.hpp'25962adding 'pythran/pythonic/itertools/combinations.hpp'25963adding 'pythran/pythonic/itertools/common.hpp'25964adding 'pythran/pythonic/itertools/count.hpp'25965adding 'pythran/pythonic/itertools/ifilter.hpp'25966adding 'pythran/pythonic/itertools/islice.hpp'25967adding 'pythran/pythonic/itertools/permutations.hpp'25968adding 'pythran/pythonic/itertools/product.hpp'25969adding 'pythran/pythonic/itertools/repeat.hpp'25970adding 'pythran/pythonic/math/acos.hpp'25971adding 'pythran/pythonic/math/acosh.hpp'25972adding 'pythran/pythonic/math/asin.hpp'25973adding 'pythran/pythonic/math/asinh.hpp'25974adding 'pythran/pythonic/math/atan.hpp'25975adding 'pythran/pythonic/math/atan2.hpp'25976adding 'pythran/pythonic/math/atanh.hpp'25977adding 'pythran/pythonic/math/ceil.hpp'25978adding 'pythran/pythonic/math/copysign.hpp'25979adding 'pythran/pythonic/math/cos.hpp'25980adding 'pythran/pythonic/math/cosh.hpp'25981adding 'pythran/pythonic/math/degrees.hpp'25982adding 'pythran/pythonic/math/e.hpp'25983adding 'pythran/pythonic/math/erf.hpp'25984adding 'pythran/pythonic/math/erfc.hpp'25985adding 'pythran/pythonic/math/exp.hpp'25986adding 'pythran/pythonic/math/expm1.hpp'25987adding 'pythran/pythonic/math/fabs.hpp'25988adding 'pythran/pythonic/math/factorial.hpp'25989adding 'pythran/pythonic/math/floor.hpp'25990adding 'pythran/pythonic/math/fmod.hpp'25991adding 'pythran/pythonic/math/frexp.hpp'25992adding 'pythran/pythonic/math/gamma.hpp'25993adding 'pythran/pythonic/math/hypot.hpp'25994adding 'pythran/pythonic/math/isinf.hpp'25995adding 'pythran/pythonic/math/isnan.hpp'25996adding 'pythran/pythonic/math/ldexp.hpp'25997adding 'pythran/pythonic/math/lgamma.hpp'25998adding 'pythran/pythonic/math/log.hpp'25999adding 'pythran/pythonic/math/log10.hpp'26000adding 'pythran/pythonic/math/log1p.hpp'26001adding 'pythran/pythonic/math/modf.hpp'26002adding 'pythran/pythonic/math/pi.hpp'26003adding 'pythran/pythonic/math/pow.hpp'26004adding 'pythran/pythonic/math/radians.hpp'26005adding 'pythran/pythonic/math/sin.hpp'26006adding 'pythran/pythonic/math/sinh.hpp'26007adding 'pythran/pythonic/math/sqrt.hpp'26008adding 'pythran/pythonic/math/tan.hpp'26009adding 'pythran/pythonic/math/tanh.hpp'26010adding 'pythran/pythonic/math/trunc.hpp'26011adding 'pythran/pythonic/numpy/.hpp'26012adding 'pythran/pythonic/numpy/NINF.hpp'26013adding 'pythran/pythonic/numpy/abs.hpp'26014adding 'pythran/pythonic/numpy/absolute.hpp'26015adding 'pythran/pythonic/numpy/add.hpp'26016adding 'pythran/pythonic/numpy/alen.hpp'26017adding 'pythran/pythonic/numpy/all.hpp'26018adding 'pythran/pythonic/numpy/allclose.hpp'26019adding 'pythran/pythonic/numpy/alltrue.hpp'26020adding 'pythran/pythonic/numpy/amax.hpp'26021adding 'pythran/pythonic/numpy/amin.hpp'26022adding 'pythran/pythonic/numpy/angle.hpp'26023adding 'pythran/pythonic/numpy/angle_in_deg.hpp'26024adding 'pythran/pythonic/numpy/angle_in_rad.hpp'26025adding 'pythran/pythonic/numpy/any.hpp'26026adding 'pythran/pythonic/numpy/append.hpp'26027adding 'pythran/pythonic/numpy/arange.hpp'26028adding 'pythran/pythonic/numpy/arccos.hpp'26029adding 'pythran/pythonic/numpy/arccosh.hpp'26030adding 'pythran/pythonic/numpy/arcsin.hpp'26031adding 'pythran/pythonic/numpy/arcsinh.hpp'26032adding 'pythran/pythonic/numpy/arctan.hpp'26033adding 'pythran/pythonic/numpy/arctan2.hpp'26034adding 'pythran/pythonic/numpy/arctanh.hpp'26035adding 'pythran/pythonic/numpy/argmax.hpp'26036adding 'pythran/pythonic/numpy/argmin.hpp'26037adding 'pythran/pythonic/numpy/argminmax.hpp'26038adding 'pythran/pythonic/numpy/argsort.hpp'26039adding 'pythran/pythonic/numpy/argwhere.hpp'26040adding 'pythran/pythonic/numpy/around.hpp'26041adding 'pythran/pythonic/numpy/array.hpp'26042adding 'pythran/pythonic/numpy/array2string.hpp'26043adding 'pythran/pythonic/numpy/array_equal.hpp'26044adding 'pythran/pythonic/numpy/array_equiv.hpp'26045adding 'pythran/pythonic/numpy/array_split.hpp'26046adding 'pythran/pythonic/numpy/array_str.hpp'26047adding 'pythran/pythonic/numpy/asarray.hpp'26048adding 'pythran/pythonic/numpy/asarray_chkfinite.hpp'26049adding 'pythran/pythonic/numpy/ascontiguousarray.hpp'26050adding 'pythran/pythonic/numpy/asfarray.hpp'26051adding 'pythran/pythonic/numpy/asscalar.hpp'26052adding 'pythran/pythonic/numpy/atleast_1d.hpp'26053adding 'pythran/pythonic/numpy/atleast_2d.hpp'26054adding 'pythran/pythonic/numpy/atleast_3d.hpp'26055adding 'pythran/pythonic/numpy/average.hpp'26056adding 'pythran/pythonic/numpy/base_repr.hpp'26057adding 'pythran/pythonic/numpy/binary_repr.hpp'26058adding 'pythran/pythonic/numpy/bincount.hpp'26059adding 'pythran/pythonic/numpy/bitwise_and.hpp'26060adding 'pythran/pythonic/numpy/bitwise_not.hpp'26061adding 'pythran/pythonic/numpy/bitwise_or.hpp'26062adding 'pythran/pythonic/numpy/bitwise_xor.hpp'26063adding 'pythran/pythonic/numpy/bool_.hpp'26064adding 'pythran/pythonic/numpy/broadcast_to.hpp'26065adding 'pythran/pythonic/numpy/byte.hpp'26066adding 'pythran/pythonic/numpy/cbrt.hpp'26067adding 'pythran/pythonic/numpy/ceil.hpp'26068adding 'pythran/pythonic/numpy/clip.hpp'26069adding 'pythran/pythonic/numpy/complex.hpp'26070adding 'pythran/pythonic/numpy/complex128.hpp'26071adding 'pythran/pythonic/numpy/complex256.hpp'26072adding 'pythran/pythonic/numpy/complex64.hpp'26073adding 'pythran/pythonic/numpy/concatenate.hpp'26074adding 'pythran/pythonic/numpy/conj.hpp'26075adding 'pythran/pythonic/numpy/conjugate.hpp'26076adding 'pythran/pythonic/numpy/convolve.hpp'26077adding 'pythran/pythonic/numpy/copy.hpp'26078adding 'pythran/pythonic/numpy/copysign.hpp'26079adding 'pythran/pythonic/numpy/copyto.hpp'26080adding 'pythran/pythonic/numpy/correlate.hpp'26081adding 'pythran/pythonic/numpy/cos.hpp'26082adding 'pythran/pythonic/numpy/cosh.hpp'26083adding 'pythran/pythonic/numpy/count_nonzero.hpp'26084adding 'pythran/pythonic/numpy/cross.hpp'26085adding 'pythran/pythonic/numpy/cumprod.hpp'26086adding 'pythran/pythonic/numpy/cumproduct.hpp'26087adding 'pythran/pythonic/numpy/cumsum.hpp'26088adding 'pythran/pythonic/numpy/deg2rad.hpp'26089adding 'pythran/pythonic/numpy/degrees.hpp'26090adding 'pythran/pythonic/numpy/delete_.hpp'26091adding 'pythran/pythonic/numpy/diag.hpp'26092adding 'pythran/pythonic/numpy/diagflat.hpp'26093adding 'pythran/pythonic/numpy/diagonal.hpp'26094adding 'pythran/pythonic/numpy/diff.hpp'26095adding 'pythran/pythonic/numpy/digitize.hpp'26096adding 'pythran/pythonic/numpy/divide.hpp'26097adding 'pythran/pythonic/numpy/dot.hpp'26098adding 'pythran/pythonic/numpy/double_.hpp'26099adding 'pythran/pythonic/numpy/e.hpp'26100adding 'pythran/pythonic/numpy/ediff1d.hpp'26101adding 'pythran/pythonic/numpy/empty.hpp'26102adding 'pythran/pythonic/numpy/empty_like.hpp'26103adding 'pythran/pythonic/numpy/equal.hpp'26104adding 'pythran/pythonic/numpy/exp.hpp'26105adding 'pythran/pythonic/numpy/expand_dims.hpp'26106adding 'pythran/pythonic/numpy/expm1.hpp'26107adding 'pythran/pythonic/numpy/eye.hpp'26108adding 'pythran/pythonic/numpy/fabs.hpp'26109adding 'pythran/pythonic/numpy/fill_diagonal.hpp'26110adding 'pythran/pythonic/numpy/finfo.hpp'26111adding 'pythran/pythonic/numpy/fix.hpp'26112adding 'pythran/pythonic/numpy/flatnonzero.hpp'26113adding 'pythran/pythonic/numpy/flip.hpp'26114adding 'pythran/pythonic/numpy/fliplr.hpp'26115adding 'pythran/pythonic/numpy/flipud.hpp'26116adding 'pythran/pythonic/numpy/float128.hpp'26117adding 'pythran/pythonic/numpy/float32.hpp'26118adding 'pythran/pythonic/numpy/float64.hpp'26119adding 'pythran/pythonic/numpy/float_.hpp'26120adding 'pythran/pythonic/numpy/floor.hpp'26121adding 'pythran/pythonic/numpy/floor_divide.hpp'26122adding 'pythran/pythonic/numpy/fmax.hpp'26123adding 'pythran/pythonic/numpy/fmin.hpp'26124adding 'pythran/pythonic/numpy/fmod.hpp'26125adding 'pythran/pythonic/numpy/frexp.hpp'26126adding 'pythran/pythonic/numpy/frombuffer.hpp'26127adding 'pythran/pythonic/numpy/fromfile.hpp'26128adding 'pythran/pythonic/numpy/fromfunction.hpp'26129adding 'pythran/pythonic/numpy/fromiter.hpp'26130adding 'pythran/pythonic/numpy/fromstring.hpp'26131adding 'pythran/pythonic/numpy/full.hpp'26132adding 'pythran/pythonic/numpy/full_like.hpp'26133adding 'pythran/pythonic/numpy/greater.hpp'26134adding 'pythran/pythonic/numpy/greater_equal.hpp'26135adding 'pythran/pythonic/numpy/heaviside.hpp'26136adding 'pythran/pythonic/numpy/hstack.hpp'26137adding 'pythran/pythonic/numpy/hypot.hpp'26138adding 'pythran/pythonic/numpy/identity.hpp'26139adding 'pythran/pythonic/numpy/imag.hpp'26140adding 'pythran/pythonic/numpy/indices.hpp'26141adding 'pythran/pythonic/numpy/inf.hpp'26142adding 'pythran/pythonic/numpy/inner.hpp'26143adding 'pythran/pythonic/numpy/insert.hpp'26144adding 'pythran/pythonic/numpy/int16.hpp'26145adding 'pythran/pythonic/numpy/int32.hpp'26146adding 'pythran/pythonic/numpy/int64.hpp'26147adding 'pythran/pythonic/numpy/int8.hpp'26148adding 'pythran/pythonic/numpy/int_.hpp'26149adding 'pythran/pythonic/numpy/intc.hpp'26150adding 'pythran/pythonic/numpy/interp.hpp'26151adding 'pythran/pythonic/numpy/interp_core.hpp'26152adding 'pythran/pythonic/numpy/intersect1d.hpp'26153adding 'pythran/pythonic/numpy/intp.hpp'26154adding 'pythran/pythonic/numpy/invert.hpp'26155adding 'pythran/pythonic/numpy/isclose.hpp'26156adding 'pythran/pythonic/numpy/iscomplex.hpp'26157adding 'pythran/pythonic/numpy/isfinite.hpp'26158adding 'pythran/pythonic/numpy/isinf.hpp'26159adding 'pythran/pythonic/numpy/isnan.hpp'26160adding 'pythran/pythonic/numpy/isneginf.hpp'26161adding 'pythran/pythonic/numpy/isposinf.hpp'26162adding 'pythran/pythonic/numpy/isreal.hpp'26163adding 'pythran/pythonic/numpy/isrealobj.hpp'26164adding 'pythran/pythonic/numpy/isscalar.hpp'26165adding 'pythran/pythonic/numpy/issctype.hpp'26166adding 'pythran/pythonic/numpy/ldexp.hpp'26167adding 'pythran/pythonic/numpy/left_shift.hpp'26168adding 'pythran/pythonic/numpy/less.hpp'26169adding 'pythran/pythonic/numpy/less_equal.hpp'26170adding 'pythran/pythonic/numpy/lexsort.hpp'26171adding 'pythran/pythonic/numpy/linspace.hpp'26172adding 'pythran/pythonic/numpy/log.hpp'26173adding 'pythran/pythonic/numpy/log10.hpp'26174adding 'pythran/pythonic/numpy/log1p.hpp'26175adding 'pythran/pythonic/numpy/log2.hpp'26176adding 'pythran/pythonic/numpy/logaddexp.hpp'26177adding 'pythran/pythonic/numpy/logaddexp2.hpp'26178adding 'pythran/pythonic/numpy/logical_and.hpp'26179adding 'pythran/pythonic/numpy/logical_not.hpp'26180adding 'pythran/pythonic/numpy/logical_or.hpp'26181adding 'pythran/pythonic/numpy/logical_xor.hpp'26182adding 'pythran/pythonic/numpy/logspace.hpp'26183adding 'pythran/pythonic/numpy/longlong.hpp'26184adding 'pythran/pythonic/numpy/max.hpp'26185adding 'pythran/pythonic/numpy/maximum.hpp'26186adding 'pythran/pythonic/numpy/mean.hpp'26187adding 'pythran/pythonic/numpy/median.hpp'26188adding 'pythran/pythonic/numpy/min.hpp'26189adding 'pythran/pythonic/numpy/minimum.hpp'26190adding 'pythran/pythonic/numpy/mod.hpp'26191adding 'pythran/pythonic/numpy/multiply.hpp'26192adding 'pythran/pythonic/numpy/nan.hpp'26193adding 'pythran/pythonic/numpy/nan_to_num.hpp'26194adding 'pythran/pythonic/numpy/nanargmax.hpp'26195adding 'pythran/pythonic/numpy/nanargmin.hpp'26196adding 'pythran/pythonic/numpy/nanmax.hpp'26197adding 'pythran/pythonic/numpy/nanmin.hpp'26198adding 'pythran/pythonic/numpy/nansum.hpp'26199adding 'pythran/pythonic/numpy/ndarray.hpp'26200adding 'pythran/pythonic/numpy/ndenumerate.hpp'26201adding 'pythran/pythonic/numpy/ndim.hpp'26202adding 'pythran/pythonic/numpy/ndindex.hpp'26203adding 'pythran/pythonic/numpy/negative.hpp'26204adding 'pythran/pythonic/numpy/newaxis.hpp'26205adding 'pythran/pythonic/numpy/nextafter.hpp'26206adding 'pythran/pythonic/numpy/nonzero.hpp'26207adding 'pythran/pythonic/numpy/not_equal.hpp'26208adding 'pythran/pythonic/numpy/ones.hpp'26209adding 'pythran/pythonic/numpy/ones_like.hpp'26210adding 'pythran/pythonic/numpy/outer.hpp'26211adding 'pythran/pythonic/numpy/partial_sum.hpp'26212adding 'pythran/pythonic/numpy/pi.hpp'26213adding 'pythran/pythonic/numpy/place.hpp'26214adding 'pythran/pythonic/numpy/power.hpp'26215adding 'pythran/pythonic/numpy/prod.hpp'26216adding 'pythran/pythonic/numpy/product.hpp'26217adding 'pythran/pythonic/numpy/ptp.hpp'26218adding 'pythran/pythonic/numpy/put.hpp'26219adding 'pythran/pythonic/numpy/putmask.hpp'26220adding 'pythran/pythonic/numpy/rad2deg.hpp'26221adding 'pythran/pythonic/numpy/radians.hpp'26222adding 'pythran/pythonic/numpy/ravel.hpp'26223adding 'pythran/pythonic/numpy/real.hpp'26224adding 'pythran/pythonic/numpy/reciprocal.hpp'26225adding 'pythran/pythonic/numpy/reduce.hpp'26226adding 'pythran/pythonic/numpy/remainder.hpp'26227adding 'pythran/pythonic/numpy/repeat.hpp'26228adding 'pythran/pythonic/numpy/resize.hpp'26229adding 'pythran/pythonic/numpy/right_shift.hpp'26230adding 'pythran/pythonic/numpy/rint.hpp'26231adding 'pythran/pythonic/numpy/roll.hpp'26232adding 'pythran/pythonic/numpy/rollaxis.hpp'26233adding 'pythran/pythonic/numpy/rot90.hpp'26234adding 'pythran/pythonic/numpy/round.hpp'26235adding 'pythran/pythonic/numpy/round_.hpp'26236adding 'pythran/pythonic/numpy/searchsorted.hpp'26237adding 'pythran/pythonic/numpy/select.hpp'26238adding 'pythran/pythonic/numpy/setdiff1d.hpp'26239adding 'pythran/pythonic/numpy/shape.hpp'26240adding 'pythran/pythonic/numpy/short_.hpp'26241adding 'pythran/pythonic/numpy/sign.hpp'26242adding 'pythran/pythonic/numpy/signbit.hpp'26243adding 'pythran/pythonic/numpy/sin.hpp'26244adding 'pythran/pythonic/numpy/sinh.hpp'26245adding 'pythran/pythonic/numpy/size.hpp'26246adding 'pythran/pythonic/numpy/sometrue.hpp'26247adding 'pythran/pythonic/numpy/sort.hpp'26248adding 'pythran/pythonic/numpy/sort_complex.hpp'26249adding 'pythran/pythonic/numpy/spacing.hpp'26250adding 'pythran/pythonic/numpy/split.hpp'26251adding 'pythran/pythonic/numpy/sqrt.hpp'26252adding 'pythran/pythonic/numpy/square.hpp'26253adding 'pythran/pythonic/numpy/stack.hpp'26254adding 'pythran/pythonic/numpy/std_.hpp'26255adding 'pythran/pythonic/numpy/subtract.hpp'26256adding 'pythran/pythonic/numpy/sum.hpp'26257adding 'pythran/pythonic/numpy/swapaxes.hpp'26258adding 'pythran/pythonic/numpy/take.hpp'26259adding 'pythran/pythonic/numpy/tan.hpp'26260adding 'pythran/pythonic/numpy/tanh.hpp'26261adding 'pythran/pythonic/numpy/tile.hpp'26262adding 'pythran/pythonic/numpy/trace.hpp'26263adding 'pythran/pythonic/numpy/transpose.hpp'26264adding 'pythran/pythonic/numpy/tri.hpp'26265adding 'pythran/pythonic/numpy/tril.hpp'26266adding 'pythran/pythonic/numpy/trim_zeros.hpp'26267adding 'pythran/pythonic/numpy/triu.hpp'26268adding 'pythran/pythonic/numpy/true_divide.hpp'26269adding 'pythran/pythonic/numpy/trunc.hpp'26270adding 'pythran/pythonic/numpy/ubyte.hpp'26271adding 'pythran/pythonic/numpy/ufunc_accumulate.hpp'26272adding 'pythran/pythonic/numpy/ufunc_reduce.hpp'26273adding 'pythran/pythonic/numpy/uint.hpp'26274adding 'pythran/pythonic/numpy/uint16.hpp'26275adding 'pythran/pythonic/numpy/uint32.hpp'26276adding 'pythran/pythonic/numpy/uint64.hpp'26277adding 'pythran/pythonic/numpy/uint8.hpp'26278adding 'pythran/pythonic/numpy/uintc.hpp'26279adding 'pythran/pythonic/numpy/uintp.hpp'26280adding 'pythran/pythonic/numpy/ulonglong.hpp'26281adding 'pythran/pythonic/numpy/union1d.hpp'26282adding 'pythran/pythonic/numpy/unique.hpp'26283adding 'pythran/pythonic/numpy/unravel_index.hpp'26284adding 'pythran/pythonic/numpy/unwrap.hpp'26285adding 'pythran/pythonic/numpy/ushort.hpp'26286adding 'pythran/pythonic/numpy/var.hpp'26287adding 'pythran/pythonic/numpy/vdot.hpp'26288adding 'pythran/pythonic/numpy/vectorize.hpp'26289adding 'pythran/pythonic/numpy/vstack.hpp'26290adding 'pythran/pythonic/numpy/where.hpp'26291adding 'pythran/pythonic/numpy/zeros.hpp'26292adding 'pythran/pythonic/numpy/zeros_like.hpp'26293adding 'pythran/pythonic/numpy/add/accumulate.hpp'26294adding 'pythran/pythonic/numpy/add/reduce.hpp'26295adding 'pythran/pythonic/numpy/arctan2/accumulate.hpp'26296adding 'pythran/pythonic/numpy/bitwise_and/accumulate.hpp'26297adding 'pythran/pythonic/numpy/bitwise_and/reduce.hpp'26298adding 'pythran/pythonic/numpy/bitwise_or/accumulate.hpp'26299adding 'pythran/pythonic/numpy/bitwise_or/reduce.hpp'26300adding 'pythran/pythonic/numpy/bitwise_xor/accumulate.hpp'26301adding 'pythran/pythonic/numpy/bitwise_xor/reduce.hpp'26302adding 'pythran/pythonic/numpy/copysign/accumulate.hpp'26303adding 'pythran/pythonic/numpy/ctypeslib/as_array.hpp'26304adding 'pythran/pythonic/numpy/divide/accumulate.hpp'26305adding 'pythran/pythonic/numpy/dtype/type.hpp'26306adding 'pythran/pythonic/numpy/equal/accumulate.hpp'26307adding 'pythran/pythonic/numpy/fft/c2c.hpp'26308adding 'pythran/pythonic/numpy/fft/fft.hpp'26309adding 'pythran/pythonic/numpy/fft/fftn.hpp'26310adding 'pythran/pythonic/numpy/fft/hfft.hpp'26311adding 'pythran/pythonic/numpy/fft/ifft.hpp'26312adding 'pythran/pythonic/numpy/fft/ihfft.hpp'26313adding 'pythran/pythonic/numpy/fft/irfft.hpp'26314adding 'pythran/pythonic/numpy/fft/pocketfft.hpp'26315adding 'pythran/pythonic/numpy/fft/rfft.hpp'26316adding 'pythran/pythonic/numpy/floor_divide/accumulate.hpp'26317adding 'pythran/pythonic/numpy/fmax/accumulate.hpp'26318adding 'pythran/pythonic/numpy/fmax/reduce.hpp'26319adding 'pythran/pythonic/numpy/fmin/accumulate.hpp'26320adding 'pythran/pythonic/numpy/fmin/reduce.hpp'26321adding 'pythran/pythonic/numpy/fmod/accumulate.hpp'26322adding 'pythran/pythonic/numpy/greater/accumulate.hpp'26323adding 'pythran/pythonic/numpy/greater_equal/accumulate.hpp'26324adding 'pythran/pythonic/numpy/heaviside/accumulate.hpp'26325adding 'pythran/pythonic/numpy/hypot/accumulate.hpp'26326adding 'pythran/pythonic/numpy/ldexp/accumulate.hpp'26327adding 'pythran/pythonic/numpy/left_shift/accumulate.hpp'26328adding 'pythran/pythonic/numpy/less/accumulate.hpp'26329adding 'pythran/pythonic/numpy/less_equal/accumulate.hpp'26330adding 'pythran/pythonic/numpy/linalg/matrix_power.hpp'26331adding 'pythran/pythonic/numpy/linalg/norm.hpp'26332adding 'pythran/pythonic/numpy/logaddexp/accumulate.hpp'26333adding 'pythran/pythonic/numpy/logaddexp2/accumulate.hpp'26334adding 'pythran/pythonic/numpy/logical_and/accumulate.hpp'26335adding 'pythran/pythonic/numpy/logical_or/accumulate.hpp'26336adding 'pythran/pythonic/numpy/logical_xor/accumulate.hpp'26337adding 'pythran/pythonic/numpy/maximum/accumulate.hpp'26338adding 'pythran/pythonic/numpy/maximum/reduce.hpp'26339adding 'pythran/pythonic/numpy/minimum/accumulate.hpp'26340adding 'pythran/pythonic/numpy/minimum/reduce.hpp'26341adding 'pythran/pythonic/numpy/mod/accumulate.hpp'26342adding 'pythran/pythonic/numpy/multiply/accumulate.hpp'26343adding 'pythran/pythonic/numpy/multiply/reduce.hpp'26344adding 'pythran/pythonic/numpy/ndarray/astype.hpp'26345adding 'pythran/pythonic/numpy/ndarray/fill.hpp'26346adding 'pythran/pythonic/numpy/ndarray/flatten.hpp'26347adding 'pythran/pythonic/numpy/ndarray/item.hpp'26348adding 'pythran/pythonic/numpy/ndarray/reshape.hpp'26349adding 'pythran/pythonic/numpy/ndarray/sort.hpp'26350adding 'pythran/pythonic/numpy/ndarray/tofile.hpp'26351adding 'pythran/pythonic/numpy/ndarray/tolist.hpp'26352adding 'pythran/pythonic/numpy/ndarray/tostring.hpp'26353adding 'pythran/pythonic/numpy/ndarray/view.hpp'26354adding 'pythran/pythonic/numpy/negative/accumulate.hpp'26355adding 'pythran/pythonic/numpy/nextafter/accumulate.hpp'26356adding 'pythran/pythonic/numpy/not_equal/accumulate.hpp'26357adding 'pythran/pythonic/numpy/power/accumulate.hpp'26358adding 'pythran/pythonic/numpy/random/binomial.hpp'26359adding 'pythran/pythonic/numpy/random/bytes.hpp'26360adding 'pythran/pythonic/numpy/random/chisquare.hpp'26361adding 'pythran/pythonic/numpy/random/choice.hpp'26362adding 'pythran/pythonic/numpy/random/dirichlet.hpp'26363adding 'pythran/pythonic/numpy/random/exponential.hpp'26364adding 'pythran/pythonic/numpy/random/f.hpp'26365adding 'pythran/pythonic/numpy/random/gamma.hpp'26366adding 'pythran/pythonic/numpy/random/geometric.hpp'26367adding 'pythran/pythonic/numpy/random/gumbel.hpp'26368adding 'pythran/pythonic/numpy/random/laplace.hpp'26369adding 'pythran/pythonic/numpy/random/logistic.hpp'26370adding 'pythran/pythonic/numpy/random/lognormal.hpp'26371adding 'pythran/pythonic/numpy/random/logseries.hpp'26372adding 'pythran/pythonic/numpy/random/negative_binomial.hpp'26373adding 'pythran/pythonic/numpy/random/normal.hpp'26374adding 'pythran/pythonic/numpy/random/pareto.hpp'26375adding 'pythran/pythonic/numpy/random/poisson.hpp'26376adding 'pythran/pythonic/numpy/random/power.hpp'26377adding 'pythran/pythonic/numpy/random/rand.hpp'26378adding 'pythran/pythonic/numpy/random/randint.hpp'26379adding 'pythran/pythonic/numpy/random/randn.hpp'26380adding 'pythran/pythonic/numpy/random/random.hpp'26381adding 'pythran/pythonic/numpy/random/random_integers.hpp'26382adding 'pythran/pythonic/numpy/random/random_sample.hpp'26383adding 'pythran/pythonic/numpy/random/ranf.hpp'26384adding 'pythran/pythonic/numpy/random/rayleigh.hpp'26385adding 'pythran/pythonic/numpy/random/sample.hpp'26386adding 'pythran/pythonic/numpy/random/seed.hpp'26387adding 'pythran/pythonic/numpy/random/shuffle.hpp'26388adding 'pythran/pythonic/numpy/random/standard_exponential.hpp'26389adding 'pythran/pythonic/numpy/random/standard_gamma.hpp'26390adding 'pythran/pythonic/numpy/random/standard_normal.hpp'26391adding 'pythran/pythonic/numpy/random/uniform.hpp'26392adding 'pythran/pythonic/numpy/random/weibull.hpp'26393adding 'pythran/pythonic/numpy/remainder/accumulate.hpp'26394adding 'pythran/pythonic/numpy/right_shift/accumulate.hpp'26395adding 'pythran/pythonic/numpy/subtract/accumulate.hpp'26396adding 'pythran/pythonic/numpy/true_divide/accumulate.hpp'26397adding 'pythran/pythonic/omp/get_num_threads.hpp'26398adding 'pythran/pythonic/omp/get_thread_num.hpp'26399adding 'pythran/pythonic/omp/get_wtick.hpp'26400adding 'pythran/pythonic/omp/get_wtime.hpp'26401adding 'pythran/pythonic/omp/in_parallel.hpp'26402adding 'pythran/pythonic/omp/set_nested.hpp'26403adding 'pythran/pythonic/omp/set_num_threads.hpp'26404adding 'pythran/pythonic/operator_/__abs__.hpp'26405adding 'pythran/pythonic/operator_/__add__.hpp'26406adding 'pythran/pythonic/operator_/__and__.hpp'26407adding 'pythran/pythonic/operator_/__concat__.hpp'26408adding 'pythran/pythonic/operator_/__contains__.hpp'26409adding 'pythran/pythonic/operator_/__delitem__.hpp'26410adding 'pythran/pythonic/operator_/__div__.hpp'26411adding 'pythran/pythonic/operator_/__eq__.hpp'26412adding 'pythran/pythonic/operator_/__floordiv__.hpp'26413adding 'pythran/pythonic/operator_/__ge__.hpp'26414adding 'pythran/pythonic/operator_/__getitem__.hpp'26415adding 'pythran/pythonic/operator_/__gt__.hpp'26416adding 'pythran/pythonic/operator_/__iadd__.hpp'26417adding 'pythran/pythonic/operator_/__iand__.hpp'26418adding 'pythran/pythonic/operator_/__iconcat__.hpp'26419adding 'pythran/pythonic/operator_/__idiv__.hpp'26420adding 'pythran/pythonic/operator_/__ifloordiv__.hpp'26421adding 'pythran/pythonic/operator_/__ilshift__.hpp'26422adding 'pythran/pythonic/operator_/__imod__.hpp'26423adding 'pythran/pythonic/operator_/__imul__.hpp'26424adding 'pythran/pythonic/operator_/__inv__.hpp'26425adding 'pythran/pythonic/operator_/__invert__.hpp'26426adding 'pythran/pythonic/operator_/__ior__.hpp'26427adding 'pythran/pythonic/operator_/__ipow__.hpp'26428adding 'pythran/pythonic/operator_/__irshift__.hpp'26429adding 'pythran/pythonic/operator_/__isub__.hpp'26430adding 'pythran/pythonic/operator_/__itruediv__.hpp'26431adding 'pythran/pythonic/operator_/__ixor__.hpp'26432adding 'pythran/pythonic/operator_/__le__.hpp'26433adding 'pythran/pythonic/operator_/__lshift__.hpp'26434adding 'pythran/pythonic/operator_/__lt__.hpp'26435adding 'pythran/pythonic/operator_/__matmul__.hpp'26436adding 'pythran/pythonic/operator_/__mod__.hpp'26437adding 'pythran/pythonic/operator_/__mul__.hpp'26438adding 'pythran/pythonic/operator_/__ne__.hpp'26439adding 'pythran/pythonic/operator_/__neg__.hpp'26440adding 'pythran/pythonic/operator_/__not__.hpp'26441adding 'pythran/pythonic/operator_/__or__.hpp'26442adding 'pythran/pythonic/operator_/__pos__.hpp'26443adding 'pythran/pythonic/operator_/__rshift__.hpp'26444adding 'pythran/pythonic/operator_/__sub__.hpp'26445adding 'pythran/pythonic/operator_/__truediv__.hpp'26446adding 'pythran/pythonic/operator_/__xor__.hpp'26447adding 'pythran/pythonic/operator_/abs.hpp'26448adding 'pythran/pythonic/operator_/add.hpp'26449adding 'pythran/pythonic/operator_/and_.hpp'26450adding 'pythran/pythonic/operator_/concat.hpp'26451adding 'pythran/pythonic/operator_/contains.hpp'26452adding 'pythran/pythonic/operator_/countOf.hpp'26453adding 'pythran/pythonic/operator_/delitem.hpp'26454adding 'pythran/pythonic/operator_/div.hpp'26455adding 'pythran/pythonic/operator_/eq.hpp'26456adding 'pythran/pythonic/operator_/floordiv.hpp'26457adding 'pythran/pythonic/operator_/ge.hpp'26458adding 'pythran/pythonic/operator_/getitem.hpp'26459adding 'pythran/pythonic/operator_/gt.hpp'26460adding 'pythran/pythonic/operator_/iadd.hpp'26461adding 'pythran/pythonic/operator_/iand.hpp'26462adding 'pythran/pythonic/operator_/icommon.hpp'26463adding 'pythran/pythonic/operator_/iconcat.hpp'26464adding 'pythran/pythonic/operator_/idiv.hpp'26465adding 'pythran/pythonic/operator_/ifloordiv.hpp'26466adding 'pythran/pythonic/operator_/ilshift.hpp'26467adding 'pythran/pythonic/operator_/imatmul.hpp'26468adding 'pythran/pythonic/operator_/imax.hpp'26469adding 'pythran/pythonic/operator_/imin.hpp'26470adding 'pythran/pythonic/operator_/imod.hpp'26471adding 'pythran/pythonic/operator_/imul.hpp'26472adding 'pythran/pythonic/operator_/indexOf.hpp'26473adding 'pythran/pythonic/operator_/inv.hpp'26474adding 'pythran/pythonic/operator_/invert.hpp'26475adding 'pythran/pythonic/operator_/ior.hpp'26476adding 'pythran/pythonic/operator_/ipow.hpp'26477adding 'pythran/pythonic/operator_/irshift.hpp'26478adding 'pythran/pythonic/operator_/is_.hpp'26479adding 'pythran/pythonic/operator_/is_not.hpp'26480adding 'pythran/pythonic/operator_/isub.hpp'26481adding 'pythran/pythonic/operator_/itemgetter.hpp'26482adding 'pythran/pythonic/operator_/itruediv.hpp'26483adding 'pythran/pythonic/operator_/ixor.hpp'26484adding 'pythran/pythonic/operator_/le.hpp'26485adding 'pythran/pythonic/operator_/lshift.hpp'26486adding 'pythran/pythonic/operator_/lt.hpp'26487adding 'pythran/pythonic/operator_/matmul.hpp'26488adding 'pythran/pythonic/operator_/mod.hpp'26489adding 'pythran/pythonic/operator_/mul.hpp'26490adding 'pythran/pythonic/operator_/ne.hpp'26491adding 'pythran/pythonic/operator_/neg.hpp'26492adding 'pythran/pythonic/operator_/not_.hpp'26493adding 'pythran/pythonic/operator_/or_.hpp'26494adding 'pythran/pythonic/operator_/overloads.hpp'26495adding 'pythran/pythonic/operator_/pos.hpp'26496adding 'pythran/pythonic/operator_/pow.hpp'26497adding 'pythran/pythonic/operator_/rshift.hpp'26498adding 'pythran/pythonic/operator_/sub.hpp'26499adding 'pythran/pythonic/operator_/truediv.hpp'26500adding 'pythran/pythonic/operator_/truth.hpp'26501adding 'pythran/pythonic/operator_/xor_.hpp'26502adding 'pythran/pythonic/os/path/join.hpp'26503adding 'pythran/pythonic/patch/README.rst'26504adding 'pythran/pythonic/patch/complex'26505adding 'pythran/pythonic/python/core.hpp'26506adding 'pythran/pythonic/python/exception_handler.hpp'26507adding 'pythran/pythonic/random/choice.hpp'26508adding 'pythran/pythonic/random/expovariate.hpp'26509adding 'pythran/pythonic/random/gauss.hpp'26510adding 'pythran/pythonic/random/randint.hpp'26511adding 'pythran/pythonic/random/random.hpp'26512adding 'pythran/pythonic/random/randrange.hpp'26513adding 'pythran/pythonic/random/sample.hpp'26514adding 'pythran/pythonic/random/seed.hpp'26515adding 'pythran/pythonic/random/shuffle.hpp'26516adding 'pythran/pythonic/random/uniform.hpp'26517adding 'pythran/pythonic/scipy/special/binom.hpp'26518adding 'pythran/pythonic/scipy/special/chbevl.hpp'26519adding 'pythran/pythonic/scipy/special/gamma.hpp'26520adding 'pythran/pythonic/scipy/special/gammaincinv.hpp'26521adding 'pythran/pythonic/scipy/special/gammaln.hpp'26522adding 'pythran/pythonic/scipy/special/hankel1.hpp'26523adding 'pythran/pythonic/scipy/special/hankel2.hpp'26524adding 'pythran/pythonic/scipy/special/i0.hpp'26525adding 'pythran/pythonic/scipy/special/i0e.hpp'26526adding 'pythran/pythonic/scipy/special/iv.hpp'26527adding 'pythran/pythonic/scipy/special/ivp.hpp'26528adding 'pythran/pythonic/scipy/special/jv.hpp'26529adding 'pythran/pythonic/scipy/special/jvp.hpp'26530adding 'pythran/pythonic/scipy/special/kv.hpp'26531adding 'pythran/pythonic/scipy/special/kvp.hpp'26532adding 'pythran/pythonic/scipy/special/ndtr.hpp'26533adding 'pythran/pythonic/scipy/special/ndtri.hpp'26534adding 'pythran/pythonic/scipy/special/spherical_jn.hpp'26535adding 'pythran/pythonic/scipy/special/spherical_yn.hpp'26536adding 'pythran/pythonic/scipy/special/yv.hpp'26537adding 'pythran/pythonic/scipy/special/yvp.hpp'26538adding 'pythran/pythonic/string/ascii_letters.hpp'26539adding 'pythran/pythonic/string/ascii_lowercase.hpp'26540adding 'pythran/pythonic/string/ascii_uppercase.hpp'26541adding 'pythran/pythonic/string/digits.hpp'26542adding 'pythran/pythonic/string/find.hpp'26543adding 'pythran/pythonic/string/hexdigits.hpp'26544adding 'pythran/pythonic/string/octdigits.hpp'26545adding 'pythran/pythonic/time/sleep.hpp'26546adding 'pythran/pythonic/time/time.hpp'26547adding 'pythran/pythonic/types/NoneType.hpp'26548adding 'pythran/pythonic/types/array.hpp'26549adding 'pythran/pythonic/types/assignable.hpp'26550adding 'pythran/pythonic/types/attr.hpp'26551adding 'pythran/pythonic/types/bool.hpp'26552adding 'pythran/pythonic/types/cfun.hpp'26553adding 'pythran/pythonic/types/clongdouble.hpp'26554adding 'pythran/pythonic/types/combined.hpp'26555adding 'pythran/pythonic/types/complex.hpp'26556adding 'pythran/pythonic/types/complex128.hpp'26557adding 'pythran/pythonic/types/complex256.hpp'26558adding 'pythran/pythonic/types/complex64.hpp'26559adding 'pythran/pythonic/types/dict.hpp'26560adding 'pythran/pythonic/types/dynamic_tuple.hpp'26561adding 'pythran/pythonic/types/empty_iterator.hpp'26562adding 'pythran/pythonic/types/exceptions.hpp'26563adding 'pythran/pythonic/types/file.hpp'26564adding 'pythran/pythonic/types/finfo.hpp'26565adding 'pythran/pythonic/types/float.hpp'26566adding 'pythran/pythonic/types/float128.hpp'26567adding 'pythran/pythonic/types/float32.hpp'26568adding 'pythran/pythonic/types/float64.hpp'26569adding 'pythran/pythonic/types/generator.hpp'26570adding 'pythran/pythonic/types/int.hpp'26571adding 'pythran/pythonic/types/int16.hpp'26572adding 'pythran/pythonic/types/int32.hpp'26573adding 'pythran/pythonic/types/int64.hpp'26574adding 'pythran/pythonic/types/int8.hpp'26575adding 'pythran/pythonic/types/intc.hpp'26576adding 'pythran/pythonic/types/intp.hpp'26577adding 'pythran/pythonic/types/list.hpp'26578adding 'pythran/pythonic/types/longdouble.hpp'26579adding 'pythran/pythonic/types/ndarray.hpp'26580adding 'pythran/pythonic/types/nditerator.hpp'26581adding 'pythran/pythonic/types/numpy_binary_op.hpp'26582adding 'pythran/pythonic/types/numpy_broadcast.hpp'26583adding 'pythran/pythonic/types/numpy_expr.hpp'26584adding 'pythran/pythonic/types/numpy_gexpr.hpp'26585adding 'pythran/pythonic/types/numpy_iexpr.hpp'26586adding 'pythran/pythonic/types/numpy_nary_expr.hpp'26587adding 'pythran/pythonic/types/numpy_op_helper.hpp'26588adding 'pythran/pythonic/types/numpy_operators.hpp'26589adding 'pythran/pythonic/types/numpy_texpr.hpp'26590adding 'pythran/pythonic/types/numpy_unary_op.hpp'26591adding 'pythran/pythonic/types/numpy_vexpr.hpp'26592adding 'pythran/pythonic/types/pointer.hpp'26593adding 'pythran/pythonic/types/raw_array.hpp'26594adding 'pythran/pythonic/types/set.hpp'26595adding 'pythran/pythonic/types/slice.hpp'26596adding 'pythran/pythonic/types/static_if.hpp'26597adding 'pythran/pythonic/types/str.hpp'26598adding 'pythran/pythonic/types/traits.hpp'26599adding 'pythran/pythonic/types/tuple.hpp'26600adding 'pythran/pythonic/types/type.hpp'26601adding 'pythran/pythonic/types/uint16.hpp'26602adding 'pythran/pythonic/types/uint32.hpp'26603adding 'pythran/pythonic/types/uint64.hpp'26604adding 'pythran/pythonic/types/uint8.hpp'26605adding 'pythran/pythonic/types/uintc.hpp'26606adding 'pythran/pythonic/types/uintp.hpp'26607adding 'pythran/pythonic/types/variant_functor.hpp'26608adding 'pythran/pythonic/types/vectorizable_type.hpp'26609adding 'pythran/pythonic/utils/allocate.hpp'26610adding 'pythran/pythonic/utils/array_helper.hpp'26611adding 'pythran/pythonic/utils/boost_local_config.hpp'26612adding 'pythran/pythonic/utils/broadcast_copy.hpp'26613adding 'pythran/pythonic/utils/functor.hpp'26614adding 'pythran/pythonic/utils/fwd.hpp'26615adding 'pythran/pythonic/utils/int_.hpp'26616adding 'pythran/pythonic/utils/iterator.hpp'26617adding 'pythran/pythonic/utils/meta.hpp'26618adding 'pythran/pythonic/utils/nested_container.hpp'26619adding 'pythran/pythonic/utils/neutral.hpp'26620adding 'pythran/pythonic/utils/numpy_conversion.hpp'26621adding 'pythran/pythonic/utils/numpy_traits.hpp'26622adding 'pythran/pythonic/utils/pdqsort.hpp'26623adding 'pythran/pythonic/utils/reserve.hpp'26624adding 'pythran/pythonic/utils/seq.hpp'26625adding 'pythran/pythonic/utils/shared_ref.hpp'26626adding 'pythran/pythonic/utils/tags.hpp'26627adding 'pythran/pythonic/utils/yield.hpp'26628adding 'pythran/transformations/__init__.py'26629adding 'pythran/transformations/expand_builtins.py'26630adding 'pythran/transformations/expand_globals.py'26631adding 'pythran/transformations/expand_import_all.py'26632adding 'pythran/transformations/expand_imports.py'26633adding 'pythran/transformations/extract_doc_strings.py'26634adding 'pythran/transformations/false_polymorphism.py'26635adding 'pythran/transformations/handle_import.py'26636adding 'pythran/transformations/normalize_compare.py'26637adding 'pythran/transformations/normalize_exception.py'26638adding 'pythran/transformations/normalize_ifelse.py'26639adding 'pythran/transformations/normalize_is_none.py'26640adding 'pythran/transformations/normalize_method_calls.py'26641adding 'pythran/transformations/normalize_return.py'26642adding 'pythran/transformations/normalize_static_if.py'26643adding 'pythran/transformations/normalize_tuples.py'26644adding 'pythran/transformations/normalize_typeis.py'26645adding 'pythran/transformations/remove_comprehension.py'26646adding 'pythran/transformations/remove_fstrings.py'26647adding 'pythran/transformations/remove_lambdas.py'26648adding 'pythran/transformations/remove_named_arguments.py'26649adding 'pythran/transformations/remove_nested_functions.py'26650adding 'pythran/transformations/unshadow_parameters.py'26651adding 'pythran/types/__init__.py'26652adding 'pythran/types/conversion.py'26653adding 'pythran/types/reorder.py'26654adding 'pythran/types/signature.py'26655adding 'pythran/types/tog.py'26656adding 'pythran/types/type_dependencies.py'26657adding 'pythran/types/types.py'26658adding 'pythran/xsimd/xsimd.hpp'26659adding 'pythran/xsimd/arch/xsimd_avx.hpp'26660adding 'pythran/xsimd/arch/xsimd_avx2.hpp'26661adding 'pythran/xsimd/arch/xsimd_avx512bw.hpp'26662adding 'pythran/xsimd/arch/xsimd_avx512cd.hpp'26663adding 'pythran/xsimd/arch/xsimd_avx512dq.hpp'26664adding 'pythran/xsimd/arch/xsimd_avx512er.hpp'26665adding 'pythran/xsimd/arch/xsimd_avx512f.hpp'26666adding 'pythran/xsimd/arch/xsimd_avx512ifma.hpp'26667adding 'pythran/xsimd/arch/xsimd_avx512pf.hpp'26668adding 'pythran/xsimd/arch/xsimd_avx512vbmi.hpp'26669adding 'pythran/xsimd/arch/xsimd_avx512vbmi2.hpp'26670adding 'pythran/xsimd/arch/xsimd_avx512vnni_avx512bw.hpp'26671adding 'pythran/xsimd/arch/xsimd_avx512vnni_avx512vbmi2.hpp'26672adding 'pythran/xsimd/arch/xsimd_avxvnni.hpp'26673adding 'pythran/xsimd/arch/xsimd_common.hpp'26674adding 'pythran/xsimd/arch/xsimd_common_fwd.hpp'26675adding 'pythran/xsimd/arch/xsimd_constants.hpp'26676adding 'pythran/xsimd/arch/xsimd_emulated.hpp'26677adding 'pythran/xsimd/arch/xsimd_fma3_avx.hpp'26678adding 'pythran/xsimd/arch/xsimd_fma3_avx2.hpp'26679adding 'pythran/xsimd/arch/xsimd_fma3_sse.hpp'26680adding 'pythran/xsimd/arch/xsimd_fma4.hpp'26681adding 'pythran/xsimd/arch/xsimd_i8mm_neon64.hpp'26682adding 'pythran/xsimd/arch/xsimd_isa.hpp'26683adding 'pythran/xsimd/arch/xsimd_neon.hpp'26684adding 'pythran/xsimd/arch/xsimd_neon64.hpp'26685adding 'pythran/xsimd/arch/xsimd_rvv.hpp'26686adding 'pythran/xsimd/arch/xsimd_scalar.hpp'26687adding 'pythran/xsimd/arch/xsimd_sse2.hpp'26688adding 'pythran/xsimd/arch/xsimd_sse3.hpp'26689adding 'pythran/xsimd/arch/xsimd_sse4_1.hpp'26690adding 'pythran/xsimd/arch/xsimd_sse4_2.hpp'26691adding 'pythran/xsimd/arch/xsimd_ssse3.hpp'26692adding 'pythran/xsimd/arch/xsimd_sve.hpp'26693adding 'pythran/xsimd/arch/xsimd_vsx.hpp'26694adding 'pythran/xsimd/arch/xsimd_vxe.hpp'26695adding 'pythran/xsimd/arch/xsimd_wasm.hpp'26696adding 'pythran/xsimd/arch/common/xsimd_common_arithmetic.hpp'26697adding 'pythran/xsimd/arch/common/xsimd_common_bit.hpp'26698adding 'pythran/xsimd/arch/common/xsimd_common_cast.hpp'26699adding 'pythran/xsimd/arch/common/xsimd_common_complex.hpp'26700adding 'pythran/xsimd/arch/common/xsimd_common_details.hpp'26701adding 'pythran/xsimd/arch/common/xsimd_common_logical.hpp'26702adding 'pythran/xsimd/arch/common/xsimd_common_math.hpp'26703adding 'pythran/xsimd/arch/common/xsimd_common_memory.hpp'26704adding 'pythran/xsimd/arch/common/xsimd_common_rounding.hpp'26705adding 'pythran/xsimd/arch/common/xsimd_common_swizzle.hpp'26706adding 'pythran/xsimd/arch/common/xsimd_common_trigo.hpp'26707adding 'pythran/xsimd/arch/utils/shifts.hpp'26708adding 'pythran/xsimd/config/xsimd_arch.hpp'26709adding 'pythran/xsimd/config/xsimd_config.hpp'26710adding 'pythran/xsimd/config/xsimd_cpu_features.hpp'26711adding 'pythran/xsimd/config/xsimd_cpu_features_arm.hpp'26712adding 'pythran/xsimd/config/xsimd_cpu_features_ppc.hpp'26713adding 'pythran/xsimd/config/xsimd_cpu_features_riscv.hpp'26714adding 'pythran/xsimd/config/xsimd_cpu_features_s390x.hpp'26715adding 'pythran/xsimd/config/xsimd_cpu_features_x86.hpp'26716adding 'pythran/xsimd/config/xsimd_cpuid.hpp'26717adding 'pythran/xsimd/config/xsimd_getauxval.hpp'26718adding 'pythran/xsimd/config/xsimd_macros.hpp'26719adding 'pythran/xsimd/math/xsimd_rem_pio2.hpp'26720adding 'pythran/xsimd/memory/xsimd_aligned_allocator.hpp'26721adding 'pythran/xsimd/memory/xsimd_alignment.hpp'26722adding 'pythran/xsimd/types/xsimd_all_registers.hpp'26723adding 'pythran/xsimd/types/xsimd_api.hpp'26724adding 'pythran/xsimd/types/xsimd_avx2_register.hpp'26725adding 'pythran/xsimd/types/xsimd_avx512bw_register.hpp'26726adding 'pythran/xsimd/types/xsimd_avx512cd_register.hpp'26727adding 'pythran/xsimd/types/xsimd_avx512dq_register.hpp'26728adding 'pythran/xsimd/types/xsimd_avx512er_register.hpp'26729adding 'pythran/xsimd/types/xsimd_avx512f_register.hpp'26730adding 'pythran/xsimd/types/xsimd_avx512ifma_register.hpp'26731adding 'pythran/xsimd/types/xsimd_avx512pf_register.hpp'26732adding 'pythran/xsimd/types/xsimd_avx512vbmi2_register.hpp'26733adding 'pythran/xsimd/types/xsimd_avx512vbmi_register.hpp'26734adding 'pythran/xsimd/types/xsimd_avx512vnni_avx512bw_register.hpp'26735adding 'pythran/xsimd/types/xsimd_avx512vnni_avx512vbmi2_register.hpp'26736adding 'pythran/xsimd/types/xsimd_avx_register.hpp'26737adding 'pythran/xsimd/types/xsimd_avxvnni_register.hpp'26738adding 'pythran/xsimd/types/xsimd_batch.hpp'26739adding 'pythran/xsimd/types/xsimd_batch_constant.hpp'26740adding 'pythran/xsimd/types/xsimd_batch_fwd.hpp'26741adding 'pythran/xsimd/types/xsimd_common_arch.hpp'26742adding 'pythran/xsimd/types/xsimd_emulated_register.hpp'26743adding 'pythran/xsimd/types/xsimd_fma3_avx2_register.hpp'26744adding 'pythran/xsimd/types/xsimd_fma3_avx_register.hpp'26745adding 'pythran/xsimd/types/xsimd_fma3_sse_register.hpp'26746adding 'pythran/xsimd/types/xsimd_fma4_register.hpp'26747adding 'pythran/xsimd/types/xsimd_i8mm_neon64_register.hpp'26748adding 'pythran/xsimd/types/xsimd_neon64_register.hpp'26749adding 'pythran/xsimd/types/xsimd_neon_register.hpp'26750adding 'pythran/xsimd/types/xsimd_register.hpp'26751adding 'pythran/xsimd/types/xsimd_rvv_register.hpp'26752adding 'pythran/xsimd/types/xsimd_sse2_register.hpp'26753adding 'pythran/xsimd/types/xsimd_sse3_register.hpp'26754adding 'pythran/xsimd/types/xsimd_sse4_1_register.hpp'26755adding 'pythran/xsimd/types/xsimd_sse4_2_register.hpp'26756adding 'pythran/xsimd/types/xsimd_ssse3_register.hpp'26757adding 'pythran/xsimd/types/xsimd_sve_register.hpp'26758adding 'pythran/xsimd/types/xsimd_traits.hpp'26759adding 'pythran/xsimd/types/xsimd_utils.hpp'26760adding 'pythran/xsimd/types/xsimd_vsx_register.hpp'26761adding 'pythran/xsimd/types/xsimd_vxe_register.hpp'26762adding 'pythran/xsimd/types/xsimd_wasm_register.hpp'26763adding 'pythran/xsimd/utils/bits.hpp'26764adding 'pythran/xsimd/utils/xsimd_type_traits.hpp'26765adding 'pythran-0.18.1.dist-info/licenses/AUTHORS'26766adding 'pythran-0.18.1.dist-info/licenses/LICENSE'26767adding 'pythran-0.18.1.dist-info/METADATA'26768adding 'pythran-0.18.1.dist-info/WHEEL'26769adding 'pythran-0.18.1.dist-info/entry_points.txt'26770adding 'pythran-0.18.1.dist-info/top_level.txt'26771adding 'pythran-0.18.1.dist-info/RECORD'26772removing build/bdist.linux-x86_64/wheel26773Successfully built pythran-0.18.1-py3-none-any.whl26774Finished creating a wheel...26775/build/source/dist /build/source26776Unpacking to: unpacked/pythran-0.18.1...OK26777Repacking wheel as ./pythran-0.18.1-py3-none-any.whl...OK26778/build/source26779Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
26780Executing pythonRuntimeDepsCheck26781Checking runtime dependencies for pythran-0.18.1-py3-none-any.whl26782Finished executing pythonRuntimeDepsCheckinstallPhase
26783Executing pypaInstallPhase26784Successfully installed pythran-0.18.1-py3-none-any.whl26785Finished executing pypaInstallPhasepythonOutputDistPhase
26786Executing pythonOutputDistPhase26787Finished executing pythonOutputDistPhasefixupPhase
26788shrinking RPATHs of ELF executables and libraries in /nix/store/x89d0w6s5fpgkmp6krpwvv0m1xscxfiq-python3.14-pythran-0.18.126789checking for references to /build/ in /nix/store/x89d0w6s5fpgkmp6krpwvv0m1xscxfiq-python3.14-pythran-0.18.1...26790patching script interpreter paths in /nix/store/x89d0w6s5fpgkmp6krpwvv0m1xscxfiq-python3.14-pythran-0.18.126791stripping (with command strip and flags -S -p) in /nix/store/x89d0w6s5fpgkmp6krpwvv0m1xscxfiq-python3.14-pythran-0.18.1/lib /nix/store/x89d0w6s5fpgkmp6krpwvv0m1xscxfiq-python3.14-pythran-0.18.1/bin26792shrinking RPATHs of ELF executables and libraries in /nix/store/myv6b8x6sywvjzmc4g58qwa8qim2gcl5-python3.14-pythran-0.18.1-dist26793checking for references to /build/ in /nix/store/myv6b8x6sywvjzmc4g58qwa8qim2gcl5-python3.14-pythran-0.18.1-dist...26794patching script interpreter paths in /nix/store/myv6b8x6sywvjzmc4g58qwa8qim2gcl5-python3.14-pythran-0.18.1-dist26795Rewriting #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/bin/python3.14 to #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.626796wrapping `/nix/store/x89d0w6s5fpgkmp6krpwvv0m1xscxfiq-python3.14-pythran-0.18.1/bin/pythran'...26797Rewriting #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/bin/python3.14 to #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.626798wrapping `/nix/store/x89d0w6s5fpgkmp6krpwvv0m1xscxfiq-python3.14-pythran-0.18.1/bin/pythran-config'...26799Executing pythonRemoveTestsDir26800Finished executing pythonRemoveTestsDirpythonImportsCheckPhase
26801Executing pythonImportsCheckPhase26802Check whether the following modules can be imported: pythran pythran.backend pythran.middlend pythran.passmanager pythran.toolchain pythran.spec26803WARNING: Overriding pythran description with argspec information for: numpy.arange26804WARNING: Overriding pythran description with argspec information for: numpy.array26805WARNING: Overriding pythran description with argspec information for: numpy.concatenate26806WARNING: Overriding pythran description with argspec information for: numpy.empty26807WARNING: Overriding pythran description with argspec information for: numpy.empty_like26808WARNING: Overriding pythran description with argspec information for: numpy.fromiter26809WARNING: Overriding pythran description with argspec information for: numpy.fromstring26810WARNING: Overriding pythran description with argspec information for: numpy.fromfile26811WARNING: Overriding pythran description with argspec information for: numpy.zeros