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 ac7d655 commit 798ab5fCopy full SHA for 798ab5f
.appveyor.yml
@@ -27,7 +27,7 @@ install:
27
# - conda update --yes -n base conda
28
# - conda config --add channels conda-forge --force
29
# - conda clean --all --yes
30
- - conda install -c conda-forge --yes --quiet flang
+ - %CONDA_INSTALL_LOCN%\conda install -c conda-forge --yes --quiet flang
31
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
32
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
33
- set "CPATH=%CONDA_INSTALL_LOCN%\Library\include;%CPATH%"
0 commit comments