Created attachment 234741 [details] Add a patch to fix build with coming numpy-1.23.0 Add a patch to fix build with coming numpy-1.23.0
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6cfaec81b65d3107f99b41a075608c3d0ec87b5f commit 6cfaec81b65d3107f99b41a075608c3d0ec87b5f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-21 16:34:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-21 16:36:35 +0000 math/py-numexpr: Fix build with py-numpy 1.23.0+ PR: 264724 Reported by: wen Reference: https://numpy.org/doc/stable/reference/c-api/array.html#c.NPY_ARRAY_WRITEBACKIFCOPY math/py-numexpr/files/patch-numexpr-interpreter.cpp (new) | 11 +++++++++++ 1 file changed, 11 insertions(+)
Committed. Thanks!