Changes between Initial Version and Version 1 of Ticket #47336


Ignore:
Timestamp:
Apr 2, 2015, 3:01:59 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47336

    • Property Owner changed from macports-tickets@… to mmoll@…
    • Property Keywords py27-tables removed
    • Property Summary changed from Port cannot find #include <mpi.h> to py-tables: Port cannot find #include <mpi.h>
  • Ticket #47336 – Description

    initial v1  
    11The following "hack" to the Portfile got it to work for me (for the command port install py27-tables +gcc49)
    22
     3{{{
    34    compiler.cpath-append ${prefix}/include/openmpi-gcc49
     5}}}
    46
    57I don't know how to do this right, so it would work for any supported compiler.