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 3/5] gnu: Add open-simulation-interface.
Date: Sat, 3 Dec 2022 09:16:28 +0100	[thread overview]
Message-ID: <87dc4cb77cf3d897e3abd7c85d4496e014a3e7f4.camel@gmail.com> (raw)
In-Reply-To: <034d0ae2b33c04dc7a5f8f75ab285e20937ce4ec.camel@gmail.com>

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

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 256e404970..1cbbc7c960 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -252,6 +252,38 @@ (define-public openfoam
     (license license:gpl3+)
     (home-page "https://openfoam.org")))
 
+(define-public open-simulation-interface
+  (package
+    (name "open-simulation-interface")
+    (version "3.5.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url (string-append "https://github.com/"
+                                        "OpenSimulationInterface/"
+                                        "open-simulation-interface"))
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "09vclrvsawx608kk0vnzywr71xn11qzwxzh2j508zjfn0kvhyx7q"))))
+    (build-system cmake-build-system)
+    (arguments (list #:tests? #f         ; tests are for the python package
+                     #:phases
+                     #~(modify-phases %standard-phases
+                         (add-after 'unpack 'fix-cmake
+                           (lambda _
+                             (substitute* "CMakeLists.txt"
+                               (("-targets\\.cmake") "_targets.cmake")))))))
+    (native-inputs (list protobuf))
+    (home-page
+     "https://github.com/OpenSimulationInterface/open-simulation-interface")
+    (synopsis "Generic interface for environmental perception")
+    (description "The Open Simulation Interface is a generic interface based on
+Google's protocol buffers for the environmental perception of automated driving
+functions in virtual scenarios.")
+    (license license:mpl2.0)))
+
 (define-public python-fenics-dijitso
   (package
     (name "python-fenics-dijitso")
-- 
2.38.1





  parent reply	other threads:[~2022-12-03 10:01 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 ` Liliana Marie Prikler [this message]
2022-12-03  8:16 ` [bug#59800] [PATCH 4/5] gnu: Add python-open-simulation-interface Liliana Marie Prikler
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=87dc4cb77cf3d897e3abd7c85d4496e014a3e7f4.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).