-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
scalene: 1.5.49 -> 1.5.51 #376439
scalene: 1.5.49 -> 1.5.51 #376439
Conversation
c61094f
to
19f7b4f
Compare
19f7b4f
to
d55592b
Compare
|
@@ -109,5 +109,6 @@ buildPythonPackage rec { | |||
mainProgram = "scalene"; | |||
license = licenses.asl20; | |||
maintainers = with maintainers; [ sarahec ]; | |||
platforms = [ "x86_64-linux" ]; |
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.
The software is advertised to be compatible with MacOS and ARM-linux too.
If our package is not working for those platforms, you would need to add them to badPlatforms
instead and add comments explaining why/how it fails.
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.
Done. I'll work with upstream to sort out a solution.
3f9978a
to
d11cf17
Compare
d11cf17
to
00d9e86
Compare
|
00d9e86
to
e5666a0
Compare
|
@GaetanLepage thank you. |
Changes
Why this is justified
Adding back the other platforms will require major changes to the derivation and some help from upstream. Since it's only been building for x86_64-Linux all along, we'll mark that as the only supported platform for now.
Release update
Improved GPU/Neuron profiling; fixed encoding issue Latest
v1.5.50
plasma-umass/scalene@2493277
What's Changed
Don't change JIT behavior on Neuron by @emeryberger in plasma-umass/scalene#896
Optimized implementation to use IOKit directly by @emeryberger in plasma-umass/scalene#897
Fix UTF-8 encoding issue, resolving plasma-umass/scalene#899 by @emeryberger in plasma-umass/scalene#900
Full Changelog: plasma-umass/scalene@v1.5.49...v1.5.50
1.5.51 Adds Python 3.13 support
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.