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,