Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tpetra: remove deprecated compatibility headers #13263

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 3 additions & 25 deletions packages/tpetra/core/compat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,9 @@ TRIBITS_SET_AND_INC_DIRS(DIR ${CMAKE_CURRENT_SOURCE_DIR})
APPEND_GLOB(HEADERS ${DIR}/*.h)


# NOTE: Once the deprecated code is removed this entire block should be replaced with
# APPEND_GLOB(HEADERS ${DIR}/*.hpp)
# APPEND_GLOB(SOURCES ${DIR}/*.cpp)

APPEND_SET(HEADERS
Tpetra_KokkosCompat_DefaultNode.hpp
Tpetra_KokkosCompat_ClassicNodeAPI_Wrapper.hpp
)

APPEND_SET(SOURCES
Tpetra_KokkosCompat_ClassicNodeAPI_Wrapper.cpp
)

IF (${PACKAGE_NAME}_ENABLE_DEPRECATED_CODE OR Tpetra_ENABLE_DEPRECATED_CODE)
APPEND_SET(HEADERS
Kokkos_BufferMacros.hpp
KokkosCompat_ClassicNodeAPI_Wrapper.hpp
Kokkos_ConfigDefs.hpp
Kokkos_DefaultNode.hpp
Kokkos_LinAlgVersion.hpp
Kokkos_MultiVectorKernelOps.hpp
Kokkos_NodeAPIConfigDefs.hpp
Kokkos_Version.hpp
)
ENDIF()
APPEND_GLOB(HEADERS ${DIR}/*.hpp)
APPEND_GLOB(SOURCES ${DIR}/*.cpp)


# Must glob the binary dir last to get all of the auto-generated headers
TRIBITS_SET_AND_INC_DIRS(DIR ${CMAKE_CURRENT_BINARY_DIR})
Expand Down

This file was deleted.

27 changes: 0 additions & 27 deletions packages/tpetra/core/compat/KokkosCompat_DefaultNode.hpp

This file was deleted.

21 changes: 0 additions & 21 deletions packages/tpetra/core/compat/Kokkos_BufferMacros.hpp

This file was deleted.

23 changes: 0 additions & 23 deletions packages/tpetra/core/compat/Kokkos_ConfigDefs.hpp

This file was deleted.

18 changes: 0 additions & 18 deletions packages/tpetra/core/compat/Kokkos_DefaultNode.hpp

This file was deleted.

22 changes: 0 additions & 22 deletions packages/tpetra/core/compat/Kokkos_LinAlgVersion.hpp

This file was deleted.

24 changes: 0 additions & 24 deletions packages/tpetra/core/compat/Kokkos_MultiVectorKernelOps.hpp

This file was deleted.

21 changes: 0 additions & 21 deletions packages/tpetra/core/compat/Kokkos_NodeAPIConfigDefs.hpp

This file was deleted.

21 changes: 0 additions & 21 deletions packages/tpetra/core/compat/Kokkos_Version.hpp

This file was deleted.

Loading