Unverified Commit 1de0c226 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python313Packages.flaxlib: fix build (#373159)

parents 17b59136 fb4974c5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -49,6 +49,13 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  env = {
    # https://github.com/google/flax/issues/4491
    # Upstream should update Cargo.lock
    # Enabling `PYO3_USE_ABI3_FORWARD_COMPATIBILITY` allows us to temporarily avoid the issue
    PYO3_USE_ABI3_FORWARD_COMPATIBILITY = true;
  };

  # This package does not have tests (yet ?)
  doCheck = false;