scipy-core-py stable port information

Info2: <<
Package: scipy-core-py%type_pkg[python]
Version: 1.3.0
Revision: 8
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Maintainer: None
Type: python (2.4 2.5 2.6), bundle
Depends: numpy-py%type_pkg[python] (>= 1.3.0-7), fink-obsolete-packages
Description: OBSOLETE use package 'numpy-py' instead
License: OSI-Approved
Homepage: http://www.numpy.org
<<

scipy-core-py stable port .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)

scipy-core-py _unstable_ port .patch