[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42132] [PATCH] gnu: gfortran: Remove unusable versions.
From: |
Ludovic Courtès |
Subject: |
[bug#42132] [PATCH] gnu: gfortran: Remove unusable versions. |
Date: |
Tue, 30 Jun 2020 11:23:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hello,
Jakub Kądziołka <kuba@kadziolka.net> skribis:
> The gfortran packages cannot be used without being wrapped with
> gfortran-toolchain. However, as the comment in (gnu packages
> commencement) explains, there cannot be more than one gfortran-toolchain
> package because of ABI issues. Thus, versions of gfortran other than the
> main one are useless.
>
> * gnu/packages/gcc.scm (gfortran-4.8, gfortran-4.9, gfortran-5,
> gfortran-6, gfortran-7, gfortran-8, gfortran-9): Remove variables.
> (gfortran): Define the gfortran package based on the gcc variable.
LGTM, thanks! :-)
Ludo’.