Add numactl, rocm, amdgpu-pro and README
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user