all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27428] [PATCH] gnu: gsl: Update to 2.4.
@ 2017-06-19 20:40 Arun Isaac
       [not found] ` <handler.27428.B.149790485914401.ack@debbugs.gnu.org>
  2017-06-20 16:59 ` [bug#27428] [PATCH] gnu: gsl: Update to 2.4 Marius Bakke
  0 siblings, 2 replies; 8+ messages in thread
From: Arun Isaac @ 2017-06-19 20:40 UTC (permalink / raw)
  To: 27428

* 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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#27428] Acknowledgement ([PATCH] gnu: gsl: Update to 2.4.)
       [not found] ` <handler.27428.B.149790485914401.ack@debbugs.gnu.org>
@ 2017-06-19 20:46   ` Arun Isaac
  0 siblings, 0 replies; 8+ messages in thread
From: Arun Isaac @ 2017-06-19 20:46 UTC (permalink / raw)
  To: 27428


> +     `(;; 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?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#27428] [PATCH] gnu: gsl: Update to 2.4.
  2017-06-19 20:40 [bug#27428] [PATCH] gnu: gsl: Update to 2.4 Arun Isaac
       [not found] ` <handler.27428.B.149790485914401.ack@debbugs.gnu.org>
@ 2017-06-20 16:59 ` Marius Bakke
  2017-06-20 19:30   ` Arun Isaac
       [not found]   ` <d715c7f4.AEMAL1794yUAAAAAAAAAAAPMDFcAAAACwQwAAAAAAAW9WABZSXfg@mailjet.com>
  1 sibling, 2 replies; 8+ messages in thread
From: Marius Bakke @ 2017-06-20 16:59 UTC (permalink / raw)
  To: Arun Isaac, 27428

[-- Attachment #1: Type: text/plain, Size: 466 bytes --]

Arun Isaac <arunisaac@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#27428] [PATCH] gnu: gsl: Update to 2.4.
  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>
  1 sibling, 0 replies; 8+ messages in thread
From: Arun Isaac @ 2017-06-20 19:30 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 27428, Efraim Flashner


I am CCing Efraim.

Marius Bakke writes:

> Arun Isaac <arunisaac@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.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#27428] [PATCH] gnu: gsl: Update to 2.4.
       [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>
  0 siblings, 2 replies; 8+ messages in thread
From: Efraim Flashner @ 2017-06-20 19:55 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 27428

[-- Attachment #1: Type: text/plain, Size: 1276 bytes --]

On Wed, Jun 21, 2017 at 01:00:31AM +0530, Arun Isaac wrote:
> 
> I am CCing Efraim.
> 
> Marius Bakke writes:
> 
> > Arun Isaac <arunisaac@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@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#27428] [PATCH] gnu: gsl: Update to 2.4.
  2017-06-20 19:55     ` Efraim Flashner
@ 2017-06-20 20:09       ` Arun Isaac
       [not found]       ` <c4920be9.AEUALovCqf4AAAAAAAAAAAPMDFcAAAACwQwAAAAAAAW9WABZSYEC@mailjet.com>
  1 sibling, 0 replies; 8+ messages in thread
From: Arun Isaac @ 2017-06-20 20:09 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 27428


Efraim Flashner writes:

>> Marius Bakke writes:
>> 
>> > Arun Isaac <arunisaac@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?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#27428] [PATCH] gnu: gsl: Update to 2.4.
       [not found]       ` <c4920be9.AEUALovCqf4AAAAAAAAAAAPMDFcAAAACwQwAAAAAAAW9WABZSYEC@mailjet.com>
@ 2017-06-20 20:10         ` Efraim Flashner
  2017-06-21 18:03           ` bug#27428: " Arun Isaac
  0 siblings, 1 reply; 8+ messages in thread
From: Efraim Flashner @ 2017-06-20 20:10 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 27428



On June 20, 2017 11:09:30 PM GMT+03:00, Arun Isaac <arunisaac@systemreboot.net> wrote:
>
>Efraim Flashner writes:
>
>>> Marius Bakke writes:
>>> 
>>> > Arun Isaac <arunisaac@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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#27428: [PATCH] gnu: gsl: Update to 2.4.
  2017-06-20 20:10         ` Efraim Flashner
@ 2017-06-21 18:03           ` Arun Isaac
  0 siblings, 0 replies; 8+ messages in thread
From: Arun Isaac @ 2017-06-21 18:03 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 27428-done


Pushed! Thanks!

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-06-21 18:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-19 20:40 [bug#27428] [PATCH] gnu: gsl: Update to 2.4 Arun Isaac
     [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

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.