-
-
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
pagmo2, pythonPackages.pygmo fixes #51959
Conversation
|
||
make install | ||
mv $out/lib/python*/site-packages/pygmo wheel | ||
mv ${python.sitePackages}/pygmo wheel |
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.
👍
Just because this might be of interest to some:
This is exactly what we expect as the relevant output of |
ping @worldofpeace |
@dotlambda Sorry I was away for a bit, I'll fix this up and it should be good 👍 |
corrects the library nlopt location as well.
ed0d23e
to
3455953
Compare
I would have done it myself but it seems like you disallowed "edits by maintainers". |
Oops, didn't mean to do that 🤣 |
Introduce a `pagmo2WithPython` which overrides the pagmo2 expression and enables the pygmo build. Then hand it over to `buildPythonPackage` by making it the src to produce a usable package.
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-ase/versions
3455953
to
66a6445
Compare
Lol ryantm opened #50645 Nov 18 and it's Dec 18 Good to see this finally hit 👍 |
Motivation for this change
Fix #51399 with @dotlambda change which looked fine.
This change was meant to fix issues with #50645 so I've brought it here as well for testing.
Things done
I've checked that at least that the packages in question would build.