Skip to content

Commit

Permalink
Update for WPILib 2023.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Feb 19, 2023
1 parent 1759c52 commit 42f5fcd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions stage3/01-sys-tweaks/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ wget -nc -nv -O contrib-4.6.0.tar.gz \

# allwpilib
wget -nc -nv -O allwpilib.tar.gz \
https://github.com/wpilibsuite/allwpilib/archive/v2023.3.2.tar.gz
https://github.com/wpilibsuite/allwpilib/archive/v2023.4.1.tar.gz

## robotpy-build
#wget -nc -nv -O robotpy-build.tar.gz \
Expand Down Expand Up @@ -364,12 +364,12 @@ sed -i -e 's, -L/pi-gen[^ ]*,,g' "${ROOTFS_DIR}/usr/local/frc-static/lib/pkgconf
popd

on_chroot << EOF
pip3 install https://www.tortall.net/~robotpy/wheels/2023/raspbian/robotpy_wpiutil-2023.3.2.1-cp39-cp39-linux_aarch64.whl
pip3 install https://www.tortall.net/~robotpy/wheels/2023/raspbian/robotpy_wpinet-2023.3.2.1-cp39-cp39-linux_aarch64.whl
pip3 install https://www.tortall.net/~robotpy/wheels/2023/raspbian/pyntcore-2023.3.2.1-cp39-cp39-linux_aarch64.whl
pip3 install https://www.tortall.net/~robotpy/wheels/2023/raspbian/robotpy_cscore-2023.3.2.1-cp39-cp39-linux_aarch64.whl
pip3 install https://www.tortall.net/~robotpy/wheels/2023/raspbian/robotpy_wpimath-2023.3.2.1-cp39-cp39-linux_aarch64.whl
pip3 install https://www.tortall.net/~robotpy/wheels/2023/raspbian/robotpy_apriltag-2023.3.2.1-cp39-cp39-linux_aarch64.whl
pip3 install https://www.tortall.net/~robotpy/wheels/2023/raspbian/robotpy_wpiutil-2023.4.1.0-cp39-cp39-linux_aarch64.whl
pip3 install https://www.tortall.net/~robotpy/wheels/2023/raspbian/robotpy_wpinet-2023.4.1.0-cp39-cp39-linux_aarch64.whl
pip3 install https://www.tortall.net/~robotpy/wheels/2023/raspbian/pyntcore-2023.4.1.1-cp39-cp39-linux_aarch64.whl
pip3 install https://www.tortall.net/~robotpy/wheels/2023/raspbian/robotpy_cscore-2023.4.1.0-cp39-cp39-linux_aarch64.whl
pip3 install https://www.tortall.net/~robotpy/wheels/2023/raspbian/robotpy_wpimath-2023.4.1.0-cp39-cp39-linux_aarch64.whl
pip3 install https://www.tortall.net/~robotpy/wheels/2023/raspbian/robotpy_apriltag-2023.4.1.0-cp39-cp39-linux_aarch64.whl
EOF


Expand Down

0 comments on commit 42f5fcd

Please sign in to comment.