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

Use toolchain 2.3.0, dont install gcc on mac

parent a4aa4f55
No related branches found
No related tags found
1 merge request!44Update to anaconda 4.3.0, remove virtualenv
This commit is part of merge request !44. Comments created here will be created in the context of that merge request.
......@@ -34,6 +34,14 @@ else
TENSORFLOW=
fi
if [ "$(uname)" == "Linux" ]; then
MYGCCPACKAGE="gcc=4.8.5"
MYLIBGCCPKG="libgcc=4.8.5"
else
MYGCCPACKAGE=
MYLIBGCCPKG=
fi
# For a complete list of dependencies, please read:
# https://gitlab.idiap.ch/bob/bob/wikis/Dependencies
......@@ -75,8 +83,8 @@ ${CONDA} create --copy --yes -n ${NAME} \
cyvlfeat=0.4.5 \
docopt \
ffmpeg=2.8.10 \
gcc=4.8.5 \
libgcc=4.8.5 \
${MYGCCPACKAGE} \
${MYLIBGCCPKG} \
giflib=5.1.4 \
ipdb=0.10.2 \
ipython \
......@@ -97,7 +105,7 @@ ${CONDA} create --copy --yes -n ${NAME} \
sox=14.4.2 \
sphinx_rtd_theme \
${TENSORFLOW} \
toolchain=2.1.0 \
toolchain=2.3.0 \
vlfeat=0.9.20
echo "[>>] Bye!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment