guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: gsl: Update to 2.2."


From: Mark H. Weaver
Subject: 01/01: Revert "gnu: gsl: Update to 2.2."
Date: Fri, 2 Sep 2016 00:18:42 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit bb76ef9d8b0cf4d323805c8df57054aaed269f37
Author: Mark H Weaver <address@hidden>
Date:   Thu Sep 1 20:17:01 2016 -0400

    Revert "gnu: gsl: Update to 2.2."
    
    This reverts commit b16b16e6c2ba9780ebdf936c325e06ebcc0a950b.
    
    Rationale: gsl-2.2 consistently fails its test suite on i686.  Inkscape
    depends on gsl, and the grub background image is converted using
    inkscape, so i686 systems can no longer be built.
---
 gnu/packages/maths.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9f088c8..c8b59df 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -185,7 +185,7 @@ semiconductors.")
 (define-public gsl
   (package
     (name "gsl")
-    (version "2.2")
+    (version "2.1")
     (source
      (origin
       (method url-fetch)
@@ -193,7 +193,7 @@ semiconductors.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "1pyq2c0j91z955746myn29c89jwkd435s2cbj8ks2hpag6d0mr2d"))))
+        "0rhcia9jhr3p1f1wybwyllwqfs9bggz99i3mi5lpyqcpff1hdbar"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f))



reply via email to

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