From afd91592684d861caf15fd8f1236831463e9c71a Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 24 Jan 2017 16:19:31 +0100
Subject: [PATCH] Install toolchain; Don't install ccache

---
 install/from-scratch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/from-scratch.sh b/install/from-scratch.sh
index b1979b2..ca09328 100755
--- a/install/from-scratch.sh
+++ b/install/from-scratch.sh
@@ -48,7 +48,6 @@ ${CONDA} create --yes -n ${NAME} \
   cmake \
   coverage \
   cython=0.24.1 \
-  ccache=3.3.2 \
   dask=0.11.0 \
   docopt \
   ffmpeg=2.8.10 \
@@ -81,6 +80,7 @@ ${CONDA} create --yes -n ${NAME} \
   sphinx_rtd_theme \
   sqlalchemy=1.0.13 \
   ${TENSORFLOW} \
+  toolchain=2.0.1 \
   virtualenv \
   vlfeat=0.9.20
 
-- 
GitLab