From 94cb24b0bf0dce3dc5f6b6c9f0c66189fc32d1e3 Mon Sep 17 00:00:00 2001 From: Christoph Alt <typ@ohnebild.com> Date: Thu, 19 Jan 2023 17:53:32 +0100 Subject: [PATCH] updated manifest --- manifest.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.scm b/manifest.scm index d1742a0..385f7ed 100644 --- a/manifest.scm +++ b/manifest.scm @@ -125,30 +125,30 @@ (specifications->manifest (list "bash-minimal" - "glibc-locales" - "glibc-bootstrap" + "proot-static" "grep" "which" "coreutils" - ;; "build" - ;; "git-minimal" - ;; "sed" - "pkg-config" + + "glibc-locales" + "glibc-bootstrap" "openssh" "automake" - ;; "libtool" "cmake" "make" - ;; "proot" - "gcc-toolchain@12.2.0" + "gcc-toolchain@12.2.0" "openmpi" "openmpi-c++" + "python-toolchain@3.9.9" "python-jinja2" "python-py-cpuinfo" "pybind11" + ;; needs that extra channel guix-hpc, currently I do not know to encode that here in that manifest file + "likwid" + )) (packages->manifest (list python-lbmpy python-pystencils)) -- GitLab