red hat gcc-toolset-13 not compatible with csh

This commit is contained in:
Jordan Carlin 2024-06-28 20:25:11 -07:00
parent 79870cc910
commit fbb39efc4d
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View File

@ -90,7 +90,7 @@ export PATH=$PATH:$RISCV/bin:/usr/bin
export PKG_CONFIG_PATH=$RISCV/lib64/pkgconfig:$RISCV/lib/pkgconfig:$RISCV/share/pkgconfig:$PKG_CONFIG_PATH
mkdir -p "$RISCV"
echo -e "\nDetected information"
echo -e "Detected information"
echo "Distribution: $PRETTY_NAME"
echo "Version: $VERSION"
echo "Running as root: $ROOT"
@ -403,6 +403,5 @@ if [ ! -e "${RISCV}"/site-setup.sh ]; then
wget https://raw.githubusercontent.com/openhwgroup/cvw/main/site-setup.csh
if [ "$FAMILY" = rhel ]; then
echo "source /opt/rh/gcc-toolset-13/enable" >> site-setup.sh
echo "source /opt/rh/gcc-toolset-13/enable" >> site-setup.csh
fi
fi

View File

@ -48,5 +48,5 @@ if ($?IDV) then
source ${IMPERAS_HOME}/bin/setup.sh
setupImperas ${IMPERAS_HOME}
extend PATH $IDV/scripts/cvw
endfi
endif