#37070: Octave-devel cannot activate hdf5 with mpich2 ------------------------------+--------------------------------- Reporter: ryusuke.numata@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: octave-devel mpich2 ------------------------------+--------------------------------- Octave-devel automatically deactivates hdf5 with WARNING saying HDF5 library not found when hdf5 is installed with +mpich2. The problem occurs because a compiler cannot find mpi.h, mpio.h on which (parallel) hdf5 library depends. mpi.h and mpio.h are not installed in the default search path, but in /opt/local/include/mpich2/. I'm not sure what is the best way to resolve this problem. Maybe octave-devel port can avoid this problem by giving the -I/opt/local/include/mpich2 flag somewhere. Or, mpich2 port may change the place to install include files. The same problem should also happen to octave port. -- Ticket URL: <https://trac.macports.org/ticket/37070> MacPorts <http://www.macports.org/> Ports system for Mac OS