Skip to content
Snippets Groups Projects
Commit 08d7520c authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

installing libfmt and nlohmann/json in singularity image

parent 23b1ba48
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,11 @@ From: hallac/hcana:latest ...@@ -26,6 +26,11 @@ From: hallac/hcana:latest
echo "Hello from post" echo "Hello from post"
echo "Install additional software here" echo "Install additional software here"
source /usr/local/bin/thisroot.sh 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 # global
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment