Maxime Boissonneault
Maxime Boissonneault
And by the way, unless a binary uses setuid, someone can *always* load a binary ahead the system one using `LDPRELOAD` (even when using `RPATH`). The system ones actually have...
0.55 fixes it when compiling with GCC, but we still have a problem when compiling with Intel for some reason. My colleague is investigating why.
Stumbled onto this again today (and we are running 0.55). Is this actually fixed in a release of Meson more recent than 0.55 ? I'm having to copy built binaries...
This may be useful ? https://github.com/pypa/pip/issues/11292#issuecomment-1193131221
The new `--report` option, coupled with `--dry-run` might be useful here too: https://pip.pypa.io/en/stable/reference/installation-report/
An example of output of `--report -` (with `--dry-run`) ``` $ pip install scipy --no-index --report - --dry-run Looking in links: /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/avx2, /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic, /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic Processing /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic/scipy-1.9.3+computecanada-cp310-cp310-linux_x86_64.whl Processing /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic/numpy-1.23.0+computecanada-cp310-cp310-linux_x86_64.whl WARNING: --report...
I am getting this error too, with an OS in French...
Changing for `default button 1` works for me in French, and in English
> @mboisson This looks good, but there seems to be a conflict right now, can you fix that? I have no clue how to merge that conflict... the code is...
@ocaisa the other changes are incorporated