Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
[build]
type = "autotools"
[build.flags]
post_configure = ['''sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool''']
post_install = ["rm -rf $DESTDIR/usr/share/man/man2"]
skip_tests = true
[dependencies]
runtime = ["glibc"]
[package]
description = "Simple NUMA policy support"
homepage = "https://github.com/numactl/numactl"
license = [
"GPL-2.0-only",
"LGPL-2.1-only",
]
name = "numactl"
version = "2.0.19"
[[source]]
extract_dir = "$name-$version"
post_extract = ["autoreconf -fiv"]
sha256 = "f2672a0381cb59196e9c246bf8bcc43d5568bc457700a697f1a1df762b9af884"
url = "https://github.com/numactl/numactl/releases/download/v$version/numactl-$version.tar.gz"