[Bug 281470] math/py-numpy: Update to 2.1.1
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 281470] math/py-numpy: Update to 2.1.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Nov 2024 04:11:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281470
Yuri Victorovich <yuri@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yuri@freebsd.org
--- Comment #20 from Yuri Victorovich <yuri@freebsd.org> ---
More and more Python packages require numpy-2.x
I've hit 3 such ports only today. The latest one is math/py-numpoly.
Cython fails with errors like:
> ./numpoly/cfunctions/cdispach.c:3108:13: error: incompatible integer to pointer conversion assigning to 'PyObject *' (aka 'struct _object *') from 'int' [-Wint-conversion]
> 3108 | __pyx_t_1 = PyDataType_FIELDS(__pyx_v_self);
> | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Such ports can't be updated until math/py-numpy is updated to 2.x
--
You are receiving this mail because:
You are the assignee for the bug.