Browse Source

Travis: Use carl tag 18.08 to avoid problems with C++17

tempestpy_adaptions
Matthias Volk 6 years ago
parent
commit
70b79caf41
  1. 1
      travis/build_carl_helper.sh

1
travis/build_carl_helper.sh

@ -19,6 +19,7 @@ run() {
travis_fold start install_carl
git clone https://github.com/smtrat/carl.git
cd carl
git checkout 18.08
mkdir build
cd build
cmake .. "${CMAKE_ARGS[@]}"

Loading…
Cancel
Save