[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27428] [PATCH] gnu: gsl: Update to 2.4.
From: |
Arun Isaac |
Subject: |
[bug#27428] [PATCH] gnu: gsl: Update to 2.4. |
Date: |
Tue, 20 Jun 2017 02:10:24 +0530 |
* 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
- [bug#27428] [PATCH] gnu: gsl: Update to 2.4.,
Arun Isaac <=