Revision: 666
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=666&view=rev
Author: mithro
Date: 2008-07-22 09:52:48 +0000 (Tue, 22 Jul 2008)
Log Message:
-----------
Remove the boost python indexing extras as they are now in a seperate build target.
Modified Paths:
--------------
trunk/python-ogre/environment.py
Modified: trunk/python-ogre/environment.py
===================================================================
--- trunk/python-ogre/environment.py 2008-07-22 09:51:07 UTC (rev 665)
+++ trunk/python-ogre/environment.py 2008-07-22 09:52:48 UTC (rev 666)
@@ -481,7 +481,6 @@
## and now boost
[0, tar + ' zxf ' + os.path.join(downloadPath, base) + '.tar.gz', ''],
[0,'chmod -R +rw *', os.path.join(os.getcwd(), base ) ],
- [0,cp + ' -R '+os.path.join('python-ogre','boost','*') +' ' + base , ''], # need to overwrite the boost with our files
[0, sed_ + " 's/BJAM_CONFIG=\"\"/BJAM_CONFIG=release/' "+base+"/configure", '' ],
[0, sed_ + " s/'BOOST_PYTHON_MAX_ARITY 15'/'BOOST_PYTHON_MAX_ARITY 19'/ "+base+"/boost/python/detail/preprocessor.hpp", ''],
[0, sed_ + ' s/"# include <boost\/preprocessor\/cat.hpp>"/"\\n#define BOOST_PYTHON_NO_PY_SIGNATURES\\n# include <boost\/preprocessor\/cat.hpp>"/ '+base+'/boost/python/detail/preprocessor.hpp', '' ],
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|