From d9263fd2dc3adb25dcc176427140fbfb07ccb33e Mon Sep 17 00:00:00 2001 From: Marcus Edel Date: Wed, 4 Dec 2019 19:27:18 +0100 Subject: [PATCH] No need for a custom armadillo config. --- .ci/linux-steps.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/linux-steps.yaml b/.ci/linux-steps.yaml index d3b6a67d66..cb18af61ba 100644 --- a/.ci/linux-steps.yaml +++ b/.ci/linux-steps.yaml @@ -41,7 +41,6 @@ steps: # Install armadillo. curl https://ftp.fau.de/macports/distfiles/armadillo/armadillo-8.400.0.tar.xz | tar -xvJ && cd armadillo* cmake . && make && sudo make install && cd .. - sudo cp .travis/config.hpp /usr/include/armadillo_bits/config.hpp displayName: 'Install Build Dependencies' # Configure mlpack (CMake)