diff --git a/Code/Mantid/Build/CMake/DarwinSetup.cmake b/Code/Mantid/Build/CMake/DarwinSetup.cmake index 5975734b47be3f224538e2fbca91dbbdc41f425a..c41894c747d18a20dc248d644825faa70a35428c 100644 --- a/Code/Mantid/Build/CMake/DarwinSetup.cmake +++ b/Code/Mantid/Build/CMake/DarwinSetup.cmake @@ -126,6 +126,10 @@ if (OSX_VERSION VERSION_LESS 10.9) else() set(CMAKE_MACOSX_RPATH 1) # Assume we are using homebrew for now + # set Deployment target to 10.8 + set ( CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk ) + set ( CMAKE_OSX_ARCHITECTURES x86_64 ) + set ( CMAKE_OSX_DEPLOYMENT_TARGET 10.8 ) # Follow symlinks so cmake copies the file set ( PYQT4_PATH /usr/local/lib/python${PY_VER}/site-packages/PyQt4 ) execute_process(COMMAND readlink ${PYQT4_PATH}/Qt.so OUTPUT_VARIABLE PYQT4_SYMLINK_Qtso) diff --git a/Code/Mantid/MantidPlot/make_package.rb b/Code/Mantid/MantidPlot/make_package.rb index 9b649032bfbba2488bf53aa62814f543f6400997..af222a834a6dfda2fb06a1cf5d8a161803d069dd 100755 --- a/Code/Mantid/MantidPlot/make_package.rb +++ b/Code/Mantid/MantidPlot/make_package.rb @@ -97,6 +97,7 @@ end `install_name_tool -change /usr/local/lib/QtCore.framework/Versions/4/QtCore @loader_path/../Frameworks/QtCore.framework/Versions/4/QtCore Contents/MacOS/libqscintilla2.11.dylib` `install_name_tool -change /usr/local/lib/QtCore.framework/Versions/4/QtCore @loader_path/../Frameworks/QtCore.framework/Versions/4/QtCore Contents/MacOS/libqscintilla2.11.dylib` +`install_name_tool -id @rpath/libqsqlite.dylib Contents/Frameworks/plugins/sqldrivers/libqsqlite.dylib` #change id of all Qt4 imageformats libraries qt4_patterns = ["**/imageformats/*.dylib"]