I think the problem is the config.hpp.

This commit is contained in:
Ryan Curtin
2019-07-18 17:07:08 -04:00
parent f22755155c
commit 3e741c2786
+2 -3
View File
@@ -43,10 +43,9 @@ matrix:
- sudo apt-get install -y --allow-unauthenticated libopenblas-dev liblapack-dev g++ libboost-all-dev wget
- wget https://julialang-s3.julialang.org/bin/linux/x64/1.1/julia-1.1.1-linux-x86_64.tar.gz
- sudo tar -C /opt/ -xvpf julia-1.1.1-linux-x86_64.tar.gz
- wget https://ftp.fau.de/macports/distfiles/armadillo/armadillo-8.500.0.tar.xz
- tar xvf armadillo-8.500.0.tar.xz && cd armadillo*
- wget https://ftp.fau.de/macports/distfiles/armadillo/armadillo-8.400.0.tar.xz
- tar xvf armadillo-8.400.0.tar.xz && cd armadillo*
- cmake . && make && sudo make install && cd ..
- sudo cp .travis/config.hpp /usr/include/armadillo_bits/config.hpp
- os: osx
osx_image: xcode9.4 # Maybe we can try some different ones?