all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27428] [PATCH] gnu: gsl: Update to 2.4.
@ 2017-06-19 20:40 Arun Isaac
       [not found] ` <handler.27428.B.149790485914401.ack@debbugs.gnu.org>
  2017-06-20 16:59 ` [bug#27428] [PATCH] gnu: gsl: Update to 2.4 Marius Bakke
  0 siblings, 2 replies; 8+ messages in thread
From: Arun Isaac @ 2017-06-19 20:40 UTC (permalink / raw)
  To: 27428

* gnu/packages/maths.scm (gsl): Update to 2.4.
---
 gnu/packages/maths.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 37e92b3cf..c742047aa 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -259,24 +259,23 @@ semiconductors.")
 (define-public gsl
   (package
     (name "gsl")
-    (version "2.3")
+    (version "2.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gsl/gsl-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1yxdzqjwmi2aid650fa9zyr8llw069x7lm489wx9nnfdi6vh09an"))
+                "16yfs5n444s03np1naj6yp1fsysd42kdscxzkg0k2yvfjixx0ijd"))
               (patches (search-patches "gsl-test-i686.patch"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:parallel-tests? #f
-       ;; Currently there are numerous tests that fail on "exotic"
+     `(;; Currently there are numerous tests that fail on "exotic"
        ;; architectures such as aarch64 and ppc64le.
        ,@(if (string-prefix? "aarch64-linux"
                              (or (%current-target-system) (%current-system)))
-           '(#:tests? #f)
-           '())))
+             '(#:tests? #f)
+             '())))
     (home-page "https://www.gnu.org/software/gsl/")
     (synopsis "Numerical library for C and C++")
     (description
-- 
2.12.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-06-21 18:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-19 20:40 [bug#27428] [PATCH] gnu: gsl: Update to 2.4 Arun Isaac
     [not found] ` <handler.27428.B.149790485914401.ack@debbugs.gnu.org>
2017-06-19 20:46   ` [bug#27428] Acknowledgement ([PATCH] gnu: gsl: Update to 2.4.) Arun Isaac
2017-06-20 16:59 ` [bug#27428] [PATCH] gnu: gsl: Update to 2.4 Marius Bakke
2017-06-20 19:30   ` Arun Isaac
     [not found]   ` <d715c7f4.AEMAL1794yUAAAAAAAAAAAPMDFcAAAACwQwAAAAAAAW9WABZSXfg@mailjet.com>
2017-06-20 19:55     ` Efraim Flashner
2017-06-20 20:09       ` Arun Isaac
     [not found]       ` <c4920be9.AEUALovCqf4AAAAAAAAAAAPMDFcAAAACwQwAAAAAAAW9WABZSYEC@mailjet.com>
2017-06-20 20:10         ` Efraim Flashner
2017-06-21 18:03           ` bug#27428: " Arun Isaac

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.