Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -284,23 +284,6 @@ EOF
fi
fi

debug ""
debug "Installing additional math packages"
if [[ "$DISTRO" = "Ubuntu" && -z $(apt-cache search libcholmod3) ]]; then
debug "Adding jammy to list of apt sources"
if [[ -z $TEST ]]; then
if [[ "$ARCH" = "x86_64" ]]; then
add-apt-repository -y -S 'deb http://security.ubuntu.com/ubuntu jammy main universe'
else
add-apt-repository -y -S 'deb http://ports.ubuntu.com/ubuntu-ports jammy main universe'
fi
fi
fi

install_if_missing libcholmod3
install_if_missing liblapack3
install_if_missing libsuitesparseconfig5

debug ""

debug "Downloading PhotonVision '$VERSION'..."
Expand Down