IABSD.fr/ports/math/py-numpy

Branch :


Log

Author Commit Date CI Message
c1f64bae 2024-01-16 16:33:58 Update to py-numpy 1.25.2 Tested on amd64, arm64, i386, riscv64 and sparc64 with sthen doing a bulk on i386. Let's sort out the remaining fallout in tree. from daniel who did the heavy lifting tested & ok jca sthen tb
2b2538c1 2023-01-16 12:13:03 update to py3-numpy-1.24.1
c34ec940 2023-01-13 08:24:08 py-numpy: add missing TDEPs. py3-typing_extensions (tests break badly if it isn't installed). test_requirements.txt also lists py3-test-cov and py3-wheel, so add them as well. ok phessler
25fdaf20 2023-01-12 21:42:05 update to py3-numpy-1.24.0 (and I rechecked that --disable-optimization is still needed on i386)
b8e9b002 2023-01-11 22:03:44 py-numpy: enable fortran again on aarch64
a954514d 2023-01-10 09:24:03 unbreak by temporarily stop using a fortran compiler suggested by jca@ OK tb@
fcb28fbc 2022-12-07 09:22:19 update to py3-numpy-1.23.5
d858b7cc 2022-11-26 23:28:11 Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on setuptools (it's used as a package locator but importlib.metadata in newer Python core or the external importlib_metadata are preferred). So drop the RDEP in that case (it's still kept for py27) and bump revisions.
dae9f91e 2022-11-13 15:28:39 bump for MODPY_DEFAULT_VERSION_3 change
362ca7b5 2022-09-11 23:20:18 numpy uses C++ now, so COMPILER needs to be "base-clang ports-gcc" Fixes build on sparc64