updates setup and scc

This commit is contained in:
Eyck Jentzsch 2023-12-22 13:48:46 +01:00
parent 1f37801f05
commit 288f0577f1
5 changed files with 13 additions and 2 deletions

8
.envrc Normal file
View File

@ -0,0 +1,8 @@
module load ./Modulefile
distro=`/bin/lsb_release -i -s`
if [ $distro == "CentOS" ]; then
. /opt/rh/devtoolset-8/enable
. /opt/rh/rh-python38/enable
fi
layout python3
[ -f .envrc.$USER ] && . .envrc.$USER

1
.gitignore vendored
View File

@ -42,3 +42,4 @@
/.pydevproject
/*.fst
/*.gtkw
/.envrc.*

View File

@ -12,5 +12,6 @@ if { $distro == "CentOS" && ![info exists ::env(PROJECT)] && ![info exists ::env
puts stderr "Don't forget to execute 'scl enable devtoolset-7 llvm-toolset-7 bash'"
}
module load tools/utilities
module load tools/cmake
module load tools/clang/14.0

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
conan<2.0

2
scc

@ -1 +1 @@
Subproject commit 94569eac10c4b8b5e3be6f8bcea7412b6e91396b
Subproject commit ffa0f2f7ef98790984fa3786c36b8778c5b52237