scipoptsuite: init at 9.2.1#374527
Merged
FliegendeWurst merged 7 commits intoNixOS:masterfrom Mar 29, 2025
Merged
Conversation
e024d84 to
1f82dcd
Compare
sikmir
reviewed
Jan 18, 2025
sikmir
reviewed
Jan 18, 2025
sikmir
reviewed
Jan 18, 2025
sikmir
reviewed
Jan 18, 2025
sikmir
reviewed
Jan 18, 2025
sikmir
reviewed
Jan 18, 2025
sikmir
reviewed
Jan 18, 2025
sikmir
reviewed
Jan 18, 2025
sikmir
reviewed
Jan 18, 2025
sikmir
reviewed
Jan 18, 2025
c7cdfc7 to
cc249bc
Compare
Member
|
I like the idea of adding these as a suite -- looks good to me! |
Member
There was a problem hiding this comment.
Wait, they only publish this tool as part of the release tarball? Do they explain why?
Contributor
Author
There was a problem hiding this comment.
Honestly, I don't know. Didn't ask (yet) and didn't find any explanation.
Member
|
Member
|
Looks pretty good. Please squash commits for each package, to follow https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#commit-conventions |
7e5f056 to
13964df
Compare
4af3602 to
dcff3c0
Compare
dcff3c0 to
b014873
Compare
FliegendeWurst
approved these changes
Mar 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Packaged all packages included in the SCIP Optimization Suite,
an open-source toolbox for generating and solving mixed integer nonlinear programs.
I did not create an actual
scipoptsuitepackage, just its parts. (If the PR name is confusing.)Including these packages gives computer scientists, applied mathematicians and enthusiasts quick and easy access to this actively developed optimization suite.
Renamed preexisting packagesoplextoscipopt-soplexto fit the SCIP Optimization Suite package names and added additional necessary build inputs to it.Kept old
soplexaround for now.Added packages:
scipopt-soplexscipopt-scipscipopt-zimplscipopt-papiloscipopt-gcgscipopt-ugAnd I referenced myself as the maintainer.
Things done
For non-Linux: Is sandboxing enabled innix.conf? (See Nix manual)[ ]sandbox = relaxed[ ]sandbox = trueand/or package testsor, for functions and "core" functionality, tests in lib/tests or pkgs/testmade sure NixOS tests are linked to the relevant packagesnix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)@david-r-cox maybe you have opinions? :)