unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 64135@debbugs.gnu.org
Subject: [bug#64135] [PATCH 0/2] Add miking
Date: Sat, 17 Jun 2023 19:25:54 +0200	[thread overview]
Message-ID: <cover.1687022754.git.liliana.prikler@gmail.com> (raw)

Hi Guix,

this series adds Miking, a framework for defining domain-specific
languages, which has applications in object-oriented modeling (think
OpenModelica, but less of a pain to bootstrap and with an ML-style
syntax) and probabilistic programming.

It does require some patches to drop the dreaded CUDA, but also to make
the build work with Guix' setup where environment variables have a
meaning, actually.  Especially for the latter patch, I'm still trying
to figure out how to best transform the build system into one that is
usable with little overhead.  Currently, I've snarfed just about enough
information from the build files to run meaningful tests.

Cheers

Liliana Marie Prikler (2):
  gnu: Add miking-boot.
  gnu: Add miking.

 gnu/local.mk                                  |   2 +
 gnu/packages/miking.scm                       | 127 ++++++++++++++++++
 .../patches/miking-drop-acceleration.patch    | 106 +++++++++++++++
 .../patches/miking-preserve-OCAMLPATH.patch   |  28 ++++
 4 files changed, 263 insertions(+)
 create mode 100644 gnu/packages/miking.scm
 create mode 100644 gnu/packages/patches/miking-drop-acceleration.patch
 create mode 100644 gnu/packages/patches/miking-preserve-OCAMLPATH.patch


base-commit: 31336e9f5d68512a9c1c6826bce9f17c892a2125
-- 
2.40.1





             reply	other threads:[~2023-06-17 18:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-17 17:25 Liliana Marie Prikler [this message]
2023-06-17 17:06 ` [bug#64135] [PATCH 1/2] gnu: Add miking-boot Liliana Marie Prikler
2023-06-17 17:08 ` [bug#64135] [PATCH 2/2] gnu: Add miking 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=cover.1687022754.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=64135@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 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).