Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / openucx
Commits: 2e030540 by Jakub Klinkovský at 2024-10-11T19:01:57+02:00 upgpkg: 1.17.0-2: install system config to /etc rather than /usr/etc Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/openucx/-/issues/2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = openucx pkgdesc = Communication framework for data-centric and high-performance applications pkgver = 1.17.0 - pkgrel = 1 + pkgrel = 2 url = http://www.openucx.org arch = x86_64 license = BSD-3-Clause ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=ucx pkgname=openucx pkgver=1.17.0 -pkgrel=1 +pkgrel=2 pkgdesc="Communication framework for data-centric and high-performance applications" arch=(x86_64) url="http://www.openucx.org" @@ -37,6 +37,7 @@ sha256sums=('36db6b00b0939d746e86f9e0d32dc445faaa109e46dc643fb5ad779492abfaef') build() { local configure_options=( --prefix=/usr + --sysconfdir=/etc --with-cuda=/opt/cuda --with-rocm=/opt/rocm --with-verbs View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openucx/-/commit/2e03054026dfff4e70cb86eb9e750b9ff9e1c934 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openucx/-/commit/2e03054026dfff4e70cb86eb9e750b9ff9e1c934 You're receiving this email because of your account on gitlab.archlinux.org.
