diff options
author | Marius Kintel <marius@kintel.net> | 2012-03-27 22:02:48 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-03-27 22:05:18 (GMT) |
commit | 4394c7a030ce7a08c95bd1af2e8c38ffcf972439 (patch) | |
tree | c6c826c3208435446d60c35d3df8444c90944453 /scripts/macosx-build-dependencies.sh | |
parent | 99cec78159145c6e2649ea30722e332db9a283e4 (diff) |
Upgraded CGAL to 4.0
Diffstat (limited to 'scripts/macosx-build-dependencies.sh')
-rwxr-xr-x | scripts/macosx-build-dependencies.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index 730eb7f..1ce3103 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -192,9 +192,9 @@ build_cgal() cd $BASEDIR/src rm -rf CGAL-$version if [ ! -f CGAL-$version.tar.gz ]; then - # 4.0beta1curl -O https://gforge.inria.fr/frs/download.php/30225/CGAL-$version.tar.gz - # 3.9 - curl -O https://gforge.inria.fr/frs/download.php/29125/CGAL-$version.tar.gz + #4.0 + curl -O https://gforge.inria.fr/frs/download.php/30387/CGAL-$version.tar.gz + # 3.9 curl -O https://gforge.inria.fr/frs/download.php/29125/CGAL-$version.tar.gz # 3.8 curl -O https://gforge.inria.fr/frs/download.php/28500/CGAL-$version.tar.gz # 3.7 curl -O https://gforge.inria.fr/frs/download.php/27641/CGAL-$version.tar.gz fi @@ -291,6 +291,6 @@ build_gmp 5.0.4 build_mpfr 3.1.0 build_boost 1.47.0 # NB! For CGAL, also update the actual download URL in the function -build_cgal 3.9 +build_cgal 4.0 build_glew 1.7.0 build_opencsg 1.3.2 |