From dfb50633367db7f64eb3496039509b880614244d Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Wed, 18 Jan 2017 17:57:36 +0100 Subject: [PATCH] Add ccache to dev environment --- install/from-scratch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/from-scratch.sh b/install/from-scratch.sh index 2dcd20c..b1979b2 100755 --- a/install/from-scratch.sh +++ b/install/from-scratch.sh @@ -48,6 +48,7 @@ ${CONDA} create --yes -n ${NAME} \ cmake \ coverage \ cython=0.24.1 \ + ccache=3.3.2 \ dask=0.11.0 \ docopt \ ffmpeg=2.8.10 \ -- GitLab