summaryrefslogtreecommitdiff
path: root/scripts/macosx-build-dependencies.sh
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-07-30 19:48:18 (GMT)
committerMarius Kintel <marius@kintel.net>2011-07-30 19:48:18 (GMT)
commitc79ad5010e4ae8a612de5423cd52a518ed6b4d65 (patch)
tree4fbc6458557b6ba378057c8478843af714a82c67 /scripts/macosx-build-dependencies.sh
parent4e60d215de50413a25faedea129b981366155e36 (diff)
parent09a5fe2cae770d4cfa622521ee535344993c16b1 (diff)
Merge remote branch 'remotes/local/master' into gl-refactor
Diffstat (limited to 'scripts/macosx-build-dependencies.sh')
-rwxr-xr-xscripts/macosx-build-dependencies.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh
index e011582..6de5331 100755
--- a/scripts/macosx-build-dependencies.sh
+++ b/scripts/macosx-build-dependencies.sh
@@ -119,7 +119,9 @@ build_cgal()
version=$1
echo "Building CGAL" $version "..."
cd $BASEDIR/src
- curl -O https://gforge.inria.fr/frs/download.php/27641/CGAL-$version.tar.gz
+ rm -rf CGAL*
+ curl -O https://gforge.inria.fr/frs/download.php/28500/CGAL-$version.tar.gz
+# curl -O https://gforge.inria.fr/frs/download.php/27641/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.
@@ -159,7 +161,8 @@ echo "Using basedir:" $BASEDIR
mkdir -p $SRCDIR $DEPLOYDIR
build_gmp 5.0.1
build_mpfr 3.0.1
-build_boost 1.46.1
-build_cgal 3.7
-build_glew 1.5.8
+build_boost 1.47.0
+# NB! For CGAL, also update the actual download URL in the function
+build_cgal 3.8
+build_glew 1.6.0
build_opencsg 1.3.0
contact: Jan Huwald // Impressum