Skip to content

Commit b18730f

Browse files
authored
Merge pull request #1365 from xoviat/patch-1
[appveyor] use cmake from conda forge
2 parents 2184423 + be9e63c commit b18730f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,8 @@ environment:
3737
install:
3838
- if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
3939
- 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
4241
- 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
4642
- if [%COMPILER%]==[clang-cl] call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
4743
- if [%COMPILER%]==[clang-cl] set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
4844
- if [%COMPILER%]==[clang-cl] set "CPATH=%CONDA_INSTALL_LOCN%\Library\include;%CPATH%"

0 commit comments

Comments
 (0)