From: aecepoglu <aecepoglu@fastmail.fm>
To: 69022@debbugs.gnu.org
Cc: aecepoglu <aecepoglu@fastmail.fm>
Subject: [bug#69022] [PATCH 1/5] gnu: bqn: Add singeli.
Date: Sat, 10 Feb 2024 23:01:42 +0000 [thread overview]
Message-ID: <75533bd75ddccc62b5041e1532d6161f074ef93a.1707606060.git.aecepoglu@fastmail.fm> (raw)
Newer versions of BQN use Singeli
* gnu/packages/bqn.scm: Add singeli
Change-Id: I5a2ce84a2b96cdad0617af46978f44ef1a86047f
---
gnu/packages/bqn.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/bqn.scm b/gnu/packages/bqn.scm
index 4d03385d21..acac2d45cc 100644
--- a/gnu/packages/bqn.scm
+++ b/gnu/packages/bqn.scm
@@ -34,6 +34,32 @@ (define-module (gnu packages bqn)
#:use-module (gnu packages java)
#:use-module (gnu packages compression))
+(define-public singeli
+ (let ((commit "5f9cbd46c265491ff167a5d9377d1462539dbdd8")
+ (revision "1"))
+ (package
+ (name "singeli")
+ (version (git-version "0.1.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mlochbaum/Singeli.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "13mfxkb29n4phpqxiwfcd43mcg8773n03nml8d9rhbdb6s5jrixb"))))
+ (build-system copy-build-system)
+ (arguments
+ '(#:install-plan '(("." "lib"))))
+ (synopsis "Language to generate performant C codes with")
+ (description
+ "Singeli is a domain-specific language for building high-performance
+algorithms with abstractions over code that corresponds to individual instructions.
+It's implemented in BQN, with a frontend that emits IR and a backend that converts it to C.")
+ (home-page "https://github.com/mlochbaum/Singeli")
+ (license license:isc))))
+
(define-public dbqn
(let ((commit "88f2b43966a75cc2c382421218eb30003bb16f4a")
(revision "1"))
base-commit: b64862e5cb8209c92aa2eff4cec0be328e38c45d
--
2.43.0
next reply other threads:[~2024-02-10 22:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-10 23:01 aecepoglu [this message]
2024-05-03 21:22 ` [bug#69022] [PATCH 1/5] gnu: bqn: Add singeli Dale Mellor
2024-05-03 21:31 ` [bug#69022] This issue has been superceded, closing Dale Mellor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=75533bd75ddccc62b5041e1532d6161f074ef93a.1707606060.git.aecepoglu@fastmail.fm \
--to=aecepoglu@fastmail.fm \
--cc=69022@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.