[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77552] [PATCH 3/5] gnu: Add singeli-sources.
From: |
Lee Thompson |
Subject: |
[bug#77552] [PATCH 3/5] gnu: Add singeli-sources. |
Date: |
Sat, 5 Apr 2025 16:07:31 +0100 |
* gnu/packages/bqn.scm (singeli-sources): New variable.
Change-Id: I9a96915a23adc786a3c92fd7ad34aaa5ee938ad6
---
gnu/packages/bqn.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/bqn.scm b/gnu/packages/bqn.scm
index 5c69a2740c..11a5a48b33 100644
--- a/gnu/packages/bqn.scm
+++ b/gnu/packages/bqn.scm
@@ -135,6 +135,19 @@ (define replxx-sources
(sha256
(base32 "0440xjvdkrbpxqjrd6nsrnaxki0mgyinsb0b1dcshjj3h3jr1yy4")))))
+(define singeli-sources
+ ;; Singeli can be used to more efficiently implement CBQN primitive
+ ;; operations. Used in this way only its source is required.
+ (let ((commit "53f42ce4331176d281fa577408ec5a652bdd9127"))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mlochbaum/Singeli")
+ (commit commit)))
+ (file-name (git-file-name "singeli" commit))
+ (sha256
+ (base32 "1dzg4gk74lhy6pwvxzhk4zj1qinc83l7i6x6zpvdajdlz5vqvc1m")))))
+
(define cbqn-bootstrap
(let* ((revision "2")
(commit "66584ce1491d300746963b8ed17170348b2a03e6"))
--
2.48.1
[bug#77552] [PATCH 3/5] gnu: Add singeli-sources.,
Lee Thompson <=
[bug#77552] [PATCH v2 1/5] gnu: bqn-sources: Update to 5880fa15., Lee Thompson, 2025/04/10