Commit 3f16388e authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.pynndescent: disable on aarch64-linux

parent 5e93f9d1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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"
    ];
  };
}