GNU bug report logs - #56194
[PATCH 0/2] fix xsimd-bechmark

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Fri, 24 Jun 2022 14:48:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 56194 in the body.
You can then email your comments to 56194 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#56194; Package guix-patches. (Fri, 24 Jun 2022 14:48:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 24 Jun 2022 14:48:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 0/2] fix xsimd-bechmark
Date: Fri, 24 Jun 2022 14:47:27 +0000
This patchset updates xsimd to fix the broken xsimd-benchmark package.

All 12 dependent packages successfully build on x86_64-linux.

Greg Hogan (2):
  gnu: xsimd: Update to 8.1.0.
  gnu: python-modin: Update to 0.15.1.

 gnu/packages/cpp.scm            | 4 ++--
 gnu/packages/python-science.scm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.36.1





Information forwarded to guix-patches <at> gnu.org:
bug#56194; Package guix-patches. (Fri, 24 Jun 2022 14:51:01 GMT) Full text and rfc822 format available.

Message #8 received at 56194 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 56194 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 1/2] gnu: xsimd: Update to 8.1.0.
Date: Fri, 24 Jun 2022 14:50:31 +0000
* gnu/packages/cpp.scm (xsimd): Update to 8.1.0.
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index a17f1ee4b6..5ae5efc330 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -406,7 +406,7 @@ (define-public dashel
 (define-public xsimd
   (package
     (name "xsimd")
-    (version "8.0.5")
+    (version "8.1.0")
     (source
      (origin
        (method git-fetch)
@@ -414,7 +414,7 @@ (define-public xsimd
              (url "https://github.com/QuantStack/xsimd")
              (commit version)))
        (sha256
-        (base32 "0fph1gzrj13knfkl3fvg098ccvqkbzs0jb8n323m7pnxajpzhzij"))
+        (base32 "16b9fdvhhsbs93llbzccgpxjdkj8kfvac3wx0b30i306k5f3maq2"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments
-- 
2.36.1





Information forwarded to guix-patches <at> gnu.org:
bug#56194; Package guix-patches. (Fri, 24 Jun 2022 14:51:02 GMT) Full text and rfc822 format available.

Message #11 received at 56194 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 56194 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 2/2] gnu: python-modin: Update to 0.15.1.
Date: Fri, 24 Jun 2022 14:50:32 +0000
* gnu/packages/python-science.scm (python-modin): Update to 0.15.1.
---
 gnu/packages/python-science.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 56f109e3d5..35daef2815 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1088,7 +1088,7 @@ (define-public python-distributed
 (define-public python-modin
   (package
     (name "python-modin")
-    (version "0.10.1")
+    (version "0.15.1")
     (source
      (origin
        ;; The archive on pypi does not include all required files.
@@ -1099,7 +1099,7 @@ (define-public python-modin
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "128ghfb9ncmnn8km409xjcdppvn9nr9jqw8rkvsfavh7wnwlk509"))))
+         "0nf2pdqna2vn7vq7q7b51f3cfbrxfn77pyif3clibjsxzvfm9k03"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.36.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 25 Jun 2022 23:00:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Sat, 25 Jun 2022 23:00:03 GMT) Full text and rfc822 format available.

Message #16 received at 56194-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 56194-done <at> debbugs.gnu.org
Subject: Re: bug#56194: [PATCH 0/2] fix xsimd-bechmark
Date: Sun, 26 Jun 2022 00:59:43 +0200
Hi,

Greg Hogan <code <at> greghogan.com> skribis:

>   gnu: xsimd: Update to 8.1.0.
>   gnu: python-modin: Update to 0.15.1.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 24 Jul 2022 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 270 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.