Skip to content
Snippets Groups Projects
Commit a4e2dee7 authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

remove toolchain

parent c57c218d
No related branches found
No related tags found
1 merge request!36[install] install openblas
...@@ -28,10 +28,6 @@ else ...@@ -28,10 +28,6 @@ else
CAFFE= CAFFE=
fi 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: # For a complete list of dependencies, please read:
# https://gitlab.idiap.ch/bob/bob/wikis/Dependencies # https://gitlab.idiap.ch/bob/bob/wikis/Dependencies
echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..." echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..."
...@@ -78,7 +74,6 @@ ${CONDA} create --yes -n ${NAME} \ ...@@ -78,7 +74,6 @@ ${CONDA} create --yes -n ${NAME} \
sphinx_rtd_theme \ sphinx_rtd_theme \
sqlalchemy=1.0.13 \ sqlalchemy=1.0.13 \
tensorflow \ tensorflow \
toolchain \
virtualenv \ virtualenv \
vlfeat=0.9.20 vlfeat=0.9.20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment