diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-06 18:08:17 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-06 18:08:17 (GMT) |
commit | fe44758f5096be0e98c82d2cb0d54bdeffc4403a (patch) | |
tree | 9e0b9b32b52b50e10cfd7f9d52db13f4517cf432 /scripts/macosx-build-dependencies.sh | |
parent | 422c668dcb538f181683ae51305bf8d3404f48d6 (diff) |
Updated gmp to 5.1.1, boost to 1.53, tweaked Sparkle build (again)
Diffstat (limited to 'scripts/macosx-build-dependencies.sh')
-rwxr-xr-x | scripts/macosx-build-dependencies.sh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index 8f32ac3..e208fdd 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -188,7 +188,6 @@ build_mpfr() cp x86_64/include/mpf2mpfr.h include/ } - build_boost() { version=$1 @@ -343,8 +342,8 @@ build_sparkle() if $OPTION_32BIT; then SPARKLE_EXTRA_FLAGS="-arch i386" fi - xcodebuild -project Sparkle.xcodeproj clean - xcodebuild -project Sparkle.xcodeproj -scheme Sparkle -configuration Release -arch x86_64 $SPARKLE_EXTRA_FLAGS + xcodebuild clean + xcodebuild -arch x86_64 $SPARKLE_EXTRA_FLAGS rm -rf $DEPLOYDIR/lib/Sparkle.framework cp -Rf build/Release/Sparkle.framework $DEPLOYDIR/lib/ install_name_tool -id $DEPLOYDIR/lib/Sparkle.framework/Versions/A/Sparkle $DEPLOYDIR/lib/Sparkle.framework/Sparkle @@ -409,11 +408,11 @@ echo "Using basedir:" $BASEDIR mkdir -p $SRCDIR $DEPLOYDIR build_qt 4.8.4 build_eigen 3.1.2 -build_gmp 5.1.0 +build_gmp 5.1.1 build_mpfr 3.1.1 -build_boost 1.51.0 +build_boost 1.53.0 # NB! For CGAL, also update the actual download URL in the function build_cgal 4.1 build_glew 1.9.0 build_opencsg 1.3.2 -build_sparkle 0ed83cf9f2eeb425d4fdd141c01a29d843970c20
\ No newline at end of file +build_sparkle 0ed83cf9f2eeb425d4fdd141c01a29d843970c20 |