Remove manual riscv-isac installation

This commit is contained in:
Jordan Carlin 2024-10-13 19:39:49 -07:00
parent 5f28ee5959
commit 20b157de62
No known key found for this signature in database

View File

@ -171,18 +171,11 @@ source "$RISCV"/riscv-python/bin/activate # activate python virtual environment
# Install python packages, including RISCOF (https://github.com/riscv-software-src/riscof.git)
# RISCOF is a RISC-V compliance test framework that is used to run the RISC-V Arch Tests.
STATUS="python packages"
pip install --upgrade pip && pip install -r "$dir"/requirements.txt
pip install --upgrade pip && pip install --upgrade -r "$dir"/requirements.txt
source "$RISCV"/riscv-python/bin/activate # reload python virtual environment
echo -e "${SUCCESS_COLOR}Python environment successfully configured!${ENDC}"
# Install riscv-isac
cd $RISCV
STATUS="riscv-isac"
git clone https://github.com/riscv-non-isa/riscv-arch-test
cd riscv-arch-test/riscv-isac
pip install .
# Extra dependecies needed for older distros that don't have new enough versions available from package manager
if (( RHEL_VERSION == 8 )) || (( UBUNTU_VERSION == 20 )); then
# Newer versin of glib required for QEMU.