Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7021/10.3/unstable/main/finkinfo/sci

Modified Files:
        scipy-core-py.info scipy-core-py.patch 
Log Message:
New upstream version.


Index: scipy-core-py.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/scipy-core-py.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- scipy-core-py.patch 21 Feb 2006 17:12:23 -0000      1.5
+++ scipy-core-py.patch 6 Apr 2006 22:50:39 -0000       1.6
@@ -52,27 +52,6 @@
          'archiver'     : ["ar", "-cr"],
          'ranlib'       : ["ranlib"],
          'linker_exe'   : [fc_exe,"-Wall"]
---- numpy/numpy/distutils/fcompiler/g95.py.orig        2006-01-23 
06:25:18.000000000 -0700
-+++ numpy/numpy/distutils/fcompiler/g95.py     2006-01-23 06:23:26.000000000 
-0700
-@@ -9,14 +9,16 @@
- class G95FCompiler(FCompiler):
- 
-     compiler_type = 'g95'
--    version_pattern = r'G95.*\(experimental\) \(g95!\) (?P<version>.*)\).*'
-+    version_pattern = r'G95 ((\(GCC[^\)]*(\)\)|\)))|)\s*'\
-+                      '(?P<version>[^\s*\)]+)'
- 
-     executables = {
-         'version_cmd'  : ["g95", "--version"],
-         'compiler_f77' : ["g95", "-ffixed-form"],
-         'compiler_fix' : ["g95", "-ffixed-form"],
-         'compiler_f90' : ["g95"],
--        'linker_so'    : ["g95","-shared"],
-+        #'linker_so'    : ["g95","-shared"],
-+        'linker_so'    : ["g95 -undefined dynamic_lookup -bundle"],
-         'archiver'     : ["ar", "-cr"],
-         'ranlib'       : ["ranlib"]
-         }
 --- numpy/numpy/distutils/fcompiler/ibm.py.orig        2006-01-23 
06:27:47.000000000 -0700
 +++ numpy/numpy/distutils/fcompiler/ibm.py     2006-01-23 06:22:55.000000000 
-0700
 @@ -4,18 +4,30 @@
@@ -135,3 +114,33 @@
              opt.append('-bshared')
          version = self.get_version(ok_status=[0,40])
  
+--- numpy/numpy/distutils/fcompiler/g95.py     2006-03-29 12:07:42.000000000 
-0700
++++ numpy/numpy/distutils/fcompiler/g95.py.orig        2006-03-29 
12:04:01.000000000 -0700
+@@ -9,14 +9,16 @@
+ class G95FCompiler(FCompiler):
+ 
+     compiler_type = 'g95'
+-    version_pattern = r'G95.*\(experimental\) \(g95!\) (?P<version>.*)\).*'
++    version_pattern = r'G95 ((\(GCC[^\)]*(\)\)|\)))|)\s*'\
++                      '(?P<version>[^\s*\)]+)'
+ 
+     executables = {
+         'version_cmd'  : ["g95", "--version"],
+         'compiler_f77' : ["g95", "-ffixed-form"],
+         'compiler_fix' : ["g95", "-ffixed-form"],
+         'compiler_f90' : ["g95"],
+-        'linker_so'    : ["g95","-shared"],
++        #'linker_so'    : ["g95","-shared"],
++        'linker_so'    : ["g95 -undefined dynamic_lookup -bundle"],
+         'archiver'     : ["ar", "-cr"],
+         'ranlib'       : ["ranlib"]
+         }
+@@ -27,7 +29,7 @@
+     def get_flags(self):
+         return ['-fno-second-underscore']
+     def get_flags_opt(self):
+-        return ['-O']
++        return ['-O3 -funroll-loops']
+     def get_flags_debug(self):
+         return ['-g']
+ 

Index: scipy-core-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/scipy-core-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- scipy-core-py.info  21 Feb 2006 22:37:40 -0000      1.8
+++ scipy-core-py.info  6 Apr 2006 22:50:39 -0000       1.9
@@ -1,13 +1,13 @@
 Info2: <<
 
 Package: scipy-core-py%type_pkg[python]
-Version: 0.9.5
+Version: 0.9.6
 Revision: 1
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
 Type: python (2.3 2.4)
 Depends: python%type_pkg[python] | python%type_pkg[python]-nox
 Source: mirror:sourceforge:numpy/numpy-%v.tar.gz
-Source-MD5: 47fe186078c5e1f68b37e0ffc4994178
+Source-MD5: eac9ae05bd7511cecf1ffd12da0e1993
 Conflicts: f2py-py%type_pkg[python], scipy-py%type_pkg[python] (<= 1:0.4)
 Replaces: f2py-py%type_pkg[python], scipy-py%type_pkg[python] (<= 1:0.4)
 Provides: numpy-py%type_pkg[python], f2py-py%type_pkg[python]



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to