Revision
93909
Author
g5pw@macports.org
Date
2012-06-04 03:43:42 -0700 (Mon, 04 Jun 2012)

Log Message

python/py-tables:
Fix to find openMPI headers (they're in include/openmpi). Resolves #34685

Modified Paths

Diff

Modified: trunk/dports/python/py-tables/Portfile (93908 => 93909)


--- trunk/dports/python/py-tables/Portfile	2012-06-04 09:53:32 UTC (rev 93908)
+++ trunk/dports/python/py-tables/Portfile	2012-06-04 10:43:42 UTC (rev 93909)
@@ -31,6 +31,9 @@
                         --bzip2=${prefix} \
                         --lzo=${prefix}
 
+    compiler.cpath-append \
+			${prefix}/include/openmpi
+
     destroot.args       --hdf5=${prefix} \
                         --bzip2=${prefix} \
                         --lzo=${prefix}