diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-19 12:17:06 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-19 12:17:06 (GMT) |
commit | 17e9fe2ea9f339acfcee9df111b2301000e11b18 (patch) | |
tree | 18adeb815a8651c14994cd09ac86eb28ecda8d73 /scripts | |
parent | 5bba950304a9df2ed6b9a3429aed5c6e1959b46b (diff) |
cleaning up for pull request
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/linux-build-dependencies.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/linux-build-dependencies.sh b/scripts/linux-build-dependencies.sh index 154545f..a5e2bcc 100755 --- a/scripts/linux-build-dependencies.sh +++ b/scripts/linux-build-dependencies.sh @@ -326,9 +326,9 @@ fi # edit version numbers here as needed. # -#build_eigen 3.1.1 -#build_gmp 5.0.5 -#build_mpfr 3.1.1 +build_eigen 3.1.1 +build_gmp 5.0.5 +build_mpfr 3.1.1 build_boost 1.50.0 # NB! For CGAL, also update the actual download URL in the function build_cgal 4.0.2 |