From fbb39efc4d8cacae2fa35e5da5d54b20092a0d54 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Fri, 28 Jun 2024 20:25:11 -0700 Subject: [PATCH] red hat gcc-toolset-13 not compatible with csh --- bin/wally-tool-chain-install.sh | 3 +-- site-setup.csh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/wally-tool-chain-install.sh b/bin/wally-tool-chain-install.sh index 2cdb10cd2..be3530cbe 100755 --- a/bin/wally-tool-chain-install.sh +++ b/bin/wally-tool-chain-install.sh @@ -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 \ No newline at end of file diff --git a/site-setup.csh b/site-setup.csh index cd70da08c..2c18b6943 100644 --- a/site-setup.csh +++ b/site-setup.csh @@ -48,5 +48,5 @@ if ($?IDV) then source ${IMPERAS_HOME}/bin/setup.sh setupImperas ${IMPERAS_HOME} extend PATH $IDV/scripts/cvw -endfi +endif