Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2024 04:11:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 281470] math/py-numpy: Update to 2.1.1
Message-ID:  <bug-281470-21822-T1T6FkSPDD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281470-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281470-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281470

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 p=
ointer conversion assigning to 'PyObject *' (aka 'struct _object *') from '=
int' [-Wint-conversion]
>  3108 |   __pyx_t_1 =3D PyDataType_FIELDS(__pyx_v_self);
>       |             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Such ports can't be updated until math/py-numpy is updated to 2.x

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281470-21822-T1T6FkSPDD>