all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: 27428@debbugs.gnu.org
Subject: [bug#27428] [PATCH] gnu: gsl: Update to 2.4.
Date: Tue, 20 Jun 2017 02:10:24 +0530	[thread overview]
Message-ID: <1a1bdf27.AEAALq4UWmUAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZSDbL@mailjet.com> (raw)

* 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


             reply	other threads:[~2017-06-19 20:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-19 20:40 Arun Isaac [this message]
     [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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1a1bdf27.AEAALq4UWmUAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZSDbL@mailjet.com \
    --to=arunisaac@systemreboot.net \
    --cc=27428@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.