We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621141b commit a23b620Copy full SHA for a23b620
appveyor.yml
@@ -63,7 +63,6 @@ install:
63
- git clone https://github.com/sympy/symengine symengine-cpp
64
65
- if [%COMPILER%]==[MSVC15] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
66
-- if [%COMPILER%]==[MSVC15] conda install --yes --quiet conda
67
- if [%COMPILER%]==[MSVC15] conda config --add channels conda-forge
68
- if [%COMPILER%]==[MSVC15] if [%BUILD_TYPE%]==[Debug] conda config --add channels symengine/label/debug
69
- if [%COMPILER%]==[MSVC15] conda install --yes mpir=3.0.0 vc=14
0 commit comments