Skip to content

Commit

Permalink
GMPLIB
Browse files Browse the repository at this point in the history
ftp.gmplib.org(Sweden) has blocked ftp access from China, changed to ftp.gnu.org(USA)
  • Loading branch information
wlbksy committed Oct 10, 2012
1 parent 078ef0e commit cad58d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ If the build fails trying to compile OpenBLAS, set OPENBLAS_TARGET_ARCH to BARCE

On some Linux distributions you may need to change how the readline library is linked. If you get a build error involving readline, try changing the value of `USE_SYSTEM_READLINE` in `Make.inc` to `1`.

Chinese users should replace line 798 in `deps/Makefile` with "$(WGET) ftp:https://ftp.gnu.org/gnu/gmp/gmp-$(GMP_VER)/$@" due to IP block .(original line 798 "$(WGET) ftp:https://ftp.gmplib.org/pub/gmp-$(GMP_VER)/$@")

On Ubuntu systems, you may also need to install the package `libncurses5-dev`.

On CentOS 5 systems, the default compiler (gcc 4.1) is too old to build julia.
Expand Down

0 comments on commit cad58d9

Please sign in to comment.