common/ompio: files are only compiled in case MPI I/O is requested
fixes: open-mpi/ompi#1932
Этот коммит содержится в:
родитель
19fe5cac50
Коммит
aa7e852e44
@ -18,6 +18,8 @@
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
if OMPI_PROVIDE_MPI_FILE_INTERFACE
|
||||
|
||||
headers = \
|
||||
common_ompio_print_queue.h \
|
||||
common_ompio.h
|
||||
@ -85,3 +87,14 @@ clean-local:
|
||||
if test -z "$(lib_LTLIBRARIES)"; then \
|
||||
rm -f "$(comp_inst)"; \
|
||||
fi
|
||||
|
||||
else
|
||||
|
||||
# Need to have empty targets because AM can't handle having an
|
||||
# AM_CONDITIONAL was targets in the "if" statement but not in the
|
||||
# "else". :-(
|
||||
|
||||
all-local:
|
||||
clean-local:
|
||||
|
||||
endif
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user