unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64135] [PATCH 0/2] Add miking
@ 2023-06-17 17:25 Liliana Marie Prikler
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2023-06-17 17:25 UTC (permalink / raw)
  To: 64135

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-17 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-17 17:25 [bug#64135] [PATCH 0/2] Add miking Liliana Marie Prikler
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

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).