-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
libint: 2.6.0 -> 2.7.1 #142835
libint: 2.6.0 -> 2.7.1 #142835
Conversation
libint: angular momentum back to 7,5,4
}; | ||
|
||
patches = [ ./fix-paths.patch ]; | ||
# Hardcoded /bin/rm instead of a simple rm | ||
patches = [ ./autotools.patch ]; |
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.
Lets use substituteInPlace so that we don't need to maintain this patch.
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.
Isn't the argument usually the opposite, and patches are the preferred solutions instead?
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.
patches are preferred for complex changes which take complex sed commands but here we are just replacing /bin/rm with rm which can be done with a simple command.
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.
Have replaced it with substituteInPlace
on the relevant files, but now one still needs to maintain the list of files, to which this applies. I would rather not apply it to every single file by default.
@GrahamcOfBorg eval |
Motivation for this change
Updates to the latest stable release of libint.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)