diff options
author | Marius Kintel <marius@kintel.net> | 2012-05-09 17:25:47 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-05-09 17:25:47 (GMT) |
commit | 3217bba6cbe5203189d42c1c439c2bd3c4c8d194 (patch) | |
tree | b0ec50103ce0e5bc460ba2ed7a0baa6a0e867bbd /scripts/macosx-build-dependencies.sh | |
parent | bd714c75a8f03257271dc8cba90d22b3730775cd (diff) | |
parent | 67eb2ebe90447e966dc1e08b91c43d937c521583 (diff) |
Merge branch 'master' into value
Diffstat (limited to 'scripts/macosx-build-dependencies.sh')
-rwxr-xr-x | scripts/macosx-build-dependencies.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index 48f907e..405f7aa 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -133,7 +133,8 @@ build_mpfr() fi tar xjf mpfr-$version.tar.bz2 cd mpfr-$version - + curl -O http://www.mpfr.org/mpfr-current/allpatches + patch -N -Z -p1 < allpatches if $OPTION_32BIT; then mkdir build-i386 cd build-i386 @@ -296,7 +297,7 @@ done echo "Using basedir:" $BASEDIR mkdir -p $SRCDIR $DEPLOYDIR build_eigen 2.0.17 -build_gmp 5.0.4 +build_gmp 5.0.5 build_mpfr 3.1.0 build_boost 1.47.0 # NB! For CGAL, also update the actual download URL in the function |