diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-17 22:29:57 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-17 22:29:57 (GMT) |
commit | 3d9a7c91e0189019a9a7bd3b6da67f3e619a5622 (patch) | |
tree | f041dccb25dfc1e8b8acc4c8d659f1c7400dc4b4 /scripts/macosx-build-dependencies.sh | |
parent | 3211e7f1e32cc0df415780f623e19f58c966266f (diff) |
Bumped mpfr to 3.1.2
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 11d9919..9814987 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -412,7 +412,7 @@ mkdir -p $SRCDIR $DEPLOYDIR build_qt 4.8.4 build_eigen 3.1.2 build_gmp 5.1.1 -build_mpfr 3.1.1 +build_mpfr 3.1.2 build_boost 1.53.0 # NB! For CGAL, also update the actual download URL in the function build_cgal 4.1 |