From a4e2dee79fd68a57210a7b7ad50e1c5c4cf73f31 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi <183.amir@gmail.com> Date: Thu, 12 Jan 2017 11:48:00 +0100 Subject: [PATCH] remove toolchain --- install/from-scratch.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install/from-scratch.sh b/install/from-scratch.sh index efaf6d7..af222d7 100755 --- a/install/from-scratch.sh +++ b/install/from-scratch.sh @@ -28,10 +28,6 @@ else CAFFE= fi -# This is needed for toolchain. Since we just use 64-bit, I am not checking if -# the system is 32 bit. -export ARCH=64 - # For a complete list of dependencies, please read: # https://gitlab.idiap.ch/bob/bob/wikis/Dependencies echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..." @@ -78,7 +74,6 @@ ${CONDA} create --yes -n ${NAME} \ sphinx_rtd_theme \ sqlalchemy=1.0.13 \ tensorflow \ - toolchain \ virtualenv \ vlfeat=0.9.20 -- GitLab