diff options
-rwxr-xr-x | scripts/macosx-build-dependencies.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index 630b067..3fba062 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -118,7 +118,7 @@ build_cgal() version=$1 echo "Building CGAL" $version "..." cd $BASEDIR/src - curl -O https://gforge.inria.fr/frs/download.php/26688/CGAL-$version.tar.gz + curl -O https://gforge.inria.fr/frs/download.php/27222/CGAL-$version.tar.gz tar xzf CGAL-$version.tar.gz cd CGAL-$version # We build a static lib. Not really necessary, but it's well tested. @@ -156,9 +156,9 @@ build_opencsg() echo "Using basedir:" $BASEDIR mkdir -p $SRCDIR $DEPLOYDIR -build_gmp 5.0.1 -build_mpfr 2.4.2 -build_boost 1.43.0 -build_cgal 3.6 -build_glew 1.5.4 +#build_gmp 5.0.1 +#build_mpfr 3.0.0 +#build_boost 1.43.0 +#build_cgal 3.6.1 +#build_glew 1.5.4 build_opencsg 1.3.0 |