mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Remove manual riscv-isac installation
This commit is contained in:
parent
5f28ee5959
commit
20b157de62
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user