diff options
author | Marius Kintel <marius@kintel.net> | 2011-04-06 13:16:59 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-04-06 13:16:59 (GMT) |
commit | 9103d2235cada5b54d5968cc82f881159f3fb92c (patch) | |
tree | 112a000b96e9944d58faa14035bc6f6bb0f6f02a | |
parent | 4ed0748e3a32f42c4a1e4c626ee93dc7b90e324f (diff) |
Updated to latest version of 3rd party libs
-rwxr-xr-x | scripts/macosx-build-dependencies.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index ef4653c..e06a8ac 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -158,7 +158,7 @@ echo "Using basedir:" $BASEDIR mkdir -p $SRCDIR $DEPLOYDIR build_gmp 5.0.1 build_mpfr 3.0.0 -build_boost 1.44.0 +build_boost 1.46.1 build_cgal 3.7 -build_glew 1.5.6 +build_glew 1.5.8 build_opencsg 1.3.0 |