[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
159/285: gnu: Add python-pathos.
From: |
guix-commits |
Subject: |
159/285: gnu: Add python-pathos. |
Date: |
Sun, 29 Dec 2019 20:44:21 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 386b7d1e9191d5c8c191b40e8e81a6da37f6f811
Author: Mădălin Ionel Patrașcu <address@hidden>
Date: Tue Dec 17 18:24:37 2019 +0100
gnu: Add python-pathos.
* gnu/packages/python-xyz.scm (python-pathos): New variable.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/python-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c06c219..0f9afe6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16987,6 +16987,34 @@ discovery of what has been installed on an operating
system, and where the
essential tools are located.")
(license license:bsd-3)))
+(define-public python-pathos
+ (package
+ (name "python-pathos")
+ (version "0.2.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pathos" version))
+ (sha256
+ (base32
+ "0in8hxdz7k081ijn6q94gr39ycy7363sx4zysmbwyvd7snqjrbi1"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-dill" ,python-dill)
+ ("python-multiprocess" ,python-multiprocess)
+ ("python-pox" ,python-pox)
+ ("python-ppft" ,python-ppft)))
+ (home-page "https://pypi.org/project/pathos/")
+ (synopsis
+ "Parallel graph management and execution in heterogeneous computing")
+ (description
+ "Python-pathos is a framework for heterogenous computing. It provides a
+consistent high-level interface for configuring and launching parallel
+computations across heterogenous resources. Python-pathos provides
configurable
+launchers for parallel and distributed computing, where each launcher contains
+the syntactic logic to configure and launch jobs in an execution environment.")
+ (license license:bsd-3)))
+
(define-public python-flit
(package
(name "python-flit")
- 115/285: gnu: Add gnome-font-viewer., (continued)
- 115/285: gnu: Add gnome-font-viewer., guix-commits, 2019/12/29
- 120/285: gnu: xmobar: Update to 0.32., guix-commits, 2019/12/29
- 151/285: gnu: perl-email-sender: Update to 1.300034., guix-commits, 2019/12/29
- 128/285: gnu: Add python-fastentrypoints., guix-commits, 2019/12/29
- 133/285: gnu: Add newlib-nano-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 132/285: gnu: Add newlib-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 139/285: gnu: libebml: Update to 1.3.10., guix-commits, 2019/12/29
- 143/285: gnu: obs: Update to 24.0.4., guix-commits, 2019/12/29
- 153/285: gnu: lxtask: Don't use NAME in source URI., guix-commits, 2019/12/29
- 154/285: gnu: btrfs-progs: Update to 5.4., guix-commits, 2019/12/29
- 159/285: gnu: Add python-pathos.,
guix-commits <=
- 166/285: gnu: mumimu: Remove reference to guile-email., guix-commits, 2019/12/29
- 175/285: gnu: postgis: Update to 3.0.0., guix-commits, 2019/12/29
- 182/285: gnu: i3-gaps: Update source checksum., guix-commits, 2019/12/29
- 189/285: gnu: Add kaffeine., guix-commits, 2019/12/29
- 191/285: gnu: Add kmplayer., guix-commits, 2019/12/29
- 193/285: gnu: Add elisa., guix-commits, 2019/12/29
- 157/285: guix: swh: Fix again example URI in comment for <origin>., guix-commits, 2019/12/29
- 165/285: gnu: bluez-alsa: Place dbus configuration in canonical location., guix-commits, 2019/12/29
- 170/285: gnu: python-pyserial: Update to 3.4., guix-commits, 2019/12/29
- 164/285: gnu: artanis: Update to 0.4.1., guix-commits, 2019/12/29