3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

Revert "gnu: julia: Build with zlib."

This reverts commit 95bf72eeb0.
This commit is contained in:
Efraim Flashner 2016-07-20 11:35:32 +03:00
parent 95bf72eeb0
commit c23c628ea7
Signed by untrusted user: efraim
GPG key ID: F4C1D3917EACEE93

View file

@ -1,6 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2016 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014, 2015, 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -85,16 +84,16 @@ program to exhibit a bug.")
(define-public c-reduce (define-public c-reduce
(package (package
(name "c-reduce") (name "c-reduce")
(version "2.5.0") (version "2.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (list (uri (list
(string-append "https://embed.cs.utah.edu/creduce/" (string-append "http://embed.cs.utah.edu/creduce/"
"creduce-" version ".tar.gz"))) "creduce-" version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"1r23lhzq3dz8vi2dalxk5las8bf0av2w94hxxbs61pr73m77ik9d")) "0r9lvnifjcnsrkrk8k4mha1kmmb93jya7alm523ck59y3173bpi0"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(substitute* "clang_delta/TransformationManager.cpp" '(substitute* "clang_delta/TransformationManager.cpp"
@ -132,7 +131,7 @@ program to exhibit a bug.")
"file-which" "getopt-tabular" "file-which" "getopt-tabular"
"regex-common" "sys-cpu")))))) "regex-common" "sys-cpu"))))))
%standard-phases))) %standard-phases)))
(home-page "https://embed.cs.utah.edu/creduce") (home-page "http://embed.cs.utah.edu/creduce")
(synopsis "Reducer for interesting code") (synopsis "Reducer for interesting code")
(description (description
"C-Reduce is a tool that takes a large C or C++ program that has a "C-Reduce is a tool that takes a large C or C++ program that has a