Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
openucc
Commits:
934e59f8 by Jakub Klinkovský at 2025-04-21T21:49:34+02:00
upgpkg: 1.3.0-5: rdma-core 57.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = openucc
pkgdesc = Unified Collective Communication Library
pkgver = 1.3.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/openucx/ucc
arch = x86_64
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=ucc
pkgname=openucc
pkgver=1.3.0
-pkgrel=4
+pkgrel=5
pkgdesc="Unified Collective Communication Library"
arch=(x86_64)
url="https://github.com/openucx/ucc"
@@ -67,7 +67,8 @@ build() {
check() {
# exclude test_mc_rocm.* - we cannot test ROCm without a GPU
# exclude
test_*reduce*:test_bcast_*:test_barrier.*:test_team.*:test_mc.*:test_active_set_2.*:test_scatter*:test_*gather*:*test_alltoall*
- UCC ERROR no components supported memory type host available
- make gtest -C $_name-$pkgver
GTEST_FILTER='-test_mc_rocm.*:test_*reduce*:test_bcast_*:test_barrier.*:test_team.*:test_mc.*:test_active_set_2.*:test_scatter*:test_*gather*:*test_alltoall*'
+ # exclude test_context.global due to
https://github.com/openucx/ucc/issues/1090
+ make gtest -C $_name-$pkgver
GTEST_FILTER='-test_mc_rocm.*:test_*reduce*:test_bcast_*:test_barrier.*:test_team.*:test_mc.*:test_active_set_2.*:test_scatter*:test_*gather*:*test_alltoall*:test_context.global'
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openucc/-/commit/934e59f84e0b72e350f845b78becec6b5737d2ee
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openucc/-/commit/934e59f84e0b72e350f845b78becec6b5737d2ee
You're receiving this email because of your account on gitlab.archlinux.org.