added 'noarch' to anaconda.sh

This commit is contained in:
Wang Yuzhi 2017-01-23 20:11:15 +08:00
parent ec9eed3a26
commit 3f84a93398

View File

@ -18,10 +18,10 @@ LOCAL_DIR_BASE="${TUNASYNC_WORKING_DIR}"
TMP_DIR=$(mktemp -d) TMP_DIR=$(mktemp -d)
CONDA_REPOS=("free" "r" "mro" "pro") CONDA_REPOS=("free" "r" "mro" "pro")
CONDA_ARCHES=("linux-64" "linux-32" "linux-armv6l" "linux-armv7l" "linux-ppc64le" "osx-64" "osx-32" "win-64" "win-32") CONDA_ARCHES=("noarch" "linux-64" "linux-32" "linux-armv6l" "linux-armv7l" "linux-ppc64le" "osx-64" "osx-32" "win-64" "win-32")
CONDA_CLOUD_REPOS=( CONDA_CLOUD_REPOS=(
"conda-forge/linux-64" "conda-forge/osx-64" "conda-forge/win-64" "conda-forge/linux-64" "conda-forge/osx-64" "conda-forge/win-64" "conda-forge/noarch"
"msys2/win-64" "r/linux-64" "r/osx-64" "r/osx-64" "msys2/win-64" "r/linux-64" "r/osx-64" "r/osx-64"
) )