Skip to content

Commit

Permalink
fixed change in mpfr link policy
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Jun 25, 2018
1 parent ec4afb3 commit d1a32fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sh bootstrap.sh --with-python=/opt/python/${PYTHON_DIR}/bin/python > /dev/null
cd ..

# Install gmp (before mpfr as its used by it)
curl https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2 > gmp-6.1.2.tar.bz2
curl -L https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2 > gmp-6.1.2.tar.bz2
tar xvf gmp-6.1.2.tar.bz2 > /dev/null 2>&1
cd gmp-6.1.2 > /dev/null 2>&1
./configure --enable-fat > /dev/null 2>&1
Expand All @@ -58,7 +58,7 @@ make install > /dev/null 2>&1
cd ..

# Install mpfr
curl http://www.mpfr.org/mpfr-3.1.6/mpfr-3.1.6.tar.gz > mpfr-3.1.6.tar.gz
curl -L http://www.mpfr.org/mpfr-3.1.6/mpfr-3.1.6.tar.gz > mpfr-3.1.6.tar.gz
tar xvf mpfr-3.1.6.tar.gz > /dev/null 2>&1
cd mpfr-3.1.6
./configure > /dev/null 2>&1
Expand Down

0 comments on commit d1a32fd

Please sign in to comment.