1
1

* change the location of the C++ MPI headers from $includedir/ompi/... to

$includedir/openmpi/... to match the rest of the things we install

This commit was SVN r2842.
Этот коммит содержится в:
Brian Barrett 2004-09-23 14:55:04 +00:00
родитель 57a224c985
Коммит 2a7f1449bf
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -48,7 +48,7 @@ headers = \
errhandler_inln.h \
status_inln.h
ompidir = $(includedir)/ompi/mpi/cxx
ompidir = $(includedir)/openmpi/mpi/cxx
ompi_HEADERS = \
$(headers)
else

Просмотреть файл

@ -223,7 +223,7 @@ ompi_wrap_build_cflags(bool want_f77_includes, ompi_sv_t& cflags)
}
#if OMPI_WANT_CXX_BINDINGS
cflags.push_back("-I" + incdir + "/ompi");
cflags.push_back("-I" + incdir + "/openmpi");
#endif
#if defined(WIN32) && WIN32