[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/49: gnu: gsl: Update to 2.7.
From: |
guix-commits |
Subject: |
05/49: gnu: gsl: Update to 2.7. |
Date: |
Fri, 23 Jul 2021 11:33:02 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit b51bb5bcdc93b4bf41bdbfa8be956a87613ddb3e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 20 16:11:14 2021 +0200
gnu: gsl: Update to 2.7.
* gnu/packages/maths.scm (gsl): Update to 2.7.
[arguments]: Remove trailing #t's.
---
gnu/packages/maths.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 7f504fa..1726ade 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -479,14 +479,14 @@ precision floating point numbers.")
(define-public gsl
(package
(name "gsl")
- (version "2.6")
+ (version "2.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gsl/gsl-"
version ".tar.gz"))
(sha256
(base32
- "1a460zj9xmbgvcymkdhqh313c4l29mn9cffbi5vf33x3qygk70mp"))))
+ "0av04cpblphvvs3kl5rwphniarml503501vrpqw31rd0bmwg7fzg"))))
(build-system gnu-build-system)
(arguments
(let ((system (%current-system)))
@@ -501,8 +501,7 @@ precision floating point numbers.")
'((add-before 'check 'disable-failing-tests
(lambda _
(substitute* "spmatrix/test.c"
- ((".*test_complex.*") "\n"))
- #t))))
+ ((".*test_complex.*") "\n"))))))
((string-prefix? "i686" system)
;; There are rounding issues with these tests on i686:
@@ -518,8 +517,7 @@ precision floating point numbers.")
(substitute* "spmatrix/test.c"
((".*test_all.*") "\n")
((".*test_float.*") "\n")
- ((".*test_complex.*") "\n"))
- #t))))
+ ((".*test_complex.*") "\n"))))))
(else '()))))))
(home-page "https://www.gnu.org/software/gsl/")
- branch core-updates updated (3f7efaa -> 71ec85b), guix-commits, 2021/07/23
- 02/49: gnu: pcre2: Update to 10.37., guix-commits, 2021/07/23
- 01/49: gnu: pcre: Update to 8.45., guix-commits, 2021/07/23
- 04/49: gnu: gdbm: Update to 1.20., guix-commits, 2021/07/23
- 09/49: gnu: gsettings-desktop-schemas: Remove unused input., guix-commits, 2021/07/23
- 03/49: gnu: readline: Update to 8.1.1., guix-commits, 2021/07/23
- 05/49: gnu: gsl: Update to 2.7.,
guix-commits <=
- 07/49: gnu: gamin: Remove unused input., guix-commits, 2021/07/23
- 06/49: gnu: glib: Remove unused input., guix-commits, 2021/07/23
- 08/49: gnu: gnome-backgrounds: Remove unused input., guix-commits, 2021/07/23
- 12/49: gnu: Python: Remove trailing #t's., guix-commits, 2021/07/23
- 13/49: gnu: glibc: Remove obsolete patch., guix-commits, 2021/07/23
- 14/49: gnu: commencement: Decouple python-boot0 from python., guix-commits, 2021/07/23
- 15/49: gnu: tzdata-for-tests: Update to 2021a., guix-commits, 2021/07/23
- 11/49: gnu: Python: Update to 3.9.6., guix-commits, 2021/07/23
- 17/49: gnu: RHash: Update to 1.4.2., guix-commits, 2021/07/23
- 20/49: gnu: coreutils-minimal: Do not build documentation., guix-commits, 2021/07/23