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