We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63147e commit 1a889ebCopy full SHA for 1a889eb
openucx/riscv64.patch
@@ -1,6 +1,6 @@
1
---- PKGBUILD
2
-+++ PKGBUILD
3
-@@ -16,12 +16,10 @@ depends=(
+--- PKGBUILD 2026-03-06 00:54:10.632632013 +0800
++++ PKGBUILD.riscv64 2026-03-06 00:58:36.395091922 +0800
+@@ -19,12 +19,10 @@
4
)
5
makedepends=(
6
rdma-core
@@ -13,7 +13,16 @@
13
'rocm-language-runtime: for ROCm support'
14
15
provides=(
16
-@@ -38,7 +36,6 @@ build() {
+@@ -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 @@
26
local configure_options=(
27
--prefix=/usr
28
--sysconfdir=/etc
0 commit comments