python312Packages.pynndescent: disable on aarch64-linux

This commit is contained in:
Gaetan Lepage
2025-03-03 08:52:35 +01:00
parent 5e93f9d111
commit 3f16388e73
@@ -49,5 +49,10 @@ buildPythonPackage rec {
changelog = "https://github.com/lmcinnes/pynndescent/releases/tag/release-${version}";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ mic92 ];
badPlatforms = [
# The majority of tests are crashing:
# Fatal Python error: Segmentation fault
"aarch64-linux"
];
};
}