updates environment setup

This commit is contained in:
Eyck Jentzsch 2023-10-29 18:57:09 +01:00
parent 4ef49674ec
commit 9235848c6a
3 changed files with 3 additions and 3 deletions

1
.envrc
View File

@ -2,7 +2,6 @@ module load ./Modulefile
distro=`/bin/lsb_release -i -s`
if [ $distro == "CentOS" ]; then
. /opt/rh/devtoolset-8/enable
. /opt/rh/llvm-toolset-7/enable
. /opt/rh/rh-python38/enable
fi
layout python3

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/fasterDecoding/
*.ll
/dbt-rise-plugins
/.direnv

View File

@ -13,9 +13,9 @@ if { $distro == "CentOS" && ![info exists ::env(PROJECT)] && ![info exists ::env
puts stderr "Don't forget to execute 'scl enable devtoolset-7 bash'"
}
#module load tools/utilities
module load tools/utilities
module load tools/cmake
#module load tools/gcc-riscv64/9.2.0
module load tools/clang
module load tools/gcc-riscv32-unknown-elf/11
setenv PROJECT TGFS-ISS