diff --git a/meson-cross-roborio.txt b/meson-cross-roborio.txt index afe7dc5..d7251e8 100644 --- a/meson-cross-roborio.txt +++ b/meson-cross-roborio.txt @@ -1,11 +1,11 @@ # TODO: probably should just ship this in the cross-compilation docker container? [binaries] -c = 'arm-frc2024-linux-gnueabi-gcc' -cpp = 'arm-frc2024-linux-gnueabi-g++' -ar = 'arm-frc2024-linux-gnueabi-ar' -strip = 'arm-frc2024-linux-gnueabi-strip' -gfortran = 'arm-frc2024-linux-gnueabi-gfortran' +c = 'arm-frc2025-linux-gnueabi-gcc' +cpp = 'arm-frc2025-linux-gnueabi-g++' +ar = 'arm-frc2025-linux-gnueabi-ar' +strip = 'arm-frc2025-linux-gnueabi-strip' +gfortran = 'arm-frc2025-linux-gnueabi-gfortran' # requires pkgconf to be installed in build-pip pkg-config = '/build/venv/build/bin/pkgconf' diff --git a/packages.toml b/packages.toml index c8a21f1..2e39028 100644 --- a/packages.toml +++ b/packages.toml @@ -33,7 +33,7 @@ version = "1.8.7" # NPY_DISABLE_SVML = "1" [packages.numpy] -version = "2.1.3" +version = "2.2.1" #mod_version = "1.25.2+r2" build_pip_requirements = ["Cython>=3.0.6", "meson-python>=0.15.0", "ninja", "pkgconf"] cross_pip_requirements = ["robotpy-openblas-dev"]