From 08d7520cebd23bdfc68ba53db2b1128084fcaae0 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Wed, 22 May 2019 16:09:57 -0500 Subject: [PATCH] installing libfmt and nlohmann/json in singularity image --- containers/singularity/Singularity | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/containers/singularity/Singularity b/containers/singularity/Singularity index 6322ed0..27be909 100644 --- a/containers/singularity/Singularity +++ b/containers/singularity/Singularity @@ -26,6 +26,11 @@ From: hallac/hcana:latest echo "Hello from post" echo "Install additional software here" source /usr/local/bin/thisroot.sh + ## libformat and nlohmann json used heavily in new generation replay scripts + ## libformat + apt-get install libfmt-dev + ## json + apt-get install nlohmann-json-dev # ======================= # global -- GitLab