Source: onetbb Version: 2021.5.0-8 Severity: important Tags: ftbfs Hello,
onetbb seemingly does not provide libtbbmalloc for mips* architectures.
>From CMakeLists.txt:
if (NOT "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "mips")
if (TBBMALLOC_BUILD)
add_subdirectory(src/tbbmalloc)
add_subdirectory(src/tbbmalloc_proxy)
endif()
# skip for brevity
endif()
Thus either libtbbmalloc* binary packages should not be built for mips*
architectures, or a way to provide them should be found.
Andrius

