guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/34: gnu: gfortran: Remove obsolete workaround.


From: guix-commits
Subject: 14/34: gnu: gfortran: Remove obsolete workaround.
Date: Sat, 22 May 2021 11:16:30 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 11284cb3218727c36060aa2df1eba8ffe0b69a19
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 16 10:37:49 2021 +0200

    gnu: gfortran: Remove obsolete workaround.
    
    * gnu/packages/gcc.scm (gfortran): Use GCC directly.
---
 gnu/packages/gcc.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 8362c9f..6eead02 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -734,12 +734,7 @@ as the 'native-search-paths' field."
 
 (define-public gfortran
   (hidden-package
-   (custom-gcc (package
-                 (inherit gcc)
-                 ;; XXX: Remove LIBSTDC++-HEADERS from the inputs just to
-                 ;; avoid a rebuild of all the GFORTRAN dependents.
-                 ;; TODO: Remove this hack on the next rebuild cycle.
-                 (inputs (alist-delete "libstdc++" (package-inputs gcc))))
+   (custom-gcc gcc
                "gfortran" '("fortran")
                %generic-search-paths)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]