gnu: gcc@5: Update inputs.

* gnu/packages/gcc.scm (gcc@5)[inputs]: Replace isl@0.11 with isl,
remove cloog.
This commit is contained in:
Efraim Flashner 2017-10-02 12:37:29 +03:00
parent 3097edf549
commit eb9696e7a0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 5 deletions

View File

@ -389,11 +389,10 @@ Go. It also includes runtime support libraries for these languages.")
"gcc-asan-powerpc-missing-include.patch" "gcc-asan-powerpc-missing-include.patch"
"gcc-5.0-libvtv-runpath.patch" "gcc-5.0-libvtv-runpath.patch"
"gcc-5-source-date-epoch-1.patch" "gcc-5-source-date-epoch-1.patch"
"gcc-5-source-date-epoch-2.patch")))))) "gcc-5-source-date-epoch-2.patch"))))
;; TODO: gcc-5 doesn't need cloog. (inputs
;;(inputs `(("isl" ,isl)
;; `(("isl" ,isl) ,@(package-inputs gcc-4.7)))))
;; ,@(package-inputs gcc-4.7)))))
(define-public gcc-6 (define-public gcc-6
(package (package