[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)))
- 21/34: gnu: libuv: Update to 1.41.0., (continued)
- 21/34: gnu: libuv: Update to 1.41.0., guix-commits, 2021/05/22
- 22/34: gnu: Tcl/Tk: Update to 8.6.11., guix-commits, 2021/05/22
- 20/34: gnu: libfaketime: Use absolute 'date' reference., guix-commits, 2021/05/22
- 23/34: gnu: SWIG: Update to 4.0.2., guix-commits, 2021/05/22
- 26/34: gnu: xorgproto: Update to 2021.4., guix-commits, 2021/05/22
- 28/34: gnu: libxfixes: Update to 6.0.0., guix-commits, 2021/05/22
- 18/34: gnu: automake: Remove unnecessary conditional., guix-commits, 2021/05/22
- 08/34: gnu: pangomm@2.42: Update to 2.46.0., guix-commits, 2021/05/22
- 12/34: gnu: ninja: Update to 1.10.2., guix-commits, 2021/05/22
- 13/34: gnu: zstd: Update to 1.5.0., guix-commits, 2021/05/22
- 14/34: gnu: gfortran: Remove obsolete workaround.,
guix-commits <=
- 24/34: gnu: doxygen: Update to 1.9.1., guix-commits, 2021/05/22
- 25/34: gnu: util-macros: Update to 1.19.3., guix-commits, 2021/05/22
- 27/34: gnu: libxres: Update to 1.2.1., guix-commits, 2021/05/22
- 29/34: gnu: xkeyboard-config: Update to 2.32., guix-commits, 2021/05/22
- 30/34: gnu: libxt: Update to 1.2.1., guix-commits, 2021/05/22
- 33/34: gnu: wget: Update to 1.21.1., guix-commits, 2021/05/22
- 34/34: gnu: emacs-libgit: Fix installation failure., guix-commits, 2021/05/22
- 31/34: gnu: libxaw: Update to 1.0.14., guix-commits, 2021/05/22
- 32/34: gnu: gtk-doc: Remove obsolete workaround., guix-commits, 2021/05/22