[PATCH 0/2] fix xsimd-bechmark

  • Done
  • quality assurance status badge
Details
2 participants
  • Greg Hogan
  • Ludovic Courtès
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
G
G
Greg Hogan wrote on 24 Jun 2022 16:47
(address . guix-patches@gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
cover.1656081200.git.code@greghogan.com
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
G
G
Greg Hogan wrote on 24 Jun 2022 16:50
[PATCH 1/2] gnu: xsimd: Update to 8.1.0.
(address . 56194@debbugs.gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
d59771d3f925f6d999f250df7eda182a0c932772.1656081200.git.code@greghogan.com
* gnu/packages/cpp.scm (xsimd): Update to 8.1.0.
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
G
G
Greg Hogan wrote on 24 Jun 2022 16:50
[PATCH 2/2] gnu: python-modin: Update to 0.15.1.
(address . 56194@debbugs.gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
216210903288caf7804aff98060ebeeda644af02.1656081200.git.code@greghogan.com
* 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(-)

Toggle diff (24 lines)
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
L
L
Ludovic Courtès wrote on 26 Jun 2022 00:59
Re: bug#56194: [PATCH 0/2] fix xsimd-bechmark
(name . Greg Hogan)(address . code@greghogan.com)(address . 56194-done@debbugs.gnu.org)
87fsjss61s.fsf@gnu.org
Hi,

Greg Hogan <code@greghogan.com> skribis:

Toggle quote (3 lines)
> gnu: xsimd: Update to 8.1.0.
> gnu: python-modin: Update to 0.15.1.

Applied, thanks!

Ludo’.
Closed
?