From 4d35cea229851c9201aeecf23cc727ae103f0397 Mon Sep 17 00:00:00 2001 From: jeffser Date: Wed, 11 Sep 2024 13:06:30 -0600 Subject: [PATCH] Added libnuma to dependencies --- com.jeffser.Alpaca.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/com.jeffser.Alpaca.json b/com.jeffser.Alpaca.json index 80975d9..51570b0 100644 --- a/com.jeffser.Alpaca.json +++ b/com.jeffser.Alpaca.json @@ -151,6 +151,22 @@ } ] }, + { + "name": "libnuma", + "buildsystem": "autotools", + "build-commands": [ + "autoreconf -i", + "make", + "make install" + ], + "sources": [ + { + "type": "archive", + "url": "https://github.com/numactl/numactl/releases/download/v2.0.18/numactl-2.0.18.tar.gz", + "sha256": "b4fc0956317680579992d7815bc43d0538960dc73aa1dd8ca7e3806e30bc1274" + } + ] + }, { "name" : "alpaca", "builddir" : true,