Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5247

Added Files:
        scipy-core-py.patch 
Log Message:
resync scipy-core-py with unstable for ccpnmr-py

--- NEW FILE: scipy-core-py.patch ---
diff -ruN --exclude='*~' numpy-1.3.0/numpy/distutils/fcompiler/gnu.py 
numpy-1.3.0.patched/numpy/distutils/fcompiler/gnu.py
--- numpy-1.3.0/numpy/distutils/fcompiler/gnu.py        2009-04-05 
10:09:20.000000000 +0200
+++ numpy-1.3.0.patched/numpy/distutils/fcompiler/gnu.py        2009-04-16 
13:43:04.000000000 +0200
@@ -259,13 +259,14 @@
             
     def _universal_flags(self, cmd):
         """Return a list of -arch flags for every supported architecture."""
-        if not sys.platform == 'darwin':
-            return []
-        arch_flags = []
-        for arch in ["ppc", "i686"]:
-            if self._can_target(cmd, arch):
-                arch_flags.extend(["-arch", arch])
-        return arch_flags
+        #if not sys.platform == 'darwin':
+        #    return []
+        #arch_flags = []
+        #for arch in ["ppc", "i686"]:
+        #    if self._can_target(cmd, arch):
+        #        arch_flags.extend(["-arch", arch])
+        #return arch_flags
+        return []
 
     def get_flags(self):
         flags = GnuFCompiler.get_flags(self)


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to