summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid M. Palmer <dmopalmer@gmail.com>2013-09-06 03:50:19 (GMT)
committerDavid M. Palmer <dmopalmer@gmail.com>2013-09-06 03:50:19 (GMT)
commit31cb13b7ae3b5a7317df67d58eb59dd09c47e8a0 (patch)
treebde3a438440c14011b1d4ec292cb510d28921e3d /scripts
parent7db45a878b29788ff846eac7dedede294836a1bc (diff)
Mac Build update build to 2013-09 versions
README.md reflect change in setenv_mac*.sh files macosx-build-dependencies.sh qt4 version updated to 4.8.5 and is now at a different host which uses 302 redirection FindBoost.cmake Added paths for MacPorts (/opt/local) and Brew (/usr/local) to previous Fink (/sw/local)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/macosx-build-dependencies.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh
index de739b8..a257201 100755
--- a/scripts/macosx-build-dependencies.sh
+++ b/scripts/macosx-build-dependencies.sh
@@ -51,7 +51,7 @@ build_qt()
cd $BASEDIR/src
rm -rf qt-everywhere-opensource-src-$version
if [ ! -f qt-everywhere-opensource-src-$version.tar.gz ]; then
- curl -O http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-$version.tar.gz
+ curl -O -L http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz
fi
tar xzf qt-everywhere-opensource-src-$version.tar.gz
cd qt-everywhere-opensource-src-$version
@@ -435,7 +435,7 @@ fi
echo "Using basedir:" $BASEDIR
mkdir -p $SRCDIR $DEPLOYDIR
-build_qt 4.8.4
+build_qt 4.8.5
# NB! For eigen, also update the path in the function
build_eigen 3.1.3
build_gmp 5.1.2
contact: Jan Huwald // Impressum