From 0631a9ac5fb8d8553961cbeace553cd9692bd923 Mon Sep 17 00:00:00 2001
From: Amir Mohammadi <183.amir@gmail.com>
Date: Sun, 12 Feb 2017 19:40:59 +0100
Subject: [PATCH] use anaconda 4.2.0 on linux till newer packages are released

---
 install/from-scratch.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/install/from-scratch.sh b/install/from-scratch.sh
index 6a31cbe..7ea5a70 100755
--- a/install/from-scratch.sh
+++ b/install/from-scratch.sh
@@ -32,10 +32,12 @@ if [ "$(uname)" == "Linux" ]; then
     TENSORFLOW=tensorflow
     MYGCCPACKAGE="gcc=4.8.5"
     MYLIBGCCPKG="libgcc=4.8.5"
+    ANACONDA="anaconda=4.2.0"
 else
     TENSORFLOW=
     MYGCCPACKAGE=
     MYLIBGCCPKG=
+    ANACONDA="anaconda=4.3.0"
 fi
 
 # For a complete list of dependencies, please read:
@@ -71,7 +73,7 @@ ${CONDA} create --copy --yes -n ${NAME} \
   scipy \
   sphinx \
   sqlalchemy \
-  anaconda=4.3.0 \
+  ${ANACONDA} \
   boost=1.61 \
   ${CAFFE} \
   cmake \
-- 
GitLab