GNU bug report logs -
#27428
[PATCH] gnu: gsl: Update to 2.4.
Previous Next
Reported by: Arun Isaac <arunisaac <at> systemreboot.net>
Date: Mon, 19 Jun 2017 20:41:01 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27428 in the body.
You can then email your comments to 27428 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#27428
; Package
guix-patches
.
(Mon, 19 Jun 2017 20:41:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Arun Isaac <arunisaac <at> systemreboot.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 19 Jun 2017 20:41:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#27428
; Package
guix-patches
.
(Mon, 19 Jun 2017 20:47:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 27428 <at> debbugs.gnu.org (full text, mbox):
> + `(;; 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)
> - '())))
I don't know if this section is still valid. I don't have machines with
these architectures. How do I check?
Information forwarded
to
guix-patches <at> gnu.org
:
bug#27428
; Package
guix-patches
.
(Tue, 20 Jun 2017 17:00:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 27428 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Arun Isaac <arunisaac <at> systemreboot.net> writes:
> * gnu/packages/maths.scm (gsl): Update to 2.4.
This should also mention that #:parallel-tests? is now gone.
[...]
> I don't know if this section is still valid. I don't have machines
> with these architectures. How do I check?
Digging around in the ChangeLog might give some hints. If nothing is
mentioned, I would just assume the status quo.
For aarch64 in particular, I suppose you could ping Efraim on IRC.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#27428
; Package
guix-patches
.
(Tue, 20 Jun 2017 19:31:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 27428 <at> debbugs.gnu.org (full text, mbox):
I am CCing Efraim.
Marius Bakke writes:
> Arun Isaac <arunisaac <at> systemreboot.net> writes:
>
>> * gnu/packages/maths.scm (gsl): Update to 2.4.
>
> This should also mention that #:parallel-tests? is now gone.
>
> [...]
>
>> I don't know if this section is still valid. I don't have machines
>> with these architectures. How do I check?
>
> Digging around in the ChangeLog might give some hints. If nothing is
> mentioned, I would just assume the status quo.
>
> For aarch64 in particular, I suppose you could ping Efraim on IRC.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#27428
; Package
guix-patches
.
(Tue, 20 Jun 2017 19:56:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 27428 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Wed, Jun 21, 2017 at 01:00:31AM +0530, Arun Isaac wrote:
>
> I am CCing Efraim.
>
> Marius Bakke writes:
>
> > Arun Isaac <arunisaac <at> systemreboot.net> writes:
> >
> >> * gnu/packages/maths.scm (gsl): Update to 2.4.
> >
> > This should also mention that #:parallel-tests? is now gone.
> >
> > [...]
> >
> >> I don't know if this section is still valid. I don't have machines
> >> with these architectures. How do I check?
> >
> > Digging around in the ChangeLog might give some hints. If nothing is
> > mentioned, I would just assume the status quo.
> >
> > For aarch64 in particular, I suppose you could ping Efraim on IRC.
>
From digging around gsl's bug reports it looked like the devs there
don't have access to some of those machines either, or access to enough
of them to make sure the code works on different hardware.
Unfortunately it still fails on my machine, with the first failure still
on the linalg directory. Its on my things to do list to try to fix some
of the tests but I haven't gotten around to it yet.
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#27428
; Package
guix-patches
.
(Tue, 20 Jun 2017 20:10:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 27428 <at> debbugs.gnu.org (full text, mbox):
Efraim Flashner writes:
>> Marius Bakke writes:
>>
>> > Arun Isaac <arunisaac <at> systemreboot.net> writes:
>> >
>> >> * gnu/packages/maths.scm (gsl): Update to 2.4.
>> >
>> > This should also mention that #:parallel-tests? is now gone.
Noted. I'll add this before pushing.
> From digging around gsl's bug reports it looked like the devs there
> don't have access to some of those machines either, or access to enough
> of them to make sure the code works on different hardware.
>
> Unfortunately it still fails on my machine, with the first failure still
> on the linalg directory. Its on my things to do list to try to fix some
> of the tests but I haven't gotten around to it yet.
In that case, shall I just assume status quo with respect to tests on
these machines and push this patch?
Information forwarded
to
guix-patches <at> gnu.org
:
bug#27428
; Package
guix-patches
.
(Tue, 20 Jun 2017 20:11:01 GMT)
Full text and
rfc822 format available.
Message #23 received at 27428 <at> debbugs.gnu.org (full text, mbox):
On June 20, 2017 11:09:30 PM GMT+03:00, Arun Isaac <arunisaac <at> systemreboot.net> wrote:
>
>Efraim Flashner writes:
>
>>> Marius Bakke writes:
>>>
>>> > Arun Isaac <arunisaac <at> systemreboot.net> writes:
>>> >
>>> >> * gnu/packages/maths.scm (gsl): Update to 2.4.
>>> >
>>> > This should also mention that #:parallel-tests? is now gone.
>
>Noted. I'll add this before pushing.
>
>> From digging around gsl's bug reports it looked like the devs there
>> don't have access to some of those machines either, or access to
>enough
>> of them to make sure the code works on different hardware.
>>
>> Unfortunately it still fails on my machine, with the first failure
>still
>> on the linalg directory. Its on my things to do list to try to fix
>some
>> of the tests but I haven't gotten around to it yet.
>
>In that case, shall I just assume status quo with respect to tests on
>these machines and push this patch?
Yeah, I'm not going to have time to work on it for quite a while.
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
Reply sent
to
Arun Isaac <arunisaac <at> systemreboot.net>
:
You have taken responsibility.
(Wed, 21 Jun 2017 18:04:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Arun Isaac <arunisaac <at> systemreboot.net>
:
bug acknowledged by developer.
(Wed, 21 Jun 2017 18:04:02 GMT)
Full text and
rfc822 format available.
Message #28 received at 27428-done <at> debbugs.gnu.org (full text, mbox):
Pushed! Thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 20 Jul 2017 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.