Add numactl, rocm, amdgpu-pro and README

This commit is contained in:
2026-02-09 10:52:11 -04:00
commit 94e69cedc0
16 changed files with 26421 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
description="NUMA policy support"
homepage="https://github.com/numactl/numactl"
maintainer="Fraggle, fraggle at disroot dot org"
name=numactl
version=2.0.19
release=1
source="$name-$version.tar.gz::https://github.com/numactl/numactl/archive/refs/tags/v$version.tar.gz"
build() {
cd $name-$version
# Release tarballs may have configure but miss build-aux; regenerate all
./autogen.sh
./configure \
--prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}