From be9e63c0216842e63b776cf08bfeca9960006707 Mon Sep 17 00:00:00 2001 From: xoviat Date: Tue, 21 Nov 2017 18:44:02 -0600 Subject: [PATCH] [appveyor] use cmake from conda forge --- appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 41ec9a6ef..bb4e06fcb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,12 +37,8 @@ environment: install: - if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat - if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force - - if [%COMPILER%]==[clang-cl] conda install --yes --quiet clangdev - + - if [%COMPILER%]==[clang-cl] conda install --yes --quiet clangdev ninja cmake - if [%WITH_FORTRAN%]==[yes] conda install --yes --quiet flang - - if [%WITH_FORTRAN%]==[yes] conda config --add channels isuruf/label/flang --force - - - if [%COMPILER%]==[clang-cl] conda install --yes --quiet ninja cmake - if [%COMPILER%]==[clang-cl] call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 - if [%COMPILER%]==[clang-cl] set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%" - if [%COMPILER%]==[clang-cl] set "CPATH=%CONDA_INSTALL_LOCN%\Library\include;%CPATH%"