[93909] trunk/dports/python/py-tables/Portfile

g5pw at macports.org g5pw at macports.org
Mon Jun 4 03:43:44 PDT 2012


Revision: 93909
          https://trac.macports.org/changeset/93909
Author:   g5pw at 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:
--------------
    trunk/dports/python/py-tables/Portfile

Modified: trunk/dports/python/py-tables/Portfile
===================================================================
--- 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}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120604/29e084c9/attachment.html>


More information about the macports-changes mailing list