[72074] trunk/dports/python/py26-mpi4py

adfernandes at macports.org adfernandes at macports.org
Sat Oct 2 08:36:27 PDT 2010


Revision: 72074
          http://trac.macports.org/changeset/72074
Author:   adfernandes at macports.org
Date:     2010-10-02 08:36:24 -0700 (Sat, 02 Oct 2010)
Log Message:
-----------
py26-mpi4py upgrade plus new variant; closes #26679

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

Added Paths:
-----------
    trunk/dports/python/py26-mpi4py/files/
    trunk/dports/python/py26-mpi4py/files/patch-conf-mpidistutils.py.diff

Modified: trunk/dports/python/py26-mpi4py/Portfile
===================================================================
--- trunk/dports/python/py26-mpi4py/Portfile	2010-10-02 14:31:22 UTC (rev 72073)
+++ trunk/dports/python/py26-mpi4py/Portfile	2010-10-02 15:36:24 UTC (rev 72074)
@@ -5,7 +5,7 @@
 PortGroup       python26 1.0
 
 name            py26-mpi4py
-version         1.2
+version         1.2.2
 categories      python
 description     MPI for Python - Python bindings for MPI
 long_description \
@@ -25,8 +25,9 @@
 homepage        http://code.google.com/p/mpi4py/
 master_sites    googlecode:mpi4py
 distname        mpi4py-${version}
-checksums       sha1    6dcef2758abce46c8e0b55a531d7164b8fed8931
-
+checksums       md5     91c1b962529adfd90b9f9f98db5624b7 \
+                sha1    e08d09257794a85d010a22ad9bda9d1c89a6258f \
+                rmd160  434d411aa4e954706f2ca8bdde115dc654b58f21
 platforms       darwin
 
 if { ${os.major} < 9 } {
@@ -41,3 +42,7 @@
     depends_lib-append  port:openmpi
     build.target        build "--mpicc=${prefix}/bin/openmpicc"
 }
+
+variant interpreter description {builds an mpi enabled python interpreter} {
+    patchfiles-append   patch-conf-mpidistutils.py.diff
+}

Added: trunk/dports/python/py26-mpi4py/files/patch-conf-mpidistutils.py.diff
===================================================================
--- trunk/dports/python/py26-mpi4py/files/patch-conf-mpidistutils.py.diff	                        (rev 0)
+++ trunk/dports/python/py26-mpi4py/files/patch-conf-mpidistutils.py.diff	2010-10-02 15:36:24 UTC (rev 72074)
@@ -0,0 +1,11 @@
+--- conf/mpidistutils.py.orig	2010-03-15 17:04:58.000000000 +0100
++++ conf/mpidistutils.py	2010-03-15 17:05:06.000000000 +0100
+@@ -1326,7 +1326,7 @@
+          ]
+ 
+     # XXX disable install_exe subcommand !!!
+-    del sub_commands[-1]
++    # del sub_commands[-1]
+ 
+ # -----------------------------------------------------------------------------
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101002/eaf621ce/attachment.html>


More information about the macports-changes mailing list