Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
hyperqueue
Commits:
48f55acd by Jakub Klinkovský at 2026-02-14T13:53:40+01:00
upgpkg: 0.24.0-3: Replace deprecated gcc-libs dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyperqueue
pkgdesc = Scheduler for sub-node tasks for HPC systems with batch
scheduling
pkgver = 0.24.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/It4innovations/hyperqueue/
arch = x86_64
license = MIT
@@ -25,14 +25,14 @@ pkgbase = hyperqueue
b2sums =
437bf54627bbb130508c221d497b0f545173c5344ffd9374fe4501524730f4034ab853df52391f899fee4b07a81f355c002248b161245d2dbe24babfb6ebc886
pkgname = hyperqueue
- depends = gcc-libs
depends = glibc
+ depends = libgcc
pkgname = python-hyperqueue
pkgdesc = Scheduler for sub-node tasks for HPC systems with batch
scheduling - Python bindings
- depends = gcc-libs
depends = glibc
depends = hyperqueue
+ depends = libgcc
depends = python
depends = python-cloudpickle
depends = python-tqdm
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgbase=hyperqueue
pkgname=(hyperqueue python-hyperqueue)
pkgver=0.24.0
-pkgrel=2
+pkgrel=3
pkgdesc="Scheduler for sub-node tasks for HPC systems with batch scheduling"
arch=(x86_64)
url="https://github.com/It4innovations/hyperqueue/"
@@ -81,8 +81,8 @@ check() {
package_hyperqueue() {
depends=(
- gcc-libs
glibc
+ libgcc
)
cd $pkgbase-$pkgver
@@ -102,9 +102,9 @@ package_hyperqueue() {
package_python-hyperqueue() {
pkgdesc+=" - Python bindings"
depends=(
- gcc-libs
glibc
hyperqueue
+ libgcc
#
https://github.com/It4innovations/hyperqueue/blob/main/crates/pyhq/pyproject.toml
python
python-cloudpickle
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyperqueue/-/commit/48f55acd92209eea7a5374ccf85a326516c9f4f3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyperqueue/-/commit/48f55acd92209eea7a5374ccf85a326516c9f4f3
You're receiving this email because of your account on gitlab.archlinux.org.