From 2e888b3f5d664de47be49a6c03402e5d0b0e23c0 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 15 Aug 2019 15:15:03 -0500 Subject: [PATCH] modified: Dockerfile --- containers/docker/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile index 752ea24..5900532 100644 --- a/containers/docker/Dockerfile +++ b/containers/docker/Dockerfile @@ -8,6 +8,12 @@ RUN ls -lrth /usr/local/lib/lib*.so \ && export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH \ && export PATH=/usr/local/bin:$PATH \ && source /usr/local/bin/thisroot.sh \ + && cd /tmp + && git clone https://github.com/fmtlib/fmt.git && cd fmt \ + && git checkout 5.3.0 && mkdir /tmp/build && cd /tmp/build \ + && cmake -DBUILD_SHARED_LIBS=TRUE ../fmt + && make -j20 install \ + && cd /tmp && rm -r /tmp/build && rm -r /tmp/fmt \ && cd /tmp \ && git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hallac_evio.git \ && mkdir hallac_evio/build && cd hallac_evio/build \ -- GitLab