PACKAGE NAME: python3-pythran-0.15.0-x86_64-2_slackdce.txz PACKAGE LOCATION: ./python/python3-pythran PACKAGE SIZE (compressed): 728 K PACKAGE SIZE (uncompressed): 6800 K PACKAGE REQUIRED: doctest,xsimd,python3-flit_core,python3-installer,python3-pyproject-hooks,python3-build,python3-wheel,python3-meson-opt,python3-pyproject-metadata,python3-mesonpy,python3-numpy,python3-gast,python3-beniget,python3-packaging-opt,python3-setuptools-opt PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: python3-pythran: python3-pythran (Ahead of Time compiler for numeric kernels) python3-pythran: python3-pythran: Pythran is an ahead of time compiler for a subset of the Python python3-pythran: language, with a focus on scientific computing. It takes a Python python3-pythran: module annotated with a few interface descriptions and turns it into a python3-pythran: native Python module with the same interface, but (hopefully) faster. python3-pythran: python3-pythran: It is meant to efficiently compile scientific programs, and takes python3-pythran: advantage of multi-cores and SIMD instruction units. python3-pythran: python3-pythran: