Skip to content

Commit

Permalink
Revert "Disable pymrpt builds in mipsel."
Browse files Browse the repository at this point in the history
This reverts commit 7686b2d.
  • Loading branch information
jlblancoc committed Jul 17, 2023
1 parent 1c74284 commit 3c8dc38
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmakemodules/script_python_bindings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ if (NOT MRPT_DISABLE_PYTHON_BINDINGS AND (${CMAKE_CXX_COMPILER_ID} STREQUAL "Cla
message(STATUS "*WARNING* Disabling Python wrappers: not supported if built using clang (it leads to pybind11-generated code errors)")
endif()

# Disable pymrpt in "mipsel" (fails to build due to exhausted memory in build farms)
if (CMAKE_INSTALL_FULL_LIBDIR MATCHES "mipsel")
set(MRPT_DISABLE_PYTHON_BINDINGS ON CACHE BOOL "Disable python wrappers" FORCE)
message(STATUS "*WARNING* Disabling Python wrappers for MIPSEL to prevent out-of-memory errors.")
endif()


if(UNIX AND NOT MRPT_DISABLE_PYTHON_BINDINGS)
# Requires CMake 3.13+
Expand Down

0 comments on commit 3c8dc38

Please sign in to comment.