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.
2 parents 43a55bc + eaa105b commit d469b91Copy full SHA for d469b91
.appveyor.yml
@@ -19,7 +19,7 @@ environment:
19
install:
20
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
21
# - conda config --set auto_update_conda false
22
- - conda install -c conda-forge --yes --quiet flang jom
+ - conda install -c conda-forge --yes --quiet flang=11.0.1 jom
23
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
24
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
25
- set "CPATH=%CONDA_INSTALL_LOCN%\Library\include;%CPATH%"
0 commit comments