We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fbfd3 commit 027937bCopy full SHA for 027937b
bin/travisci_before_linux.sh
@@ -6,12 +6,3 @@ sudo add-apt-repository ppa:boost-latest/ppa -y
6
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
7
sudo apt-get update
8
sudo apt-get install -y g++-$GCC_VERSION llvm-3.4 llvm-3.4-dev libgmp-dev libeigen3-dev libboost1.55-dev
9
-
10
-if [ "$CXX" = "g++" ]; then
11
- export CC=/usr/bin/gcc-$GCC_VERSION
12
- export CXX=/usr/bin/g++-$GCC_VERSION
13
-else
14
- export CFLAGS="--gcc-toolchain=/usr/bin/gcc-$GCC_VERSION"
15
- export CXXFLAGS="--gcc-toolchain=/usr/bin/g++-$GCC_VERSION"
16
-fi
17
-echo $CXX
0 commit comments