updates project configuration

This commit is contained in:
2023-09-30 22:11:48 +02:00
parent 73476e4c90
commit 4cb8ca3f61
7 changed files with 17 additions and 6 deletions

9
.envrc Normal file
View File

@@ -0,0 +1,9 @@
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
[ -f .envrc.$USER ] && . .envrc.$USER