-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3Packages.dm-tree: cleanup #393216
python3Packages.dm-tree: cleanup #393216
Conversation
Thanks! Can you fix the merge conflict please? |
yeah, pulling latest pkgs takes forever, will do soon |
@GaetanLepage done |
Diff LGTM, but I think that it breaks |
@ofborg build python312Packages.orbax-checkpoint |
yeah, this build is failing |
builds now somehow, strange @nixos ➜ nixpkgs git:(dm-tree/fix)
$ nix-build ./. -A python312Packages.orbax-checkpoint
/nix/store/0g6p73d19vasyq494k3swp6pwx6lc8qz-python3.12-orbax-checkpoint-0.11.10 |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did we forget to remove this in some previous change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It smelled like this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @samuela shall we merge?
|
address PR #384477 and resolves the issue with missing symbol. The essence of the issue was that abseil-cpp library was built with different flags for dm-tree leading to ldd issues only when used with specific libraries linked for the same process (e.g. pyarrow).
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.
Tagging @GaetanLepage for review