updates environment setup
This commit is contained in:
parent
4ef49674ec
commit
9235848c6a
1
.envrc
1
.envrc
|
@ -2,7 +2,6 @@ module load ./Modulefile
|
||||||
distro=`/bin/lsb_release -i -s`
|
distro=`/bin/lsb_release -i -s`
|
||||||
if [ $distro == "CentOS" ]; then
|
if [ $distro == "CentOS" ]; then
|
||||||
. /opt/rh/devtoolset-8/enable
|
. /opt/rh/devtoolset-8/enable
|
||||||
. /opt/rh/llvm-toolset-7/enable
|
|
||||||
. /opt/rh/rh-python38/enable
|
. /opt/rh/rh-python38/enable
|
||||||
fi
|
fi
|
||||||
layout python3
|
layout python3
|
||||||
|
|
|
@ -15,3 +15,4 @@
|
||||||
/fasterDecoding/
|
/fasterDecoding/
|
||||||
*.ll
|
*.ll
|
||||||
/dbt-rise-plugins
|
/dbt-rise-plugins
|
||||||
|
/.direnv
|
|
@ -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'"
|
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/cmake
|
||||||
#module load tools/gcc-riscv64/9.2.0
|
module load tools/clang
|
||||||
module load tools/gcc-riscv32-unknown-elf/11
|
module load tools/gcc-riscv32-unknown-elf/11
|
||||||
|
|
||||||
setenv PROJECT TGFS-ISS
|
setenv PROJECT TGFS-ISS
|
||||||
|
|
Loading…
Reference in New Issue