guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60075] [PATCH 47/58] gnu: julia-scanbyte: Limit to x86_64-linux.


From: Efraim Flashner
Subject: [bug#60075] [PATCH 47/58] gnu: julia-scanbyte: Limit to x86_64-linux.
Date: Wed, 14 Dec 2022 22:35:45 +0200

* gnu/packages/julia-xyz.scm (julia-scanbyte)[supported-systems]: New
field.
---
 gnu/packages/julia-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 82f71b298b..0dd075a959 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -5046,6 +5046,8 @@ (define-public julia-scanbyte
     (description "This package finds the first occurrence of a byte or set of
 bytes in a chunk of memory.  Think of it like a much faster version of
 @code{findfirst} that only iterates over bytes in memory.")
+    ;; https://github.com/jakobnissen/ScanByte.jl/issues/2
+    (supported-systems '("x86_64-linux"))
     (license license:expat)))
 
 (define-public julia-scratch
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]