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