Skip to content

Commit 1a889eb

Browse files
committed
1 parent d63147e commit 1a889eb

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

openucx/riscv64.patch

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- PKGBUILD
2-
+++ PKGBUILD
3-
@@ -16,12 +16,10 @@ depends=(
1+
--- PKGBUILD 2026-03-06 00:54:10.632632013 +0800
2+
+++ PKGBUILD.riscv64 2026-03-06 00:58:36.395091922 +0800
3+
@@ -19,12 +19,10 @@
44
)
55
makedepends=(
66
rdma-core
@@ -13,7 +13,16 @@
1313
'rocm-language-runtime: for ROCm support'
1414
)
1515
provides=(
16-
@@ -38,7 +36,6 @@ build() {
16+
@@ -35,7 +33,7 @@
17+
libuct.so
18+
)
19+
source=(
20+
- $pkgname-$pkgver.tar.gz::https://github.com/openucx/$_name/archive/refs/tags/$pkgver.tar.gz
21+
+ $pkgname-$pkgver.tar.gz::https://github.com/openucx/$_name/archive/refs/tags/v$pkgver.tar.gz
22+
ucx-conf.patch
23+
c-gnu23.patch
24+
)
25+
@@ -57,7 +55,6 @@
1726
local configure_options=(
1827
--prefix=/usr
1928
--sysconfdir=/etc

0 commit comments

Comments
 (0)