blob: 78a962ade94408f5e8c407c9022f9476435327b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
pkgbase = hyperqueue-git
pkgdesc = Scheduler for sub-node tasks for HPC systems with batch scheduling
pkgver = 0.25.0.r7.g50cd7b5
pkgrel = 1
url = https://github.com/It4innovations/hyperqueue/
arch = x86_64
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-xdist
checkdepends = python-iso8601
checkdepends = python-schema
checkdepends = python-maturin
checkdepends = python-psutil
checkdepends = python-requests
checkdepends = python-aiohttp
checkdepends = python-inline-snapshot
checkdepends = python-typing_extensions
checkdepends = python-ruff
makedepends = git
makedepends = cargo
makedepends = maturin
makedepends = python-installer
makedepends = python-cloudpickle
makedepends = python-tqdm
makedepends = python-pydot
source = git+https://github.com/It4innovations/hyperqueue/
b2sums = SKIP
pkgname = hyperqueue-git
depends = glibc
depends = libgcc
provides = hyperqueue
conflicts = hyperqueue
pkgname = python-hyperqueue-git
pkgdesc = Scheduler for sub-node tasks for HPC systems with batch scheduling - Python bindings
depends = glibc
depends = hyperqueue
depends = libgcc
depends = python
depends = python-cloudpickle
depends = python-tqdm
optdepends = python-pydot: task graph visualization
provides = python-hyperqueue
conflicts = python-hyperqueue
|