mailr15691 - /1.3/sconstruct


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

Header


Content

Posted by edward on April 05, 2012 - 12:45:
Author: bugman
Date: Thu Apr  5 12:45:20 2012
New Revision: 15691

URL: http://svn.gna.org/viewcvs/relax?rev=15691&view=rev
Log:
Removed the ppc64 build target for the relax C modules on Mac OS X.

This architecture is not supported by the recent Xcode frameworks, so it has 
been dropped.  ppc64
users can manually compile the modules, if desired.


Modified:
    1.3/sconstruct

Modified: 1.3/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sconstruct?rev=15691&r1=15690&r2=15691&view=diff
==============================================================================
--- 1.3/sconstruct (original)
+++ 1.3/sconstruct Thu Apr  5 12:45:20 2012
@@ -516,7 +516,7 @@
         else:
             cflags = '-I' + py_include_fullpath + ' -I' + numpy_path
         if env['PLATFORM'] == 'darwin':
-            for arch in ['i386', 'x86_64', 'ppc', 'ppc64']:
+            for arch in ['i386', 'x86_64', 'ppc']:
                 cflags = '%s -arch %s' % (cflags, arch)
 
         # Python library path.




Related Messages


Powered by MHonArc, Updated Tue Apr 10 18:40:02 2012