From fb2bdbe15938ae43239e674bc495b62988d34aaf Mon Sep 17 00:00:00 2001 From: Omar Shrit Date: Sat, 24 Apr 2021 14:48:21 +0200 Subject: [PATCH] Download all boost instead of a specific version. Signed-off-by: Omar Shrit --- .ci/linux-steps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/linux-steps.yaml b/.ci/linux-steps.yaml index f695c14fe1..18cd645043 100644 --- a/.ci/linux-steps.yaml +++ b/.ci/linux-steps.yaml @@ -21,7 +21,7 @@ steps: unset BOOST_ROOT echo "##vso[task.setvariable variable=BOOST_ROOT]"$BOOST_ROOT - sudo apt-get install -y --allow-unauthenticated libopenblas-dev g++ libboost1.70-dev xz-utils + sudo apt-get install -y --allow-unauthenticated libopenblas-dev g++ libboost-all-dev xz-utils if [ "$(binding)" == "python" ]; then export PYBIN=$(which python) @@ -41,7 +41,7 @@ steps: # Install cereal. wget https://github.com/USCiLab/cereal/archive/v1.3.0.tar.gz tar -xvzpf v1.3.0.tar.gz # Unpack into cereal-1.3.0/. - cd cereal-1.3.0/ + displayName: 'Install Build Dependencies' # Configure mlpack (CMake)