Skip to content

Commit

Permalink
python312Packages.clifford: mark as broken
Browse files Browse the repository at this point in the history
Doesn't work with latest numba
pygae/clifford#430
numba/numba#9353
  • Loading branch information
cor-rizzle committed Apr 11, 2024
1 parent 54ad90b commit 4ec09af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/clifford/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@ buildPythonPackage rec {
changelog = "https://github.com/pygae/clifford/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
# Broken with numba >= 0.54
# see https://github.com/pygae/clifford/issues/430
broken = versionAtLeast numba.version "0.58";
};
}

0 comments on commit 4ec09af

Please sign in to comment.