summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-07-09 09:35:15 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-07-09 09:35:15 (GMT)
commit9f6a3da9bd9160b89c50007d1a2b2c77acc29806 (patch)
tree57b5e77b375eef38b425ac06c17205e29da15427
parent6a9653b1db1f735fd0ee053b9bb615be335e1160 (diff)
mpft -> 1.3.0, cgal -> 3.6.1
git-svn-id: http://svn.clifford.at/openscad/trunk@567 b57f626f-c46c-0410-a088-ec61d464b74c
-rwxr-xr-xscripts/macosx-build-dependencies.sh12
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
contact: Jan Huwald // Impressum