openjdk10
authorAlastair McKinstry <mckinstry@debian.org>
Mon, 8 Oct 2018 10:44:08 +0000 (11:44 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Mon, 8 Oct 2018 10:44:08 +0000 (11:44 +0100)
===================================================================

Gbp-Pq: Name openjdk10.patch

ompi/mpi/java/java/Makefile.am

index 97a0e6b568a5da909aad38c00286658e97884ddb..76720e5d97e8c74d832a1e1f4221eefd9eb791f0 100644 (file)
@@ -74,7 +74,6 @@ if OMPI_WANT_JAVA_BINDINGS
 # from JAVA_SRC_FILES.
 JAVA_H = \
        mpi_MPI.h          \
-       mpi_CartParms.h    \
        mpi_CartComm.h     \
        mpi_Comm.h         \
        mpi_Constant.h     \
@@ -82,7 +81,6 @@ JAVA_H = \
        mpi_Datatype.h     \
        mpi_Errhandler.h   \
        mpi_File.h         \
-       mpi_GraphParms.h   \
        mpi_GraphComm.h    \
        mpi_Group.h        \
        mpi_Info.h         \
@@ -92,9 +90,7 @@ JAVA_H = \
        mpi_Op.h           \
        mpi_Prequest.h     \
        mpi_Request.h      \
-       mpi_ShiftParms.h   \
        mpi_Status.h       \
-       mpi_Version.h      \
        mpi_Win.h
 
 # A little verbosity magic; see Makefile.ompi-rules for an explanation.