Skip to content

Commit

Permalink
Attempt to add back Sphinx dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao committed Sep 22, 2014
1 parent a7bba61 commit c0a45c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ before_install:
sudo add-apt-repository ppa:staticfloat/julia-deps -y;
sudo apt-get update -qq -y;
sudo apt-get install patchelf gfortran llvm-3.3-dev libsuitesparse-dev libopenblas-dev liblapack-dev libarpack2-dev libfftw3-dev libgmp-dev libpcre3-dev libunwind7-dev libopenlibm-dev librmath-dev libmpfr-dev -y;
sudo apt-get install -y python-sphinx;
elif [ `uname` = "Darwin" ]; then
brew tap staticfloat/julia;
brew install -v --only-dependencies --HEAD julia;
brew update;
brew upgrade gcc;
sudo pip install sphinx;
BUILDOPTS="USECLANG=1 LLVM_CONFIG=$(brew --prefix llvm33-julia)/bin/llvm-config-3.3 VERBOSE=1 USE_BLAS64=0 SUITESPARSE_INC=-I$(brew --prefix suite-sparse-julia)/include";
BUILDOPTS="$BUILDOPTS LIBBLAS=-lopenblas LIBBLASNAME=libopenblas LIBLAPACK=-lopenblas LIBLAPACKNAME=libopenblas";
for lib in LLVM ZLIB SUITESPARSE ARPACK BLAS FFTW LAPACK GMP MPFR PCRE LIBUNWIND; do
Expand Down

0 comments on commit c0a45c2

Please sign in to comment.