python312Packages.ffcv: mark as broken on darwin

This commit is contained in:
Gaetan Lepage 2024-09-15 22:40:28 +02:00
parent 5aed162d67
commit 44c966831e

View file

@ -17,6 +17,7 @@
psutil,
torchvision,
webdataset,
stdenv,
}:
buildPythonPackage rec {
@ -108,5 +109,8 @@ buildPythonPackage rec {
samuela
djacu
];
# OSError: dlopen(libc.so.6, 0x0006): tried: '/usr/lib/libc.so.6' (no such file, not in dyld cache),
# 'libc.so.6' (no such file), '/usr/local/lib/libc.so.6' (no such file), '/usr/lib/libc.so.6' (no such file, not in dyld cache)
broken = stdenv.isDarwin;
};
}