From 03b8322e9ded09cc879867008d32baa3a91a45e5 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 5 May 2020 07:05:45 +0200 Subject: brew install cgal & Cie instead of conda install because of link issue --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b3b0ea7f..3ab2f112 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,7 @@ jobs: Python36: python.version: '3.6' CMakeBuildType: Release + customInstallation: 'brew update && brew install graphviz doxygen boost eigen gmp mpfr tbb cgal' #Python37: # python.version: '3.7' #Python38: @@ -26,10 +27,9 @@ jobs: - bash: | source activate gudhi_build_env sudo conda install --yes --quiet --name gudhi_build_env python=$PYTHON_VERSION - sudo conda update --yes --quiet -n base -c defaults conda - sudo conda install --yes -c conda-forge doxygen eigen boost-cpp=1.70.0 cgal-cpp>=5.0 python -m pip install --user -r .github/build-requirements.txt python -m pip install --user -r .github/test-requirements.txt + $(customInstallation) displayName: 'Install build dependencies' - bash: | source activate gudhi_build_env -- cgit v1.2.3