[66899] trunk/dports/python/py25-numpy

ram at macports.org ram at macports.org
Sun Apr 25 08:22:22 PDT 2010


Revision: 66899
          http://trac.macports.org/changeset/66899
Author:   ram at macports.org
Date:     2010-04-25 08:22:15 -0700 (Sun, 25 Apr 2010)
Log Message:
-----------
python/py25-numpy: update to 1.4.1

Modified Paths:
--------------
    trunk/dports/python/py25-numpy/Portfile

Removed Paths:
-------------
    trunk/dports/python/py25-numpy/files/patch-g95_link.diff

Modified: trunk/dports/python/py25-numpy/Portfile
===================================================================
--- trunk/dports/python/py25-numpy/Portfile	2010-04-25 00:27:33 UTC (rev 66898)
+++ trunk/dports/python/py25-numpy/Portfile	2010-04-25 15:22:15 UTC (rev 66899)
@@ -4,8 +4,7 @@
 PortGroup           python25 1.0
 
 name                py25-numpy
-version             1.4.0
-revision            1
+version             1.4.1
 categories          python
 platforms           darwin
 maintainers         ram openmaintainer
@@ -16,12 +15,11 @@
 master_sites        sourceforge:numpy
 distname            numpy-${version}
 
-checksums           md5 6d0ea698beda38109796240d08ecb296 \
-                    sha1 522b789527f280410ab09f10c947ccc3f8086a8f \
-                    rmd160 313502001e1d30e8b218b5b02f6a1d8387407f3c
+checksums           md5 5c7b5349dc3161763f7f366ceb96516b \
+                    sha1 ec6078aa09acbcca3d90f9f36353fc83e7e1daa0 \
+                    rmd160 a0bbebd1138ffc93517095e3c06459cd9744a9d6
 
-patchfiles          patch-g95_link.diff \
-                    patch-f2py_setup.py.diff \
+patchfiles          patch-f2py_setup.py.diff \
                     patch-system_info.py.diff
 
 depends_lib-append  port:fftw-3 \
@@ -46,7 +44,6 @@
                       BLAS=${prefix}/lib
 
 post-patch {
-  reinplace "s|@@MPORTS_PREFIX@@|${prefix}|" ${worksrcpath}/numpy/distutils/fcompiler/g95.py
   reinplace "s|@@MPORTS_PYTHON@@|${python.bin}|" ${worksrcpath}/numpy/f2py/setup.py
 }
 

Deleted: trunk/dports/python/py25-numpy/files/patch-g95_link.diff
===================================================================
--- trunk/dports/python/py25-numpy/files/patch-g95_link.diff	2010-04-25 00:27:33 UTC (rev 66898)
+++ trunk/dports/python/py25-numpy/files/patch-g95_link.diff	2010-04-25 15:22:15 UTC (rev 66899)
@@ -1,11 +0,0 @@
---- numpy/distutils/fcompiler/g95.py	2007-11-07 17:05:14.000000000 -0500
-+++ numpy/distutils/fcompiler/g95.py	2008-01-30 21:26:47.000000000 -0500
-@@ -21,7 +21,7 @@
-         'compiler_f77' : ["g95", "-ffixed-form"],
-         'compiler_fix' : ["g95", "-ffixed-form"],
-         'compiler_f90' : ["g95"],
--        'linker_so'    : ["<F90>","-shared"],
-+        'linker_so'    : ["<F90>","-dynamiclib -L@@MPORTS_PREFIX@@/lib -lpython2.5"],
-         'archiver'     : ["ar", "-cr"],
-         'ranlib'       : ["ranlib"]
-         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100425/7c43f4c5/attachment.html>


More information about the macports-changes mailing list