File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,8 @@ environment:
37
37
install :
38
38
- if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
39
39
- if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force
40
- - if [%COMPILER%]==[clang-cl] conda install --yes --quiet clangdev
41
-
40
+ - if [%COMPILER%]==[clang-cl] conda install --yes --quiet clangdev ninja cmake
42
41
- if [%WITH_FORTRAN%]==[yes] conda install --yes --quiet flang
43
- - if [%WITH_FORTRAN%]==[yes] conda config --add channels isuruf/label/flang --force
44
-
45
- - if [%COMPILER%]==[clang-cl] conda install --yes --quiet ninja cmake
46
42
- if [%COMPILER%]==[clang-cl] call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
47
43
- if [%COMPILER%]==[clang-cl] set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
48
44
- if [%COMPILER%]==[clang-cl] set "CPATH=%CONDA_INSTALL_LOCN%\Library\include;%CPATH%"
You can’t perform that action at this time.
0 commit comments