[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#53320: Configure error on package mpich
From: |
Ludovic Courtès |
Subject: |
bug#53320: Configure error on package mpich |
Date: |
Mon, 17 Jan 2022 19:10:07 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello,
Clement Barthelemy <clement.barthelemy@inria.fr> skribis:
> The package mpich@3.3.2 does not build using
>
> guix build mpich
>
> It fails with an error during the configure phase :
>
> configure: error: The Fortran compiler gfortran will not compile files that
> call the same routine with arguments of different types.
>
>
> I believe this is due to a change in gfortran10 :
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91731
Indeed. Fixed in 7bf85e63c180e5ee235a8b0596096e1df34fd5d2.
Thanks!
Ludo’.