Skip to content
Snippets Groups Projects
Commit ff1b503d authored by Henrik Riomar's avatar Henrik Riomar Committed by Leonardo Arena
Browse files

main/irqbalance: make numa aware

Not for arm* as it lacks numactl
parent 495276ab
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,20 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=irqbalance
pkgver=1.5.0
pkgrel=0
pkgrel=1
pkgdesc="Daemon that distributes interrupts over the processors"
url="https://github.com/Irqbalance/irqbalance"
arch="all"
license="GPL-2.0-or-later"
makedepends="$depends_dev glib-dev autoconf automake libtool ncurses-dev"
case "$CARCH" in
arm*)
# no numactl-dev for arm
;;
*)
makedepends="$makedepends numactl-dev"
;;
esac
subpackages="$pkgname-doc $pkgname-openrc"
source="$pkgname-$pkgver.tar.gz::https://github.com/Irqbalance/irqbalance/archive/v$pkgver.tar.gz
irqbalance.confd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment