updates boost, Rocky8 setup and scc

This commit is contained in:
2024-06-04 10:09:24 +02:00
parent 892554f1f3
commit 1e7f9cfc22
3 changed files with 4 additions and 2 deletions

2
.envrc
View File

@@ -3,6 +3,8 @@ distro=`/bin/lsb_release -i -s`
if [ $distro == "CentOS" ]; then
. /opt/rh/devtoolset-8/enable
. /opt/rh/rh-python38/enable
elif [ $distro == "Rocky" ]; then
. /opt/rh/gcc-toolset-11/enable
fi
layout python3
[ -f .envrc.$USER ] && . .envrc.$USER