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.
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits