-
-
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
MAINT, BUG: sync with upstream to unconditionaly disable use of aligned_alloc #3
MAINT, BUG: sync with upstream to unconditionaly disable use of aligned_alloc #3
Conversation
I'm going to self-merge, trivial sync to upstream needed for release. |
* Fixes scipygh-20300 by syncing `pocketfft` again, this time to completely disable `aligned_alloc`; see scipy/pocketfft#3 for details, but in short our more conservative shim was not sufficient for `conda-forge`, so let's just do the same thing NumPy did... [skip cirrus] [skip circle]
* Fixes gh-20300 by syncing `pocketfft` again, this time to completely disable `aligned_alloc`; see scipy/pocketfft#3 for details, but in short our more conservative shim was not sufficient for `conda-forge`, so let's just do the same thing NumPy did...
@tylerjereddy @lucascolley I think this is starting to go in the wrong direction. This repo is meant to be an exact mirror of upstream (EDIT: see scipy/scipy#19882), so we shouldn't see any diverging commit hashes. I'm thinking of doing the following:
|
fair enough |
* Fixes scipygh-20300 by syncing `pocketfft` again, this time to completely disable `aligned_alloc`; see scipy/pocketfft#3 for details, but in short our more conservative shim was not sufficient for `conda-forge`, so let's just do the same thing NumPy did... [skip cirrus] [skip circle]
Would you like to do this now? Let me know if I can help |
Would like to, but realistically not going to any time soon (too many other higher-prio things pending). If you'd want to do this, that would be great! As long as all the commits remain on a branch in the repo, this should be safe enough. Let me know if you want to go ahead and need more permissions. |
I'm happy to! And yes, I think I need more permissions. |
done (... full access to the project, including sensitive and destructive actions ...) - with great power and all that:) |
@rgommers I've pushed a new branch commit-archive, but I am unable to force push to the |
I'll have a look. Is https://github.com/lucascolley/pocketfft/tree/cpp up-to-date? |
I think I've figured out how to disable the branch protection temporarily |
Good - yes you should be able to. |
|
Great, thanks! I don't think pull requests can be completely disabled, but I edited the branch protection rule to require 3 approvals, as a strong signal that PRs shouldn't be merged. Will open an issue to describe the state of things. |
conda-forge
issue for older MacOS, so let's turn this functionality off completely like NumPy did at BUG: update pocketfft to unconditionaly disable use of aligned_alloc numpy/numpy#26123