Pierre Augier
Pierre Augier
Submitting Author: Pierre Augier (@paugier) All current maintainers: (@paugier) Package Name: Fluidimage One-Line Description of Package: "Fluidimage: a Python framework to study flows from images" Repository Link: https://foss.heptapod.net/fluiddyn/fluidimage Version submitted:...
This PR adds the package py-pytest-allclose (https://pypi.org/project/pytest-allclose/). I'm very new to Spack so I hope it's not too wrong. It works as expected for other Spack packages I'm working on...
This adds Trio (https://pypi.org/project/trio/) and a related project (outcome, https://pypi.org/project/outcome/). It works as expected for other Spack packages I'm working on (https://foss.heptapod.net/fluiddyn/fluiddyn/-/merge_requests/128).
Fixes #7045, #9637 and #13615. See also the old PR #7373. This PR improves support for MPI detection on Unix, which is currently quite broken. I didn't try to study...
**Describe the bug** Meson does not detect mpich on conda-forge (using GCC) (see an example of failing build [here](https://github.com/conda-forge/fluidfft-fftwmpi-feedstock/pull/5)). Conda-forge usually builds packages depending on MPI with different implementations. For...
Some Python compilers (for example Cython in pure Python mode and Pythran) use the priority to an extension when importing a module. When importing `foo`, if `foo.py` and `foo.so` exist,...
Numpy, Scipy and scikit-image now use the [Meson](https://mesonbuild.com/) build system through [Meson-python](https://github.com/mesonbuild/meson-python). It should be possible to use HPy with Meson so I guess there should be some HPy examples...
I worked on a presentation about HPy for the [french "Calcul group"](https://calcul.math.cnrs.fr/pages/presentation_groupe.html). The pdf of the presentation is [here](http://legi.grenoble-inp.fr/people/Pierre.Augier/docs/2023/pres_hpy/pres-hpy.pdf). I wrote [some notes about HPy](http://legi.grenoble-inp.fr/people/Pierre.Augier/python-numerical-ecosystem-deep-technical-issues-soon-fixed-through-the-hpy-project.html) mostly for me to prepare...
To communicate on HPy, it would be great to have few automatically generated tables listing the packages in https://github.com/hpyproject/top4000-pypi-packages and giving information about their HPy port. - top 100: 21...
My last question taken from [my note about HPy](http://legi.grenoble-inp.fr/people/Pierre.Augier/python-numerical-ecosystem-deep-technical-issues-soon-fixed-through-the-hpy-project.html) (see also #419 and #420). Here, it's about the potential position of CPython and Python Steering Council about HPy. How could...