diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-23 13:35:43 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-23 13:35:43 (GMT) |
commit | 1969396b9d1ec34778f9568652b0864f64365a23 (patch) | |
tree | a396a05e00e6f4e54a63945d6257c7b5832cebb6 /scripts/macosx-build-dependencies.sh | |
parent | 077a914ac68c3b32d2633bc7d0bb9b11f4544569 (diff) |
Reverted to boost-1.47 for now - 1.48 causes some tests to fail; *_polygon-holes-touch *_polygon-mesh
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 6b86fde..32b15cd 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -198,7 +198,7 @@ echo "Using basedir:" $BASEDIR mkdir -p $SRCDIR $DEPLOYDIR build_gmp 5.0.2 build_mpfr 3.1.0 -build_boost 1.48.0 +build_boost 1.47.0 # NB! For CGAL, also update the actual download URL in the function build_cgal 3.9 build_glew 1.7.0 |