Update .travis.osx.yml
- remove gmp & mpfr from the precompiled package because it sometimes causes a build failure for mpfr. - take out -v option when extracting gcc.tar.bz2 [skip ci]
This commit is contained in:
parent
0a34959716
commit
cf284ecf90
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ after_script:
|
|||
install:
|
||||
- if [[ $CMAKE_CXX_COMPILER == g++ ]]; then
|
||||
cd /;
|
||||
wget http://dl.dropboxusercontent.com/u/203889738/gcc/gcc-4.9.0_OSX.tar.gz -O /tmp/gcc-mlion.tar.gz;
|
||||
sudo tar xvfz /tmp/gcc-mlion.tar.gz;
|
||||
wget http://dl.dropboxusercontent.com/u/203889738/gcc/gcc-4.9.0_OSX.tar.bz2 -O /tmp/gcc-mlion.tar.bz2;
|
||||
sudo tar xfj /tmp/gcc-mlion.tar.bz2;
|
||||
cd -;
|
||||
sudo chown -R `whoami` /usr/local;
|
||||
brew install gmp; brew link --overwrite gmp;
|
||||
|
|
Loading…
Reference in a new issue