fortran/tkr: Fix Makefile.am warnings
Set mpi.lo dependencies outside of AM conditionals. Per https://github.com/open-mpi/ompi/issues/5085, make mpi.lo depend on whatever we decide the sizeof source files are (which may be empty, if this compiler does not support the Right Stuff for MPI_SIZEOF, or it may be mpi-tkr-sizeof.[h|f90]). Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
родитель
0751578cbf
Коммит
5bd02f6649
@ -10,7 +10,7 @@
|
|||||||
# University of Stuttgart. All rights reserved.
|
# University of Stuttgart. All rights reserved.
|
||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
|
# Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved
|
||||||
# Copyright (c) 2007 Los Alamos National Security, LLC. All rights
|
# Copyright (c) 2007 Los Alamos National Security, LLC. All rights
|
||||||
# reserved.
|
# reserved.
|
||||||
# Copyright (c) 2014-2016 Research Organization for Information Science
|
# Copyright (c) 2014-2016 Research Organization for Information Science
|
||||||
@ -89,9 +89,8 @@ if BUILD_FORTRAN_SIZEOF
|
|||||||
nodist_lib@OMPI_LIBMPI_NAME@_usempi_la_SOURCES += \
|
nodist_lib@OMPI_LIBMPI_NAME@_usempi_la_SOURCES += \
|
||||||
mpi-tkr-sizeof.h \
|
mpi-tkr-sizeof.h \
|
||||||
mpi-tkr-sizeof.f90
|
mpi-tkr-sizeof.f90
|
||||||
|
|
||||||
mpi.lo: mpi-tkr-sizeof.h
|
|
||||||
endif
|
endif
|
||||||
|
mpi.lo: $(nodist_lib@OMPI_LIBMPI_NAME@_usempi_la_SOURCES)
|
||||||
|
|
||||||
# Note that we invoke some OPAL functions directly in
|
# Note that we invoke some OPAL functions directly in
|
||||||
# libmpi_usempi.la, so we need to link in the OPAL library directly
|
# libmpi_usempi.la, so we need to link in the OPAL library directly
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user