updates setup and scc
This commit is contained in:
parent
1f37801f05
commit
288f0577f1
|
@ -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
|
|
@ -42,3 +42,4 @@
|
|||
/.pydevproject
|
||||
/*.fst
|
||||
/*.gtkw
|
||||
/.envrc.*
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
conan<2.0
|
2
scc
2
scc
|
@ -1 +1 @@
|
|||
Subproject commit 94569eac10c4b8b5e3be6f8bcea7412b6e91396b
|
||||
Subproject commit ffa0f2f7ef98790984fa3786c36b8778c5b52237
|
Loading…
Reference in New Issue