-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BLD: recursive inclusion of DLLs in package data #33246
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
Conversation
Should we explicitly include the files we want? Just wondering if there's any licensing risk to recursively bundling dlls |
Fair question - whole thing is a bit clunky - we will still specify the specific files in wheel building script, so no risk for now. |
I believe we are using azure to build and NOT the original MacPython repo. |
NO, this is much easier. |
@chris-b1 can you add a bug fix note in Other section (for 1.1). whether we backport is a different issue (we might not be doing a 1.0.4) |
The azure stuff is running in the same MacPython repo. |
oh my mistake, I thought we were now generating wheels on the pandas runs? guess not |
CI is passing here. Is this good to go? |
Should be - still some path stuff to figure out on the wheel building PR
that I haven't had a chance to look at, but in setup.py this is all that's
needed
…On Wed, Apr 8, 2020 at 12:58 PM Tom Augspurger ***@***.***> wrote:
CI is passing here. Is this good to go?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#33246 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOVX7F2I26VDIB7N5WAM73RLS3NHANCNFSM4L23PNQQ>
.
|
we might need a what's new (esp if we backport to 1.0.4), can you do a followon (stick in 1.1 for now). |
@meeseeksdev backport to 1.0.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
Will also make a PR in https://github.com/MacPython/pandas-wheels to add the DLLs to the wheel packaging script