Changes between Initial Version and Version 1 of Ticket #36017


Ignore:
Timestamp:
Sep 7, 2012, 7:33:24 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36017

    • Property Owner changed from macports-tickets@… to takeshi@…
    • Property Port cdo added
  • Ticket #36017 – Description

    initial v1  
    33The log says :
    44
    5 ''build /usr/bin/clang -DHAVE_CONFIG_H -I.  -I../libcdi/src -I/opt/local/lib/proj47/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include  -pipe -O2 -arch x86_64 -D_THREAD_SAFE -pthread -c -o cdo-Info.o `test -f 'Info.c' || echo './'`Info.c''
     5{{{build /usr/bin/clang -DHAVE_CONFIG_H -I.  -I../libcdi/src -I/opt/local/lib/proj47/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include  -pipe -O2 -arch x86_64 -D_THREAD_SAFE -pthread -c -o cdo-Info.o `test -f 'Info.c' || echo './'`Info.c}}}
    66
    77The include for MPI, /opt/local/include/openmpi/, is not on the build line
     
    99And the consequence is :
    1010
    11 ''info:build In file included from Importcmsaf.c:25:
     11{{{
     12info:build In file included from Importcmsaf.c:25:
    1213:info:build In file included from /opt/local/include/hdf5.h:24:
    1314:info:build /opt/local/include/H5public.h:61:13: fatal error: 'mpi.h' file not found
    1415:info:build #   include <mpi.h>
    15 :info:build             ^''
     16:info:build             ^
     17}}}
    1618
    1719I have install netcdf and hdf with the mpi (openmpi) variant, which I need. Maybe that explained which mpi.h is requested.