unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: aecepoglu <aecepoglu@fastmail.fm>
To: 69023@debbugs.gnu.org
Cc: aecepoglu <aecepoglu@fastmail.fm>, liliana.prikler@gmail.com
Subject: [bug#69023] [PATCH v2 1/5] gnu: bqn: Add singeli.
Date: Tue, 30 Apr 2024 01:50:30 +0100	[thread overview]
Message-ID: <1cd65dab7904e4f5fe8ba24ed1822d254f93ef3d.1714438234.git.aecepoglu@fastmail.fm> (raw)
In-Reply-To: <cover.1714438234.git.aecepoglu@fastmail.fm>

* 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..eb5e3af6d9 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 "Domain-specific language for high-performance algorithms")
+      (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"))
-- 
2.44.0





  reply	other threads:[~2024-04-30  0:49 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-10 23:23 [bug#69023] [PATCH 0/5] gnu: package: Update cbqn aecepoglu
2024-02-10 23:28 ` [bug#69023] [PATCH 1/5] gnu: bqn: Add singeli aecepoglu
2024-04-19 18:44   ` Liliana Marie Prikler
2024-02-10 23:28 ` [bug#69023] [PATCH 2/5] gnu: bqn: Update dbqn aecepoglu
2024-04-19 18:44   ` Liliana Marie Prikler
2024-02-10 23:28 ` [bug#69023] [PATCH 3/5] gnu: bqn: Update bqn-sources aecepoglu
2024-02-10 23:28 ` [bug#69023] [PATCH 4/5] gnu: bqn: Update cbqn-bootstrap aecepoglu
2024-02-10 23:28 ` [bug#69023] [PATCH 5/5] gnu: bqn: Update cbqn aecepoglu
2024-03-31  4:22   ` aecepoglu
2024-04-19 18:47   ` Liliana Marie Prikler
     [not found] ` <handler.69023.B.17076072547491.ack@debbugs.gnu.org>
2024-04-14  8:26   ` [bug#69023] Acknowledgement ([PATCH 0/5] gnu: package: Update cbqn.) aecepoglu
2024-04-14  8:47     ` aecepoglu
2024-04-30  0:50 ` [bug#69023] [PATCH v2 0/5] gnu: bqn: Update cbqn aecepoglu
2024-04-30  0:50   ` aecepoglu [this message]
2024-04-30  0:50   ` [bug#69023] [PATCH v2 2/5] gnu: bqn: Update dbqn aecepoglu
2024-04-30  5:55     ` Liliana Marie Prikler
2024-04-30  0:50   ` [bug#69023] [PATCH v2 3/5] gnu: bqn: Update bqn-sources aecepoglu
2024-04-30  0:50   ` [bug#69023] [PATCH v2 4/5] gnu: bqn: Update cbqn-bootstrap aecepoglu
2024-04-30  0:50   ` [bug#69023] [PATCH v2 5/5] gnu: bqn: Update cbqn aecepoglu
2024-04-30  4:55   ` [bug#69023] [PATCH v2 0/5] " Liliana Marie Prikler

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1cd65dab7904e4f5fe8ba24ed1822d254f93ef3d.1714438234.git.aecepoglu@fastmail.fm \
    --to=aecepoglu@fastmail.fm \
    --cc=69023@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    /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 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).