No need for a custom armadillo config.

This commit is contained in:
Marcus Edel
2019-12-04 19:27:18 +01:00
parent b7f925f786
commit d9263fd2dc
-1
View File
@@ -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)