[73950] trunk/dports/python
ryandesign at macports.org
ryandesign at macports.org
Mon Nov 29 20:59:54 PST 2010
Revision: 73950
http://trac.macports.org/changeset/73950
Author: ryandesign at macports.org
Date: 2010-11-29 20:59:50 -0800 (Mon, 29 Nov 2010)
Log Message:
-----------
py*-mpi4py: add dependency on mpich2; disable universal variant because mpich2 is not universal
Modified Paths:
--------------
trunk/dports/python/py26-mpi4py/Portfile
trunk/dports/python/py27-mpi4py/Portfile
Modified: trunk/dports/python/py26-mpi4py/Portfile
===================================================================
--- trunk/dports/python/py26-mpi4py/Portfile 2010-11-30 04:57:21 UTC (rev 73949)
+++ trunk/dports/python/py26-mpi4py/Portfile 2010-11-30 04:59:50 UTC (rev 73950)
@@ -6,6 +6,7 @@
name py26-mpi4py
version 1.2.2
+revision 1
categories python
description MPI for Python - Python bindings for MPI
long_description \
@@ -30,6 +31,11 @@
rmd160 434d411aa4e954706f2ca8bdde115dc654b58f21
platforms darwin
+depends_lib port:mpich2
+
+# mpich2 is not universal
+universal_variant no
+
if { ${os.major} < 9 } {
default_variants +openmpi
}
Modified: trunk/dports/python/py27-mpi4py/Portfile
===================================================================
--- trunk/dports/python/py27-mpi4py/Portfile 2010-11-30 04:57:21 UTC (rev 73949)
+++ trunk/dports/python/py27-mpi4py/Portfile 2010-11-30 04:59:50 UTC (rev 73950)
@@ -6,6 +6,7 @@
name py27-mpi4py
version 1.2.2
+revision 1
categories python
description MPI for Python - Python bindings for MPI
long_description \
@@ -30,6 +31,11 @@
rmd160 434d411aa4e954706f2ca8bdde115dc654b58f21
platforms darwin
+depends_lib port:mpich2
+
+# mpich2 is not universal
+universal_variant no
+
if { ${os.major} < 9 } {
default_variants +openmpi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101129/c70b279b/attachment.html>
More information about the macports-changes
mailing list