unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66521] [PATCH] gnu: Add taskflow.
@ 2023-10-13 14:17 Paul A. Patience
  2023-10-14 20:35 ` bug#66521: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2023-10-13 14:17 UTC (permalink / raw)
  To: 66521; +Cc: Paul A. Patience

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

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 7d9eb2a264..f3f6d8df64 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -38,6 +38,7 @@
 ;;; Copyright © 2023 Liliana Marie Prikler <liliana.prikler@gmail.com>
 ;;; Copyright © 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
+;;; Copyright © 2023 Paul A. Patience <paul@apatience.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1039,6 +1040,28 @@ (define-public sobjectizer
 development of concurrent and multithreaded applications in C++.")
     (license license:bsd-3)))
 
+(define-public taskflow
+  (package
+    (name "taskflow")
+    (version "3.6.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/taskflow/taskflow")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1cv74l181137lchc1rxygcg401cnq216ymq5qz2njsw99j342br3"))))
+    (build-system cmake-build-system)
+    (home-page "https://taskflow.github.io/")
+    (synopsis
+     "General-purpose parallel and heterogeneous task programming system")
+    (description
+     "Taskflow is a C++ library for writing parallel and heterogeneous task
+programs.")
+    (license license:expat)))
+
 (define-public tweeny
   (package
     (name "tweeny")

base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d
-- 
2.41.0






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

* bug#66521: [PATCH] gnu: Add taskflow.
  2023-10-13 14:17 [bug#66521] [PATCH] gnu: Add taskflow Paul A. Patience
@ 2023-10-14 20:35 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-14 20:35 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 66521-done

"Paul A. Patience" <paul@apatience.com> skribis:

> * gnu/packages/cpp.scm (taskflow): New variable.

Applied, thanks!




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

end of thread, other threads:[~2023-10-14 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-13 14:17 [bug#66521] [PATCH] gnu: Add taskflow Paul A. Patience
2023-10-14 20:35 ` bug#66521: " Ludovic Courtès

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