guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: address@hidden: Update inputs.


From: Efraim Flashner
Subject: 01/02: gnu: address@hidden: Update inputs.
Date: Tue, 3 Oct 2017 01:56:14 -0400 (EDT)

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

commit eb9696e7a01c1f236afea3828f8b3774400e2a6f
Author: Efraim Flashner <address@hidden>
Date:   Mon Oct 2 12:37:29 2017 +0300

    gnu: address@hidden: Update inputs.
    
    * gnu/packages/gcc.scm (address@hidden)[inputs]: Replace address@hidden 
with isl,
    remove cloog.
---
 gnu/packages/gcc.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 7870d45..7ee6830 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -389,11 +389,10 @@ Go.  It also includes runtime support libraries for these 
languages.")
                                        "gcc-asan-powerpc-missing-include.patch"
                                        "gcc-5.0-libvtv-runpath.patch"
                                        "gcc-5-source-date-epoch-1.patch"
-                                       "gcc-5-source-date-epoch-2.patch"))))))
-    ;; TODO: gcc-5 doesn't need cloog.
-    ;;(inputs
-    ;; `(("isl" ,isl)
-    ;;   ,@(package-inputs gcc-4.7)))))
+                                       "gcc-5-source-date-epoch-2.patch"))))
+    (inputs
+     `(("isl" ,isl)
+       ,@(package-inputs gcc-4.7)))))
 
 (define-public gcc-6
   (package



reply via email to

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