gnu: gsl: Update to 2.4.

* gnu/packages/maths.scm (gsl): Update to 2.4.
[arguments]: Remove #:parallel-tests?.
master
Arun Isaac 2017-06-20 02:08:25 +05:30
parent f3853a259b
commit f885fc0512
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 3 additions and 4 deletions

View File

@ -258,19 +258,18 @@ semiconductors.")
(define-public gsl (define-public gsl
(package (package
(name "gsl") (name "gsl")
(version "2.3") (version "2.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/gsl/gsl-" (uri (string-append "mirror://gnu/gsl/gsl-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1yxdzqjwmi2aid650fa9zyr8llw069x7lm489wx9nnfdi6vh09an")) "16yfs5n444s03np1naj6yp1fsysd42kdscxzkg0k2yvfjixx0ijd"))
(patches (search-patches "gsl-test-i686.patch")))) (patches (search-patches "gsl-test-i686.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (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. ;; architectures such as aarch64 and ppc64le.
,@(if (string-prefix? "aarch64-linux" ,@(if (string-prefix? "aarch64-linux"
(or (%current-target-system) (%current-system))) (or (%current-target-system) (%current-system)))