We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915f4a5 commit 8020674Copy full SHA for 8020674
appveyor.yml
@@ -52,7 +52,7 @@ install:
52
- if [%COMPILER%]==[MSVC15] conda config --add channels conda-forge
53
- if [%COMPILER%]==[MSVC15] if [%BUILD_TYPE%]==[Debug] conda config --add channels symengine/label/debug
54
- if [%COMPILER%]==[MSVC15] conda create -n test --yes mpir=3.0.0 vc=14
55
-- if [%COMPILER%]==[MSVC15] activate test
+- if [%COMPILER%]==[MSVC15] call activate test
56
- if [%COMPILER%]==[MSVC15] if [%WITH_MPFR%]==[yes] conda install --yes mpfr=3.1.5
57
- if [%COMPILER%]==[MSVC15] if [%WITH_MPC%]==[yes] conda install --yes mpc=1.0.3
58
- if [%COMPILER%]==[MSVC15] if [%WITH_LLVM%]==[yes] conda install --yes llvmdev=3.9
0 commit comments