• Bug#1108309: mdanalysis: FTBFS randomly: autobuilder hangs

    From Santiago Vila@21:1/5 to Santiago Vila on Fri Jul 4 20:20:01 2025
    On Fri, Jul 04, 2025 at 07:25:07PM +0200, Santiago Vila wrote:
    - for py in $(shell py3versions -rv); do \
    + if [ $(nproc) -gt 2 ]; then for py in $(shell py3versions -rv); do \

    Note: Should be really

    if [ $(shell nproc) -gt 2 ]; then etc

    Thanks.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)