Changes between Initial Version and Version 1 of Ticket #39392


Ignore:
Timestamp:
Jun 9, 2013, 12:25:03 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You should file the petsc4py port request as a separate ticket.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39392

    • Property Cc mww@… eborisch@… added
    • Property Port py-h5py openmpi added
    • Property Summary changed from Bad linking between h5py and openmpi to Bad linking between py-h5py and openmpi
  • Ticket #39392 – Description

    initial v1  
    88
    99The issue is that it does not find mpi.h, because it looks for include files only in /opt/local/include and does not push further to the openmpi directory. I added in the setup.py file in the h5py files the following line:
     10{{{
    1011        COMPILER_SETTINGS['include_dirs'] += ['/opt/local/include/openmpi']
     12}}}
    1113and it compiles fine, and is installed. (it did not solve my problem, but I guess i have to look a bit deeper in my own code as well).
    1214