-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[staging-next] python3Packages.torch: fix build with gcc 12 #214887
Conversation
@ofborg build python3.pkgs.torch |
Uh, the |
Both of the changes looks innocent, what do a few missing headers and warning flags have to do with AVX512 support? |
@ofborg build python3.pkgs.torch |
Apparently clang does not recognize these flags:
It might be tripping over the AVX512 detection. |
Yes, log from the failure:
|
I hate the timeouts... |
I believe we have good enough verification, given the diff, target branch, etc. |
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes