all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46770] [PATCH] gnu: Add caf.
@ 2021-02-25 14:38 Greg Hogan
  2021-02-25 19:43 ` bug#46770: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2021-02-25 14:38 UTC (permalink / raw)
  To: 46770


[-- Attachment #1.1: Type: text/plain, Size: 1647 bytes --]

From 3ea6fefe7e48bcf6ea3997faabdcbe415c607479 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Wed, 24 Feb 2021 14:13:13 +0000
Subject: [PATCH] gnu: Add caf.

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

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 685dc02fca..659eb1cdeb 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -954,3 +954,29 @@ conversions to and from strings, iteration and related
functionality.")
 feature set with a simple and intuitive interface.")
     (home-page "https://cliutils.github.io/CLI11/book/")
     (license license:bsd-3)))
+
+(define-public caf
+  (package
+    (name "caf")
+    (version "0.18.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "
https://github.com/actor-framework/actor-framework")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1c3spd6vm1h9qhlk5c4fdwi6nbqx5vwz2zvv6qp0rj1hx6xpq3cx"))))
+    (build-system cmake-build-system)
+    (arguments
+     '(#:configure-flags
+       '("-DCAF_ENABLE_EXAMPLES=OFF")))
+    (inputs
+     `(("openssl" ,openssl)))
+    (synopsis "C++ implementation of the actor model")
+    (description "The C++ Actor Framework (CAF) offers a high-level C++17
+programming environment using the actor model for concurrent, distributed
+computation.")
+    (home-page "https://www.actor-framework.org/")
+    (license license:bsd-3)))
-- 
2.30.1

[-- Attachment #1.2: Type: text/html, Size: 3111 bytes --]

[-- Attachment #2: 0001-gnu-Add-caf.patch --]
[-- Type: application/octet-stream, Size: 1647 bytes --]

From 3ea6fefe7e48bcf6ea3997faabdcbe415c607479 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Wed, 24 Feb 2021 14:13:13 +0000
Subject: [PATCH] gnu: Add caf.

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

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 685dc02fca..659eb1cdeb 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -954,3 +954,29 @@ conversions to and from strings, iteration and related functionality.")
 feature set with a simple and intuitive interface.")
     (home-page "https://cliutils.github.io/CLI11/book/")
     (license license:bsd-3)))
+
+(define-public caf
+  (package
+    (name "caf")
+    (version "0.18.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/actor-framework/actor-framework")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1c3spd6vm1h9qhlk5c4fdwi6nbqx5vwz2zvv6qp0rj1hx6xpq3cx"))))
+    (build-system cmake-build-system)
+    (arguments
+     '(#:configure-flags
+       '("-DCAF_ENABLE_EXAMPLES=OFF")))
+    (inputs
+     `(("openssl" ,openssl)))
+    (synopsis "C++ implementation of the actor model")
+    (description "The C++ Actor Framework (CAF) offers a high-level C++17
+programming environment using the actor model for concurrent, distributed
+computation.")
+    (home-page "https://www.actor-framework.org/")
+    (license license:bsd-3)))
-- 
2.30.1


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

* bug#46770: [PATCH] gnu: Add caf.
  2021-02-25 14:38 [bug#46770] [PATCH] gnu: Add caf Greg Hogan
@ 2021-02-25 19:43 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-02-25 19:43 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 46770-done

On Thu, Feb 25, 2021 at 09:38:02AM -0500, Greg Hogan wrote:
> From 3ea6fefe7e48bcf6ea3997faabdcbe415c607479 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Wed, 24 Feb 2021 14:13:13 +0000
> Subject: [PATCH] gnu: Add caf.
> 
> * gnu/packages/cpp.scm (caf): New variable.

Thanks! Pushed as f16168744e8d5ab30cc77919cc06389c3f4a6abe




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

end of thread, other threads:[~2021-02-25 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-25 14:38 [bug#46770] [PATCH] gnu: Add caf Greg Hogan
2021-02-25 19:43 ` bug#46770: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.