From 193c8bb3ad7781a51bff30cf7355ba417945d877 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <networms@gmail.ch> Date: Thu, 20 Jun 2024 08:59:24 +0200 Subject: [PATCH] adding system packages --- stacks/pinot-noir/config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/stacks/pinot-noir/config.json b/stacks/pinot-noir/config.json index bdc3901..18ba888 100644 --- a/stacks/pinot-noir/config.json +++ b/stacks/pinot-noir/config.json @@ -55,31 +55,48 @@ }, "system_packages": [ "autoconf", + "autoconf-archive", "automake", "autotools", + "berkley-db", + "bzip2", "ca-certificates-mozilla", "cmake", "diffutils", "expat", "findutils", "freetype", + "gawk", + "gdbm", "gettext", "glibc", "gmake", + "gmp", "gnuplot", "libevent", + "libpciaccess", + "libsigsegv", + "libtool", + "libxml2", "m4", + "macro-utils", + "mpc", + "mpfr", "ncurses", "openssl", "pcre", + "pcre2", "perl", + "pigz", "pkgconf", "pmix", "rdma-core", "readline", "slurm", "sqlite", + "tar", "texinfo", + "xz", "zlib-ng", "zstd" ] -- GitLab