unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56194] [PATCH 0/2] fix xsimd-bechmark
@ 2022-06-24 14:47 Greg Hogan
  2022-06-24 14:50 ` [bug#56194] [PATCH 1/2] gnu: xsimd: Update to 8.1.0 Greg Hogan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Greg Hogan @ 2022-06-24 14:47 UTC (permalink / raw)
  To: 56194; +Cc: Greg Hogan

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





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

* [bug#56194] [PATCH 1/2] gnu: xsimd: Update to 8.1.0.
  2022-06-24 14:47 [bug#56194] [PATCH 0/2] fix xsimd-bechmark Greg Hogan
@ 2022-06-24 14:50 ` Greg Hogan
  2022-06-24 14:50 ` [bug#56194] [PATCH 2/2] gnu: python-modin: Update to 0.15.1 Greg Hogan
  2022-06-25 22:59 ` bug#56194: [PATCH 0/2] fix xsimd-bechmark Ludovic Courtès
  2 siblings, 0 replies; 4+ messages in thread
From: Greg Hogan @ 2022-06-24 14:50 UTC (permalink / raw)
  To: 56194; +Cc: Greg Hogan

* 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





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

* [bug#56194] [PATCH 2/2] gnu: python-modin: Update to 0.15.1.
  2022-06-24 14:47 [bug#56194] [PATCH 0/2] fix xsimd-bechmark Greg Hogan
  2022-06-24 14:50 ` [bug#56194] [PATCH 1/2] gnu: xsimd: Update to 8.1.0 Greg Hogan
@ 2022-06-24 14:50 ` Greg Hogan
  2022-06-25 22:59 ` bug#56194: [PATCH 0/2] fix xsimd-bechmark Ludovic Courtès
  2 siblings, 0 replies; 4+ messages in thread
From: Greg Hogan @ 2022-06-24 14:50 UTC (permalink / raw)
  To: 56194; +Cc: Greg Hogan

* 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





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

* bug#56194: [PATCH 0/2] fix xsimd-bechmark
  2022-06-24 14:47 [bug#56194] [PATCH 0/2] fix xsimd-bechmark Greg Hogan
  2022-06-24 14:50 ` [bug#56194] [PATCH 1/2] gnu: xsimd: Update to 8.1.0 Greg Hogan
  2022-06-24 14:50 ` [bug#56194] [PATCH 2/2] gnu: python-modin: Update to 0.15.1 Greg Hogan
@ 2022-06-25 22:59 ` Ludovic Courtès
  2 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2022-06-25 22:59 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 56194-done

Hi,

Greg Hogan <code@greghogan.com> skribis:

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

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-06-25 23:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 14:47 [bug#56194] [PATCH 0/2] fix xsimd-bechmark Greg Hogan
2022-06-24 14:50 ` [bug#56194] [PATCH 1/2] gnu: xsimd: Update to 8.1.0 Greg Hogan
2022-06-24 14:50 ` [bug#56194] [PATCH 2/2] gnu: python-modin: Update to 0.15.1 Greg Hogan
2022-06-25 22:59 ` bug#56194: [PATCH 0/2] fix xsimd-bechmark Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).