Revision: 2755
Author:
chrys...@gmail.com
Date: Fri Oct 24 11:19:03 2014 UTC
Log: Updated the python interpreter to 3.4.2 to fix a compile error on
Yosemite. Also updated
to ensure that Python finds and links to the bundled zlib, ssl and sqlite
libraries.
Also added scripts that can automatically scan for and correct RPATH issues
on OS X
and to install the default Sire modules (nose, ipython) using easy_install
and pip.
Updated package_sire so that it installs the default Sire modules (and
tests their
installation) and then updates RPATH before packaging. Also added a unit
test
for Sire.Maths.Matrix to ensure that matrix multiplication is working
All tested on OS X (Yosemite). Need to test on lower OS X and Linux
https://code.google.com/p/sire/source/detail?r=2755
Added:
/python/branches/devel/build/scripts
/python/branches/devel/build/scripts/install_default_modules.py
/python/branches/devel/build/scripts/update_rpath.py
/python/branches/devel/tests/SireMaths/test_matrix.py
Modified:
/python/branches/devel/CMakeLists.txt
/python/branches/devel/bundled/install_python.cmake
/python/branches/devel/bundled/python3.tar.gz
/python/branches/devel/python/scripts/package_sire.py