diff options
author | Marius Kintel <marius@kintel.net> | 2012-05-09 15:12:24 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-05-09 15:12:24 (GMT) |
commit | db2d5b3177c79a082722c488576ddc3812524c4d (patch) | |
tree | 643204f1a2566d0da128dd9f01faf36ae5e513ab /scripts/macosx-build-dependencies.sh | |
parent | a1ff48eef91a6fec285b54595a1abc45215781cd (diff) |
Bumped gmp to 5.0.5
Diffstat (limited to 'scripts/macosx-build-dependencies.sh')
-rwxr-xr-x | scripts/macosx-build-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index 48f907e..1436ac2 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -296,7 +296,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 |