pkgsStatic.onetbb: mark unsupported (#471845)

This commit is contained in:
Philip Taron
2025-12-18 17:20:24 +00:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
fetchpatch,
onetbb,
useTBB ? true,
# TBB doesn't support being built static
useTBB ? !stdenv.hostPlatform.isStatic,
}:
stdenv.mkDerivation (finalAttrs: {
+4
View File
@@ -100,6 +100,10 @@ stdenv.mkDerivation (finalAttrs: {
performance of multi-core processors.
'';
platforms = lib.platforms.all;
# oneTBB does not support static builds
# "You are building oneTBB as a static library. This is highly discouraged and such configuration is not supported. Consider building a dynamic library to avoid unforeseen issues."
# https://github.com/uxlfoundation/oneTBB/blob/db7891a246cafbb90719c3dee497d96889ca692b/CMakeLists.txt#L160
badPlatforms = [ lib.systems.inspect.platformPatterns.isStatic ];
maintainers = with lib.maintainers; [
silvanshade
thoughtpolice