File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,15 @@ install:
65
65
- if [%COMPILER%]==[MSVC15] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
66
66
- if [%COMPILER%]==[MSVC15] conda config --add channels conda-forge
67
67
- if [%COMPILER%]==[MSVC15] if [%BUILD_TYPE%]==[Debug] conda config --add channels symengine/label/debug
68
- - if [%COMPILER%]==[MSVC15] conda install --yes mpir=3.0.0 vc=14
68
+ - if [%COMPILER%]==[MSVC15] set "CONDA_DEPS=mpir=3.0.0 vc=14"
69
+ - if [%COMPILER%]==[MSVC15] if [%WITH_MPFR%]==[yes] set "CONDA_DEPS=%CONDA_DEPS% mpfr=3.1.5"
70
+ - if [%COMPILER%]==[MSVC15] if [%WITH_MPC%]==[yes] set "CONDA_DEPS=%CONDA_DEPS% mpc=1.0.3"
71
+ - if [%COMPILER%]==[MSVC15] if [%WITH_LLVM%]==[yes] set "CONDA_DEPS=%CONDA_DEPS% llvmdev=4.0"
72
+ - if [%COMPILER%]==[MSVC15] conda install --yes %CONDA_DEPS%
69
73
- if [%COMPILER%]==[MSVC15] echo %CONDA_PREFIX%
70
74
- if [%COMPILER%]==[MSVC15] echo %PATH%
71
75
- if [%COMPILER%]==[MSVC15] set "PATH=%PATH%;%CONDA_PREFIX%\\Library\\bin;%CONDA_PREFIX%"
72
76
- if [%COMPILER%]==[MSVC15] echo %PATH%
73
- - if [%COMPILER%]==[MSVC15] if [%WITH_MPFR%]==[yes] conda install --yes mpfr=3.1.5
74
- - if [%COMPILER%]==[MSVC15] if [%WITH_MPC%]==[yes] conda install --yes mpc=1.0.3
75
- - if [%COMPILER%]==[MSVC15] if [%WITH_LLVM%]==[yes] conda install --yes llvmdev=4.0
76
77
77
78
- if [%COMPILER%]==[MinGW] set "PATH=C:\MinGW\bin;%PATH%"
78
79
- if [%COMPILER%]==[MinGW] mingw-get update
You can’t perform that action at this time.
0 commit comments