unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: 38211@debbugs.gnu.org
Subject: [bug#38211] [PATCH 2/9] gnu: Add sobjectizer.
Date: Thu, 14 Nov 2019 19:06:27 +0100	[thread overview]
Message-ID: <20191114180627.6593-2-mail@ambrevar.xyz> (raw)
In-Reply-To: <20191114180627.6593-1-mail@ambrevar.xyz>

From: Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>

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

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 12e766761f..97b6073705 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2018 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
+;;; Copyright © 2019 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -350,3 +351,34 @@ tools:
 @item CPU checker.
 @end itemize\n")
     (license license:bsd-3)))
+
+(define-public sobjectizer
+  (package
+    (name "sobjectizer")
+    (version "5.6.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Stiffstream/sobjectizer.git")
+             (commit (string-append "v." version))))
+       (sha256
+        (base32 "0jfai7sqxnnjkms38krm7mssj5l79nb3pllkbyj4j581a7l5j6l5"))
+       (file-name (git-file-name name version))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:tests? #f
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'change-directory
+           (lambda _
+             (chdir "dev")
+             #t)))))
+    (home-page "https://stiffstream.com/en/products/sobjectizer.html")
+    (synopsis "Cross-platform actor framework for C++")
+    (description
+     "SObjectizer is a cross-platform \"actor frameworks\" for C++.
+SObjectizer supports not only the Actor Model but also the Publish-Subscribe
+Model and CSP-like channels.  The goal of SObjectizer is to simplify
+development of concurrent and multithreaded applications in C++.")
+    (license license:bsd-3)))
-- 
2.23.0

  reply	other threads:[~2019-11-14 18:07 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-14 18:04 [bug#38211] [PATCH 0/9] Update Jami to 20111101 Pierre Neidhardt
2019-11-14 18:06 ` [bug#38211] [PATCH 1/9] gnu: Add resample Pierre Neidhardt
2019-11-14 18:06   ` Pierre Neidhardt [this message]
2019-11-14 18:07 ` [bug#38211] [PATCH 3/9] gnu: Add restinio Pierre Neidhardt
2019-11-14 18:07   ` [bug#38211] [PATCH 4/9] gnu: opendht: Update to 2.0.0beta2 Pierre Neidhardt
2019-11-14 18:07   ` [bug#38211] [PATCH 7/9] gnu: pjproject-jami: Update to 2.9 Pierre Neidhardt
2019-11-14 18:07   ` [bug#38211] [PATCH 8/9] gnu: libring: Update to 20191101 Pierre Neidhardt
2019-11-14 18:07   ` [bug#38211] [PATCH 9/9] gnu: jami: Fix wrapper Pierre Neidhardt
2019-11-16 13:08 ` [bug#38211] [PATCH 0/9] Update Jami to 20111101 Jan
2019-11-27 11:24 ` Arun Isaac
2019-11-27 12:05   ` Pierre Neidhardt
2019-11-28  9:47     ` Arun Isaac
2019-11-28 10:10       ` Pierre Neidhardt
2019-11-30 19:04 ` Arun Isaac
2019-11-30 20:02   ` Pierre Neidhardt
2019-12-01 11:16     ` Arun Isaac
2019-12-01 12:24       ` Pierre Neidhardt
2019-12-01 12:46         ` Pierre Neidhardt

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=20191114180627.6593-2-mail@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=38211@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).