unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 59800@debbugs.gnu.org
Subject: [bug#59800] [PATCH 4/5] gnu: Add python-open-simulation-interface.
Date: Sat, 3 Dec 2022 09:16:38 +0100	[thread overview]
Message-ID: <ad6bce09b2da5be12e3ea6c61210b9930f920f9c.camel@gmail.com> (raw)
In-Reply-To: <034d0ae2b33c04dc7a5f8f75ab285e20937ce4ec.camel@gmail.com>

* gnu/packages/simulation.scm (python-open-simulation-interface): New variable.
---
 gnu/packages/simulation.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 1cbbc7c960..4fdf99d9d4 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -284,6 +284,11 @@ (define-public open-simulation-interface
 functions in virtual scenarios.")
     (license license:mpl2.0)))
 
+(define-public python-open-simulation-interface
+  (package/inherit open-simulation-interface
+    (build-system python-build-system)
+    (arguments '())))
+
 (define-public python-fenics-dijitso
   (package
     (name "python-fenics-dijitso")
-- 
2.38.1





  parent reply	other threads:[~2022-12-03 10:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-03  9:09 [bug#59800] [PATCH 0/5] Add esmini Liliana Marie Prikler
2022-12-03  8:12 ` [bug#59800] [PATCH 1/5] gnu: openscenegraph: Use modern package style Liliana Marie Prikler
2022-12-03  8:13 ` [bug#59800] [PATCH 2/5] gnu: openscenegraph: Add output for plugins Liliana Marie Prikler
2022-12-03  8:16 ` [bug#59800] [PATCH 3/5] gnu: Add open-simulation-interface Liliana Marie Prikler
2022-12-03  8:16 ` Liliana Marie Prikler [this message]
2022-12-03  9:04 ` [bug#59800] [PATCH 5/5] gnu: Add esmini Liliana Marie Prikler
2023-02-12  7:54   ` bug#59800: " 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=ad6bce09b2da5be12e3ea6c61210b9930f920f9c.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=59800@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).