[100483] trunk/dports/python/py-mpi4py/Portfile

adfernandes at macports.org adfernandes at macports.org
Thu Dec 13 17:03:48 PST 2012


Revision: 100483
          https://trac.macports.org/changeset/100483
Author:   adfernandes at macports.org
Date:     2012-12-13 17:03:47 -0800 (Thu, 13 Dec 2012)
Log Message:
-----------
py-mpi4py: trivial version bump (#37285)

Modified Paths:
--------------
    trunk/dports/python/py-mpi4py/Portfile

Modified: trunk/dports/python/py-mpi4py/Portfile
===================================================================
--- trunk/dports/python/py-mpi4py/Portfile	2012-12-14 00:43:48 UTC (rev 100482)
+++ trunk/dports/python/py-mpi4py/Portfile	2012-12-14 01:03:47 UTC (rev 100483)
@@ -5,7 +5,7 @@
 PortGroup       python 1.0
 
 name            py-mpi4py
-version         1.2.2
+version         1.3
 revision        2
 license         BSD
 description     MPI for Python - Python bindings for MPI
@@ -26,30 +26,30 @@
 homepage        http://code.google.com/p/mpi4py/
 master_sites    googlecode:mpi4py
 distname        mpi4py-${version}
-checksums       md5     91c1b962529adfd90b9f9f98db5624b7 \
-                sha1    e08d09257794a85d010a22ad9bda9d1c89a6258f \
-                rmd160  434d411aa4e954706f2ca8bdde115dc654b58f21
+checksums       md5     978472a1a71f3142c866c9463dec7103 \
+                sha1    282c1b9e35b242c9bd86126ebc5af6c70d8c2833 \
+                rmd160  c5835379dd99521a829aeb46363b458544bfa6b2
 platforms       darwin
 
-python.versions 25 26 27
+python.versions 25 26 27 31 32 33
 
 if {$subport != $name} {
     depends_lib-append port:openmpi
     build.args-append  "--mpicc=${prefix}/bin/openmpicc"
-    
+
     # openmpi and mpich2 are not universal
     universal_variant no
-    
+
     if { ${os.platform} != "darwin" || ${os.major} > 8 } {
-    
+
         variant mpich2 description {builds with the mpich2 port} {
             build.args-delete   "--mpicc=${prefix}/bin/openmpicc"
             depends_lib-delete  port:openmpi
             depends_lib-append  port:mpich2
         }
-    
+
     }
-    
+
     variant interpreter description {builds an mpi enabled python interpreter} {
         patchfiles-append   patch-conf-mpidistutils.py.diff
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121213/5022351e/attachment.html>


More information about the macports-changes mailing list