-
Notifications
You must be signed in to change notification settings - Fork 2
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
Using / collaborating on python ports #2
Comments
Main aim would be to get numpy into vcpkg but there a few details which need to be considered.
There is also a small discussion on discord starting at https://discord.com/channels/400588936151433218/687365466422902841/1186421038574227456 So if you want a more or less fast solution (4) is probably the way to go since I don't see any of the PRs being merged any time soon. There are few things which need to be done for that:
Note: I am currently unemployed so I have some time at hand to do whatever I like ;) |
Thanks for the detailed description.
Didn't notice, looks promising
I like the pragmatism of this approach, and it doesn't exclude a gradual movement towards 1 either.
Isn't that a nice to have, though?
The few I was experimenting with were
Indeed, I can't think of anything reasonable that exists already, a new org
I didn't expect myself to respond with this line to "I am currently unemployed", but: glad to hear. |
You mean 3 ?
It is to make sure the python packages are actually working and have the correct dependencies. While doing all the python stuff I often came across missing dependencies in a 2nd run due to me having all other deps already installed by a different port.
It should probably be more general than
Question is: Does it need the version number? |
Correct 🙈
I'm not arguing that the idea is bad
I like this idea 👍
Not necessarily |
https://github.com/open-vcpkg/ is live 🎉 |
I am currently in the process of building an application (QGIS) including python support with various packages bundled.
The tremendous work that has been done within this repository will be very helpful.
I wonder what to best do:
I think the ideal world would be 3. but I guess you have your reasons for not having these ports upstreamed? 1. is not my favorite, as there is a lot going on in here and occasionally other ports will overlay upstream ports. 2. is duplicating efforts and a lot of forth and back. 4. seems to be a valid thing to do if there is genuine interest.
Opinions?
The text was updated successfully, but these errors were encountered: