mailr15781 - /1.3/setup.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 18, 2012 - 18:14:
Author: bugman
Date: Wed Apr 18 18:14:16 2012
New Revision: 15781

URL: http://svn.gna.org/viewcvs/relax?rev=15781&view=rev
Log:
Shifted the build and dist directories out of the relax base directory.

This is for the Mac OS X application building, and is to prevent the 'dist' 
directory from being
recursively copied into itself.  This seems to be a recently introduced bug.


Modified:
    1.3/setup.py

Modified: 1.3/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/setup.py?rev=15781&r1=15780&r2=15781&view=diff
==============================================================================
--- 1.3/setup.py (original)
+++ 1.3/setup.py Wed Apr 18 18:14:16 2012
@@ -226,7 +226,9 @@
         self.OPTIONS['py2app'] = {
             'argv_emulation': False,
             'iconfile': status.install_path + sep + 'graphics' + sep + 
'ulysses_shadowless_trans_128x128.icns',
-            'packages': 'wx',
+            'bdist_base': "../build/bld",
+            'dist_dir': "../build/dist",
+            'packages': ['wx', 'numpy', 'scipy'],
             'site_packages': True,
             'resources': 'docs/COPYING',
             'includes': self.get_includes(),




Related Messages


Powered by MHonArc, Updated Wed Apr 18 20:00:02 2012