Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/distro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Guo <guorui.xt@gmail.com>2016-12-02 10:20:11 +0300
committerRui Guo <guorui.xt@gmail.com>2016-12-02 10:20:11 +0300
commitac87a9e01ba928fbe3dd78169f9a8e848fc12b57 (patch)
treefd81ec9695a0dd963aab388912ffb034dce0dbc9
parentc5a1498633dae2235f541d20fabec95757475371 (diff)
reinstall vc for libraries due to conda not install right version issue
-rw-r--r--install-deps.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-deps.bat b/install-deps.bat
index bd59227..666c59d 100644
--- a/install-deps.bat
+++ b/install-deps.bat
@@ -246,7 +246,7 @@ if errorlevel 1 set TORCH_DEPENDENCIES=%TORCH_DEPENDENCIES% qt=4.8.7
if not "%TORCH_DEPENDENCIES%" == "" (
echo %ECHO_PREFIX% Installing %TORCH_DEPENDENCIES% by conda for Torch7
- conda install -n %TORCH_CONDA_ENV% -c conda-forge %TORCH_DEPENDENCIES% --yes
+ conda install -n %TORCH_CONDA_ENV% -c conda-forge %TORCH_DEPENDENCIES% vc=%CONDA_VS_VERSION% --yes
)
:NO_CONDA